Skip to content

Commit 7b9453a

Browse files
fix(deps): update all non-major dependencies (#2582)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc9064b commit 7b9453a

File tree

3 files changed

+132
-132
lines changed

3 files changed

+132
-132
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
"@changesets/cli": "2.28.1",
3434
"@changesets/changelog-github": "0.5.1",
3535
"@envelop/graphql-modules": "7.0.2",
36-
"@graphql-tools/merge": "9.0.21",
36+
"@graphql-tools/merge": "9.0.22",
3737
"@graphql-yoga/node": "3.9.1",
3838
"@types/benchmark": "2.1.5",
3939
"graphql-jit": "0.8.7",
4040
"@types/express": "5.0.0",
4141
"@types/jest": "29.5.14",
42-
"@types/node": "22.13.8",
42+
"@types/node": "22.13.9",
4343
"@types/ramda": "0.30.2",
44-
"@typescript-eslint/eslint-plugin": "8.25.0",
45-
"@typescript-eslint/parser": "8.25.0",
44+
"@typescript-eslint/eslint-plugin": "8.26.0",
45+
"@typescript-eslint/parser": "8.26.0",
4646
"apollo-server": "3.13.0",
4747
"apollo-server-express": "3.13.0",
4848
"apollo-datasource-rest": "3.7.0",

website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@theguild/components": "^9.1.2",
16-
"next": "15.2.0",
16+
"next": "15.2.1",
1717
"next-sitemap": "4.2.3",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0"
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"pagefind": "1.3.0",
3535
"@theguild/tailwind-config": "0.6.2",
36-
"@types/node": "22.13.8",
36+
"@types/node": "22.13.9",
3737
"@types/react": "19.0.10",
3838
"cross-env": "7.0.3",
3939
"postcss-import": "16.1.0",

0 commit comments

Comments
 (0)