Browse Source

Update vite to 5.3.6

Fixes CVE-2024-45812
pull/344/head
Tom Fifield 2 years ago
committed by GitHub
parent
commit
2f9af111c8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      pnpm-lock.yaml

8
pnpm-lock.yaml

@ -127,7 +127,7 @@ importers:
version: 3.0.6([email protected]) version: 3.0.6([email protected])
vite-plugin-node-polyfills: vite-plugin-node-polyfills:
specifier: ^0.22.0 specifier: ^0.22.0
version: 0.22.0([email protected])([email protected].1(@types/[email protected])) version: 0.22.0([email protected])([email protected].6(@types/[email protected]))
zustand: zustand:
specifier: 4.5.2 specifier: 4.5.2
version: 4.5.2(@types/[email protected])([email protected])([email protected]) version: 4.5.2(@types/[email protected])([email protected])([email protected])
@ -3229,7 +3229,7 @@ packages:
peerDependencies: peerDependencies:
vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0
[email protected].1: [email protected].6:
resolution: {integrity: sha512-XBmSKRLXLxiaPYamLv3/hnP/KXDai1NDexN0FpkTaZXTfycHvkRHoenpgl/fvuK/kPbB6xAgoyiryAhQNxYmAQ==} resolution: {integrity: sha512-XBmSKRLXLxiaPYamLv3/hnP/KXDai1NDexN0FpkTaZXTfycHvkRHoenpgl/fvuK/kPbB6xAgoyiryAhQNxYmAQ==}
engines: {node: ^18.0.0 || >=20.0.0} engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true hasBin: true
@ -6965,7 +6965,7 @@ snapshots:
[email protected]: {} [email protected]: {}
[email protected]([email protected])([email protected].1(@types/[email protected])): [email protected]([email protected])([email protected].6(@types/[email protected])):
dependencies: dependencies:
'@rollup/plugin-inject': 5.0.5([email protected]) '@rollup/plugin-inject': 5.0.5([email protected])
node-stdlib-browser: 1.2.0 node-stdlib-browser: 1.2.0
@ -6973,7 +6973,7 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- rollup - rollup
[email protected].1(@types/[email protected]): [email protected].6(@types/[email protected]):
dependencies: dependencies:
esbuild: 0.21.5 esbuild: 0.21.5
postcss: 8.4.38 postcss: 8.4.38

Loading…
Cancel
Save