From 6029f434abc471d2f8eed79d5a1c7955937c4d98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 05:23:27 +0000 Subject: [PATCH] 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] --- package-lock.json | 17 +++++++++++------ package.json | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f997257c9408f..6e0cf502c2ac2 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": { diff --git a/package.json b/package.json index 6275eb29f3891..d84c12fcf4723 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,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",