Merge pull request #12 from chf007/dependabot/npm_and_yarn/axios-0.21.2

Bump axios from 0.21.1 to 0.21.2
This commit is contained in:
chf007 2021-09-10 23:35:49 +08:00 committed by GitHub
commit 6df0f2f152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -23,11 +23,11 @@
}
},
"axios": {
"version": "0.21.1",
"resolved": "https://registry.npm.taobao.org/axios/download/axios-0.21.1.tgz",
"integrity": "sha1-IlY0gZYvTWvemnbVFu8OXTwJsrg=",
"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"
}
},
"cliui": {
@ -64,9 +64,9 @@
"integrity": "sha1-2M/ccACWXFoBdLSoLqpcBVJ0LkA="
},
"follow-redirects": {
"version": "1.14.0",
"resolved": "https://registry.nlark.com/follow-redirects/download/follow-redirects-1.14.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ffollow-redirects%2Fdownload%2Ffollow-redirects-1.14.0.tgz",
"integrity": "sha1-9dJg+VxfjBBYlEkf7uXciZO0Av4="
"version": "1.14.3",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.3.tgz",
"integrity": "sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw=="
},
"get-caller-file": {
"version": "2.0.5",

View File

@ -26,7 +26,7 @@
"homepage": "https://github.com/chf007/action-wechat-work#readme",
"dependencies": {
"@vercel/ncc": "^0.28.5",
"axios": "^0.21.1",
"axios": "^0.21.2",
"lodash": "^4.17.21",
"yargs": "^16.2.0"
}