Skip to content

Commit 2aa34e2

Browse files
authored
chore: updates (#1138)
* chore: remove playground from workspace * fix: update brace-expansion and remove playground from lockfile * fix: revert brace expansion update and mark as ignored. the vulnerability is a redos and would require users to bring an inefficient glob pattern to affect it. not relevant in this repo
1 parent f02083d commit 2aa34e2

File tree

3 files changed

+64
-72
lines changed

3 files changed

+64
-72
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
"svelte": "$svelte",
7878
"vite": "$vite",
7979
"@types/node@<=20.12.0": "20.19.0",
80-
"send@<0.19.0": "^0.19.1"
80+
"send@<0.19.0": "^0.19.1",
81+
"@sveltejs/kit>cookie@<0.7.0": "^0.7.0"
8182
},
8283
"onlyBuiltDependencies": [
8384
"esbuild"
@@ -90,7 +91,8 @@
9091
],
9192
"auditConfig": {
9293
"ignoreGhsas": [
93-
"GHSA-67mh-4wv8-2f99"
94+
"GHSA-67mh-4wv8-2f99",
95+
"GHSA-v6h2-p8h4-qcjw"
9496
]
9597
},
9698
"updateConfig": {

0 commit comments

Comments
 (0)