diff --git a/client-sdk/ts-web/core/package.json b/client-sdk/ts-web/core/package.json index a8e8e2e8b1..d4b7991a0c 100644 --- a/client-sdk/ts-web/core/package.json +++ b/client-sdk/ts-web/core/package.json @@ -30,7 +30,7 @@ "bip39": "^3.1.0", "cborg": "^2.0.3", "grpc-web": "^1.5.0", - "protobufjs": "~7.2.6", + "protobufjs": "~7.4.0", "tweetnacl": "^1.0.3" }, "devDependencies": { diff --git a/client-sdk/ts-web/package-lock.json b/client-sdk/ts-web/package-lock.json index 3aa82cea7c..c9dc22d0e4 100644 --- a/client-sdk/ts-web/package-lock.json +++ b/client-sdk/ts-web/package-lock.json @@ -21,7 +21,7 @@ "bip39": "^3.1.0", "cborg": "^2.0.3", "grpc-web": "^1.5.0", - "protobufjs": "~7.2.6", + "protobufjs": "~7.4.0", "tweetnacl": "^1.0.3" }, "devDependencies": { @@ -6835,9 +6835,9 @@ } }, "node_modules/protobufjs": { - "version": "7.2.6", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz", - "integrity": "sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz", + "integrity": "sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2", @@ -10091,7 +10091,7 @@ "jest": "^29.7.0", "prettier": "^3.2.5", "process": "^0.11.10", - "protobufjs": "~7.2.6", + "protobufjs": "~7.4.0", "protobufjs-cli": "^1.1.2", "stream-browserify": "^3.0.0", "ts-jest": "^29.1.2", @@ -14359,9 +14359,9 @@ } }, "protobufjs": { - "version": "7.2.6", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz", - "integrity": "sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz", + "integrity": "sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==", "requires": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2",