From f278ec9d83a950a4aa8776f730258c7580839a9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 22:33:57 +0000 Subject: [PATCH] fix: samples/client/petstore/typescript-axios/builds/with-npm-version/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- .../typescript-axios/builds/with-npm-version/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/client/petstore/typescript-axios/builds/with-npm-version/package.json b/samples/client/petstore/typescript-axios/builds/with-npm-version/package.json index 99b54ef8cc9a..4d3850ac7687 100644 --- a/samples/client/petstore/typescript-axios/builds/with-npm-version/package.json +++ b/samples/client/petstore/typescript-axios/builds/with-npm-version/package.json @@ -18,7 +18,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "axios": "^0.18.0" + "axios": "^1.6.3" }, "devDependencies": { "@types/node": "^8.0.9",