diff --git a/impl/baseline/package-lock.json b/impl/baseline/package-lock.json index 917ea0f2..77f703c4 100644 --- a/impl/baseline/package-lock.json +++ b/impl/baseline/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "baseline", "dependencies": { - "@bufbuild/protobuf": "^1.3.1", + "@bufbuild/protobuf": "^1.4.1", "@bufbuild/protoc-gen-es": "^1.3.3" }, "devDependencies": { @@ -136,9 +136,9 @@ } }, "node_modules/@bufbuild/protobuf": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.3.3.tgz", - "integrity": "sha512-AoHSiIpTFF97SQgmQni4c+Tyr0CDhkaRaR2qGEJTEbauqQwLRpLrd9yVv//wVHOSxr/b4FJcL54VchhY6710xA==" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.4.1.tgz", + "integrity": "sha512-4dthhwBGD9nlpY35ic8dMQC5R0dsND2b2xyeVO3qf+hBk8m7Y9dUs+SmMh6rqO2pGLUTKHefGXLDW+z19hBPdQ==" }, "node_modules/@bufbuild/protoc-gen-es": { "version": "1.3.3", @@ -172,6 +172,11 @@ "typescript": "4.5.2" } }, + "node_modules/@bufbuild/protoplugin/node_modules/@bufbuild/protobuf": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.3.3.tgz", + "integrity": "sha512-AoHSiIpTFF97SQgmQni4c+Tyr0CDhkaRaR2qGEJTEbauqQwLRpLrd9yVv//wVHOSxr/b4FJcL54VchhY6710xA==" + }, "node_modules/@bufbuild/protoplugin/node_modules/typescript": { "version": "4.5.2", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", diff --git a/impl/baseline/package.json b/impl/baseline/package.json index d1afd28e..e50e4700 100644 --- a/impl/baseline/package.json +++ b/impl/baseline/package.json @@ -3,7 +3,7 @@ "private": true, "type": "module", "dependencies": { - "@bufbuild/protobuf": "^1.3.1", + "@bufbuild/protobuf": "^1.4.1", "@bufbuild/protoc-gen-es": "^1.3.3" }, "devDependencies": {