Browse Source
Merge pull request #364 from colinin/dependabot/npm_and_yarn/vueJs/axios-0.21.2
build(deps): bump axios from 0.21.1 to 0.21.2 in /vueJs
pull/373/head
yx lin
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
8 additions and
8 deletions
-
vueJs/package-lock.json
-
vueJs/package.json
|
|
|
@ -4188,17 +4188,17 @@ |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"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" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"follow-redirects": { |
|
|
|
"version": "1.13.1", |
|
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", |
|
|
|
"integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==" |
|
|
|
"version": "1.14.5", |
|
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.5.tgz", |
|
|
|
"integrity": "sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
"dependencies": { |
|
|
|
"@microsoft/signalr": "^5.0.7", |
|
|
|
"@tinymce/tinymce-vue": "^3.2.0", |
|
|
|
"axios": "^0.21.1", |
|
|
|
"axios": "^0.21.2", |
|
|
|
"clipboard": "^2.0.6", |
|
|
|
"codemirror": "^5.52.2", |
|
|
|
"core-js": "^3.6.4", |
|
|
|
|