Skip to content

Commit e7daad9

Browse files
chore(deps): update all non-major dependencies (#2774)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f7fae7a commit e7daad9

File tree

5 files changed

+168
-163
lines changed

5 files changed

+168
-163
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.20251115.0",
20+
"@cloudflare/workers-types": "4.20251120.0",
2121
"@types/node": "24.10.1",
2222
"ts-node": "10.9.2",
2323
"typescript": "5.9.3"

examples/lambda-aws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"graphql-helix": "1.13.0"
1717
},
1818
"devDependencies": {
19-
"@types/aws-lambda": "8.10.158",
19+
"@types/aws-lambda": "8.10.159",
2020
"@types/node": "24.10.1",
2121
"ts-node": "10.9.2",
2222
"typescript": "5.9.3"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@
4848
"eslint-config-standard": "17.1.0",
4949
"eslint-plugin-import": "2.32.0",
5050
"eslint-plugin-n": "17.23.1",
51-
"eslint-plugin-package-json": "^0.79.0",
51+
"eslint-plugin-package-json": "^0.85.0",
5252
"eslint-plugin-promise": "7.2.1",
5353
"eslint-plugin-unicorn": "62.0.0",
5454
"globby": "16.0.0",
5555
"husky": "9.1.7",
5656
"jest": "30.2.0",
57-
"lint-staged": "16.2.6",
57+
"lint-staged": "16.2.7",
5858
"prettier": "3.6.2",
5959
"prettier-plugin-pkg": "0.21.2",
6060
"prettier-plugin-sh": "0.18.0",
61-
"rimraf": "6.1.0",
61+
"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.48.0"
66+
"wrangler": "4.49.0"
6767
},
6868
"lint-staged": {
6969
"packages/**/src/**/*.{ts,tsx}": [
@@ -84,7 +84,7 @@
8484
"cross-spawn": "7.0.6",
8585
"micromatch": "4.0.8",
8686
"dompurify": "3.3.0",
87-
"webpack": "5.102.1",
87+
"webpack": "5.103.0",
8888
"axios": "1.13.2",
8989
"undici": "5.29.0",
9090
"cookie": "1.0.2",

0 commit comments

Comments
 (0)