Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/exposure-keys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"author": "Florian Imdahl <git@ffflorian.de>",
"dependencies": {
"jszip": "3.10.1",
"protobufjs": "8.7.1"
"protobufjs": "8.7.2"
},
"description": "Temporary Exposure Keys (TEK) library",
"devDependencies": {
"protobufjs-cli": "2.6.1",
"protobufjs-cli": "2.6.2",
"tsx": "4.23.12",
"typescript": "7.0.2"
},
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4923,8 +4923,8 @@ __metadata:
resolution: "exposure-keys@workspace:packages/exposure-keys"
dependencies:
jszip: "npm:3.10.1"
protobufjs: "npm:8.7.1"
protobufjs-cli: "npm:2.6.1"
protobufjs: "npm:8.7.2"
protobufjs-cli: "npm:2.6.2"
tsx: "npm:4.23.12"
typescript: "npm:7.0.2"
languageName: unknown
Expand Down Expand Up @@ -9189,9 +9189,9 @@ __metadata:
languageName: node
linkType: hard

"protobufjs-cli@npm:2.6.1":
version: 2.6.1
resolution: "protobufjs-cli@npm:2.6.1"
"protobufjs-cli@npm:2.6.2":
version: 2.6.2
resolution: "protobufjs-cli@npm:2.6.2"
dependencies:
escodegen: "npm:^2.0.0"
espree: "npm:^9.6.1"
Expand All @@ -9201,21 +9201,21 @@ __metadata:
minimist: "npm:^1.2.8"
tmp: "npm:^0.2.7"
peerDependencies:
protobufjs: ^8.7.1
protobufjs: ^8.7.2
bin:
pbjs: bin/pbjs
pbts: bin/pbts
protoc-gen-pbjs: bin/protoc-gen-pbjs
checksum: 10c0/c53f1c0bee6b6d735ccef08c1ae515545505549136f65bd757bc659af7a17167e261786edabee9d57382a231fe8b0b805a915fc8343369d89662533987e4f5c5
checksum: 10c0/5079b903cb2aa11819904b34e8b7a28a20a1dfa84b58b898379dbdb2036fd30a06df8bdb30ff4031293c01554078918e358eef02294320f6bc18a21804e61e91
languageName: node
linkType: hard

"protobufjs@npm:8.7.1":
version: 8.7.1
resolution: "protobufjs@npm:8.7.1"
"protobufjs@npm:8.7.2":
version: 8.7.2
resolution: "protobufjs@npm:8.7.2"
dependencies:
long: "npm:^5.3.2"
checksum: 10c0/2d5e0355301657e671c9dd7a84ed80a908e2c6172f38ede8e5df8a4455fa3eb5eb7edfda16c3072b2a9e23c16c657774bca962942125047c21a347534ea07083
checksum: 10c0/8bc6837f4a4bb59b63fb07575726274d8ac1ea6dd44cfb1ef517f34465885ce7f3468195142dfbf7c62f2b40497c3a3177f11fe00e0a2fde5268b29349af7f3c
languageName: node
linkType: hard

Expand Down