Skip to content

Commit

Permalink
build: set yarn resolutions to address path-to-regexp vulns (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbolel authored Jan 4, 2025
1 parent 1993496 commit b1e186c
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 @@ -123,6 +123,7 @@
"cross-spawn@^7.0.0": "^7.0.5",
"cross-spawn@^7.0.3": "^7.0.5",
"make-dir/semver": "^6.3.1",
"path-to-regexp@npm:^1.8.0": "^1.9.0",
"semver-diff@npm:3.1.1/semver": "^6.3.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7810,12 +7810,12 @@ __metadata:
languageName: node
linkType: hard

"path-to-regexp@npm:^1.8.0":
version: 1.8.0
resolution: "path-to-regexp@npm:1.8.0"
"path-to-regexp@npm:^1.9.0":
version: 1.9.0
resolution: "path-to-regexp@npm:1.9.0"
dependencies:
isarray: "npm:0.0.1"
checksum: 10/45a01690f72919163cf89714e31a285937b14ad54c53734c826363fcf7beba9d9d0f2de802b4986b1264374562d6a3398a2e5289753a764e3a256494f1e52add
checksum: 10/67f0f4823f7aab356523d93a83f9f8222bdd119fa0b27a8f8b587e8e6c9825294bb4ccd16ae619def111ff3fe5d15ff8f658cdd3b0d58b9c882de6fd15bc1b76
languageName: node
linkType: hard

Expand Down

0 comments on commit b1e186c

Please sign in to comment.