build(deps): bump axios from 0.27.2 to 1.6.0 (#255)

Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.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/v0.27.2...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-11 18:17:05 +08:00 committed by GitHub
parent 0fba96465a
commit 0af8054e9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 18 deletions

46
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.5.9",
"dependencies": {
"ali-oss": "^6.17.1",
"axios": "^0.27.2",
"axios": "^1.6.0",
"buffer-from": "^1.1.2",
"codemirror": "^5.65.7",
"cos-js-sdk-v5": "^1.3.9",
@ -5010,12 +5010,13 @@
"dev": true
},
"node_modules/axios": {
"version": "0.27.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz",
"integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz",
"integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==",
"dependencies": {
"follow-redirects": "^1.14.9",
"form-data": "^4.0.0"
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
}
},
"node_modules/babel-eslint": {
@ -18085,9 +18086,10 @@
},
"node_modules/npm/node_modules/lodash._baseindexof": {
"version": "3.1.0",
"extraneous": true,
"dev": true,
"inBundle": true,
"license": "MIT"
"license": "MIT",
"optional": true
},
"node_modules/npm/node_modules/lodash._baseuniq": {
"version": "4.6.0",
@ -18102,21 +18104,24 @@
},
"node_modules/npm/node_modules/lodash._bindcallback": {
"version": "3.0.1",
"extraneous": true,
"dev": true,
"inBundle": true,
"license": "MIT"
"license": "MIT",
"optional": true
},
"node_modules/npm/node_modules/lodash._cacheindexof": {
"version": "3.0.2",
"extraneous": true,
"dev": true,
"inBundle": true,
"license": "MIT"
"license": "MIT",
"optional": true
},
"node_modules/npm/node_modules/lodash._createcache": {
"version": "3.1.2",
"extraneous": true,
"dev": true,
"inBundle": true,
"license": "MIT",
"optional": true,
"dependencies": {
"lodash._getnative": "^3.0.0"
}
@ -18130,9 +18135,10 @@
},
"node_modules/npm/node_modules/lodash._getnative": {
"version": "3.9.1",
"extraneous": true,
"dev": true,
"inBundle": true,
"license": "MIT"
"license": "MIT",
"optional": true
},
"node_modules/npm/node_modules/lodash._root": {
"version": "3.0.1",
@ -18150,9 +18156,10 @@
},
"node_modules/npm/node_modules/lodash.restparam": {
"version": "3.6.1",
"extraneous": true,
"dev": true,
"inBundle": true,
"license": "MIT"
"license": "MIT",
"optional": true
},
"node_modules/npm/node_modules/lodash.union": {
"version": "4.6.0",
@ -22977,6 +22984,11 @@
"node": ">= 0.10"
}
},
"node_modules/proxy-from-env": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
},
"node_modules/prr": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",

View File

@ -14,7 +14,7 @@
},
"dependencies": {
"ali-oss": "^6.17.1",
"axios": "^0.27.2",
"axios": "^1.6.0",
"buffer-from": "^1.1.2",
"codemirror": "^5.65.7",
"cos-js-sdk-v5": "^1.3.9",