diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-30 05:23:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-30 05:23:27 +0000 |
commit | 6029f434abc471d2f8eed79d5a1c7955937c4d98 (patch) | |
tree | 80caa494e99bab11abd63286244b8aac387992f0 /package-lock.json | |
parent | 0985124f32b638b6c82d86071486c880e9f0cae6 (diff) | |
download | nextcloud-server-6029f434abc471d2f8eed79d5a1c7955937c4d98.tar.gz nextcloud-server-6029f434abc471d2f8eed79d5a1c7955937c4d98.zip |
chore(deps): bump @simplewebauthn/browser from 10.0.0 to 12.0.0
Bumps [@simplewebauthn/browser](https://github.com/MasterKale/SimpleWebAuthn/tree/HEAD/packages/browser) from 10.0.0 to 12.0.0.
- [Release notes](https://github.com/MasterKale/SimpleWebAuthn/releases)
- [Changelog](https://github.com/MasterKale/SimpleWebAuthn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MasterKale/SimpleWebAuthn/commits/v12.0.0/packages/browser)
---
updated-dependencies:
- dependency-name: "@simplewebauthn/browser"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index f997257c940..6e0cf502c2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@nextcloud/sharing": "^0.2.3", "@nextcloud/upload": "^1.7.0", "@nextcloud/vue": "^8.20.0", - "@simplewebauthn/browser": "^10.0.0", + "@simplewebauthn/browser": "^12.0.0", "@vueuse/components": "^11.1.0", "@vueuse/core": "^11.0.1", "@vueuse/integrations": "^11.1.0", @@ -5222,18 +5222,23 @@ "license": "BSD-3-Clause" }, "node_modules/@simplewebauthn/browser": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-10.0.0.tgz", - "integrity": "sha512-hG0JMZD+LiLUbpQcAjS4d+t4gbprE/dLYop/CkE01ugU/9sKXflxV5s0DRjdz3uNMFecatRfb4ZLG3XvF8m5zg==", - "license": "MIT", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-12.0.0.tgz", + "integrity": "sha512-0w6W8qkACycyaRMb2XnHfpA9kkgs5e2Aw2Ul9ObBYmvFBbtzipyWu9u2+WP1wy98chM+GIlQFnPheUbiMBQr8w==", "dependencies": { - "@simplewebauthn/types": "^10.0.0" + "@simplewebauthn/types": "^12.0.0" } }, + "node_modules/@simplewebauthn/browser/node_modules/@simplewebauthn/types": { + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@simplewebauthn/types/-/types-12.0.0.tgz", + "integrity": "sha512-q6y8MkoV8V8jB4zzp18Uyj2I7oFp2/ONL8c3j8uT06AOWu3cIChc1au71QYHrP2b+xDapkGTiv+9lX7xkTlAsA==" + }, "node_modules/@simplewebauthn/types": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/@simplewebauthn/types/-/types-10.0.0.tgz", "integrity": "sha512-SFXke7xkgPRowY2E+8djKbdEznTVnD5R6GO7GPTthpHrokLvNKw8C3lFZypTxLI7KkCfGPfhtqB3d7OVGGa9jQ==", + "dev": true, "license": "MIT" }, "node_modules/@sinonjs/formatio": { |