From b07b2ab1443a725b8b438e31782991d03ee3d013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 10:54:15 +0000 Subject: [PATCH] Bump vite in /combined_languages/theory_of_information/frontend Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.7 to 5.4.17. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.17/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.17/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 5.4.17 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../theory_of_information/frontend/package-lock.json | 8 ++++---- .../theory_of_information/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" } }