Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency path-to-regexp to v8 [security] - autoclosed #1770

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions workspaces/mend/.changeset/renovate-b8884f4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-mend-backend': patch
---

Updated dependency `path-to-regexp` to `^8.0.0`.
2 changes: 1 addition & 1 deletion workspaces/mend/plugins/mend-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"express-promise-router": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"node-fetch": "^2.6.7",
"path-to-regexp": "^7.1.0",
"path-to-regexp": "^8.0.0",
"winston": "^3.2.1",
"yn": "^4.0.0",
"zod": "^3.23.8"
Expand Down
9 changes: 1 addition & 8 deletions workspaces/mend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2479,7 +2479,7 @@ __metadata:
jsonwebtoken: ^9.0.2
msw: ^1.0.0
node-fetch: ^2.6.7
path-to-regexp: ^7.1.0
path-to-regexp: ^8.0.0
supertest: ^6.2.4
winston: ^3.2.1
yn: ^4.0.0
Expand Down Expand Up @@ -20988,13 +20988,6 @@ __metadata:
languageName: node
linkType: hard

"path-to-regexp@npm:^7.1.0":
version: 7.2.0
resolution: "path-to-regexp@npm:7.2.0"
checksum: 665b422b41d2ca39eb29a863614f22370d29abfcb878b1475dce6a05b5f72be9397ee45e29cd4f60571a60341b5aeac2ca64a9d627a9d32da5a73c898977cc8b
languageName: node
linkType: hard

"path-to-regexp@npm:^8.0.0":
version: 8.2.0
resolution: "path-to-regexp@npm:8.2.0"
Expand Down
Loading