Skip to content

Commit 7385c63

Browse files
authored
Update package.mustache
update to the latest version of axios to fix high vulnerability reported by npm audit. More info https://npmjs.com/advisories/1594
1 parent c17af4b commit 7385c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/handlebars/typescript-axios/package.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"prepublishOnly": "npm run build"
1919
},
2020
"dependencies": {
21-
"axios": "^0.19.2"
21+
"axios": "^0.21.1"
2222
},
2323
"devDependencies": {
2424
"@types/node": "^12.11.5",

0 commit comments

Comments
 (0)