Bump axios from 1.0.0 to 1.1.0

Bumps [axios](https://github.com/axios/axios) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-06 22:27:08 +00:00
committed by GitHub
parent a51900550f
commit 50a82d5abd
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "myspeed",
"version": "1.0.4",
"dependencies": {
"axios": "^1.0.0",
"axios": "^1.1.0",
"bcrypt": "^5.0.1",
"cron-validator": "^1.3.1",
"decompress": "^4.2.1",
@@ -390,9 +390,9 @@
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
},
"node_modules/axios": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.0.0.tgz",
"integrity": "sha512-SsHsGFN1qNPFT5QhSoSD37SHDfGyLSW5AESmyLk2JeCMHv5g0I9g0Hz/zQHx2KNe0jGXh2q2hAm7OdkXm360CA==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.1.0.tgz",
"integrity": "sha512-hsJgcqz4JY7f+HZ4cWTrPZ6tZNCNFPTRx1MjRqu/hbpgpHdSCUpLVuplc+jE/h7dOvyANtw/ERA3HC2Rz/QoMg==",
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
@@ -3488,9 +3488,9 @@
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
},
"axios": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.0.0.tgz",
"integrity": "sha512-SsHsGFN1qNPFT5QhSoSD37SHDfGyLSW5AESmyLk2JeCMHv5g0I9g0Hz/zQHx2KNe0jGXh2q2hAm7OdkXm360CA==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.1.0.tgz",
"integrity": "sha512-hsJgcqz4JY7f+HZ4cWTrPZ6tZNCNFPTRx1MjRqu/hbpgpHdSCUpLVuplc+jE/h7dOvyANtw/ERA3HC2Rz/QoMg==",
"requires": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",

View File

@@ -8,7 +8,7 @@
"dev": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\""
},
"dependencies": {
"axios": "^1.0.0",
"axios": "^1.1.0",
"bcrypt": "^5.0.1",
"cron-validator": "^1.3.1",
"decompress": "^4.2.1",