From 99aa1fcfdc38328ccf70834cb22f816a6651d104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:58:22 +0000 Subject: [PATCH] chore(deps): bump axios from 1.7.3 to 1.7.4 Bumps [axios](https://github.com/axios/axios) from 1.7.3 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.7.3...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/package.json | 2 +- pnpm-lock.yaml | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/code/package.json b/code/package.json index 1420bd7..82cf1cd 100644 --- a/code/package.json +++ b/code/package.json @@ -45,7 +45,7 @@ }, "dependencies": { "@apollo/client": "^3.10.8", - "axios": "^1.7.2", + "axios": "^1.7.4", "graphql": "^16.9.0", "lodash": "^4.17.21", "node-fetch": "^2.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fe8eff5..d2d30d5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,8 +63,8 @@ importers: specifier: ^3.10.8 version: 3.11.2(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0) axios: - specifier: ^1.7.2 - version: 1.7.3 + specifier: ^1.7.4 + version: 1.7.4 graphql: specifier: ^16.9.0 version: 16.9.0 @@ -122,7 +122,7 @@ importers: version: 4.17.7 axios-mock-adapter: specifier: ^1.22.0 - version: 1.22.0(axios@1.7.3) + version: 1.22.0(axios@1.7.4) rollup: specifier: ^4.20.0 version: 4.20.0 @@ -1421,8 +1421,8 @@ packages: peerDependencies: axios: '>= 0.17.0' - axios@1.7.3: - resolution: {integrity: sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==} + axios@1.7.4: + resolution: {integrity: sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==} babel-jest@29.7.0: resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} @@ -1947,6 +1947,7 @@ packages: eslint@8.57.0: resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true espree@9.6.1: @@ -5649,13 +5650,13 @@ snapshots: dependencies: possible-typed-array-names: 1.0.0 - axios-mock-adapter@1.22.0(axios@1.7.3): + axios-mock-adapter@1.22.0(axios@1.7.4): dependencies: - axios: 1.7.3 + axios: 1.7.4 fast-deep-equal: 3.1.3 is-buffer: 2.0.5 - axios@1.7.3: + axios@1.7.4: dependencies: follow-redirects: 1.15.6 form-data: 4.0.0