0
0
Fork 0

Merge pull request #8 from Oliver-Akins/dependabot/npm_and_yarn/server/axios-0.21.2

Bump axios from 0.21.1 to 0.21.2 in /server
This commit is contained in:
Oliver 2021-09-29 23:36:25 -06:00 committed by GitHub
commit 6b12480cde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View file

@ -15,7 +15,7 @@
"@types/hapi__basic": "^5.1.2",
"@types/hapi__hapi": "^20.0.9",
"@types/node": "^16.3.1",
"axios": "^0.21.1",
"axios": "^0.21.2",
"glob": "^7.1.7",
"joi": "^17.4.2",
"module-alias": "^2.2.2",
@ -413,11 +413,11 @@
"integrity": "sha512-N87VuQi7HEeRJkhzovao/JviiqKjDKMVKxKMfUvSKw+MbkbW8R0nA3fi/MQhhlxV2fQ+2ReM+/Nt4efdrJx3zA=="
},
"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/balanced-match": {
@ -969,11 +969,11 @@
"integrity": "sha512-N87VuQi7HEeRJkhzovao/JviiqKjDKMVKxKMfUvSKw+MbkbW8R0nA3fi/MQhhlxV2fQ+2ReM+/Nt4efdrJx3zA=="
},
"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"
}
},
"balanced-match": {

View file

@ -27,7 +27,7 @@
"@types/hapi__basic": "^5.1.2",
"@types/hapi__hapi": "^20.0.9",
"@types/node": "^16.3.1",
"axios": "^0.21.1",
"axios": "^0.21.2",
"glob": "^7.1.7",
"joi": "^17.4.2",
"module-alias": "^2.2.2",