Skip to content

Commit 34d3a01

Browse files
Bump axios from 0.20.0 to 0.21.2 in /src/frontend/web_application
Bumps [axios](https://github.com/axios/axios) from 0.20.0 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.20.0...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 18102d5 commit 34d3a01

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/frontend/web_application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/zxcvbn": "^4.4.1",
4646
"argv": "^0.0.2",
4747
"async-validator": "^3.2.4",
48-
"axios": "^0.20.0",
48+
"axios": "^0.21.2",
4949
"babel-runtime": "^6.26.0",
5050
"base64-js": "^1.5.1",
5151
"body-parser": "^1.19.2",

src/frontend/web_application/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4038,12 +4038,12 @@ axios-mock-adapter@^1.20.0:
40384038
is-blob "^2.1.0"
40394039
is-buffer "^2.0.5"
40404040

4041-
axios@^0.20.0:
4042-
version "0.20.0"
4043-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd"
4044-
integrity sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==
4041+
axios@^0.21.2:
4042+
version "0.21.2"
4043+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
4044+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
40454045
dependencies:
4046-
follow-redirects "^1.10.0"
4046+
follow-redirects "^1.14.0"
40474047

40484048
axobject-query@^2.2.0:
40494049
version "2.2.0"
@@ -7540,10 +7540,10 @@ [email protected]:
75407540
resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc"
75417541
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==
75427542

7543-
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
7544-
version "1.13.0"
7545-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
7546-
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
7543+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
7544+
version "1.15.2"
7545+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
7546+
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
75477547

75487548
font-awesome@^4.6.3:
75497549
version "4.7.0"

0 commit comments

Comments
 (0)