Skip to content

Commit

Permalink
fix(security): patch ip dependency vulnerabilities (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbesnier committed Feb 22, 2024
1 parent 90c8959 commit e33b979
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@babel/runtime": "7.15.4",
"bluebird": "2.9.25",
"forest-express": "10.2.12",
"forest-express": "10.2.13",
"http-errors": "1.7.2",
"lodash": "4.17.21",
"moment": "2.29.4",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4726,10 +4726,10 @@ for-in@^1.0.2:
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
integrity sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==

forest-express@10.2.12:
version "10.2.12"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.2.12.tgz#0eb4a285f7c001b15cb7cc46bf3390b5c921824b"
integrity sha512-2bAsr31b4qULRrFELVjyF3Qx0ITDD/56sW4KU67cgdbM0KEZq6J7EQejMYa/bPQdFlybRtmp7wh1iAKWizQi7w==
forest-express@10.2.13:
version "10.2.13"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.2.13.tgz#7cc4b129a87bfbb917b1469bc14676abc8b9109f"
integrity sha512-eNPdNBspgZpKVgaw3PAFy+drN8biR9TtEzIoEH7EPFTjxG3fTxF15q45xtN+WLESV0/nS+cw6nHNQatevcASYw==
dependencies:
"@babel/runtime" "7.19.0"
"@forestadmin/context" "1.31.0"
Expand Down Expand Up @@ -5476,9 +5476,9 @@ ip6@0.0.4:
integrity sha512-0FJ0rKtTQYCp92ru/hNzNpmy2sa8nINqbuyiiVOI75+ltMtAly9dtEparm+xh//kndXL/s6FOdWzSYvUDiBpbg==

ip@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.0.tgz#4cf4ab182fee2314c75ede1276f8c80b479936da"
integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==
version "2.0.1"
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==

ipaddr.js@1.2:
version "1.2.0"
Expand Down

0 comments on commit e33b979

Please sign in to comment.