Skip to content

Commit 3caa1ec

Browse files
dependabot[bot]leoromanovsky
authored andcommitted
chore(deps): bump the web-frameworks group across 1 directory with 21 updates (#9425)
Bumps the web-frameworks group with 21 updates in the /packages/dd-trace/test/plugins/versions directory: | Package | From | To | | --- | --- | --- | | [@apollo/gateway](https://github.com/apollographql/federation/tree/HEAD/gateway-js) | `2.14.0` | `2.14.2` | | [@apollo/subgraph](https://github.com/apollographql/federation/tree/HEAD/subgraph-js) | `2.14.0` | `2.14.2` | | [@fastify/cookie](https://github.com/fastify/fastify-cookie) | `11.1.1` | `11.1.2` | | [@fastify/multipart](https://github.com/fastify/fastify-multipart) | `10.0.0` | `10.1.0` | | [@graphql-tools/executor](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/executor) | `1.5.3` | `1.5.7` | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.14.3` | `1.14.4` | | [@hono/node-server](https://github.com/honojs/node-server) | `2.0.3` | `2.0.10` | | [@koa/router](https://github.com/koajs/router) | `15.5.0` | `15.7.0` | | [axios](https://github.com/axios/axios) | `1.16.1` | `1.18.1` | | [body-parser](https://github.com/expressjs/body-parser) | `2.2.2` | `2.3.0` | | [ejs](https://github.com/mde/ejs) | `5.0.2` | `6.0.1` | | [fastify](https://github.com/fastify/fastify) | `5.8.5` | `5.10.0` | | [graphql](https://github.com/graphql/graphql-js) | `16.14.0` | `16.14.2` | | [graphql-tag](https://github.com/apollographql/graphql-tag) | `2.12.6` | `2.12.7` | | [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools) | `9.0.28` | `9.0.33` | | [graphql-yoga](https://github.com/graphql-hive/graphql-yoga/tree/HEAD/packages/graphql-yoga) | `5.21.0` | `5.21.2` | | [hono](https://github.com/honojs/hono) | `4.12.19` | `4.12.30` | | [koa](https://github.com/koajs/koa) | `3.2.0` | `3.2.1` | | [multer](https://github.com/expressjs/multer) | `2.1.1` | `2.2.0` | | [undici](https://github.com/nodejs/undici) | `8.3.0` | `8.7.0` | | [ws](https://github.com/websockets/ws) | `8.20.1` | `8.21.1` | Updates `@apollo/gateway` from 2.14.0 to 2.14.2 - [Release notes](https://github.com/apollographql/federation/releases) - [Changelog](https://github.com/apollographql/federation/blob/main/gateway-js/CHANGELOG.md) - [Commits](https://github.com/apollographql/federation/commits/@apollo/gateway@2.14.2/gateway-js) Updates `@apollo/subgraph` from 2.14.0 to 2.14.2 - [Release notes](https://github.com/apollographql/federation/releases) - [Changelog](https://github.com/apollographql/federation/blob/main/subgraph-js/CHANGELOG.md) - [Commits](https://github.com/apollographql/federation/commits/@apollo/subgraph@2.14.2/subgraph-js) Updates `@fastify/cookie` from 11.1.1 to 11.1.2 - [Release notes](https://github.com/fastify/fastify-cookie/releases) - [Commits](fastify/fastify-cookie@v11.1.1...v11.1.2) Updates `@fastify/multipart` from 10.0.0 to 10.1.0 - [Release notes](https://github.com/fastify/fastify-multipart/releases) - [Commits](fastify/fastify-multipart@v10.0.0...v10.1.0) Updates `@graphql-tools/executor` from 1.5.3 to 1.5.7 - [Release notes](https://github.com/ardatan/graphql-tools/releases) - [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/executor/CHANGELOG.md) - [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/executor@1.5.7/packages/executor) Updates `@grpc/grpc-js` from 1.14.3 to 1.14.4 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.14.3...@grpc/grpc-js@1.14.4) Updates `@hono/node-server` from 2.0.3 to 2.0.10 - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](honojs/node-server@v2.0.3...v2.0.10) Updates `@koa/router` from 15.5.0 to 15.7.0 - [Release notes](https://github.com/koajs/router/releases) - [Commits](koajs/router@v15.5.0...v15.7.0) Updates `axios` from 1.16.1 to 1.18.1 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.16.1...v1.18.1) Updates `body-parser` from 2.2.2 to 2.3.0 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@v2.2.2...v2.3.0) Updates `ejs` from 5.0.2 to 6.0.1 - [Release notes](https://github.com/mde/ejs/releases) - [Changelog](https://github.com/mde/ejs/blob/main/RELEASE_NOTES_v5.md) - [Commits](mde/ejs@v5.0.2...v6.0.1) Updates `fastify` from 5.8.5 to 5.10.0 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v5.8.5...v5.10.0) Updates `graphql` from 16.14.0 to 16.14.2 - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](graphql/graphql-js@v16.14.0...v16.14.2) Updates `graphql-tag` from 2.12.6 to 2.12.7 - [Release notes](https://github.com/apollographql/graphql-tag/releases) - [Changelog](https://github.com/apollographql/graphql-tag/blob/main/CHANGELOG.md) - [Commits](apollographql/graphql-tag@v2.12.6...v2.12.7) Updates `graphql-tools` from 9.0.28 to 9.0.33 - [Release notes](https://github.com/ardatan/graphql-tools/releases) - [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/graphql-tools/CHANGELOG.md) - [Commits](https://github.com/ardatan/graphql-tools/commits/graphql-tools@9.0.33/packages/graphql-tools) Updates `graphql-yoga` from 5.21.0 to 5.21.2 - [Release notes](https://github.com/graphql-hive/graphql-yoga/releases) - [Changelog](https://github.com/graphql-hive/graphql-yoga/blob/main/packages/graphql-yoga/CHANGELOG.md) - [Commits](https://github.com/graphql-hive/graphql-yoga/commits/graphql-yoga@5.21.2/packages/graphql-yoga) Updates `hono` from 4.12.19 to 4.12.30 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.19...v4.12.30) Updates `koa` from 3.2.0 to 3.2.1 - [Release notes](https://github.com/koajs/koa/releases) - [Changelog](https://github.com/koajs/koa/blob/master/History.md) - [Commits](koajs/koa@v3.2.0...v3.2.1) Updates `multer` from 2.1.1 to 2.2.0 - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md) - [Commits](expressjs/multer@v2.1.1...v2.2.0) Updates `undici` from 8.3.0 to 8.7.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v8.3.0...v8.7.0) Updates `ws` from 8.20.1 to 8.21.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.20.1...8.21.1) --- updated-dependencies: - dependency-name: "@apollo/gateway" dependency-version: 2.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: web-frameworks - dependency-name: "@apollo/subgraph" dependency-version: 2.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: web-frameworks - dependency-name: "@fastify/cookie" dependency-version: 11.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: web-frameworks - dependency-name: "@fastify/multipart" dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: web-frameworks - dependency-name: "@graphql-tools/executor" dependency-version: 1.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: web-frameworks - dependency-name: "@grpc/grpc-js" dependency-version: 1.14.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: web-frameworks - dependency-name: "@hono/node-server" dependency-version: 2.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: web-frameworks - dependency-name: "@koa/router" dependency-version: 15.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: web-frameworks - dependency-name: axios dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: web-frameworks - dependency-name: body-parser dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: web-frameworks - dependency-name: ejs dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: web-frameworks - dependency-name: fastify dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: web-frameworks - dependency-name: graphql dependency-version: 17.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: web-frameworks - dependency-name: graphql-tag dependency-version: 2.12.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: web-frameworks - dependency-name: graphql-tools dependency-version: 9.0.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: web-frameworks - dependency-name: graphql-yoga dependency-version: 5.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: web-frameworks - dependency-name: hono dependency-version: 4.12.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: web-frameworks - dependency-name: koa dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: web-frameworks - dependency-name: multer dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: web-frameworks - dependency-name: undici dependency-version: 8.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: web-frameworks - dependency-name: ws dependency-version: 8.21.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: web-frameworks ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b19bcc2 commit 3caa1ec

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

packages/dd-trace/test/plugins/versions/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"@ai-sdk/openai": "4.0.16",
1111
"@anthropic-ai/claude-agent-sdk": "0.3.214",
1212
"@anthropic-ai/sdk": "0.112.3",
13-
"@apollo/gateway": "2.14.0",
13+
"@apollo/gateway": "2.14.2",
1414
"@apollo/server": "5.5.1",
15-
"@apollo/subgraph": "2.14.0",
15+
"@apollo/subgraph": "2.14.2",
1616
"@aws/durable-execution-sdk-js": "2.2.0",
1717
"@aws/durable-execution-sdk-js-testing": "1.1.3",
1818
"@aws-sdk/client-bedrock-runtime": "3.1090.0",
@@ -37,24 +37,24 @@
3737
"@elastic/elasticsearch": "9.4.2",
3838
"@elastic/transport": "9.3.7",
3939
"@electron/packager": "20.0.0",
40-
"@fastify/cookie": "11.1.1",
41-
"@fastify/multipart": "10.0.0",
40+
"@fastify/cookie": "11.1.2",
41+
"@fastify/multipart": "10.1.0",
4242
"@google-cloud/pubsub": "5.3.1",
4343
"@google-cloud/vertexai": "1.12.0",
4444
"@google/genai": "2.12.0",
45-
"@graphql-tools/executor": "1.5.3",
46-
"@grpc/grpc-js": "1.14.3",
45+
"@graphql-tools/executor": "1.5.7",
46+
"@grpc/grpc-js": "1.14.4",
4747
"@grpc/proto-loader": "0.8.1",
4848
"@hapi/boom": "10.0.1",
4949
"@hapi/hapi": "21.4.9",
5050
"@happy-dom/jest-environment": "20.10.6",
51-
"@hono/node-server": "2.0.3",
51+
"@hono/node-server": "2.0.10",
5252
"@jest/core": "30.4.2",
5353
"@jest/globals": "30.4.1",
5454
"@jest/reporters": "30.4.1",
5555
"@jest/test-sequencer": "30.4.1",
5656
"@jest/transform": "30.4.1",
57-
"@koa/router": "15.5.0",
57+
"@koa/router": "15.7.0",
5858
"@langchain/anthropic": "1.5.1",
5959
"@langchain/classic": "1.0.40",
6060
"@langchain/cohere": "1.1.0",
@@ -100,11 +100,11 @@
100100
"apollo-server-fastify": "3.13.0",
101101
"avsc": "5.7.9",
102102
"aws-sdk": "2.1693.0",
103-
"axios": "1.16.1",
103+
"axios": "1.18.1",
104104
"azure-functions-core-tools": "4.12.1",
105105
"babel-jest": "30.4.1",
106106
"bluebird": "3.7.2",
107-
"body-parser": "2.2.2",
107+
"body-parser": "2.3.0",
108108
"bson": "7.3.1",
109109
"bullmq": "5.80.7",
110110
"bunyan": "2.0.5",
@@ -118,25 +118,25 @@
118118
"cypress-fail-fast": "8.1.0",
119119
"dd-trace-api": "1.0.1",
120120
"durable-functions": "3.5.0",
121-
"ejs": "5.0.2",
121+
"ejs": "6.0.1",
122122
"elasticsearch": "16.7.3",
123123
"electron": "42.1.0",
124124
"esbuild": "0.28.0",
125125
"express": "5.2.1",
126126
"express-mongo-sanitize": "2.2.0",
127127
"express-session": "1.19.0",
128-
"fastify": "5.8.5",
128+
"fastify": "5.10.0",
129129
"find-my-way": "9.6.0",
130130
"fs": "0.0.1-security",
131131
"generic-pool": "3.9.0",
132132
"google-gax": "5.0.7",
133-
"graphql": "16.14.0",
134-
"graphql-tag": "2.12.6",
135-
"graphql-tools": "9.0.28",
136-
"graphql-yoga": "5.21.0",
133+
"graphql": "16.14.2",
134+
"graphql-tag": "2.12.7",
135+
"graphql-tools": "9.0.33",
136+
"graphql-yoga": "5.21.2",
137137
"handlebars": "4.7.9",
138138
"hapi": "18.1.0",
139-
"hono": "4.12.19",
139+
"hono": "4.12.30",
140140
"ioredis": "5.11.1",
141141
"iovalkey": "0.3.3",
142142
"jest": "30.4.2",
@@ -151,7 +151,7 @@
151151
"jest-worker": "30.4.1",
152152
"kafkajs": "2.2.4",
153153
"knex": "3.3.0",
154-
"koa": "3.2.0",
154+
"koa": "3.2.1",
155155
"koa-route": "4.0.1",
156156
"koa-router": "14.0.0",
157157
"koa-websocket": "7.0.0",
@@ -174,7 +174,7 @@
174174
"mongodb-core": "3.2.7",
175175
"mongoose": "9.7.4",
176176
"mquery": "6.0.0",
177-
"multer": "2.1.1",
177+
"multer": "2.2.0",
178178
"mysql": "2.18.1",
179179
"mysql2": "3.23.0",
180180
"next": "16.2.6",
@@ -224,12 +224,12 @@
224224
"tedious": "20.0.0",
225225
"tinypool": "2.1.0",
226226
"typescript": "6.0.3",
227-
"undici": "8.3.0",
227+
"undici": "8.7.0",
228228
"vitest": "4.1.9",
229229
"when": "3.7.8",
230230
"winston": "3.19.0",
231231
"workerpool": "10.0.2",
232-
"ws": "8.20.1",
232+
"ws": "8.21.1",
233233
"yarn": "1.22.22",
234234
"zod": "4.4.3",
235235
"zod-to-json-schema": "3.25.2"

0 commit comments

Comments
 (0)