From 6779617e632f3b94f88072bc7dc9fd17bb4c24d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 07:40:51 +0000 Subject: [PATCH] build(deps): bump axios from 1.6.8 to 1.7.0 Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.7.0. - [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.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a7282b48f..0ed1f80f3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@bdsqqq/try": "^2.3.1", "@prisma/client": "5.14.0", - "axios": "^1.6.8", + "axios": "^1.7.0", "jsonwebtoken": "^9.0.2", "next": "^14.2.3", "react": "^18.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 33830c846..f91219350 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ dependencies: specifier: 5.14.0 version: 5.14.0(prisma@5.14.0) axios: - specifier: ^1.6.8 - version: 1.6.8 + specifier: ^1.7.0 + version: 1.7.0 jsonwebtoken: specifier: ^9.0.2 version: 9.0.2 @@ -1510,8 +1510,8 @@ packages: engines: {node: '>=4'} dev: true - /axios@1.6.8: - resolution: {integrity: sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==} + /axios@1.7.0: + resolution: {integrity: sha512-IiB0wQeKyPRdsFVhBgIo31FbzOyf2M6wYl7/NVutFwFBRMiAbjNiydJIHKeLmPugF4kJLfA1uWZ82Is2QzqqFA==} dependencies: follow-redirects: 1.15.6 form-data: 4.0.0