From 4bccc1b27e655f1f0631d19a8996d493a380b77f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 18:03:19 +0000 Subject: [PATCH] Bump vite-tsconfig-paths in the vite group across 1 directory Bumps the vite group with 1 update in the / directory: [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths). Updates `vite-tsconfig-paths` from 5.1.4 to 6.1.1 - [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases) - [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.4...v6.1.1) --- updated-dependencies: - dependency-name: vite-tsconfig-paths dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: vite ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++--------- package.json | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0cc9e07..9a07f81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "prisma": "^6.2.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "vite-tsconfig-paths": "^5.0.1" + "vite-tsconfig-paths": "^6.1.1" }, "devDependencies": { "@remix-run/eslint-config": "^2.16.1", @@ -16851,9 +16851,9 @@ "license": "MIT" }, "node_modules/vite-tsconfig-paths": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.4.tgz", - "integrity": "sha512-cYj0LRuLV2c2sMqhqhGpaO3LretdtMn/BVX4cPLanIZuwwrkVl+lK84E/miEXkCHWXuq65rhNN4rXsBcOB3S4w==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-6.1.1.tgz", + "integrity": "sha512-2cihq7zliibCCZ8P9cKJrQBkfgdvcFkOOc3Y02o3GWUDLgqjWsZudaoiuOwO/gzTzy17cS5F7ZPo4bsnS4DGkg==", "license": "MIT", "dependencies": { "debug": "^4.1.1", @@ -16862,11 +16862,6 @@ }, "peerDependencies": { "vite": "*" - }, - "peerDependenciesMeta": { - "vite": { - "optional": true - } } }, "node_modules/vite/node_modules/@esbuild/android-arm": { diff --git a/package.json b/package.json index a5c1ddf..c7e13f8 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "prisma": "^6.2.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "vite-tsconfig-paths": "^5.0.1" + "vite-tsconfig-paths": "^6.1.1" }, "devDependencies": { "@remix-run/eslint-config": "^2.16.1",