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",