Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-08 04:01:14 +0300
committerGitHub <noreply@github.com>2022-10-08 04:01:14 +0300
commit93172d4df1fdb9069972bf48f3be73f4305e4995 (patch)
treec380194fbafe15db60bc0fdaddd7b242268b3c10
parentd14da3fee365157c0967a0a40fa949a57d1682db (diff)
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] <support@github.com>
-rw-r--r--package-lock.json16
-rw-r--r--package.json2
2 files changed, 10 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index aabc8933..0b298c2c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"license": "AGPLv3",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
- "@nextcloud/axios": "^2.0.0",
+ "@nextcloud/axios": "^2.1.0",
"@nextcloud/calendar-js": "^3.1.0",
"@nextcloud/cdav-library": "1.1.0",
"@nextcloud/dialogs": "^3.2.0",
@@ -2640,11 +2640,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"
},
@@ -17856,11 +17857,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"
}
diff --git a/package.json b/package.json
index 508f87bd..5fe465c6 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
"contributors": [],
"dependencies": {
"@nextcloud/auth": "^2.0.0",
- "@nextcloud/axios": "^2.0.0",
+ "@nextcloud/axios": "^2.1.0",
"@nextcloud/calendar-js": "^3.1.0",
"@nextcloud/cdav-library": "1.1.0",
"@nextcloud/dialogs": "^3.2.0",