mirror of
https://github.com/nextcloud/server.git
synced 2026-02-25 02:44:57 -05:00
build(deps): bump @simplewebauthn/browser from 12.0.0 to 13.1.0
Bumps [@simplewebauthn/browser](https://github.com/MasterKale/SimpleWebAuthn/tree/HEAD/packages/browser) from 12.0.0 to 13.1.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/v13.1.0/packages/browser) --- updated-dependencies: - dependency-name: "@simplewebauthn/browser" dependency-version: 13.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
630c454db6
commit
871ea1c9cd
2 changed files with 8 additions and 9 deletions
15
package-lock.json
generated
15
package-lock.json
generated
|
|
@ -31,7 +31,7 @@
|
|||
"@nextcloud/sharing": "^0.2.4",
|
||||
"@nextcloud/upload": "^1.9.1",
|
||||
"@nextcloud/vue": "^8.25.1",
|
||||
"@simplewebauthn/browser": "^12.0.0",
|
||||
"@simplewebauthn/browser": "^13.1.0",
|
||||
"@vue/web-component-wrapper": "^1.3.0",
|
||||
"@vueuse/components": "^11.3.0",
|
||||
"@vueuse/core": "^11.0.1",
|
||||
|
|
@ -5267,17 +5267,16 @@
|
|||
"license": "BSD-3-Clause"
|
||||
},
|
||||
"node_modules/@simplewebauthn/browser": {
|
||||
"version": "12.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-12.0.0.tgz",
|
||||
"integrity": "sha512-0w6W8qkACycyaRMb2XnHfpA9kkgs5e2Aw2Ul9ObBYmvFBbtzipyWu9u2+WP1wy98chM+GIlQFnPheUbiMBQr8w==",
|
||||
"dependencies": {
|
||||
"@simplewebauthn/types": "^12.0.0"
|
||||
}
|
||||
"version": "13.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-13.1.0.tgz",
|
||||
"integrity": "sha512-WuHZ/PYvyPJ9nxSzgHtOEjogBhwJfC8xzYkPC+rR/+8chl/ft4ngjiK8kSU5HtRJfczupyOh33b25TjYbvwAcg==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"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=="
|
||||
"integrity": "sha512-q6y8MkoV8V8jB4zzp18Uyj2I7oFp2/ONL8c3j8uT06AOWu3cIChc1au71QYHrP2b+xDapkGTiv+9lX7xkTlAsA==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@sinonjs/formatio": {
|
||||
"version": "2.0.0",
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
"@nextcloud/sharing": "^0.2.4",
|
||||
"@nextcloud/upload": "^1.9.1",
|
||||
"@nextcloud/vue": "^8.25.1",
|
||||
"@simplewebauthn/browser": "^12.0.0",
|
||||
"@simplewebauthn/browser": "^13.1.0",
|
||||
"@vue/web-component-wrapper": "^1.3.0",
|
||||
"@vueuse/components": "^11.3.0",
|
||||
"@vueuse/core": "^11.0.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue