Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit ab52a94

Browse files
fix(deps): update dependency axios to v1
1 parent 4335523 commit ab52a94

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"axios": "0.27.2",
11+
"axios": "1.3.4",
1212
"bootstrap-vue": "2.22.0",
1313
"core-js": "3.24.1",
1414
"less": "3.13.1",

web/yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,13 +1885,14 @@ aws4@^1.8.0:
18851885
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
18861886
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
18871887

1888-
axios@0.27.2:
1889-
version "0.27.2"
1890-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
1891-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
1888+
axios@1.3.4:
1889+
version "1.3.4"
1890+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024"
1891+
integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==
18921892
dependencies:
1893-
follow-redirects "^1.14.9"
1893+
follow-redirects "^1.15.0"
18941894
form-data "^4.0.0"
1895+
proxy-from-env "^1.1.0"
18951896

18961897
18971898
version "10.1.0"
@@ -4090,10 +4091,10 @@ follow-redirects@^1.0.0:
40904091
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
40914092
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
40924093

4093-
follow-redirects@^1.14.9:
4094-
version "1.15.1"
4095-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
4096-
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
4094+
follow-redirects@^1.15.0:
4095+
version "1.15.2"
4096+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
4097+
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
40974098

40984099
for-in@^1.0.2:
40994100
version "1.0.2"
@@ -6910,6 +6911,11 @@ proxy-addr@~2.0.5:
69106911
forwarded "~0.1.2"
69116912
ipaddr.js "1.9.1"
69126913

6914+
proxy-from-env@^1.1.0:
6915+
version "1.1.0"
6916+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
6917+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
6918+
69136919
prr@~1.0.1:
69146920
version "1.0.1"
69156921
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"

0 commit comments

Comments
 (0)