Skip to content

Commit 43ac9fa

Browse files
authored
Merge pull request #850 from lightninglabs/update-google-protobuf
build: bump google-protobuf dep
2 parents e1d97a9 + 4dcd940 commit 43ac9fa

File tree

3 files changed

+35
-11
lines changed

3 files changed

+35
-11
lines changed

app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@types/d3": "7.4.3",
7171
"@types/debug": "4.1.5",
7272
"@types/file-saver": "2.0.1",
73-
"@types/google-protobuf": "3.7.2",
73+
"@types/google-protobuf": "3.15.10",
7474
"@types/history": "4.7.6",
7575
"@types/jest": "27.4.1",
7676
"@types/lodash": "4.14.157",
@@ -87,15 +87,15 @@
8787
"eslint-config-prettier": "8.5.0",
8888
"eslint-plugin-prettier": "4.0.0",
8989
"eslint-plugin-react": "7.29.4",
90-
"google-protobuf": "3.12.2",
90+
"google-protobuf": "3.14.0",
9191
"jest-canvas-mock": "2.3.0",
9292
"jest-environment-jsdom": "27.5.1",
9393
"prettier": "2.1.2",
94+
"protoc-gen-js": "3.21.2",
9495
"react-scripts": "^5.0.1",
9596
"sass": "1.43.4",
9697
"storybook": "7.5.3",
9798
"ts-protoc-gen": "0.15.0",
98-
"protoc-gen-js": "3.21.2",
9999
"typescript": "4.1.6",
100100
"webpack": "5.89.0"
101101
},

app/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4547,10 +4547,10 @@
45474547
resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.8.tgz#30744afdb385e2945e22f3b033f897f76b1f12ca"
45484548
integrity sha512-1rkryxURpr6aWP7R786/UQOkJ3PcpQiWkAXBmdWc7ryFWqN6a4xfK7BtjXvFBKO9LjQ+MWQSWxYeZX1OApnArA==
45494549

4550-
"@types/google-protobuf@3.7.2":
4551-
version "3.7.2"
4552-
resolved "https://registry.yarnpkg.com/@types/google-protobuf/-/google-protobuf-3.7.2.tgz#cd8a360c193ce4d672575a20a79f49ba036d38d2"
4553-
integrity sha512-ifFemzjNchFBCtHS6bZNhSZCBu7tbtOe0e8qY0z2J4HtFXmPJjm6fXSaQsTG7yhShBEZtt2oP/bkwu5k+emlkQ==
4550+
"@types/google-protobuf@3.15.10":
4551+
version "3.15.10"
4552+
resolved "https://registry.yarnpkg.com/@types/google-protobuf/-/google-protobuf-3.15.10.tgz#e4dc3e37af6a106a7a76bb86de0078cf3a3b5598"
4553+
integrity sha512-uiyKJCa8hbmPE4yxwjbkMOALaBAiOVcatW/yEGbjTqwAh4kzNgQPWRlJMNPXpB5CPUM66xsYufiSX9WKHZCE9g==
45544554

45554555
"@types/graceful-fs@^4.1.2":
45564556
version "4.1.5"
@@ -8949,10 +8949,10 @@ globby@^11.0.1, globby@^11.0.2, globby@^11.0.4:
89498949
merge2 "^1.4.1"
89508950
slash "^3.0.0"
89518951

8952-
google-protobuf@3.12.2:
8953-
version "3.12.2"
8954-
resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.12.2.tgz#50ce9f9b6281235724eb243d6a83e969a2176e53"
8955-
integrity sha512-4CZhpuRr1d6HjlyrxoXoocoGFnRYgKULgMtikMddA9ztRyYR59Aondv2FioyxWVamRo0rF2XpYawkTCBEQOSkA==
8952+
google-protobuf@3.14.0:
8953+
version "3.14.0"
8954+
resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.14.0.tgz#20373d22046e63831a5110e11a84f713cc43651e"
8955+
integrity sha512-bwa8dBuMpOxg7COyqkW6muQuvNnWgVN8TX/epDRGW5m0jcrmq2QJyCyiV8ZE2/6LaIIqJtiv9bYokFhfpy/o6w==
89568956

89578957
google-protobuf@^3.15.5:
89588958
version "3.21.4"
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Release Notes
2+
3+
# Integrated Binary Updates
4+
5+
### Lightning Terminal
6+
7+
- [Fixed a bug due to google-protobuf where a channel with SCID aliases on would cause terminal frontend
8+
to be unable to call the `ListChannels` RPC](https://github.com/lightninglabs/lightning-terminal/pull/850).
9+
10+
### LND
11+
12+
### Loop
13+
14+
### Pool
15+
16+
### Faraday
17+
18+
### Taproot Assets
19+
20+
# Autopilot
21+
22+
# Contributors (Alphabetical Order)
23+
24+
* Kevin Cai

0 commit comments

Comments
 (0)