From d998a3023528a7cde029f21081734ec3c429d466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Dec 2022 03:54:00 +0000 Subject: [PATCH] Bump @nextcloud/axios from 2.2.0 to 2.3.0 Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases) - [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: "@nextcloud/axios" dependency-type: direct:production update-type: version-update:semver-minor ... 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 6413bca0b..879104bf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@babel/polyfill": "^7.12.1", "@babel/runtime": "^7.20.6", "@nextcloud/auth": "^2.0.0", - "@nextcloud/axios": "^2.2.0", + "@nextcloud/axios": "^2.3.0", "@nextcloud/dialogs": "^3.2.0", "@nextcloud/event-bus": "^3.0.2", "@nextcloud/files": "^2.1.0", @@ -2925,9 +2925,9 @@ } }, "node_modules/@nextcloud/axios": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.2.0.tgz", - "integrity": "sha512-HDEVi3htwLi46fISMWWoO43xwrN0IYE3ihcKIj2wXAWBsfF7hVnVZwXlknY51gODQstwTaR0BtHvksV9f070ew==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.3.0.tgz", + "integrity": "sha512-C/M+1Rnh2RJwe9o5eqTDDSRbgLoD8UI0g+O1HszdQcAz+WizGiRzqnPdXYt7vWkorXvwwM0uu37pm6AlG4OmQQ==", "dependencies": { "@nextcloud/auth": "^2.0.0", "@nextcloud/router": "^2.0.0", @@ -20690,9 +20690,9 @@ } }, "@nextcloud/axios": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.2.0.tgz", - "integrity": "sha512-HDEVi3htwLi46fISMWWoO43xwrN0IYE3ihcKIj2wXAWBsfF7hVnVZwXlknY51gODQstwTaR0BtHvksV9f070ew==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.3.0.tgz", + "integrity": "sha512-C/M+1Rnh2RJwe9o5eqTDDSRbgLoD8UI0g+O1HszdQcAz+WizGiRzqnPdXYt7vWkorXvwwM0uu37pm6AlG4OmQQ==", "requires": { "@nextcloud/auth": "^2.0.0", "@nextcloud/router": "^2.0.0", diff --git a/package.json b/package.json index 6372c7569..6418a47d5 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@babel/polyfill": "^7.12.1", "@babel/runtime": "^7.20.6", "@nextcloud/auth": "^2.0.0", - "@nextcloud/axios": "^2.2.0", + "@nextcloud/axios": "^2.3.0", "@nextcloud/dialogs": "^3.2.0", "@nextcloud/event-bus": "^3.0.2", "@nextcloud/files": "^2.1.0",