Skip to content

Commit 8e69f02

Browse files
chore: bump axios from 0.26.1 to 1.3.4 in /site (#6954)
Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 1.3.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.26.1...v1.3.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ded931f commit 8e69f02

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@vitejs/plugin-react": "2.1.0",
4444
"@xstate/inspect": "0.6.5",
4545
"@xstate/react": "3.2.1",
46-
"axios": "0.26.1",
46+
"axios": "1.3.4",
4747
"canvas": "2.11.0",
4848
"chart.js": "3.9.1",
4949
"chartjs-adapter-date-fns": "3.0.0",

site/yarn.lock

+13-6
Original file line numberDiff line numberDiff line change
@@ -4773,12 +4773,14 @@ axe-core@^4.4.3:
47734773
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.6.3.tgz#fc0db6fdb65cc7a80ccf85286d91d64ababa3ece"
47744774
integrity sha512-/BQzOX780JhsxDnPpH4ZiyrJAzcd8AfzFPkv+89veFSr1rcMjuq2JDCwypKaPeB6ljHp9KjXhPpjgCvQlWYuqg==
47754775

4776-
axios@0.26.1:
4777-
version "0.26.1"
4778-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
4779-
integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==
4776+
axios@1.3.4:
4777+
version "1.3.4"
4778+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024"
4779+
integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==
47804780
dependencies:
4781-
follow-redirects "^1.14.8"
4781+
follow-redirects "^1.15.0"
4782+
form-data "^4.0.0"
4783+
proxy-from-env "^1.1.0"
47824784

47834785
axobject-query@^2.2.0:
47844786
version "2.2.0"
@@ -7643,7 +7645,7 @@ flush-write-stream@^1.0.0:
76437645
inherits "^2.0.3"
76447646
readable-stream "^2.3.6"
76457647

7646-
follow-redirects@^1.14.8:
7648+
follow-redirects@^1.15.0:
76477649
version "1.15.2"
76487650
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
76497651
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
@@ -12330,6 +12332,11 @@ proxy-addr@~2.0.7:
1233012332
forwarded "0.2.0"
1233112333
ipaddr.js "1.9.1"
1233212334

12335+
proxy-from-env@^1.1.0:
12336+
version "1.1.0"
12337+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
12338+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
12339+
1233312340
prr@~1.0.1:
1233412341
version "1.0.1"
1233512342
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"

0 commit comments

Comments
 (0)