summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-07 11:19:07 +0000
committerGitHub <noreply@github.com>2022-12-07 11:19:07 +0000
commitcd2a1b8d822d33ab5e33f9d157bd0bf5e3d97f8b (patch)
tree7021caeb85483d9648539844976ee87683b5b15f /package-lock.json
parent18d33c70aeb99bdde49dd96bfb78fb306b4581eb (diff)
Bump @nextcloud/axios from 2.0.0 to 2.2.0
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 2.0.0 to 2.2.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.2.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>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json32
1 files changed, 17 insertions, 15 deletions
diff --git a/package-lock.json b/package-lock.json
index 79b4d71f..5ddce3e9 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.2.0",
"@nextcloud/dialogs": "^3.2.0",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^1.6.0",
@@ -2923,13 +2923,14 @@
}
},
"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.2.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.2.0.tgz",
+ "integrity": "sha512-HDEVi3htwLi46fISMWWoO43xwrN0IYE3ihcKIj2wXAWBsfF7hVnVZwXlknY51gODQstwTaR0BtHvksV9f070ew==",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
+ "@nextcloud/router": "^2.0.0",
"axios": "^0.27.2",
- "tslib": "^2.4.0"
+ "tslib": "^2.4.1"
},
"engines": {
"node": "^16.0.0",
@@ -2937,9 +2938,9 @@
}
},
"node_modules/@nextcloud/axios/node_modules/tslib": {
- "version": "2.4.0",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
- "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
+ "version": "2.4.1",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
+ "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
},
"node_modules/@nextcloud/babel-config": {
"version": "1.0.0",
@@ -17736,19 +17737,20 @@
}
},
"@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.2.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.2.0.tgz",
+ "integrity": "sha512-HDEVi3htwLi46fISMWWoO43xwrN0IYE3ihcKIj2wXAWBsfF7hVnVZwXlknY51gODQstwTaR0BtHvksV9f070ew==",
"requires": {
"@nextcloud/auth": "^2.0.0",
+ "@nextcloud/router": "^2.0.0",
"axios": "^0.27.2",
- "tslib": "^2.4.0"
+ "tslib": "^2.4.1"
},
"dependencies": {
"tslib": {
- "version": "2.4.0",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
- "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
+ "version": "2.4.1",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
+ "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
}
}
},