Skip to content

Commit

Permalink
ichore: Upgrade to webauthn-json 0.4.1 to 2.1.1 (#89639)
Browse files Browse the repository at this point in the history
This PR upgrades @github/webauthn-json to https://github.com/github/webauthn-json/releases/tag/v2.1.1
  • Loading branch information
xknown authored Apr 18, 2024
1 parent 828016b commit e0f46e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@emotion/jest": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@github/webauthn-json": "^0.4.1",
"@github/webauthn-json": "^2.1.1",
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.53.0",
"@tanstack/react-query": "^5.15.5",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4495,12 +4495,12 @@ __metadata:
languageName: node
linkType: hard

"@github/webauthn-json@npm:^0.4.1":
version: 0.4.1
resolution: "@github/webauthn-json@npm:0.4.1"
"@github/webauthn-json@npm:^2.1.1":
version: 2.1.1
resolution: "@github/webauthn-json@npm:2.1.1"
bin:
webauthn-json: ./dist/bin/webauthn-json.js
checksum: e8834ae2082d38e5f8eba2cd4576060c53cdc2d0152e3635f87fecbc3ab4f142c709b7a1f8bb1c898e30eed5d7b3d5fb00dc1f815b48ae31a880c4b14d9ba757
webauthn-json: dist/bin/main.js
checksum: 4423ddd1e5b74d91ded02ea551923a73c45b1ee2ee4294943aaddfc12e1929405ea1e8b4380456db829fcdc3a4d8a89bf8ee29c6a35be3889dc00236b1c96968
languageName: node
linkType: hard

Expand Down Expand Up @@ -12334,7 +12334,7 @@ __metadata:
"@emotion/jest": "npm:^11.11.0"
"@emotion/react": "npm:^11.11.1"
"@emotion/styled": "npm:^11.11.0"
"@github/webauthn-json": "npm:^0.4.1"
"@github/webauthn-json": "npm:^2.1.1"
"@sentry/webpack-plugin": "npm:^1.21.0"
"@storybook/addon-actions": "npm:^7.6.17"
"@stripe/react-stripe-js": "npm:^2.1.0"
Expand Down

0 comments on commit e0f46e7

Please sign in to comment.