Skip to content

Commit

Permalink
Merge pull request #1411 from tubone24/snyk-fix-4f6d565f59b50d4a3a373…
Browse files Browse the repository at this point in the history
…3db737d4223

[Snyk] Security upgrade axios from 0.27.2 to 1.6.4
  • Loading branch information
tubone24 authored Jan 6, 2024
2 parents 8cc2765 + 4ed4984 commit 8cc982e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@typescript-eslint/parser": "5.38.0",
"algoliasearch": "4.19.1",
"autocomplete.js": "0.38.1",
"axios": "0.27.2",
"axios": "1.6.4",
"babel-loader": "8.3.0",
"babel-polyfill": "6.26.0",
"bootstrap": "5.3.2",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7947,6 +7947,15 @@ axios@0.19.2, axios@0.27.2, axios@^0.21.1, axios@^0.27.2:
follow-redirects "^1.14.9"
form-data "^4.0.0"

axios@1.6.4:
version "1.6.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.4.tgz#184ee1f63d412caffcf30d2c50982253c3ee86e0"
integrity sha512-heJnIs6N4aa1eSthhN9M5ioILu8Wi8vmQW9iHQ9NUvfkJb0lEEDUiIdQNAuBtfUt3FxReaKdpQA5DbmMOqzF/A==
dependencies:
follow-redirects "^1.15.4"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axobject-query@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
Expand Down Expand Up @@ -13171,7 +13180,7 @@ folder-walker@^3.2.0:
dependencies:
from2 "^2.1.0"

follow-redirects@1.15.4, follow-redirects@^1.0.0, follow-redirects@^1.14.9:
follow-redirects@1.15.4, follow-redirects@^1.0.0, follow-redirects@^1.14.9, follow-redirects@^1.15.4:
version "1.15.4"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
Expand Down Expand Up @@ -21787,7 +21796,7 @@ proxy-from-env@1.0.0:
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.0.0.tgz#33c50398f70ea7eb96d21f7b817630a55791c7ee"
integrity sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==

proxy-from-env@1.1.0:
proxy-from-env@1.1.0, proxy-from-env@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
Expand Down

0 comments on commit 8cc982e

Please sign in to comment.