mirror of
https://github.com/tiennm99/mathmax.git
synced 2026-08-01 20:21:19 +00:00
fix: remediate dependency advisories
This commit is contained in:
Generated
+7
-4
@@ -4,6 +4,9 @@ settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
overrides:
|
||||
cookie: 0.7.2
|
||||
|
||||
importers:
|
||||
|
||||
.:
|
||||
@@ -430,8 +433,8 @@ packages:
|
||||
convert-source-map@2.0.0:
|
||||
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
||||
|
||||
cookie@0.6.0:
|
||||
resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==}
|
||||
cookie@0.7.2:
|
||||
resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==}
|
||||
engines: {node: '>= 0.6'}
|
||||
|
||||
deepmerge@4.3.1:
|
||||
@@ -953,7 +956,7 @@ snapshots:
|
||||
'@sveltejs/vite-plugin-svelte': 7.1.2(svelte@5.55.9)(vite@8.1.2(jiti@2.7.0))
|
||||
'@types/cookie': 0.6.0
|
||||
acorn: 8.16.0
|
||||
cookie: 0.6.0
|
||||
cookie: 0.7.2
|
||||
devalue: 5.8.1
|
||||
esm-env: 1.2.2
|
||||
kleur: 4.1.5
|
||||
@@ -1144,7 +1147,7 @@ snapshots:
|
||||
|
||||
convert-source-map@2.0.0: {}
|
||||
|
||||
cookie@0.6.0: {}
|
||||
cookie@0.7.2: {}
|
||||
|
||||
deepmerge@4.3.1: {}
|
||||
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
allowBuilds:
|
||||
esbuild: true
|
||||
|
||||
overrides:
|
||||
cookie: 0.7.2
|
||||
|
||||
Reference in New Issue
Block a user