summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-04 04:48:01 +0000
committerGitHub <noreply@github.com>2024-05-04 04:48:01 +0000
commit17be5a62b2e775ae8902b646adfb0d3c07535d5e (patch)
tree48bbb288564c064e49b4fe8904b605dbbc068528
parenta0b9c6409782cf6a237d6c9b11b427bc70ce8165 (diff)
chore(deps): Bump @nextcloud/axios from 2.4.0 to 2.5.0dependabot/npm_and_yarn/nextcloud/axios-2.5.0
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-axios/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v2.4.0...v2.5.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.json50
-rw-r--r--package.json2
2 files changed, 14 insertions, 38 deletions
diff --git a/package-lock.json b/package-lock.json
index 6ffbfeb58..45f8719e6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
"@nextcloud/auth": "^2.3.0",
- "@nextcloud/axios": "^2.4.0",
+ "@nextcloud/axios": "^2.5.0",
"@nextcloud/browser-storage": "^0.4.0",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^5.3.1",
@@ -3466,26 +3466,13 @@
}
},
"node_modules/@nextcloud/axios": {
- "version": "2.4.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.4.0.tgz",
- "integrity": "sha512-ARGzT9p45L0sjRIV3JZWGPtMbwgxd4eEMcMJNn58NA7UQIsMkTwHb5pXQjL+5elXY9zp/JMz7n/7SHTp0bkuXQ==",
- "dependencies": {
- "@nextcloud/auth": "^2.1.0",
- "@nextcloud/router": "^2.1.2",
- "axios": "^1.4.0"
- },
- "engines": {
- "node": "^20.0.0",
- "npm": "^9.0.0"
- }
- },
- "node_modules/@nextcloud/axios/node_modules/@nextcloud/router": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.2.1.tgz",
- "integrity": "sha512-ZRc/WI0RaksEJMz08H/6LimIdP+1A1xTHThCYEghs7VgAKNp5917vT2OKSpG0cMRbIwk0ongFVt5FB5qjy/iFg==",
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.5.0.tgz",
+ "integrity": "sha512-82LQ5PZA0ZVUnS8QiGoAGOR5kE7EKD84qEEgeZJ+Y7p5iljwi3AT6niQuP7YuHjt3MKM+6jQiyghZk5SquiszQ==",
"dependencies": {
- "@nextcloud/typings": "^1.7.0",
- "core-js": "^3.6.4"
+ "@nextcloud/auth": "^2.3.0",
+ "@nextcloud/router": "^3.0.1",
+ "axios": "^1.6.8"
},
"engines": {
"node": "^20.0.0",
@@ -23412,24 +23399,13 @@
}
},
"@nextcloud/axios": {
- "version": "2.4.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.4.0.tgz",
- "integrity": "sha512-ARGzT9p45L0sjRIV3JZWGPtMbwgxd4eEMcMJNn58NA7UQIsMkTwHb5pXQjL+5elXY9zp/JMz7n/7SHTp0bkuXQ==",
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.5.0.tgz",
+ "integrity": "sha512-82LQ5PZA0ZVUnS8QiGoAGOR5kE7EKD84qEEgeZJ+Y7p5iljwi3AT6niQuP7YuHjt3MKM+6jQiyghZk5SquiszQ==",
"requires": {
- "@nextcloud/auth": "^2.1.0",
- "@nextcloud/router": "^2.1.2",
- "axios": "^1.4.0"
- },
- "dependencies": {
- "@nextcloud/router": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.2.1.tgz",
- "integrity": "sha512-ZRc/WI0RaksEJMz08H/6LimIdP+1A1xTHThCYEghs7VgAKNp5917vT2OKSpG0cMRbIwk0ongFVt5FB5qjy/iFg==",
- "requires": {
- "@nextcloud/typings": "^1.7.0",
- "core-js": "^3.6.4"
- }
- }
+ "@nextcloud/auth": "^2.3.0",
+ "@nextcloud/router": "^3.0.1",
+ "axios": "^1.6.8"
}
},
"@nextcloud/babel-config": {
diff --git a/package.json b/package.json
index 95d0b929c..a4c7a5ec2 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
"@nextcloud/auth": "^2.3.0",
- "@nextcloud/axios": "^2.4.0",
+ "@nextcloud/axios": "^2.5.0",
"@nextcloud/browser-storage": "^0.4.0",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^5.3.1",