0
0
Fork 0

Merge branch 'rewrite' of github.com:Oliver-Akins/Quote-Bracket into rewrite

This commit is contained in:
Oliver-Akins 2021-09-30 00:01:41 -06:00
commit 14df79139a
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",