Skip to content

Commit

Permalink
[Snyk] Security upgrade path-to-regexp from 6.2.1 to 6.3.0 (#243)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Jack Brown <[email protected]>
  • Loading branch information
3 people authored Sep 24, 2024
1 parent 55e342e commit dfd9be0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/plenty-knives-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-resource-router": minor
---

Bump path-to-regexp to 6.3.0
18 changes: 9 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"dependencies": {
"lodash.debounce": "^4.0.8",
"lodash.noop": "^3.0.1",
"path-to-regexp": "^6.2.1",
"path-to-regexp": "^6.3.0",
"react-sweet-state": "^2.6.4",
"url-parse": "^1.5.10"
},
Expand Down

0 comments on commit dfd9be0

Please sign in to comment.