From ee6419682338983aa7511526b1aaf7c3dd17e7e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 23:13:03 +0000 Subject: [PATCH] Bump axios from 1.7.2 to 1.7.3 Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.3. - [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/v1.7.2...v1.7.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cccdb63..4e8b0bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@aws-sdk/client-s3": "^3.360.0", "@aws-sdk/lib-storage": "^3.620.1", "@hapi/joi": "^17.1.1", - "axios": "^1.7.2", + "axios": "^1.7.3", "bcryptjs": "^2.4.3", "body-parser": "^1.20.0", "chalk": "^5.3.0", @@ -3171,9 +3171,9 @@ } }, "node_modules/axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz", + "integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/package.json b/package.json index b4d3a0f..2cbfda3 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@aws-sdk/client-s3": "^3.360.0", "@aws-sdk/lib-storage": "^3.620.1", "@hapi/joi": "^17.1.1", - "axios": "^1.7.2", + "axios": "^1.7.3", "bcryptjs": "^2.4.3", "body-parser": "^1.20.0", "chalk": "^5.3.0",