Skip to content

Commit

Permalink
fix: lock protobufjs version (#2569)
Browse files Browse the repository at this point in the history
* fix: lock protobufjs version

Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>

* chore: update pnpm-lock in proto package

Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>

---------

Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
  • Loading branch information
ivaylonikolov7 authored Oct 8, 2024
1 parent 154c155 commit 6f0ae98
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 2,031 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"long": "^4.0.0",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"protobufjs": "^7.2.5",
"protobufjs": "7.2.5",
"rfc4648": "^1.5.3",
"utf8": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"dependencies": {
"long": "^4.0.0",
"protobufjs": "^7.2.5"
"protobufjs": "7.2.5"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
Expand Down Expand Up @@ -67,4 +67,4 @@
"typescript": "^5.1.6",
"protobufjs-cli": "^1.0.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/proto/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

95 changes: 86 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6f0ae98

Please sign in to comment.