forked from cerc-io/cosmos-explorer
Merge pull request #31 from ping-pub/dependabot/npm_and_yarn/axios-0.21.2
Bump axios from 0.21.1 to 0.21.2
This commit is contained in:
commit
611a9a3913
26
package-lock.json
generated
26
package-lock.json
generated
@ -27,7 +27,7 @@
|
||||
"@vueuse/core": "4.0.0",
|
||||
"animate.css": "4.1.1",
|
||||
"apexcharts": "3.24.0",
|
||||
"axios": "0.21.1",
|
||||
"axios": "0.21.2",
|
||||
"axios-mock-adapter": "1.19.0",
|
||||
"bootstrap": "4.6.0",
|
||||
"bootstrap-vue": "2.21.1",
|
||||
@ -1866,7 +1866,7 @@
|
||||
"@cosmjs/encoding": "0.26.5",
|
||||
"@cosmjs/math": "0.26.5",
|
||||
"@cosmjs/utils": "0.26.5",
|
||||
"axios": "^0.21.2",
|
||||
"axios": "0.21.2",
|
||||
"fast-deep-equal": "^3.1.3"
|
||||
}
|
||||
},
|
||||
@ -2017,7 +2017,7 @@
|
||||
"@cosmjs/math": "0.26.5",
|
||||
"@cosmjs/socket": "0.26.5",
|
||||
"@cosmjs/stream": "0.26.5",
|
||||
"axios": "^0.21.2",
|
||||
"axios": "0.21.2",
|
||||
"readonly-date": "^1.0.0",
|
||||
"xstream": "^11.14.0"
|
||||
}
|
||||
@ -4513,11 +4513,11 @@
|
||||
"integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
|
||||
},
|
||||
"node_modules/axios": {
|
||||
"version": "0.21.1",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
|
||||
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
|
||||
"version": "0.21.2",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz",
|
||||
"integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.10.0"
|
||||
"follow-redirects": "^1.14.0"
|
||||
}
|
||||
},
|
||||
"node_modules/axios-mock-adapter": {
|
||||
@ -22252,7 +22252,7 @@
|
||||
"@cosmjs/encoding": "0.26.5",
|
||||
"@cosmjs/math": "0.26.5",
|
||||
"@cosmjs/utils": "0.26.5",
|
||||
"axios": "^0.21.2",
|
||||
"axios": "0.21.2",
|
||||
"fast-deep-equal": "^3.1.3"
|
||||
},
|
||||
"dependencies": {
|
||||
@ -22390,7 +22390,7 @@
|
||||
"@cosmjs/math": "0.26.5",
|
||||
"@cosmjs/socket": "0.26.5",
|
||||
"@cosmjs/stream": "0.26.5",
|
||||
"axios": "^0.21.2",
|
||||
"axios": "0.21.2",
|
||||
"readonly-date": "^1.0.0",
|
||||
"xstream": "^11.14.0"
|
||||
},
|
||||
@ -24421,11 +24421,11 @@
|
||||
"integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
|
||||
},
|
||||
"axios": {
|
||||
"version": "0.21.1",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
|
||||
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
|
||||
"version": "0.21.2",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz",
|
||||
"integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==",
|
||||
"requires": {
|
||||
"follow-redirects": "^1.10.0"
|
||||
"follow-redirects": "^1.14.0"
|
||||
}
|
||||
},
|
||||
"axios-mock-adapter": {
|
||||
|
@ -29,7 +29,7 @@
|
||||
"@vueuse/core": "4.0.0",
|
||||
"animate.css": "4.1.1",
|
||||
"apexcharts": "3.24.0",
|
||||
"axios": "0.21.1",
|
||||
"axios": "0.21.2",
|
||||
"axios-mock-adapter": "1.19.0",
|
||||
"bootstrap": "4.6.0",
|
||||
"bootstrap-vue": "2.21.1",
|
||||
|
12
yarn.lock
12
yarn.lock
@ -2548,12 +2548,12 @@ axios-mock-adapter@1.19.0:
|
||||
fast-deep-equal "^3.1.3"
|
||||
is-buffer "^2.0.3"
|
||||
|
||||
axios@0.21.1:
|
||||
version "0.21.1"
|
||||
resolved "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz"
|
||||
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
|
||||
axios@0.21.2:
|
||||
version "0.21.2"
|
||||
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
|
||||
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
|
||||
dependencies:
|
||||
follow-redirects "^1.10.0"
|
||||
follow-redirects "^1.14.0"
|
||||
|
||||
axios@^0.21.2:
|
||||
version "0.21.4"
|
||||
@ -5580,7 +5580,7 @@ flush-write-stream@^1.0.0:
|
||||
inherits "^2.0.3"
|
||||
readable-stream "^2.3.6"
|
||||
|
||||
follow-redirects@^1.0.0, follow-redirects@^1.10.0, follow-redirects@^1.14.0:
|
||||
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
|
||||
version "1.14.1"
|
||||
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz"
|
||||
integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==
|
||||
|
Loading…
Reference in New Issue
Block a user