Skip to content

Commit 35da939

Browse files
committed
Lock the protoc package to 1.0.4
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.
1 parent 217abd5 commit 35da939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"minipass": "3.2.1",
6161
"node-fetch": "^2.6.0",
6262
"npm-run-all": "^4.1.5",
63-
"protoc": "^1.0.4",
63+
"protoc": "1.0.4",
6464
"shelljs": "^0.8.4",
6565
"source-map-js": "^0.6.1",
6666
"tar": "^6.0.5",

0 commit comments

Comments
 (0)