From e85770c0c4f122af96b8f2504d9721cc5d7d2ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 14:22:07 +0000 Subject: [PATCH] Bump axios from 1.4.0 to 1.6.0 in /web 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] --- web/package.json | 2 +- web/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index ea9377c..a8872c3 100644 --- a/web/package.json +++ b/web/package.json @@ -42,7 +42,7 @@ "@stablelib/base64": "^1.0.1", "@stablelib/x25519": "^1.0.3", "@tanstack/query-core": "^4.32.6", - "axios": "^1.4.0", + "axios": "^1.6.0", "classnames": "^2.3.2", "clipboardy": "^3.0.0", "dayjs": "^1.11.9", diff --git a/web/pnpm-lock.yaml b/web/pnpm-lock.yaml index 11426fc..678d0ce 100644 --- a/web/pnpm-lock.yaml +++ b/web/pnpm-lock.yaml @@ -21,8 +21,8 @@ dependencies: specifier: ^4.32.6 version: 4.32.6 axios: - specifier: ^1.4.0 - version: 1.4.0 + specifier: ^1.6.0 + version: 1.6.0 classnames: specifier: ^2.3.2 version: 2.3.2 @@ -1758,8 +1758,8 @@ packages: resolution: {integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==} dev: false - /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