Skip to content

Commit b060d78

Browse files
authored
Merge pull request #463 from NASA-IMPACT/iss1520_SNYK__axios_update
Updated package json to axios 1.8.3 for SNYK tickets This update passed the Smoke Test in Sandbox - Deploying to UAT now
2 parents eb5c435 + 1a9c35d commit b060d78

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"got/**/http-cache-semantics": "^4.1.1",
121121
"nyc/**/json5": "^2.2.2",
122122
"@cumulus/**/follow-redirects": "^1.15.6",
123-
"@cumulus/**/axios": "^1.7.4"
123+
"@cumulus/**/axios": "^1.8.3"
124124
},
125125
"files": [
126126
"build/main",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3187,10 +3187,10 @@ aws-crt@^1.24.0:
31873187
mqtt "^4.3.8"
31883188
process "^0.11.10"
31893189

3190-
axios@^1.7.4:
3191-
version "1.8.1"
3192-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.1.tgz#7c118d2146e9ebac512b7d1128771cdd738d11e3"
3193-
integrity sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==
3190+
axios@^1.7.4, axios@^1.8.3:
3191+
version "1.9.0"
3192+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
3193+
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
31943194
dependencies:
31953195
follow-redirects "^1.15.6"
31963196
form-data "^4.0.0"

0 commit comments

Comments
 (0)