Skip to content

Commit c35f557

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

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@theguild/prettier-config": "3.0.1",
6565
"@types/jest": "29.5.14",
6666
"@types/mongodb": "4.0.7",
67-
"@types/node": "22.16.5",
67+
"@types/node": "22.17.0",
6868
"@typescript-eslint/eslint-plugin": "8.38.0",
6969
"@typescript-eslint/parser": "8.38.0",
7070
"bob-the-bundler": "7.0.1",

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"devDependencies": {
2121
"@theguild/tailwind-config": "0.6.3",
22-
"@types/node": "22.16.5",
23-
"@types/react": "19.1.8",
22+
"@types/node": "22.17.0",
23+
"@types/react": "19.1.9",
2424
"cross-env": "10.0.0",
2525
"next-sitemap": "4.2.3",
2626
"postcss-import": "16.1.1",

website/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,17 +1215,17 @@
12151215
dependencies:
12161216
"@types/unist" "*"
12171217

1218-
"@types/node@22.16.5":
1219-
version "22.16.5"
1220-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.5.tgz#cc46ac3994cd957000d0c11095a0b1dae2ea2368"
1221-
integrity sha512-bJFoMATwIGaxxx8VJPeM8TonI8t579oRvgAuT8zFugJsJZgzqv0Fu8Mhp68iecjzG7cnN3mO2dJQ5uUM2EFrgQ==
1218+
"@types/node@22.17.0":
1219+
version "22.17.0"
1220+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.17.0.tgz#e8c9090e957bd4d9860efb323eb92d297347eac7"
1221+
integrity sha512-bbAKTCqX5aNVryi7qXVMi+OkB3w/OyblodicMbvE38blyAz7GxXf6XYhklokijuPwwVg9sDLKRxt0ZHXQwZVfQ==
12221222
dependencies:
12231223
undici-types "~6.21.0"
12241224

1225-
"@types/[email protected].8":
1226-
version "19.1.8"
1227-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.8.tgz#ff8395f2afb764597265ced15f8dddb0720ae1c3"
1228-
integrity sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==
1225+
"@types/[email protected].9":
1226+
version "19.1.9"
1227+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.9.tgz#f42b24f35474566a39b5c3a98e4d0c425b79a849"
1228+
integrity sha512-WmdoynAX8Stew/36uTSVMcLJJ1KRh6L3IZRx1PZ7qJtBqT3dYTgyDTx8H1qoRghErydW7xw9mSJ3wS//tCRpFA==
12291229
dependencies:
12301230
csstype "^3.0.2"
12311231

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1698,10 +1698,10 @@
16981698
dependencies:
16991699
mongodb "*"
17001700

1701-
"@types/node@*", "@types/node@22.16.5":
1702-
version "22.16.5"
1703-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.5.tgz#cc46ac3994cd957000d0c11095a0b1dae2ea2368"
1704-
integrity sha512-bJFoMATwIGaxxx8VJPeM8TonI8t579oRvgAuT8zFugJsJZgzqv0Fu8Mhp68iecjzG7cnN3mO2dJQ5uUM2EFrgQ==
1701+
"@types/node@*", "@types/node@22.17.0":
1702+
version "22.17.0"
1703+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.17.0.tgz#e8c9090e957bd4d9860efb323eb92d297347eac7"
1704+
integrity sha512-bbAKTCqX5aNVryi7qXVMi+OkB3w/OyblodicMbvE38blyAz7GxXf6XYhklokijuPwwVg9sDLKRxt0ZHXQwZVfQ==
17051705
dependencies:
17061706
undici-types "~6.21.0"
17071707

0 commit comments

Comments
 (0)