From a5030d098e20e129b3178a623ed307d1338557f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 13:42:29 +0000 Subject: [PATCH] chore(deps): bump axios from 1.4.0 to 1.6.0 Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.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.4.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/client/package.json | 2 +- pnpm-lock.yaml | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/apps/client/package.json b/apps/client/package.json index 67e3f50d..c4def471 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -26,7 +26,7 @@ "@tanstack/react-query": "4.29.15", "@tanstack/react-query-devtools": "4.29.15", "argon2": "0.30.3", - "axios": "1.4.0", + "axios": "1.6.0", "clsx": "1.2.1", "contentlayer": "0.3.3", "cookies-next": "2.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f798a57e..9ebe6de6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + importers: .: @@ -59,8 +63,8 @@ importers: specifier: 0.30.3 version: 0.30.3 axios: - specifier: 1.4.0 - version: 1.4.0 + specifier: 1.6.0 + version: 1.6.0 clsx: specifier: 1.2.1 version: 1.2.1 @@ -458,6 +462,7 @@ packages: /@emotion/memoize@0.7.4: resolution: {integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==} + requiresBuild: true dev: false optional: true @@ -2773,8 +2778,8 @@ packages: engines: {node: '>=4'} dev: true - /axios@1.4.0: - resolution: {integrity: sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==} + /axios@1.6.0: + resolution: {integrity: sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==} dependencies: follow-redirects: 1.15.2 form-data: 4.0.0