Skip to content

Commit

Permalink
[FX-6025] Fix path-to-regexp vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-sed committed Oct 2, 2024
1 parent 58cc089 commit c2304bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
]
},
"resolutions": {
"**/react-router/path-to-regexp": "1.9.0",
"**/@storybook/core-server/**/ip": "npm:@toptal/[email protected]",
"webpack-dev-middleware": "5.3.4",
"**/@types/unist": "3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19868,10 +19868,10 @@ [email protected]:
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz"
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=

path-to-regexp@^1.7.0:
version "1.7.0"
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.7.0.tgz"
integrity sha1-Wf3g9DW62suhA6hOnTvGTpa5k30=
path-to-regexp@1.9.0, path-to-regexp@^1.7.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.9.0.tgz#5dc0753acbf8521ca2e0f137b4578b917b10cf24"
integrity sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==
dependencies:
isarray "0.0.1"

Expand Down

0 comments on commit c2304bc

Please sign in to comment.