diff --git a/combined_languages/theory_of_information/frontend/package-lock.json b/combined_languages/theory_of_information/frontend/package-lock.json index 512f84b95..2f2fe02b7 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.17" } }, "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.17", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.17.tgz", + "integrity": "sha512-5+VqZryDj4wgCs55o9Lp+p8GE78TLVg0lasCH5xFZ4jacZjtqZa6JUw9/p0WeAojaOfncSM6v77InkFPGnvPvg==", "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..52f8efe4e 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.17" } }