Skip to content

Commit fee2ef3

Browse files
committed
Upgrade axios lib.
The dependabot axios upgrade introduced an unknown bug that broke axios calls. Upgrading to the latest version seems to fix that.
1 parent 9aef4f2 commit fee2ef3

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tinymce/tinymce-vue": "^3",
13-
"axios": "^0.21.2",
13+
"axios": "^0.27.2",
1414
"buefy": "^0.9.10",
1515
"c3": "^0.7.20",
1616
"codeflask": "^1.4.1",

frontend/yarn.lock

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,12 +2265,13 @@ aws4@^1.8.0:
22652265
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2"
22662266
integrity sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==
22672267

2268-
axios@^0.21.2:
2269-
version "0.21.2"
2270-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
2271-
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
2268+
axios@^0.27.2:
2269+
version "0.27.2"
2270+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
2271+
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
22722272
dependencies:
2273-
follow-redirects "^1.14.0"
2273+
follow-redirects "^1.14.9"
2274+
form-data "^4.0.0"
22742275

22752276
babel-eslint@^10.1.0:
22762277
version "10.1.0"
@@ -3090,7 +3091,7 @@ colors@1.4.0:
30903091
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
30913092
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
30923093

3093-
combined-stream@^1.0.6, combined-stream@~1.0.6:
3094+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
30943095
version "1.0.8"
30953096
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
30963097
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -5014,11 +5015,16 @@ flush-write-stream@^1.0.0:
50145015
inherits "^2.0.3"
50155016
readable-stream "^2.3.6"
50165017

5017-
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
5018+
follow-redirects@^1.0.0:
50185019
version "1.14.9"
50195020
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
50205021
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
50215022

5023+
follow-redirects@^1.14.9:
5024+
version "1.15.0"
5025+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.0.tgz#06441868281c86d0dda4ad8bdaead2d02dca89d4"
5026+
integrity sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==
5027+
50225028
for-in@^1.0.2:
50235029
version "1.0.2"
50245030
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -5029,6 +5035,15 @@ forever-agent@~0.6.1:
50295035
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
50305036
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
50315037

5038+
form-data@^4.0.0:
5039+
version "4.0.0"
5040+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
5041+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
5042+
dependencies:
5043+
asynckit "^0.4.0"
5044+
combined-stream "^1.0.8"
5045+
mime-types "^2.1.12"
5046+
50325047
form-data@~2.3.2:
50335048
version "2.3.3"
50345049
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"

0 commit comments

Comments
 (0)