diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b7014a60e85..e93c7f1e430 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -148,8 +148,8 @@ importers: specifier: 5.3.3 version: 5.3.3 vite: - specifier: 5.1.5 - version: 5.1.5(@types/node@20.8.6) + specifier: 5.1.8 + version: 5.1.8(@types/node@20.8.6) vscode: specifier: npm:@codingame/monaco-vscode-api@~8.0.4 version: '@codingame/monaco-vscode-api@8.0.4' @@ -2038,8 +2038,8 @@ packages: v8-compile-cache-lib@3.0.1: resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} - vite@5.1.5: - resolution: {integrity: sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==} + vite@5.1.8: + resolution: {integrity: sha512-mB8ToUuSmzODSpENgvpFk2fTiU/YQ1tmcVJJ4WZbq4fPdGJkFNVcmVL5k7iDug6xzWjjuGDKAuSievIsD6H7Xw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -4036,7 +4036,7 @@ snapshots: v8-compile-cache-lib@3.0.1: {} - vite@5.1.5(@types/node@20.8.6): + vite@5.1.8(@types/node@20.8.6): dependencies: esbuild: 0.19.12 postcss: 8.4.47 diff --git a/tools/slintpad/package.json b/tools/slintpad/package.json index d80ad09aca3..3e427ba082a 100644 --- a/tools/slintpad/package.json +++ b/tools/slintpad/package.json @@ -47,7 +47,7 @@ "path-browserify": "1.0.1", "rimraf": "6.0.1", "typescript": "5.3.3", - "vite": "5.1.5", + "vite": "5.1.8", "vscode": "npm:@codingame/monaco-vscode-api@~8.0.4", "vscode-languageclient": "9.0.1", "vscode-languageserver": "9.0.1",