From dfb070c8f75e4868a21d0566472b427d851b2ca8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 17:07:08 +0000 Subject: [PATCH] fix: samples/client/petstore/typescript-axios/builds/with-npm-version-and-separate-models-and-api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- .../with-npm-version-and-separate-models-and-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/client/petstore/typescript-axios/builds/with-npm-version-and-separate-models-and-api/package.json b/samples/client/petstore/typescript-axios/builds/with-npm-version-and-separate-models-and-api/package.json index 99b54ef8cc9a..4d3850ac7687 100644 --- a/samples/client/petstore/typescript-axios/builds/with-npm-version-and-separate-models-and-api/package.json +++ b/samples/client/petstore/typescript-axios/builds/with-npm-version-and-separate-models-and-api/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",