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" } }