mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #49701 from nextcloud/dependabot/npm_and_yarn/simplewebauthn/types-12.0.0
This commit is contained in:
commit
2651d4964e
2 changed files with 3 additions and 10 deletions
11
package-lock.json
generated
11
package-lock.json
generated
|
|
@ -101,7 +101,7 @@
|
|||
"@nextcloud/typings": "^1.9.1",
|
||||
"@nextcloud/webpack-vue-config": "^6.2.0",
|
||||
"@pinia/testing": "^0.1.6",
|
||||
"@simplewebauthn/types": "^10.0.0",
|
||||
"@simplewebauthn/types": "^12.0.0",
|
||||
"@testing-library/cypress": "^10.0.2",
|
||||
"@testing-library/jest-dom": "^6.5.0",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
|
|
@ -5218,18 +5218,11 @@
|
|||
"@simplewebauthn/types": "^12.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@simplewebauthn/browser/node_modules/@simplewebauthn/types": {
|
||||
"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": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@sinonjs/formatio/-/formatio-2.0.0.tgz",
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@
|
|||
"@nextcloud/typings": "^1.9.1",
|
||||
"@nextcloud/webpack-vue-config": "^6.2.0",
|
||||
"@pinia/testing": "^0.1.6",
|
||||
"@simplewebauthn/types": "^10.0.0",
|
||||
"@simplewebauthn/types": "^12.0.0",
|
||||
"@testing-library/cypress": "^10.0.2",
|
||||
"@testing-library/jest-dom": "^6.5.0",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue