diff --git a/package.json b/package.json index 821f6cc0..8f04e3b4 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "type-fest": "4.33.0", "typescript": "5.7.3", "typescript-eslint": "8.22.0", - "vite": "6.1.0" + "vite": "6.1.6" }, "description": "rctf is RedpwnCTF's CTF platform. It is developed and maintained by the [redpwn](https://redpwn.net) CTF team.", "repository": { diff --git a/yarn.lock b/yarn.lock index 4e9c4998..f36b8af3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7804,10 +7804,10 @@ postcss@^5.2.17: source-map "^0.5.6" supports-color "^3.2.3" -postcss@^8.4.47, postcss@^8.5.1: - version "8.5.1" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.1.tgz#e2272a1f8a807fafa413218245630b5db10a3214" - integrity sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ== +postcss@^8.4.47, postcss@^8.5.2: + version "8.5.3" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb" + integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A== dependencies: nanoid "^3.3.8" picocolors "^1.1.1" @@ -9781,13 +9781,13 @@ vinyl-sourcemaps-apply@^0.2.1: dependencies: source-map "^0.5.1" -vite@6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/vite/-/vite-6.1.0.tgz#00a4e99a23751af98a2e4701c65ba89ce23858a6" - integrity sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ== +vite@6.1.6: + version "6.1.6" + resolved "https://registry.yarnpkg.com/vite/-/vite-6.1.6.tgz#72c3171390aaa80f4a829ab45c21e61477cae5bd" + integrity sha512-u+jokLMwHVFUoUkfL+m/1hzucejL2639g9QXcrRdtN3WPHfW7imI83V96Oh1R0xVZqDjvcgp+7S8bSQpdVlmPA== dependencies: esbuild "^0.24.2" - postcss "^8.5.1" + postcss "^8.5.2" rollup "^4.30.1" optionalDependencies: fsevents "~2.3.3"