From bd1390531e79ac764f31c61b7c7517d095b0c72e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 15:08:10 +0000 Subject: [PATCH] Bump axios from 0.25.0 to 1.3.2 in /src/nodejs Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.3.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.25.0...v1.3.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/nodejs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nodejs/package.json b/src/nodejs/package.json index 3c97cd2..73041b3 100644 --- a/src/nodejs/package.json +++ b/src/nodejs/package.json @@ -9,7 +9,7 @@ "app:run": "node app.js" }, "dependencies": { - "axios": "^0.25.0", + "axios": "^1.3.2", "cookie-parser": "~1.4.4", "debug": "~4.3.2", "express": "~4.17.1",