Merge pull request #49574 from nextcloud/dependabot/npm_and_yarn/simplewebauthn/browser-12.0.0

chore(deps): bump @simplewebauthn/browser from 10.0.0 to 12.0.0
pull/49599/head
John Molakvoæ 2024-12-03 09:02:18 +07:00 committed by GitHub
commit 71a31fee43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 18 additions and 13 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

17
package-lock.json generated

@ -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": {

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