Skip to content

Commit a0e84ea

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

File tree

4 files changed

+101
-96
lines changed

4 files changed

+101
-96
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Dotan Simha <[email protected]>",
44
"license": "MIT",
55
"private": true,
6-
"packageManager": "pnpm@10.23.0",
6+
"packageManager": "pnpm@10.24.0",
77
"engines": {
88
"node": ">=18.0.0",
99
"pnpm": ">=10.2.1"
@@ -55,15 +55,15 @@
5555
"husky": "9.1.7",
5656
"jest": "30.2.0",
5757
"lint-staged": "16.2.7",
58-
"prettier": "3.6.2",
58+
"prettier": "3.7.1",
5959
"prettier-plugin-pkg": "0.21.2",
6060
"prettier-plugin-sh": "0.18.0",
6161
"rimraf": "6.1.2",
6262
"ts-jest": "29.4.5",
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)