Browse Source

fix: update-lock-file (#847)

pull/849/head
Dan Ditomaso 9 months ago
committed by GitHub
parent
commit
2d98f57b65
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 18
      pnpm-lock.yaml

18
pnpm-lock.yaml

@ -12,8 +12,8 @@ importers:
specifier: ^2.8.0
version: 2.8.0
'@meshtastic/protobufs':
specifier: ^2.7.8
version: 2.7.8
specifier: npm:@jsr/meshtastic__protobufs@^2.7.8
version: '@jsr/[email protected]'
ste-simple-events:
specifier: ^3.0.11
version: 3.0.11
@ -1363,6 +1363,9 @@ packages:
'@jridgewell/[email protected]':
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
'@jsr/[email protected]':
resolution: {integrity: sha512-KX6Ald9ZaZPiTMs0TveHGmUKY7RuHnI3B6CxBylfVIVo8VYZxTowxUymUZ86e1YiGFLZkZgki1BTp4W5O/Ting==, tarball: https://npm.jsr.io/~/11/@jsr/meshtastic__protobufs/2.7.8.tgz}
'@mapbox/[email protected]':
resolution: {integrity: sha512-tJaT+RbYGJYStt7wI3cq4Nl4SXxG8W7JDG5DMJu97V25RnbNg3QtQtf+KD+VLjNpWKYsRvXDNmNrBgEETr1ifA==}
hasBin: true
@ -1395,9 +1398,6 @@ packages:
resolution: {integrity: sha512-IGJtuBbaGzOUgODdBRg66p8stnwj9iDXkgbYKoYcNiiQmaez5WVRfXm4b03MCDwmZyX93csbfHFWEJJYHnn5oA==}
hasBin: true
'@meshtastic/[email protected]':
resolution: {integrity: sha512-Itn6sNVDvmSA6jsbqZWDScGbXkUUF3+bfJWKbdx5aA3+1tJiXas7I6aeC/aJPa1HelxLvBT3KO63jSgS1Pk83w==}
'@napi-rs/[email protected]':
resolution: {integrity: sha512-+ZEtJPp8EF8h4kN6rLQECRor00H7jtDgBVtttIUoxuDkXLiQMaSBqju3LV/IEsMvqVG5pviUvR4jYhIA1xNm8w==}
@ -6473,6 +6473,10 @@ snapshots:
'@jridgewell/resolve-uri': 3.1.2
'@jridgewell/sourcemap-codec': 1.5.5
'@jsr/[email protected]':
dependencies:
'@bufbuild/protobuf': 2.8.0
'@mapbox/[email protected]':
dependencies:
get-stream: 6.0.1
@ -6511,10 +6515,6 @@ snapshots:
rw: 1.3.3
tinyqueue: 3.0.0
'@meshtastic/[email protected]':
dependencies:
'@bufbuild/protobuf': 2.8.0
'@napi-rs/[email protected]':
dependencies:
'@emnapi/core': 1.5.0

Loading…
Cancel
Save