From bcdabe2a9be41dd18881420a0012414acbad1715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:20:46 +0530 Subject: [PATCH] chore(deps): bump axios from 1.6.5 to 1.7.3 (#3632) * chore(deps): bump axios from 1.6.5 to 1.7.3 Bumps [axios](https://github.com/axios/axios) from 1.6.5 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.6.5...v1.7.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore: include package files to eslintignore * chore: include eslintignore file to prettierignore --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sudip Paul <67197965+ItsSudip@users.noreply.github.com> Co-authored-by: ItsSudip --- .eslintignore | 2 ++ .prettierignore | 1 + package-lock.json | 10 +++++----- package.json | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.eslintignore b/.eslintignore index ce54730f4b..abeac6b164 100644 --- a/.eslintignore +++ b/.eslintignore @@ -21,3 +21,5 @@ src/v0/destinations/personalize/scripts/ test/integrations/destinations/testTypes.d.ts *.config*.js scripts/skipPrepareScript.js +package-lock.json +package.json diff --git a/.prettierignore b/.prettierignore index 99747b29bb..10ea30580f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -8,3 +8,4 @@ test/**/*.js src/util/lodash-es-core.js src/util/url-search-params.min.js dist +.eslintignore \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 8c7377da3e..c29db44559 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "ajv": "^8.12.0", "ajv-draft-04": "^1.0.0", "ajv-formats": "^2.1.1", - "axios": "^1.6.4", + "axios": "^1.7.3", "btoa": "^1.2.1", "component-each": "^0.2.6", "crypto-js": "^4.2.0", @@ -7244,11 +7244,11 @@ "integrity": "sha512-dihteGhwbJpT89kVbacWiyKeAZr+En0YGK6pAKQJLR0En9ZxSH2H4TTvfG4bBjzFq9gDAma4y9BrpDns6j5UiQ==" }, "node_modules/axios": { - "version": "1.6.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.5.tgz", - "integrity": "sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz", + "integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==", "dependencies": { - "follow-redirects": "^1.15.4", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } diff --git a/package.json b/package.json index c14e6b9ef5..d13f7f14da 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "ajv": "^8.12.0", "ajv-draft-04": "^1.0.0", "ajv-formats": "^2.1.1", - "axios": "^1.6.4", + "axios": "^1.7.3", "btoa": "^1.2.1", "component-each": "^0.2.6", "crypto-js": "^4.2.0",