From 7385c63c50baabadb5c3d2a0ee6ab977a6b7d6da Mon Sep 17 00:00:00 2001 From: 7006 <22399553+7006@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:30:03 +0300 Subject: [PATCH] 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 --- src/main/resources/handlebars/typescript-axios/package.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/handlebars/typescript-axios/package.mustache b/src/main/resources/handlebars/typescript-axios/package.mustache index da07d370fa..6c6114ebcf 100644 --- a/src/main/resources/handlebars/typescript-axios/package.mustache +++ b/src/main/resources/handlebars/typescript-axios/package.mustache @@ -18,7 +18,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "axios": "^0.19.2" + "axios": "^0.21.1" }, "devDependencies": { "@types/node": "^12.11.5",