diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 64b57715..c2385c1f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -31,7 +31,7 @@ "redux-thunk": "^3.0.0", "vite": "^5.0.0", "vite-plugin-svgr": "^4.0.0", - "vite-tsconfig-paths": "^4.2.0", + "vite-tsconfig-paths": "^5.0.0", "web-vitals": "^4.0.0", "yaml": "^2.3.2" }, @@ -14402,9 +14402,10 @@ } }, "node_modules/vite-tsconfig-paths": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.3.2.tgz", - "integrity": "sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.0.1.tgz", + "integrity": "sha512-yqwv+LstU7NwPeNqajZzLEBVpUFU6Dugtb2P84FXuvaoYA+/70l9MHE+GYfYAycVyPSDYZ7mjOFuYBRqlEpTig==", + "license": "MIT", "dependencies": { "debug": "^4.1.1", "globrex": "^0.1.2", diff --git a/frontend/package.json b/frontend/package.json index 27b39a5a..0dea2471 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ "redux-thunk": "^3.0.0", "vite": "^5.0.0", "vite-plugin-svgr": "^4.0.0", - "vite-tsconfig-paths": "^4.2.0", + "vite-tsconfig-paths": "^5.0.0", "web-vitals": "^4.0.0", "yaml": "^2.3.2" },