Skip to content

Commit

Permalink
Upgrade nanoid and path-to-regexp to remediate vulnerabilities (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrbasu authored Jan 29, 2025
1 parent 479ea05 commit e3c8e7f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion ui/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@
"minimatch": "3.0.5",
"node-forge": "1.3.0",
"nth-check": "2.0.1",
"semver": "7.5.2"
"semver": "7.5.2",
"path-to-regexp": "0.1.12",
"nanoid": "3.3.8"
},
"engines": {
"node": ">=20",
Expand Down
16 changes: 8 additions & 8 deletions ui/dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12904,12 +12904,12 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:^3.3.7":
version: 3.3.7
resolution: "nanoid@npm:3.3.7"
"nanoid@npm:3.3.8":
version: 3.3.8
resolution: "nanoid@npm:3.3.8"
bin:
nanoid: bin/nanoid.cjs
checksum: 10c0/e3fb661aa083454f40500473bb69eedb85dc160e763150b9a2c567c7e9ff560ce028a9f833123b618a6ea742e311138b591910e795614a629029e86e180660f3
checksum: 10c0/4b1bb29f6cfebf3be3bc4ad1f1296fb0a10a3043a79f34fbffe75d1621b4318319211cd420549459018ea3592f0d2f159247a6f874911d6d26eaaadda2478120
languageName: node
linkType: hard

Expand Down Expand Up @@ -13580,10 +13580,10 @@ __metadata:
languageName: node
linkType: hard

"path-to-regexp@npm:0.1.10":
version: 0.1.10
resolution: "path-to-regexp@npm:0.1.10"
checksum: 10c0/34196775b9113ca6df88e94c8d83ba82c0e1a2063dd33bfe2803a980da8d49b91db8104f49d5191b44ea780d46b8670ce2b7f4a5e349b0c48c6779b653f1afe4
"path-to-regexp@npm:0.1.12":
version: 0.1.12
resolution: "path-to-regexp@npm:0.1.12"
checksum: 10c0/1c6ff10ca169b773f3bba943bbc6a07182e332464704572962d277b900aeee81ac6aa5d060ff9e01149636c30b1f63af6e69dd7786ba6e0ddb39d4dee1f0645b
languageName: node
linkType: hard

Expand Down

0 comments on commit e3c8e7f

Please sign in to comment.