Skip to content

Commit d031d1b

Browse files
committed
fix: override vulnerable minimatch version (use version number for kit playground to avoid pnpm bumping kit in the process)
1 parent 6b81aa4 commit d031d1b

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"pnpm": {
1919
"overrides": {
20+
"minimatch@^3.0.4": "^3.1.2",
2021
"svelte-hmr": "workspace:*"
2122
},
2223
"peerDependencyRules": {

playground/kit-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"@fontsource/fira-mono": "^4.5.0"
88
},
99
"devDependencies": {
10-
"@sveltejs/adapter-auto": "next",
11-
"@sveltejs/kit": "next",
10+
"@sveltejs/adapter-auto": "^1.0.0-next.75",
11+
"@sveltejs/kit": "^1.0.0-next.483",
1212
"@types/cookie": "^0.5.1",
1313
"svelte": "^3.50.1",
1414
"svelte-check": "^2.7.1",

pnpm-lock.yaml

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)