From f5eaa3153b2a541166e16fbdb80e81ee4dd4a1d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:47:32 -0500 Subject: [PATCH] chore(deps-dev): bump vite-tsconfig-paths (#5557) Bumps the ui-docs-dependencies group in /ui/ui-docs with 1 update: [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths). Updates `vite-tsconfig-paths` from 5.1.2 to 5.1.3 - [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases) - [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.2...v5.1.3) --- updated-dependencies: - dependency-name: vite-tsconfig-paths dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-docs-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/ui-docs/package-lock.json | 8 ++++---- ui/ui-docs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/ui-docs/package-lock.json b/ui/ui-docs/package-lock.json index df150799ef..fe15209b29 100644 --- a/ui/ui-docs/package-lock.json +++ b/ui/ui-docs/package-lock.json @@ -29,7 +29,7 @@ "rimraf": "6.0.1", "typescript": "5.6.3", "vite": "5.4.11", - "vite-tsconfig-paths": "5.1.2" + "vite-tsconfig-paths": "5.1.3" } }, "node_modules/@apicurio/eslint-config": { @@ -5422,9 +5422,9 @@ } }, "node_modules/vite-tsconfig-paths": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.2.tgz", - "integrity": "sha512-gEIbKfJzSEv0yR3XS2QEocKetONoWkbROj6hGx0FHM18qKUojhvcokQsxQx5nMkelZq2n37zbSGCJn+FSODSjA==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.3.tgz", + "integrity": "sha512-0bz+PDlLpGfP2CigeSKL9NFTF1KtXkeHGZSSaGQSuPZH77GhoiQaA8IjYgOaynSuwlDTolSUEU0ErVvju3NURg==", "dev": true, "dependencies": { "debug": "^4.1.1", diff --git a/ui/ui-docs/package.json b/ui/ui-docs/package.json index 3042addb3c..48f5c9085a 100644 --- a/ui/ui-docs/package.json +++ b/ui/ui-docs/package.json @@ -24,7 +24,7 @@ "rimraf": "6.0.1", "typescript": "5.6.3", "vite": "5.4.11", - "vite-tsconfig-paths": "5.1.2" + "vite-tsconfig-paths": "5.1.3" }, "dependencies": { "react": "18.3.1",