Skip to content

Commit 3d3e718

Browse files
fix(deps): update all non-major dependencies
1 parent 2c0ce13 commit 3d3e718

File tree

4 files changed

+73
-68
lines changed

4 files changed

+73
-68
lines changed

examples/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"worktop": "0.7.3"
1818
},
1919
"devDependencies": {
20-
"@cloudflare/workers-types": "4.20251120.0",
20+
"@cloudflare/workers-types": "4.20251127.0",
2121
"@types/node": "24.10.1",
2222
"ts-node": "10.9.2",
2323
"typescript": "5.9.3"

examples/typegraphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
13-
"class-validator": "0.14.2",
13+
"class-validator": "0.14.3",
1414
"fastify": "5.6.2",
1515
"graphql": "16.8.1",
1616
"graphql-helix": "1.13.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"ts-node": "10.9.2",
6464
"typescript": "5.9.3",
6565
"wait-on": "9.0.3",
66-
"wrangler": "4.50.0"
66+
"wrangler": "4.51.0"
6767
},
6868
"lint-staged": {
6969
"packages/**/src/**/*.{ts,tsx}": [
@@ -88,7 +88,7 @@
8888
"webpack": "5.103.0",
8989
"axios": "1.13.2",
9090
"undici": "5.29.0",
91-
"cookie": "1.0.2",
91+
"cookie": "1.1.1",
9292
"@eslint/plugin-kit": "0.5.0",
9393
"tmp": "0.2.5",
9494
"validator": "13.15.23"

0 commit comments

Comments
 (0)