diff --git a/combined_languages/theory_of_information/frontend/package-lock.json b/combined_languages/theory_of_information/frontend/package-lock.json index 512f84b95..0bff69a2c 100644 --- a/combined_languages/theory_of_information/frontend/package-lock.json +++ b/combined_languages/theory_of_information/frontend/package-lock.json @@ -31,7 +31,7 @@ "globals": "^15.9.0", "typescript": "^5.5.3", "typescript-eslint": "^8.0.1", - "vite": "^5.4.1" + "vite": "^5.4.14" } }, "node_modules/@ampproject/remapping": { @@ -7662,9 +7662,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "5.4.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.7.tgz", - "integrity": "sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==", + "version": "5.4.14", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.14.tgz", + "integrity": "sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/combined_languages/theory_of_information/frontend/package.json b/combined_languages/theory_of_information/frontend/package.json index 4de73a633..eaddc687a 100644 --- a/combined_languages/theory_of_information/frontend/package.json +++ b/combined_languages/theory_of_information/frontend/package.json @@ -33,6 +33,6 @@ "globals": "^15.9.0", "typescript": "^5.5.3", "typescript-eslint": "^8.0.1", - "vite": "^5.4.1" + "vite": "^5.4.14" } }