Skip to content

Commit dfd9be0

Browse files
thombergssnyk-botjackbrown
authored
[Snyk] Security upgrade path-to-regexp from 6.2.1 to 6.3.0 (#243)
* fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 * bump path-to-regexp * add changeset --------- Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: Jack Brown <2359358+jackbrown@users.noreply.github.com>
1 parent 55e342e commit dfd9be0

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-resource-router": minor
3+
---
4+
5+
Bump path-to-regexp to 6.3.0

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"dependencies": {
6767
"lodash.debounce": "^4.0.8",
6868
"lodash.noop": "^3.0.1",
69-
"path-to-regexp": "^6.2.1",
69+
"path-to-regexp": "^6.3.0",
7070
"react-sweet-state": "^2.6.4",
7171
"url-parse": "^1.5.10"
7272
},

0 commit comments

Comments
 (0)