Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fff04fa

Browse files
authoredJun 13, 2022
Bump axios in /coreui-free-react-admin-template-master
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.2/CHANGELOG.md) - [Commits](axios/axios@v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d271f2 commit fff04fa

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎coreui-free-react-admin-template-master/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/react": "^17.0.5",
4545
"@types/react-dom": "^17.0.3",
4646
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.0",
47-
"axios": "^0.21.1",
47+
"axios": "^0.21.2",
4848
"axios-mock-adapter": "^1.19.0",
4949
"classnames": "^2.2.6",
5050
"core-js": "^3.9.1",

‎coreui-free-react-admin-template-master/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -3219,12 +3219,12 @@ axios-mock-adapter@^1.19.0:
32193219
fast-deep-equal "^3.1.3"
32203220
is-buffer "^2.0.3"
32213221

3222-
axios@^0.21.1:
3223-
version "0.21.1"
3224-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz"
3225-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
3222+
axios@^0.21.2:
3223+
version "0.21.2"
3224+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
3225+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
32263226
dependencies:
3227-
follow-redirects "^1.10.0"
3227+
follow-redirects "^1.14.0"
32283228

32293229
axobject-query@^2.2.0:
32303230
version "2.2.0"
@@ -6232,10 +6232,10 @@ flush-write-stream@^1.0.0:
62326232
inherits "^2.0.3"
62336233
readable-stream "^2.3.6"
62346234

6235-
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
6236-
version "1.14.8"
6237-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
6238-
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
6235+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
6236+
version "1.15.1"
6237+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
6238+
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
62396239

62406240
for-in@^1.0.2:
62416241
version "1.0.2"

0 commit comments

Comments
 (0)