Skip to content

Commit

Permalink
fix(deps): update dependency path-to-regexp to v6 [security] (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 6d318cc commit ecb3a34
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
9 changes: 8 additions & 1 deletion .pnp.cjs

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

2 changes: 1 addition & 1 deletion apps/slack-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"openai": "^4.79.0",
"path-to-regexp": "^0.1.12",
"path-to-regexp": "^6.0.0",
"prettier": "^3.3.3",
"ramda": "^0.30.1",
"remeda": "^2.17.0",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ __metadata:
lodash: "npm:^4.17.21"
nodemon: "npm:^3.1.7"
openai: "npm:^4.79.0"
path-to-regexp: "npm:^0.1.12"
path-to-regexp: "npm:^6.0.0"
prettier: "npm:^3.3.3"
ramda: "npm:^0.30.1"
remeda: "npm:^2.17.0"
Expand Down Expand Up @@ -8576,7 +8576,7 @@ __metadata:
languageName: node
linkType: hard

"path-to-regexp@npm:0.1.12, path-to-regexp@npm:^0.1.12":
"path-to-regexp@npm:0.1.12":
version: 0.1.12
resolution: "path-to-regexp@npm:0.1.12"
checksum: 10c0/1c6ff10ca169b773f3bba943bbc6a07182e332464704572962d277b900aeee81ac6aa5d060ff9e01149636c30b1f63af6e69dd7786ba6e0ddb39d4dee1f0645b
Expand All @@ -8590,6 +8590,13 @@ __metadata:
languageName: node
linkType: hard

"path-to-regexp@npm:^6.0.0":
version: 6.3.0
resolution: "path-to-regexp@npm:6.3.0"
checksum: 10c0/73b67f4638b41cde56254e6354e46ae3a2ebc08279583f6af3d96fe4664fc75788f74ed0d18ca44fa4a98491b69434f9eee73b97bb5314bd1b5adb700f5c18d6
languageName: node
linkType: hard

"path-to-regexp@npm:^6.2.1":
version: 6.2.2
resolution: "path-to-regexp@npm:6.2.2"
Expand Down

0 comments on commit ecb3a34

Please sign in to comment.