Skip to content

Commit

Permalink
[AUT-1449] Update packages (#44)
Browse files Browse the repository at this point in the history
* Update simplewebauthn

* Update package
  • Loading branch information
hwhmeikle committed Oct 2, 2023
1 parent 2858520 commit 37fe9d9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authsignal/browser",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.3.6",
"@simplewebauthn/browser": "^7.2.0",
"@simplewebauthn/browser": "^8.2.1",
"a11y-dialog": "^7.5.2",
"ky": "^0.33.3",
"uuid": "^9.0.0"
Expand All @@ -37,7 +37,7 @@
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^8.5.0",
"@simplewebauthn/typescript-types": "^7.0.0",
"@simplewebauthn/typescript-types": "^8.0.0",
"@types/iframe-resizer": "^3.5.9",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.39.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -152,17 +152,17 @@
estree-walker "^1.0.1"
picomatch "^2.2.2"

"@simplewebauthn/browser@^7.2.0":
version "7.2.0"
resolved "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-7.2.0.tgz#cb959290469d14b2f33e15156439e20caf539fc7"
integrity sha512-HHIvRPpqKy0UV/BsGAmx4rQRZuZTUFYLLH65FwpSOslqHruiHx3Ql/bq7A75bjWuJ296a+4BIAq3+SPaII01TQ==
"@simplewebauthn/browser@^8.2.1":
version "8.2.1"
resolved "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-8.2.1.tgz#feb9f9553dd10e5e4349d58753e5c3bf8bf52957"
integrity sha512-s8A2ADEpULrPcKBbewzWECgyUe4sOu06OwBN4UzSO5PmBj4TG9nXaz+Ihy7ZT8eK6lF+lPy/tKebfjc/7dY2HA==
dependencies:
"@simplewebauthn/typescript-types" "*"
"@simplewebauthn/typescript-types" "^8.0.0"

"@simplewebauthn/typescript-types@*", "@simplewebauthn/typescript-types@^7.0.0":
version "7.0.0"
resolved "https://registry.npmjs.org/@simplewebauthn/typescript-types/-/typescript-types-7.0.0.tgz#887178424220524e71c10ae4548fbb353ed58ae6"
integrity sha512-bV+xACCFTsrLR/23ozHO06ZllHZaxC8LlI5YCo79GvU2BrN+rePDU2yXwZIYndNWcMQwRdndRdAhpafOh9AC/g==
"@simplewebauthn/typescript-types@^8.0.0":
version "8.0.0"
resolved "https://registry.npmjs.org/@simplewebauthn/typescript-types/-/typescript-types-8.0.0.tgz#1698a7228aba880c5c1deba1f13a4f9fd8851cb3"
integrity sha512-d7Izb2H+LZJteXMkS8DmpAarD6mZdpIOu/av/yH4/u/3Pd6DKFLyBM3j8BMmUvUqpzvJvHARNrRfQYto58mtTQ==

"@types/[email protected]":
version "0.0.39"
Expand Down

0 comments on commit 37fe9d9

Please sign in to comment.