diff options
author | Matthew Miller <matthew@millerti.me> | 2024-01-20 21:33:45 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2024-01-20 21:33:45 -0800 |
commit | 46e7b1d89d8b41bbf2c20ed07824ec489a2e2711 (patch) | |
tree | 59b8919faa659da9f4672193ae1cbee175e25350 | |
parent | e1d4cf710a958ad082ceb045036f287f7d7781d3 (diff) |
Update pnpm lock file for server punt
-rw-r--r-- | pnpm-lock.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4078201..af4fd54 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -98,7 +98,7 @@ importers: version: 2.3.8 '@simplewebauthn/typescript-types': specifier: ^8.3.4 - version: link:../../typescript-types/npm + version: 8.3.4 cbor-x: specifier: ^1.5.2 version: 1.5.4 @@ -1378,6 +1378,10 @@ packages: - supports-color dev: true + /@simplewebauthn/typescript-types@8.3.4: + resolution: {integrity: sha512-38xtca0OqfRVNloKBrFB5LEM6PN5vzFbJG6rAutPVrtGHFYxPdiV3btYWq0eAZAZmP+dqFPYJxJWeJrGfmYHng==} + dev: false + /@sinclair/typebox@0.27.8: resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} dev: true |