From 49f380e7e5b55205d117778ce3e390c050901e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 21:57:56 +0000 Subject: [PATCH] chore(deps-dev): bump vite-tsconfig-paths from 6.0.5 to 6.1.1 Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 6.0.5 to 6.1.1. - [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases) - [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v6.0.5...v6.1.1) --- updated-dependencies: - dependency-name: vite-tsconfig-paths dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 ++++++++++++++++---------------- react-spa/package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9125b3a..3ea64505 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14504,21 +14504,6 @@ } } }, - "node_modules/vite-tsconfig-paths": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-6.0.5.tgz", - "integrity": "sha512-f/WvY6ekHykUF1rWJUAbCU7iS/5QYDIugwpqJA+ttwKbxSbzNlqlE8vZSrsnxNQciUW+z6lvhlXMaEyZn9MSig==", - "dev": true, - "license": "MIT", - "dependencies": { - "debug": "^4.1.1", - "globrex": "^0.1.2", - "tsconfck": "^3.0.3" - }, - "peerDependencies": { - "vite": "*" - } - }, "node_modules/vite/node_modules/fdir": { "version": "6.5.0", "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", @@ -15217,7 +15202,7 @@ "tailwindcss": "^4.1.18", "typescript": "^5.6.0", "vite": "^7.3.1", - "vite-tsconfig-paths": "^6.0.5", + "vite-tsconfig-paths": "^6.1.1", "vitest": "^4.0.18" } }, @@ -15515,6 +15500,21 @@ "node": "*" } }, + "react-spa/node_modules/vite-tsconfig-paths": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-6.1.1.tgz", + "integrity": "sha512-2cihq7zliibCCZ8P9cKJrQBkfgdvcFkOOc3Y02o3GWUDLgqjWsZudaoiuOwO/gzTzy17cS5F7ZPo4bsnS4DGkg==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^4.1.1", + "globrex": "^0.1.2", + "tsconfck": "^3.0.3" + }, + "peerDependencies": { + "vite": "*" + } + }, "testkit": { "name": "@classroompath/testkit", "version": "1.0.0", diff --git a/react-spa/package.json b/react-spa/package.json index 2f31ee0f..408cb41f 100644 --- a/react-spa/package.json +++ b/react-spa/package.json @@ -45,7 +45,7 @@ "tailwindcss": "^4.1.18", "typescript": "^5.6.0", "vite": "^7.3.1", - "vite-tsconfig-paths": "^6.0.5", + "vite-tsconfig-paths": "^6.1.1", "vitest": "^4.0.18" } }