Skip to content

Commit 55e8453

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

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.18.7",
67+
"@types/node": "22.18.8",
6868
"@typescript-eslint/eslint-plugin": "8.45.0",
6969
"@typescript-eslint/parser": "8.45.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.18.7",
23-
"@types/react": "19.1.15",
22+
"@types/node": "22.18.8",
23+
"@types/react": "19.1.16",
2424
"cross-env": "10.1.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
@@ -1226,17 +1226,17 @@
12261226
dependencies:
12271227
"@types/unist" "*"
12281228

1229-
"@types/[email protected].7":
1230-
version "22.18.7"
1231-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.7.tgz#e1d013d5759fa50ff4d334aee3fd6254f1dbae74"
1232-
integrity sha512-3E97nlWEVp2V6J7aMkR8eOnw/w0pArPwf/5/W0865f+xzBoGL/ZuHkTAKAGN7cOWNwd+sG+hZOqj+fjzeHS75g==
1229+
"@types/[email protected].8":
1230+
version "22.18.8"
1231+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.8.tgz#738d9dafa38f6e0c467687c158f8e1ca2d7d8eaa"
1232+
integrity sha512-pAZSHMiagDR7cARo/cch1f3rXy0AEXwsVsVH09FcyeJVAzCnGgmYis7P3JidtTUjyadhTeSo8TgRPswstghDaw==
12331233
dependencies:
12341234
undici-types "~6.21.0"
12351235

1236-
"@types/[email protected].15":
1237-
version "19.1.15"
1238-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.15.tgz#cf854cdf6624f79e34633ddf6dc1e104be459908"
1239-
integrity sha512-+kLxJpaJzXybyDyFXYADyP1cznTO8HSuBpenGlnKOAkH4hyNINiywvXS/tGJhsrGGP/gM185RA3xpjY0Yg4erA==
1236+
"@types/[email protected].16":
1237+
version "19.1.16"
1238+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.16.tgz#6329b1c17a5de624439eae673f86a2c5569a42be"
1239+
integrity sha512-WBM/nDbEZmDUORKnh5i1bTnAz6vTohUf9b8esSMu+b24+srbaxa04UbJgWx78CVfNXA20sNu0odEIluZDFdCog==
12401240
dependencies:
12411241
csstype "^3.0.2"
12421242

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1701,10 +1701,10 @@
17011701
dependencies:
17021702
mongodb "*"
17031703

1704-
"@types/node@*", "@types/[email protected].7":
1705-
version "22.18.7"
1706-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.7.tgz#e1d013d5759fa50ff4d334aee3fd6254f1dbae74"
1707-
integrity sha512-3E97nlWEVp2V6J7aMkR8eOnw/w0pArPwf/5/W0865f+xzBoGL/ZuHkTAKAGN7cOWNwd+sG+hZOqj+fjzeHS75g==
1704+
"@types/node@*", "@types/[email protected].8":
1705+
version "22.18.8"
1706+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.8.tgz#738d9dafa38f6e0c467687c158f8e1ca2d7d8eaa"
1707+
integrity sha512-pAZSHMiagDR7cARo/cch1f3rXy0AEXwsVsVH09FcyeJVAzCnGgmYis7P3JidtTUjyadhTeSo8TgRPswstghDaw==
17081708
dependencies:
17091709
undici-types "~6.21.0"
17101710

0 commit comments

Comments
 (0)