From 4f442838fd668b94955eb577b183744ad9cdc1b5 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:30:29 +0700 Subject: [PATCH] Update axios to version 1.7.7 (#15) Co-authored-by: depfu[bot] <23717796+depfu[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 28ea067..36e6fac 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@tanstack/react-query": "^5.32.0", - "axios": "^1.6.8", + "axios": "^1.7.7", "clsx": "^2.1.0", "cssnano": "^6.0.3", "next": "14.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8340a94..71ebe96 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^5.32.0 version: 5.32.0(react@18.2.0) axios: - specifier: ^1.6.8 - version: 1.6.8 + specifier: ^1.7.7 + version: 1.7.7 clsx: specifier: ^2.1.0 version: 2.1.0 @@ -433,8 +433,8 @@ packages: peerDependencies: postcss: ^8.1.0 - axios@1.6.8: - resolution: {integrity: sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==} + axios@1.7.7: + resolution: {integrity: sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==} balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -2190,7 +2190,7 @@ snapshots: postcss: 8.4.38 postcss-value-parser: 4.2.0 - axios@1.6.8: + axios@1.7.7: dependencies: follow-redirects: 1.15.6 form-data: 4.0.0