From ab8e3d98ab2abeb16244a5290b671d16208d52be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Oct 2022 21:30:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 - https://snyk.io/vuln/SNYK-JS-AXIOS-174505 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 951ff03..6e733b5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/trek10inc/gitlab-boilerplate-injector#readme", "dependencies": { - "axios": "^0.15.3", + "axios": "^0.21.3", "bluebird": "^3.5.0", "json-stringify-safe": "^5.0.1" }