summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-30 02:45:04 +0000
committerGitHub <noreply@github.com>2023-09-30 02:45:04 +0000
commitfe4830da710d63c647cc008e99c832e7552b6d39 (patch)
treed1b6bd9b4bea74fdfbea77e38a0c990d19623162
parentfa519b5ef46bec1ad158c2a2ff97fb765019b11c (diff)
chore(deps): bump @nextcloud/auth from 2.1.0 to 2.2.1
Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/nextcloud/nextcloud-auth/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-auth/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v2.1.0...v2.2.1) --- updated-dependencies: - dependency-name: "@nextcloud/auth" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 100ce54c..ec5e0ccf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.4.0",
- "@nextcloud/auth": "^2.1.0",
+ "@nextcloud/auth": "^2.2.1",
"@nextcloud/axios": "^2.4.0",
"@nextcloud/capabilities": "^1.1.0",
"@nextcloud/cdav-library": "^1.1.0",
@@ -2779,15 +2779,15 @@
}
},
"node_modules/@nextcloud/auth": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.1.0.tgz",
- "integrity": "sha512-wf5xQrWQu6fkl3MGegVdyR5mh/EdSQKJByH3m2Url2K2xbML9Y4Y7LAff9jjJAcMt2MkzzJEM463ZBbgTqs0lg==",
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.2.1.tgz",
+ "integrity": "sha512-zYtgrg9NMZfN8kmL5JPCsh5jDhpTCEslhnZWMvbhTiQ7hrOnji/67ok6VMK0CTJ1a92Vr67Ow72lW7YRX69zEA==",
"dependencies": {
"@nextcloud/event-bus": "^3.1.0"
},
"engines": {
- "node": "^16.0.0",
- "npm": "^7.0.0 || ^8.0.0"
+ "node": "^20.0.0",
+ "npm": "^9.0.0"
}
},
"node_modules/@nextcloud/axios": {
@@ -19759,9 +19759,9 @@
"requires": {}
},
"@nextcloud/auth": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.1.0.tgz",
- "integrity": "sha512-wf5xQrWQu6fkl3MGegVdyR5mh/EdSQKJByH3m2Url2K2xbML9Y4Y7LAff9jjJAcMt2MkzzJEM463ZBbgTqs0lg==",
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.2.1.tgz",
+ "integrity": "sha512-zYtgrg9NMZfN8kmL5JPCsh5jDhpTCEslhnZWMvbhTiQ7hrOnji/67ok6VMK0CTJ1a92Vr67Ow72lW7YRX69zEA==",
"requires": {
"@nextcloud/event-bus": "^3.1.0"
}
diff --git a/package.json b/package.json
index 77a39bcf..0befb0d2 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
},
"dependencies": {
"@mattkrick/sanitize-svg": "^0.4.0",
- "@nextcloud/auth": "^2.1.0",
+ "@nextcloud/auth": "^2.2.1",
"@nextcloud/axios": "^2.4.0",
"@nextcloud/capabilities": "^1.1.0",
"@nextcloud/cdav-library": "^1.1.0",