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

github.com/nextcloud/activity.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-21 00:45:05 +0300
committerGitHub <noreply@github.com>2022-10-21 00:45:05 +0300
commit528eacdd0b61536adb8134e0546cd8dac9da119a (patch)
treef9462192e308e0167a40dd5923bceefff660d567
parent272907c1bc75952e294ce430769c637737034ede (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 da6d3dee..39178927 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"license": "agpl",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
- "@nextcloud/axios": "^2.0.0",
+ "@nextcloud/axios": "^2.1.0",
"@nextcloud/dialogs": "^3.1.4",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^1.6.0",
@@ -2973,11 +2973,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"
},
@@ -21605,11 +21606,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 a632734c..a9218d37 100644
--- a/package.json
+++ b/package.json
@@ -72,7 +72,7 @@
},
"dependencies": {
"@nextcloud/auth": "^2.0.0",
- "@nextcloud/axios": "^2.0.0",
+ "@nextcloud/axios": "^2.1.0",
"@nextcloud/dialogs": "^3.1.4",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^1.6.0",