From b9beb4f554f248b16d2303713eeeae6f45a6d6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 19:59:33 +0000 Subject: [PATCH] Bump axios from 1.2.0 to 1.6.0 Bumps [axios](https://github.com/axios/axios) from 1.2.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.2.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b38f0efb..1c8322f6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@tippyjs/react": "^4.2.6", "@uiw/react-codemirror": "^4.19.5", "@urql/exchange-refocus": "^1.0.0", - "axios": "^1.2.0", + "axios": "^1.6.0", "classnames": "^2.3.2", "connectkit": "^1.3.0", "date-fns": "^2.29.3", @@ -23508,9 +23508,9 @@ "peer": true }, "node_modules/axios": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.0.tgz", - "integrity": "sha512-zT7wZyNYu3N5Bu0wuZ6QccIf93Qk1eV8LOewxgjOZFd2DenOs98cJ7+Y6703d0wkaXGY6/nZd4EweJaHz9uzQw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", "dependencies": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", @@ -72724,9 +72724,9 @@ "peer": true }, "axios": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.0.tgz", - "integrity": "sha512-zT7wZyNYu3N5Bu0wuZ6QccIf93Qk1eV8LOewxgjOZFd2DenOs98cJ7+Y6703d0wkaXGY6/nZd4EweJaHz9uzQw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", "requires": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", diff --git a/package.json b/package.json index fad2a6454..983617afc 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@tippyjs/react": "^4.2.6", "@uiw/react-codemirror": "^4.19.5", "@urql/exchange-refocus": "^1.0.0", - "axios": "^1.2.0", + "axios": "^1.6.0", "classnames": "^2.3.2", "connectkit": "^1.3.0", "date-fns": "^2.29.3",