Skip to content

Commit

Permalink
Lock the protoc package to 1.0.4
Browse files Browse the repository at this point in the history
The 1.1.x line upgrades protoc to a version that suffers from
protocolbuffers/protobuf-javascript#149. It's also incompatible with
Node 12.x, although since that's out of LTS it's less of an issue.
  • Loading branch information
nex3 committed Nov 2, 2022
1 parent 217abd5 commit 35da939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"minipass": "3.2.1",
"node-fetch": "^2.6.0",
"npm-run-all": "^4.1.5",
"protoc": "^1.0.4",
"protoc": "1.0.4",
"shelljs": "^0.8.4",
"source-map-js": "^0.6.1",
"tar": "^6.0.5",
Expand Down

0 comments on commit 35da939

Please sign in to comment.