diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-04-16 12:57:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 12:57:34 +0200 |
commit | 7eec3b5a7250d111868a4121d96f33e6c0305e72 (patch) | |
tree | 23c76cd4b76f9e38199a5e4a45121e87da582f56 /package-lock.json | |
parent | 90281375a3c9f991be79091450469cdfebc9277a (diff) | |
parent | a1a74ccc209954c4ce87277ebeb05520472b7c07 (diff) | |
download | nextcloud-server-7eec3b5a7250d111868a4121d96f33e6c0305e72.tar.gz nextcloud-server-7eec3b5a7250d111868a4121d96f33e6c0305e72.zip |
Merge pull request #44761 from nextcloud/fix/deps-webauthn-lib
fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 3819527f56e..b377598b8f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,6 +31,7 @@ "@nextcloud/sharing": "^0.1.0", "@nextcloud/upload": "^1.1.1", "@nextcloud/vue": "^8.11.2", + "@simplewebauthn/browser": "^9.0.1", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.7.2", "@vueuse/core": "^10.7.2", @@ -103,6 +104,7 @@ "@nextcloud/typings": "^1.8.0", "@nextcloud/webpack-vue-config": "^6.0.1", "@pinia/testing": "^0.1.2", + "@simplewebauthn/types": "^9.0.1", "@testing-library/jest-dom": "^6.1.5", "@testing-library/user-event": "^14.4.3", "@testing-library/vue": "^5.8.3", @@ -5061,6 +5063,19 @@ "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==", "dev": true }, + "node_modules/@simplewebauthn/browser": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-9.0.1.tgz", + "integrity": "sha512-wD2WpbkaEP4170s13/HUxPcAV5y4ZXaKo1TfNklS5zDefPinIgXOpgz1kpEvobAsaLPa2KeH7AKKX/od1mrBJw==", + "dependencies": { + "@simplewebauthn/types": "^9.0.1" + } + }, + "node_modules/@simplewebauthn/types": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@simplewebauthn/types/-/types-9.0.1.tgz", + "integrity": "sha512-tGSRP1QvsAvsJmnOlRQyw/mvK9gnPtjEc5fg2+m8n+QUa+D7rvrKkOYyfpy42GTs90X3RDOnqJgfHt+qO67/+w==" + }, "node_modules/@sinclair/typebox": { "version": "0.27.8", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", |