Skip to content

Commit c9eb877

Browse files
dependabot[bot]brandonskiser
authored andcommitted
fix(deps): bump @bufbuild/protobuf from 2.2.3 to 2.2.5
Bumps [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) from 2.2.3 to 2.2.5. - [Release notes](https://github.com/bufbuild/protobuf-es/releases) - [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.2.5/packages/protobuf) --- updated-dependencies: - dependency-name: "@bufbuild/protobuf" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 69c10fb commit c9eb877

File tree

5 files changed

+20
-15
lines changed

5 files changed

+20
-15
lines changed

packages/api-bindings/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@aws/amazon-q-developer-cli-proto": "workspace:^",
26-
"@bufbuild/protobuf": "2.2.3"
26+
"@bufbuild/protobuf": "2.2.5"
2727
},
2828
"devDependencies": {
2929
"@amzn/eslint-config": "workspace:^",

packages/autocomplete-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@aws/amazon-q-developer-cli-autocomplete-parser": "workspace:^",
2727
"@aws/amazon-q-developer-cli-proto": "workspace:^",
2828
"@aws/amazon-q-developer-cli-shell-parser": "workspace:^",
29-
"@bufbuild/protobuf": "2.2.3",
29+
"@bufbuild/protobuf": "2.2.5",
3030
"@fig/autocomplete-helpers": "^2.0.0",
3131
"@fig/autocomplete-shared": "^1.1.2",
3232
"@juggle/resize-observer": "^3.4.0",

packages/autocomplete/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@aws/amazon-q-developer-cli-autocomplete-parser": "workspace:^",
2727
"@aws/amazon-q-developer-cli-proto": "workspace:^",
2828
"@aws/amazon-q-developer-cli-shell-parser": "workspace:^",
29-
"@bufbuild/protobuf": "2.2.3",
29+
"@bufbuild/protobuf": "2.2.5",
3030
"@fig/autocomplete-helpers": "^2.0.0",
3131
"@fig/autocomplete-shared": "^1.1.2",
3232
"@juggle/resize-observer": "^3.4.0",

pnpm-lock.yaml

+16-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"clean": "rm -rf dist"
2525
},
2626
"dependencies": {
27-
"@bufbuild/protobuf": "2.2.3"
27+
"@bufbuild/protobuf": "2.2.5"
2828
},
2929
"devDependencies": {
3030
"@amzn/tsconfig": "workspace:^",

0 commit comments

Comments
 (0)