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

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-12 10:11:58 +0300
committerGitHub <noreply@github.com>2020-04-12 10:11:58 +0300
commit43af475a2fdaa705f8345113bbc4a35f4c279d5c (patch)
treec5cf55a820a3099b6e1ccf6c8dc41bf34479563c /package-lock.json
parent85352c27e6e949cef74a26dbac9677a6a9e3c8b8 (diff)
Bump @nextcloud/auth from 1.2.2 to 1.2.3
Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/nextcloud/nextcloud-auth/releases) - [Changelog](https://github.com/nextcloud/nextcloud-auth/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v1.2.2...v1.2.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json21
1 files changed, 7 insertions, 14 deletions
diff --git a/package-lock.json b/package-lock.json
index 41cd073e..047febe1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1251,19 +1251,12 @@
}
},
"@nextcloud/auth": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-1.2.2.tgz",
- "integrity": "sha512-rrjqrvzrstGaunzr4uriL8ITlp0jgZVzHpdRoSPTkgIQvTRNn1W3E41wGM1Zb6BG3WKuGNh/VdM3vqEaX/TN5A==",
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-1.2.3.tgz",
+ "integrity": "sha512-SN0g1nyflt2H34zkCFflOky/h0r9DNHb7T8l/JILyFTCoL8f+f67V2Q4jLLfyapEXgq0b3xG7p8FtrBX5/JhWA==",
"requires": {
"@nextcloud/event-bus": "^1.1.3",
- "core-js": "3.6.4"
- },
- "dependencies": {
- "core-js": {
- "version": "3.6.4",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz",
- "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw=="
- }
+ "core-js": "^3.6.4"
}
},
"@nextcloud/axios": {
@@ -1302,9 +1295,9 @@
}
},
"@nextcloud/event-bus": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-1.1.3.tgz",
- "integrity": "sha512-/f3OMh9Tu3bn17sCc1Sb5AaC/fjegP9bjFmlsPDFNcCAHrKKM5B2X+2eUDF2osLirYaBjVqypBmD87zyiE0WjQ==",
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-1.1.4.tgz",
+ "integrity": "sha512-It27KzmUaSQ7w22nHFwOn8XgeVG0HYYOSNG9gs4UkP5VqcZ16m4ydt3GkMpWcyFec4OUjJc+yf7omRc3pNxsSw==",
"requires": {
"@types/semver": "^6.2.1",
"core-js": "^3.6.2",