From 29e35514d08481a0479a33e8818d16412e63a813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:29:55 +0000 Subject: [PATCH] Bump vite-tsconfig-paths from 5.1.4 to 6.0.5 in /codehive-frontend Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 5.1.4 to 6.0.5. - [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases) - [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.4...v6.0.5) --- updated-dependencies: - dependency-name: vite-tsconfig-paths dependency-version: 6.0.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- codehive-frontend/package-lock.json | 13 ++++--------- codehive-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/codehive-frontend/package-lock.json b/codehive-frontend/package-lock.json index 616a30d..7660e46 100644 --- a/codehive-frontend/package-lock.json +++ b/codehive-frontend/package-lock.json @@ -24,7 +24,7 @@ "tailwindcss": "^4.1.13", "typescript": "^5.9.2", "vite": "^7.3.1", - "vite-tsconfig-paths": "^5.1.4" + "vite-tsconfig-paths": "^6.0.5" } }, "node_modules/@babel/code-frame": { @@ -4825,9 +4825,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.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": { @@ -4837,11 +4837,6 @@ }, "peerDependencies": { "vite": "*" - }, - "peerDependenciesMeta": { - "vite": { - "optional": true - } } }, "node_modules/which": { diff --git a/codehive-frontend/package.json b/codehive-frontend/package.json index 9e4e41c..4c39da1 100644 --- a/codehive-frontend/package.json +++ b/codehive-frontend/package.json @@ -27,6 +27,6 @@ "tailwindcss": "^4.1.13", "typescript": "^5.9.2", "vite": "^7.3.1", - "vite-tsconfig-paths": "^5.1.4" + "vite-tsconfig-paths": "^6.0.5" } }