From 9cfde4d80ca14228e4d1432363ccd11b4450097e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 22:47:11 +0000 Subject: [PATCH] Bump @nextcloud/axios from 2.0.0 to 2.1.0 Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 2.0.0 to 2.1.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.0.0...v2.1.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 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c346ce08..ab6a8d663 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2927,11 +2927,12 @@ } }, "node_modules/@nextcloud/axios": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.0.0.tgz", - "integrity": "sha512-Pgg0QtA+phxYbe3kMWwhN03ltMZU3x2SfPLRbOPJGP29DgULKBS6YH3U4ev2M8T0drrwCcRnB7esb+FSrW+D5g==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.1.0.tgz", + "integrity": "sha512-fUwRQeYfdX0sP+DJnQiqlJfB7ngNHWu6Gbi0nYapkB7IFiLECeL2SWzDOFj+M04j4ApsblEMBqGOJ38WEgdeyA==", "dependencies": { "@nextcloud/auth": "^2.0.0", + "@nextcloud/router": "^2.0.0", "axios": "^0.27.2", "tslib": "^2.4.0" }, @@ -21419,11 +21420,12 @@ } }, "@nextcloud/axios": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.0.0.tgz", - "integrity": "sha512-Pgg0QtA+phxYbe3kMWwhN03ltMZU3x2SfPLRbOPJGP29DgULKBS6YH3U4ev2M8T0drrwCcRnB7esb+FSrW+D5g==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.1.0.tgz", + "integrity": "sha512-fUwRQeYfdX0sP+DJnQiqlJfB7ngNHWu6Gbi0nYapkB7IFiLECeL2SWzDOFj+M04j4ApsblEMBqGOJ38WEgdeyA==", "requires": { "@nextcloud/auth": "^2.0.0", + "@nextcloud/router": "^2.0.0", "axios": "^0.27.2", "tslib": "^2.4.0" }