From 0d6a49879877ca1327c387fea87cb8c9b665b887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 07:55:25 +0000 Subject: [PATCH] chore(deps): bump axios from 1.6.8 to 1.7.7 Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.7.7. - [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.6.8...v1.7.7) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc65ad4..9ae7a69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,8 +19,7 @@ "@govtechsg/open-attestation": "^6.5.2", "@govtechsg/sgds-web-component": "^1.2.3", "@types/lodash": "^4.14.194", - "axios": "^1.6.2", - "elliptic": "^6.5.6", + "axios": "^1.7.7", "ethers": "^5.7.2", "html5-qrcode": "^2.3.8", "isomorphic-fetch": "^3.0.0", @@ -16224,9 +16223,9 @@ } }, "node_modules/axios": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz", - "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==", + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", + "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/package.json b/package.json index 5ecb326..1f5ac4b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@govtechsg/open-attestation": "^6.5.2", "@govtechsg/sgds-web-component": "^1.2.3", "@types/lodash": "^4.14.194", - "axios": "^1.6.2", + "axios": "^1.7.7", "ethers": "^5.7.2", "html5-qrcode": "^2.3.8", "isomorphic-fetch": "^3.0.0",