diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-07 02:18:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-07 02:18:43 +0000 |
commit | 5f3368b1c50c537ee3d253fedf306ab2cbcc6d32 (patch) | |
tree | 5865aa937d7d103b74740866c296a975a013ae5a /package.json | |
parent | 9a2360bd645a69f44a616f12ef045e72b26eea8c (diff) | |
download | nextcloud-server-5f3368b1c50c537ee3d253fedf306ab2cbcc6d32.tar.gz nextcloud-server-5f3368b1c50c537ee3d253fedf306ab2cbcc6d32.zip |
chore(deps-dev): bump @simplewebauthn/types from 10.0.0 to 12.0.0dependabot/npm_and_yarn/simplewebauthn/types-12.0.0
Bumps [@simplewebauthn/types](https://github.com/MasterKale/SimpleWebAuthn/tree/HEAD/packages/types) from 10.0.0 to 12.0.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/v12.0.0/packages/types)
---
updated-dependencies:
- dependency-name: "@simplewebauthn/types"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index d58d2dfa5c5..a5c3f0adb83 100644 --- a/package.json +++ b/package.json @@ -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", |