diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1d853e8..c782978 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,8 +46,8 @@ importers: specifier: ^5.3.3 version: 5.3.3 vite: - specifier: ^5.1.3 - version: 5.1.3(@types/node@20.11.5) + specifier: ^5.1.4 + version: 5.1.4(@types/node@20.11.5) workspaces/js: dependencies: @@ -6103,8 +6103,8 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /vite@5.1.3(@types/node@20.11.5): - resolution: {integrity: sha512-UfmUD36DKkqhi/F75RrxvPpry+9+tTkrXfMNZD+SboZqBCMsxKtO52XeGzzuh7ioz+Eo/SYDBbdb0Z7vgcDJew==} + /vite@5.1.4(@types/node@20.11.5): + resolution: {integrity: sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: diff --git a/workspaces/e2e/package.json b/workspaces/e2e/package.json index 213cea1..d579f95 100644 --- a/workspaces/e2e/package.json +++ b/workspaces/e2e/package.json @@ -14,6 +14,6 @@ "@types/node": "^20.11.5", "@playwright/test": "^1.41.2", "typescript": "^5.3.3", - "vite": "^5.1.3" + "vite": "^5.1.4" } }