Skip to content

Commit fd9e99c

Browse files
committed
Pin protobufjs to 7.5.1
1 parent 3cbb5fe commit fd9e99c

File tree

7 files changed

+38
-36
lines changed

7 files changed

+38
-36
lines changed

package-lock.json

Lines changed: 30 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"uuid": "^9.0.1"
2222
},
2323
"devDependencies": {
24-
"protobufjs": "^7.2.5"
24+
"protobufjs": "7.5.1"
2525
},
2626
"bugs": {
2727
"url": "https://github.com/temporalio/sdk-typescript/issues"

packages/cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"abort-controller": "^3.0.0"
2222
},
2323
"devDependencies": {
24-
"protobufjs": "^7.2.5"
24+
"protobufjs": "7.5.1"
2525
},
2626
"bugs": {
2727
"url": "https://github.com/temporalio/sdk-typescript/issues"

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"proto3-json-serializer": "^2.0.0"
1919
},
2020
"devDependencies": {
21-
"protobufjs": "^7.2.5"
21+
"protobufjs": "7.5.1"
2222
},
2323
"bugs": {
2424
"url": "https://github.com/temporalio/sdk-typescript/issues"

packages/proto/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"license": "MIT",
2222
"dependencies": {
2323
"long": "^5.2.3",
24-
"protobufjs": "^7.2.5"
24+
"protobufjs": "7.5.1"
2525
},
2626
"devDependencies": {
2727
"glob": "^10.3.10",
28-
"protobufjs-cli": "^1.1.2"
28+
"protobufjs-cli": "^1.1.3"
2929
},
3030
"bugs": {
3131
"url": "https://github.com/temporalio/sdk-typescript/issues"

packages/test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"istanbul-lib-coverage": "^3.2.2",
5252
"long": "^5.2.3",
5353
"node-fetch": "^2.7.0",
54-
"protobufjs": "^7.2.5",
55-
"protobufjs-cli": "^1.1.2",
54+
"protobufjs": "7.5.1",
55+
"protobufjs-cli": "^1.1.3",
5656
"rxjs": "7.8.1",
5757
"stack-utils": "^2.0.6",
5858
"uuid": "^9.0.1"

packages/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"abort-controller": "^3.0.0",
2525
"heap-js": "^2.3.0",
2626
"memfs": "^4.6.0",
27-
"protobufjs": "^7.2.5",
27+
"protobufjs": "7.5.1",
2828
"rxjs": "^7.8.1",
2929
"source-map": "^0.7.4",
3030
"source-map-loader": "^4.0.2",

0 commit comments

Comments
 (0)