Skip to content

Commit 014a1f0

Browse files
zimingtaylorotwell
authored andcommitted
Update axios package (laravel#5038)
Update axios in package.json to ^0.19 so that I don't get security vulnerability notification emails from Github when I push to my laravel project repos even though ^0.18 covers 0.19 as well
1 parent bf60f7f commit 014a1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"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"
1111
},
1212
"devDependencies": {
13-
"axios": "^0.18",
13+
"axios": "^0.19",
1414
"bootstrap": "^4.1.0",
1515
"cross-env": "^5.1",
1616
"jquery": "^3.2",

0 commit comments

Comments
 (0)