Skip to content

Commit 3bbe159

Browse files
fix(deps): update all non-major dependencies (#1749)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c926f0 commit 3bbe159

File tree

5 files changed

+257
-258
lines changed

5 files changed

+257
-258
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
- name: Use Node.js ${{ matrix.node_version }}
19-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
19+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2020
with:
2121
node-version: ${{ matrix.node_version }}
2222
- name: Install

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -77,22 +77,22 @@
7777
"@babel/preset-typescript": "7.27.0",
7878
"@types/express": "5.0.1",
7979
"@types/jest": "29.5.14",
80-
"@types/node": "22.14.0",
80+
"@types/node": "22.15.2",
8181
"@types/swagger-ui-dist": "3.30.5",
8282
"@types/yamljs": "0.2.34",
8383
"@types/qs": "6.9.18",
8484
"babel-jest": "29.7.0",
8585
"bob-the-bundler": "7.0.1",
8686
"chalk": "^5.4.1",
87-
"graphql": "16.10.0",
87+
"graphql": "16.11.0",
8888
"graphql-scalars": "1.24.2",
89-
"graphql-yoga": "5.13.3",
89+
"graphql-yoga": "5.13.4",
9090
"husky": "9.1.7",
9191
"jest": "29.7.0",
92-
"lint-staged": "15.5.0",
92+
"lint-staged": "15.5.1",
9393
"prettier": "3.5.3",
94-
"swagger-ui-dist": "5.20.7",
95-
"ts-jest": "29.3.1",
94+
"swagger-ui-dist": "5.21.0",
95+
"ts-jest": "29.3.2",
9696
"tsup": "8.4.0",
9797
"typescript": "5.8.3"
9898
},

website/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"dependencies": {
1212
"lottie-web": "5.12.2",
1313
"@theguild/components": "7.6.3",
14-
"next": "15.2.5",
14+
"next": "15.3.1",
1515
"next-sitemap": "4.2.3",
1616
"react": "19.1.0",
1717
"react-dom": "19.1.0"
1818
},
1919
"devDependencies": {
2020
"@theguild/tailwind-config": "0.6.3",
21-
"@types/node": "22.14.0",
22-
"@types/react": "19.1.0",
21+
"@types/node": "22.15.2",
22+
"@types/react": "19.1.2",
2323
"postcss-import": "16.1.0",
2424
"postcss-lightningcss": "1.0.1",
2525
"tailwindcss": "3.4.17",

0 commit comments

Comments
 (0)