Skip to content

Commit

Permalink
build: 🔒 Add override for path-to-regexp dependency
Browse files Browse the repository at this point in the history
See [msw seems to depend on vulnerable versions of path-to-regexp #2270](mswjs/msw#2270)
  • Loading branch information
JeffJacobson committed Sep 12, 2024
1 parent 134773c commit 3fbc598
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"test:watch": "vitest",
"spell": "cspell ."
},
"overrides": {
"msw": {
"path-to-regexp": "^8.0.0"
}
},
"devDependencies": {
"@arcgis/core": "^4.30.9",
"@eslint/js": "^9.10.0",
Expand Down

0 comments on commit 3fbc598

Please sign in to comment.