From d6925644ecbbcec6990ee0e4a59bd5969e384493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 19:45:14 +0300 Subject: [PATCH] chore(deps): bump axios from 1.6.8 to 1.7.4 (#262) Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.7.4. - [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.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 01dc7c1a..07e028fe 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "format": "prettier ./**/*.{json,ts,js} -w --ignore-path .gitignore" }, "dependencies": { - "axios": "1.6.8", + "axios": "1.7.4", "glob": "10.3.12", "run-in-terminal": "0.0.3", "strip-ansi": "6.0.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7533d8ac..d067a8ff 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: axios: - specifier: 1.6.8 - version: 1.6.8 + specifier: 1.7.4 + version: 1.7.4 glob: specifier: 10.3.12 version: 10.3.12 @@ -69,8 +69,8 @@ packages: asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - axios@1.6.8: - resolution: {integrity: sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==} + axios@1.7.4: + resolution: {integrity: sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==} balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -258,7 +258,7 @@ snapshots: asynckit@0.4.0: {} - axios@1.6.8: + axios@1.7.4: dependencies: follow-redirects: 1.15.6 form-data: 4.0.0