summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-06-25 19:15:19 -0100
committerGitHub <noreply@github.com>2020-06-25 19:15:19 -0100
commitac5dddbfe4b0b3ee2dc8a8a1ccd2c79f3a93b065 (patch)
tree9aa1749ec7df32574b2bdf2f4ea369eb4394a461
parente114b03771a911ab84950da24eef181ab4a39781 (diff)
parent69f19b862210fa07ee49600f6f3e5a90f91cf84c (diff)
Merge pull request #917 from nextcloud/dependabot/npm_and_yarn/nextcloud/auth-1.3.0
Bump @nextcloud/auth from 0.3.1 to 1.3.0
-rw-r--r--package-lock.json59
-rw-r--r--package.json2
2 files changed, 51 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 5cce2513..b0b9fd3b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2576,12 +2576,20 @@
}
},
"@nextcloud/auth": {
- "version": "0.3.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-0.3.1.tgz",
- "integrity": "sha512-kx5VfB2SWG+BNudoggnjQrmxr559rCDANVLnaDDKmCujToxv0l3kNMTBUUcYhSvv8dyYaD/ZTaXBUON9ZLm9lw==",
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-1.3.0.tgz",
+ "integrity": "sha512-GfwRM9W7hat4psNdAt74UHEV+drEXQ53klCVp6JpON66ZLPeK5eJ1LQuiQDkpUxZpqNeaumXjiB98h5cug/uQw==",
"requires": {
- "@nextcloud/event-bus": "^0.2.0",
- "core-js": "3.2.1"
+ "@nextcloud/event-bus": "^1.1.3",
+ "@nextcloud/typings": "^0.2.2",
+ "core-js": "^3.6.4"
+ },
+ "dependencies": {
+ "core-js": {
+ "version": "3.6.5",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz",
+ "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA=="
+ }
}
},
"@nextcloud/axios": {
@@ -2596,14 +2604,47 @@
"@nextcloud/auth": "^0.3.1",
"axios": "^0.19.0",
"core-js": "^3.2.1"
+ },
+ "dependencies": {
+ "@nextcloud/auth": {
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-0.3.1.tgz",
+ "integrity": "sha512-kx5VfB2SWG+BNudoggnjQrmxr559rCDANVLnaDDKmCujToxv0l3kNMTBUUcYhSvv8dyYaD/ZTaXBUON9ZLm9lw==",
+ "requires": {
+ "@nextcloud/event-bus": "^0.2.0",
+ "core-js": "3.2.1"
+ }
+ },
+ "@nextcloud/event-bus": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-0.2.1.tgz",
+ "integrity": "sha512-yerEPTA5lnJ1JV8qYK6sHMWW8m6fxuMEtptVgv7WnGCy2l5rvxDh9vqwk72qX/Z9i2OrC7Jy382TMYbke8b2Qw==",
+ "requires": {
+ "core-js": "^3.1.4"
+ }
+ }
}
},
"@nextcloud/event-bus": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-0.2.1.tgz",
- "integrity": "sha512-yerEPTA5lnJ1JV8qYK6sHMWW8m6fxuMEtptVgv7WnGCy2l5rvxDh9vqwk72qX/Z9i2OrC7Jy382TMYbke8b2Qw==",
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-1.2.0.tgz",
+ "integrity": "sha512-pNS0R6Mvgj4WnbJQ8LYjxRjCbRndpwjHNyZYm0zl8U71gbHsUvQIIzTdW7WYg6Nz/FjAlrdmDXJDFLh1DDcIFA==",
"requires": {
- "core-js": "^3.1.4"
+ "@types/semver": "^7.1.0",
+ "core-js": "^3.6.2",
+ "semver": "^7.3.2"
+ },
+ "dependencies": {
+ "core-js": {
+ "version": "3.6.5",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz",
+ "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA=="
+ },
+ "semver": {
+ "version": "7.3.2",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz",
+ "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ=="
+ }
}
},
"@nextcloud/l10n": {
diff --git a/package.json b/package.json
index f99da273..239406a7 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
},
"dependencies": {
"@babel/runtime": "^7.7.1",
- "@nextcloud/auth": "^0.3.1",
+ "@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^0.5.0",
"@nextcloud/logger": "^0.1.0",
"@nextcloud/vue": "^1.1.0",