Skip to content

Commit b7cd3cd

Browse files
authored
Merge pull request #283 from x1unix/dependabot/npm_and_yarn/web/axios-1.6.0
build(deps): bump axios from 0.25.0 to 1.6.0 in /web
2 parents 0598aa6 + 4b5088e commit b7cd3cd

File tree

2 files changed

+26
-10
lines changed

2 files changed

+26
-10
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@types/jest": "^27.4.0",
1212
"@types/react": "^17.0.39",
1313
"@types/react-dom": "^17.0.11",
14-
"axios": "^0.25.0",
14+
"axios": "^1.6.0",
1515
"circular-dependency-plugin": "^5.2.2",
1616
"clsx": "^1.1.1",
1717
"connected-react-router": "^6.9.2",

web/yarn.lock

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2854,12 +2854,14 @@ axe-core@^4.3.5:
28542854
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.1.tgz#7dbdc25989298f9ad006645cd396782443757413"
28552855
integrity sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw==
28562856

2857-
axios@^0.25.0:
2858-
version "0.25.0"
2859-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
2860-
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
2857+
axios@^1.6.0:
2858+
version "1.6.0"
2859+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
2860+
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
28612861
dependencies:
2862-
follow-redirects "^1.14.7"
2862+
follow-redirects "^1.15.0"
2863+
form-data "^4.0.0"
2864+
proxy-from-env "^1.1.0"
28632865

28642866
axobject-query@^2.2.0:
28652867
version "2.2.0"
@@ -4799,10 +4801,10 @@ flatted@^3.1.0:
47994801
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3"
48004802
integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==
48014803

4802-
follow-redirects@^1.0.0, follow-redirects@^1.14.7:
4803-
version "1.15.4"
4804-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
4805-
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
4804+
follow-redirects@^1.0.0, follow-redirects@^1.15.0:
4805+
version "1.15.3"
4806+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
4807+
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
48064808

48074809
foreach@^2.0.5:
48084810
version "2.0.5"
@@ -4837,6 +4839,15 @@ form-data@^3.0.0:
48374839
combined-stream "^1.0.8"
48384840
mime-types "^2.1.12"
48394841

4842+
form-data@^4.0.0:
4843+
version "4.0.0"
4844+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
4845+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
4846+
dependencies:
4847+
asynckit "^0.4.0"
4848+
combined-stream "^1.0.8"
4849+
mime-types "^2.1.12"
4850+
48404851
48414852
version "0.2.0"
48424853
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
@@ -7663,6 +7674,11 @@ proxy-addr@~2.0.7:
76637674
forwarded "0.2.0"
76647675
ipaddr.js "1.9.1"
76657676

7677+
proxy-from-env@^1.1.0:
7678+
version "1.1.0"
7679+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
7680+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
7681+
76667682
psl@^1.1.33:
76677683
version "1.8.0"
76687684
resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"

0 commit comments

Comments
 (0)