Skip to content

Commit c00ce89

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

File tree

4 files changed

+33
-31
lines changed

4 files changed

+33
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@typescript-eslint/parser": "8.46.0",
7070
"bob-the-bundler": "7.0.1",
7171
"cross-env": "10.1.0",
72-
"eslint": "9.36.0",
72+
"eslint": "9.37.0",
7373
"eslint-config-prettier": "10.1.8",
7474
"eslint-config-standard": "17.1.0",
7575
"eslint-plugin-import": "2.32.0",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@theguild/tailwind-config": "0.6.3",
2222
"@types/node": "22.18.8",
23-
"@types/react": "19.2.0",
23+
"@types/react": "19.2.1",
2424
"cross-env": "10.1.0",
2525
"next-sitemap": "4.2.3",
2626
"postcss-import": "16.1.1",

website/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,10 +1233,10 @@
12331233
dependencies:
12341234
undici-types "~6.21.0"
12351235

1236-
"@types/[email protected].0":
1237-
version "19.2.0"
1238-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.0.tgz#8412946e7e1efb0de9bb59b3aa87676d96add385"
1239-
integrity sha512-1LOH8xovvsKsCBq1wnT4ntDUdCJKmnEakhsuoUSy6ExlHCkGP2hqnatagYTgFk6oeL0VU31u7SNjunPN+GchtA==
1236+
"@types/[email protected].1":
1237+
version "19.2.1"
1238+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.1.tgz#eeb3bf60854c4ffb1e88b6faa4bd4714891ec860"
1239+
integrity sha512-1U5NQWh/GylZQ50ZMnnPjkYHEaGhg6t5i/KI0LDDh3t4E3h3T3vzm+GLY2BRzMfIjSBwzm6tginoZl5z0O/qsA==
12401240
dependencies:
12411241
csstype "^3.0.2"
12421242

yarn.lock

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,15 +1167,17 @@
11671167
debug "^4.3.1"
11681168
minimatch "^3.1.2"
11691169

1170-
"@eslint/config-helpers@^0.3.1":
1171-
version "0.3.1"
1172-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.1.tgz#d316e47905bd0a1a931fa50e669b9af4104d1617"
1173-
integrity sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==
1170+
"@eslint/config-helpers@^0.4.0":
1171+
version "0.4.0"
1172+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.0.tgz#e9f94ba3b5b875e32205cb83fece18e64486e9e6"
1173+
integrity sha512-WUFvV4WoIwW8Bv0KeKCIIEgdSiFOsulyN0xrMu+7z43q/hkOLXjvb5u7UC9jDxvRzcrbEmuZBX5yJZz1741jog==
1174+
dependencies:
1175+
"@eslint/core" "^0.16.0"
11741176

1175-
"@eslint/core@^0.15.2":
1176-
version "0.15.2"
1177-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.2.tgz#59386327d7862cc3603ebc7c78159d2dcc4a868f"
1178-
integrity sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==
1177+
"@eslint/core@^0.16.0":
1178+
version "0.16.0"
1179+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.16.0.tgz#490254f275ba9667ddbab344f4f0a6b7a7bd7209"
1180+
integrity sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==
11791181
dependencies:
11801182
"@types/json-schema" "^7.0.15"
11811183

@@ -1194,22 +1196,22 @@
11941196
minimatch "^3.1.2"
11951197
strip-json-comments "^3.1.1"
11961198

1197-
"@eslint/js@9.36.0":
1198-
version "9.36.0"
1199-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.36.0.tgz#b1a3893dd6ce2defed5fd49de805ba40368e8fef"
1200-
integrity sha512-uhCbYtYynH30iZErszX78U+nR3pJU3RHGQ57NXy5QupD4SBVwDeU8TNBy+MjMngc1UyIW9noKqsRqfjQTBU2dw==
1199+
"@eslint/js@9.37.0":
1200+
version "9.37.0"
1201+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.37.0.tgz#0cfd5aa763fe5d1ee60bedf84cd14f54bcf9e21b"
1202+
integrity sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==
12011203

12021204
"@eslint/object-schema@^2.1.6":
12031205
version "2.1.6"
12041206
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
12051207
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
12061208

1207-
"@eslint/plugin-kit@^0.3.5":
1208-
version "0.3.5"
1209-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5"
1210-
integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==
1209+
"@eslint/plugin-kit@^0.4.0":
1210+
version "0.4.0"
1211+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz#f6a245b42886abf6fc9c7ab7744a932250335ab2"
1212+
integrity sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==
12111213
dependencies:
1212-
"@eslint/core" "^0.15.2"
1214+
"@eslint/core" "^0.16.0"
12131215
levn "^0.4.1"
12141216

12151217
"@graphql-tools/[email protected]", "@graphql-tools/merge@^9.1.1":
@@ -2790,19 +2792,19 @@ eslint-visitor-keys@^4.2.1:
27902792
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
27912793
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
27922794

2793-
eslint@9.36.0:
2794-
version "9.36.0"
2795-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.36.0.tgz#9cc5cbbfb9c01070425d9bfed81b4e79a1c09088"
2796-
integrity sha512-hB4FIzXovouYzwzECDcUkJ4OcfOEkXTv2zRY6B9bkwjx/cprAq0uvm1nl7zvQ0/TsUk0zQiN4uPfJpB9m+rPMQ==
2795+
eslint@9.37.0:
2796+
version "9.37.0"
2797+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.37.0.tgz#ac0222127f76b09c0db63036f4fe289562072d74"
2798+
integrity sha512-XyLmROnACWqSxiGYArdef1fItQd47weqB7iwtfr9JHwRrqIXZdcFMvvEcL9xHCmL0SNsOvF0c42lWyM1U5dgig==
27972799
dependencies:
27982800
"@eslint-community/eslint-utils" "^4.8.0"
27992801
"@eslint-community/regexpp" "^4.12.1"
28002802
"@eslint/config-array" "^0.21.0"
2801-
"@eslint/config-helpers" "^0.3.1"
2802-
"@eslint/core" "^0.15.2"
2803+
"@eslint/config-helpers" "^0.4.0"
2804+
"@eslint/core" "^0.16.0"
28032805
"@eslint/eslintrc" "^3.3.1"
2804-
"@eslint/js" "9.36.0"
2805-
"@eslint/plugin-kit" "^0.3.5"
2806+
"@eslint/js" "9.37.0"
2807+
"@eslint/plugin-kit" "^0.4.0"
28062808
"@humanfs/node" "^0.16.6"
28072809
"@humanwhocodes/module-importer" "^1.0.1"
28082810
"@humanwhocodes/retry" "^0.4.2"

0 commit comments

Comments
 (0)