fix: override vulnerable cookie dependency

This commit is contained in:
Yuri Karamian
2026-08-17 21:17:53 +02:00
parent 1bd4cd8138
commit 221625aabd
2 changed files with 9 additions and 4 deletions
+7 -4
View File
@@ -4,6 +4,9 @@ settings:
autoInstallPeers: true autoInstallPeers: true
excludeLinksFromLockfile: false excludeLinksFromLockfile: false
overrides:
cookie: 0.7.2
importers: importers:
.: .:
@@ -1122,8 +1125,8 @@ packages:
resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==}
engines: {node: '>= 12'} engines: {node: '>= 12'}
cookie@0.6.0: cookie@0.7.2:
resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==}
engines: {node: '>= 0.6'} engines: {node: '>= 0.6'}
cose-base@1.0.3: cose-base@1.0.3:
@@ -2009,7 +2012,7 @@ snapshots:
'@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.56.9)(vite@7.3.6(@types/node@26.2.0)(jiti@2.7.0)(lightningcss@1.32.0)) '@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.56.9)(vite@7.3.6(@types/node@26.2.0)(jiti@2.7.0)(lightningcss@1.32.0))
'@types/cookie': 0.6.0 '@types/cookie': 0.6.0
acorn: 8.18.0 acorn: 8.18.0
cookie: 0.6.0 cookie: 0.7.2
devalue: 5.9.0 devalue: 5.9.0
esm-env: 1.2.2 esm-env: 1.2.2
kleur: 4.1.5 kleur: 4.1.5
@@ -2568,7 +2571,7 @@ snapshots:
commander@8.3.0: {} commander@8.3.0: {}
cookie@0.6.0: {} cookie@0.7.2: {}
cose-base@1.0.3: cose-base@1.0.3:
dependencies: dependencies:
+2
View File
@@ -1,2 +1,4 @@
allowBuilds: allowBuilds:
esbuild: true esbuild: true
overrides:
cookie: 0.7.2