Skip to content

Commit

Permalink
Merge pull request #429 from NASA-IMPACT/iss427_snyk_axios_ssrf
Browse files Browse the repository at this point in the history
axios 1.7.4 version added in resolutions section of package.json
  • Loading branch information
krisstanton authored Dec 4, 2024
2 parents 8ac4951 + 14e5619 commit 7982784
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
"@cumulus/**/xml2js": "^0.6.0",
"got/**/http-cache-semantics": "^4.1.1",
"nyc/**/json5": "^2.2.2",
"@cumulus/**/follow-redirects": "^1.15.6"
"@cumulus/**/follow-redirects": "^1.15.6",
"@cumulus/**/axios": "^1.7.4"
},
"files": [
"build/main",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3612,12 +3612,12 @@ aws-sdk@^2.1492.0:
uuid "8.0.0"
xml2js "0.6.2"

axios@^1.6.0:
version "1.6.5"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.5.tgz#2c090da14aeeab3770ad30c3a1461bc970fb0cd8"
integrity sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==
axios@^1.6.0, axios@^1.7.4:
version "1.7.9"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
dependencies:
follow-redirects "^1.15.4"
follow-redirects "^1.15.6"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

Expand Down Expand Up @@ -5203,7 +5203,7 @@ flatted@^3.2.9:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf"
integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==

follow-redirects@^1.15.4, follow-redirects@^1.15.6, follow-redirects@^1.2.4:
follow-redirects@^1.15.6, follow-redirects@^1.2.4:
version "1.15.9"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
Expand Down

0 comments on commit 7982784

Please sign in to comment.