From 49bcdc0851062e9c168c3128dda02afe9c2cc75a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:50:22 +0000 Subject: [PATCH] npm: bump vite-tsconfig-paths in the dev-deps group across 1 directory Bumps the dev-deps group with 1 update in the / directory: [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths). Updates `vite-tsconfig-paths` from 5.1.0 to 5.1.2 - [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases) - [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.0...v5.1.2) --- updated-dependencies: - dependency-name: vite-tsconfig-paths dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-deps ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 897ff1ce..a76f5f77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "vite": "^5.4.10", "vite-plugin-checker": "^0.8.0", "vite-plugin-full-reload": "^1.2.0", - "vite-tsconfig-paths": "^5.1.0", + "vite-tsconfig-paths": "^5.1.2", "vitest": "^2.1.3", "webdriverio": "^9.2.11" } @@ -12868,9 +12868,9 @@ } }, "node_modules/vite-tsconfig-paths": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.0.tgz", - "integrity": "sha512-Y1PLGHCJfAq1Zf4YIGEsmuU/NCX1epoZx9zwSr32Gjn3aalwQHRKr5aUmbo6r0JHeHkqmWpmDg7WOynhYXw1og==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.2.tgz", + "integrity": "sha512-gEIbKfJzSEv0yR3XS2QEocKetONoWkbROj6hGx0FHM18qKUojhvcokQsxQx5nMkelZq2n37zbSGCJn+FSODSjA==", "dependencies": { "debug": "^4.1.1", "globrex": "^0.1.2", diff --git a/package.json b/package.json index 5511a6ef..8e7b6b03 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "vite": "^5.4.10", "vite-plugin-checker": "^0.8.0", "vite-plugin-full-reload": "^1.2.0", - "vite-tsconfig-paths": "^5.1.0", + "vite-tsconfig-paths": "^5.1.2", "vitest": "^2.1.3", "webdriverio": "^9.2.11" }