Browse Source
Merge pull request #3 from nafiesl/dependabot/npm_and_yarn/axios-0.21.1
Bump axios from 0.19.2 to 0.21.1
pull/5/head
Nafies Luthfi
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
13 additions and
5 deletions
-
package-lock.json
-
package.json
|
|
|
@ -1632,12 +1632,20 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"axios": { |
|
|
|
"version": "0.19.2", |
|
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", |
|
|
|
"integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", |
|
|
|
"version": "0.21.1", |
|
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", |
|
|
|
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"follow-redirects": "1.5.10" |
|
|
|
"follow-redirects": "^1.10.0" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"follow-redirects": { |
|
|
|
"version": "1.13.1", |
|
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", |
|
|
|
"integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==", |
|
|
|
"dev": true |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"babel-code-frame": { |
|
|
|
|
|
|
|
@ -10,7 +10,7 @@ |
|
|
|
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"axios": "^0.19", |
|
|
|
"axios": "^0.21", |
|
|
|
"bootstrap": "^4.0.0", |
|
|
|
"cross-env": "^7.0", |
|
|
|
"jquery": "^3.2", |
|
|
|
|