Skip to content

Commit 0fa1d83

Browse files
fix(deps): update dependency google-protobuf to v4
1 parent 891eb42 commit 0fa1d83

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"homepage": "https://github.com/sourcegraph/scip-typescript#readme",
3535
"dependencies": {
3636
"commander": "^12.1.0",
37-
"google-protobuf": "^3.21.4",
37+
"google-protobuf": "^4.0.0",
3838
"progress": "^2.0.3",
3939
"typescript": "^5.6.2"
4040
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1817,10 +1817,10 @@ globby@^11.1.0:
18171817
merge2 "^1.4.1"
18181818
slash "^3.0.0"
18191819

1820-
google-protobuf@^3.21.4:
1821-
version "3.21.4"
1822-
resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.21.4.tgz#2f933e8b6e5e9f8edde66b7be0024b68f77da6c9"
1823-
integrity sha512-MnG7N936zcKTco4Jd2PX2U96Kf9PxygAPKBug+74LHzmHXmceN16MmRcdgZv+DGef/S9YvQAfRsNCn4cjf9yyQ==
1820+
google-protobuf@^4.0.0:
1821+
version "4.0.0"
1822+
resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-4.0.0.tgz#9352fdbad77538dad1355c8a811c12aed7cfbce3"
1823+
integrity sha512-b8wmenhUMf2WNL+xIJ/slvD/hEE6V3nRnG86O2bzkBrMweM9gnqZE1dfXlDjibY3aXJXDNbAHepevYyQ7qWKsQ==
18241824

18251825
graphemer@^1.4.0:
18261826
version "1.4.0"

0 commit comments

Comments
 (0)