mirror of
https://github.com/nextcloud/server.git
synced 2026-03-29 13:53:55 -04:00
Merge pull request #52141 from nextcloud/dependabot/npm_and_yarn/simplewebauthn/browser-13.1.0
build(deps): bump @simplewebauthn/browser from 12.0.0 to 13.1.0
This commit is contained in:
commit
a4cb653db0
10 changed files with 22 additions and 23 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
||||
import type { PublicKeyCredentialCreationOptionsJSON, RegistrationResponseJSON } from '@simplewebauthn/types'
|
||||
import type { PublicKeyCredentialCreationOptionsJSON, RegistrationResponseJSON } from '@simplewebauthn/browser'
|
||||
|
||||
import { translate as t } from '@nextcloud/l10n'
|
||||
import { generateUrl } from '@nextcloud/router'
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
||||
import type { AuthenticationResponseJSON, PublicKeyCredentialRequestOptionsJSON } from '@simplewebauthn/types'
|
||||
import type { AuthenticationResponseJSON, PublicKeyCredentialRequestOptionsJSON } from '@simplewebauthn/browser'
|
||||
|
||||
import { startAuthentication as startWebauthnAuthentication } from '@simplewebauthn/browser'
|
||||
import { generateUrl } from '@nextcloud/router'
|
||||
|
|
|
|||
4
dist/core-login.js
vendored
4
dist/core-login.js
vendored
File diff suppressed because one or more lines are too long
4
dist/core-login.js.license
vendored
4
dist/core-login.js.license
vendored
|
|
@ -18,6 +18,7 @@ SPDX-FileCopyrightText: Roeland Jago Douma
|
|||
SPDX-FileCopyrightText: Rob Cresswell <robcresswell@pm.me>
|
||||
SPDX-FileCopyrightText: OpenJS Foundation and other contributors
|
||||
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
|
||||
SPDX-FileCopyrightText: Matthew Miller <matthew@millerti.me>
|
||||
SPDX-FileCopyrightText: Matt Zabriskie
|
||||
SPDX-FileCopyrightText: Joyent
|
||||
SPDX-FileCopyrightText: Jonas Schade <derzade@gmail.com>
|
||||
|
|
@ -92,6 +93,9 @@ This file is generated from multiple sources. Included packages:
|
|||
- @nextcloud/vue
|
||||
- version: 8.25.1
|
||||
- license: AGPL-3.0-or-later
|
||||
- @simplewebauthn/browser
|
||||
- version: 13.1.0
|
||||
- license: MIT
|
||||
- @vueuse/core
|
||||
- version: 11.3.0
|
||||
- license: MIT
|
||||
|
|
|
|||
2
dist/core-login.js.map
vendored
2
dist/core-login.js.map
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -12,6 +12,7 @@ SPDX-FileCopyrightText: Tobias Koppers @sokra
|
|||
SPDX-FileCopyrightText: T. Jameson Little <t.jameson.little@gmail.com>
|
||||
SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
|
||||
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
|
||||
SPDX-FileCopyrightText: Matthew Miller <matthew@millerti.me>
|
||||
SPDX-FileCopyrightText: Matt Zabriskie
|
||||
SPDX-FileCopyrightText: Joyent
|
||||
SPDX-FileCopyrightText: John-David Dalton <john.david.dalton@gmail.com>
|
||||
|
|
@ -64,6 +65,9 @@ This file is generated from multiple sources. Included packages:
|
|||
- @nextcloud/vue
|
||||
- version: 8.25.1
|
||||
- license: AGPL-3.0-or-later
|
||||
- @simplewebauthn/browser
|
||||
- version: 13.1.0
|
||||
- license: MIT
|
||||
- @vueuse/core
|
||||
- version: 11.3.0
|
||||
- license: MIT
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
18
package-lock.json
generated
18
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",
|
||||
|
|
@ -101,7 +101,6 @@
|
|||
"@nextcloud/typings": "^1.9.1",
|
||||
"@nextcloud/webpack-vue-config": "^6.3.0",
|
||||
"@pinia/testing": "^0.1.7",
|
||||
"@simplewebauthn/types": "^12.0.0",
|
||||
"@testing-library/cypress": "^10.0.3",
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
|
|
@ -5267,17 +5266,10 @@
|
|||
"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"
|
||||
}
|
||||
},
|
||||
"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=="
|
||||
"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/@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",
|
||||
|
|
@ -132,7 +132,6 @@
|
|||
"@nextcloud/typings": "^1.9.1",
|
||||
"@nextcloud/webpack-vue-config": "^6.3.0",
|
||||
"@pinia/testing": "^0.1.7",
|
||||
"@simplewebauthn/types": "^12.0.0",
|
||||
"@testing-library/cypress": "^10.0.3",
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue