Skip to content

Commit

Permalink
security: bump node-ip dependency (#6266)
Browse files Browse the repository at this point in the history
## About the changes
Bump IP package that fixes indutny/node-ip#136
vulnerability
  • Loading branch information
gastonfournier committed Feb 19, 2024
1 parent 9b5b6b5 commit 1bb6874
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- '+([0-9]).+([0-9])' # This line adds support for branches like 5.1, 5.24, 11.5, etc.
paths-ignore:
- website/**
- coverage/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -130,7 +130,7 @@
"hash-sum": "^2.0.0",
"helmet": "^6.0.0",
"http-errors": "^2.0.0",
"ip": "^1.1.8",
"ip": "^2.0.1",
"joi": "^17.3.0",
"js-sha256": "^0.10.0",
"js-yaml": "^4.1.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -3764,6 +3764,11 @@ ip@^2.0.0:
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.0.tgz#4cf4ab182fee2314c75ede1276f8c80b479936da"
integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==

ip@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==

ipaddr.js@1.9.1:
version "1.9.1"
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
Expand Down

0 comments on commit 1bb6874

Please sign in to comment.