Skip to content

Commit

Permalink
fix: package.json & yarn.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-IP-6240864
  • Loading branch information
snyk-bot committed Feb 19, 2024
1 parent e1ec11d commit cb14c34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"crypto-random-string": "^5.0.0",
"del": "^6.0.0",
"humanize-string": "^3.0.0",
"ip": "^1.1.5",
"ip": "^1.1.9",
"koa-jwt": "^4.0.1",
"koa-sse-stream": "^0.2.0",
"lodash": "^4.17.20",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5876,10 +5876,10 @@ ioredis@^4.17.3:
redis-parser "^3.0.0"
standard-as-callback "^2.1.0"

ip@^1.1.5:
version "1.1.8"
resolved "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz#ae05948f6b075435ed3307acce04629da8cdbf48"
integrity sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==
ip@^1.1.9:
version "1.1.9"
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.9.tgz#8dfbcc99a754d07f425310b86a99546b1151e396"
integrity sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==

irregular-plurals@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit cb14c34

Please sign in to comment.