Skip to content

Commit 82e58ca

Browse files
build(deps): bump the npm-production-dependencies group across 1 directory with 3 updates (#2731)
Bumps the npm-production-dependencies group with 3 updates in the /src/frontend directory: [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf), [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) and [next](https://github.com/vercel/next.js). Updates `@bufbuild/protobuf` from 2.10.0 to 2.10.1 - [Release notes](https://github.com/bufbuild/protobuf-es/releases) - [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.10.1/packages/protobuf) Updates `@tanstack/react-query` from 5.90.7 to 5.90.8 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/[email protected]/packages/react-query) Updates `next` from 16.0.1 to 16.0.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.0.1...v16.0.3) --- updated-dependencies: - dependency-name: "@bufbuild/protobuf" dependency-version: 2.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production-dependencies - dependency-name: "@tanstack/react-query" dependency-version: 5.90.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production-dependencies - dependency-name: next dependency-version: 16.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0f7310 commit 82e58ca

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

src/frontend/package-lock.json

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

src/frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"grpc:generate": "mkdir -p ./protos && protoc -I ./pb --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_opt=esModuleInterop=true --ts_proto_out=./protos --ts_proto_opt=outputServices=grpc-js demo.proto"
1212
},
1313
"dependencies": {
14-
"@bufbuild/protobuf": "^2.10.0",
14+
"@bufbuild/protobuf": "^2.10.1",
1515
"@grpc/grpc-js": "1.12.6",
1616
"@openfeature/flagd-provider": "0.13.3",
1717
"@openfeature/flagd-web-provider": "0.7.3",
@@ -36,12 +36,12 @@
3636
"@opentelemetry/sdk-trace-base": "2.2.0",
3737
"@opentelemetry/sdk-trace-node": "2.2.0",
3838
"@opentelemetry/sdk-trace-web": "2.2.0",
39-
"@tanstack/react-query": "5.90.7",
39+
"@tanstack/react-query": "5.90.8",
4040
"cookies-next": "6.1.1",
4141
"currency-symbol-map": "5.1.0",
4242
"dotenv": "17.2.3",
4343
"dotenv-expand": "12.0.3",
44-
"next": "16.0.1",
44+
"next": "16.0.3",
4545
"react": "19.2.0",
4646
"react-dom": "19.2.0",
4747
"sharp": "0.34.5",

0 commit comments

Comments
 (0)