Skip to content

Commit b9b7f92

Browse files
fix(deps): update all non-major dependencies
1 parent 365b4ed commit b9b7f92

File tree

7 files changed

+1057
-549
lines changed

7 files changed

+1057
-549
lines changed

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060
# format to the repository Actions tab.
6161
- name: "Upload artifact"
62-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
62+
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
6363
with:
6464
name: SARIF file
6565
path: results.sarif
6666
retention-days: 5
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@6a89f57882288b3d2f190cda65000eec9e9ebb7c # v2.27.0
70+
uses: github/codeql-action/upload-sarif@673cceb2b4886e2dfff697ab64a1ecd1c0a14a05 # v2.28.0
7171
with:
7272
sarif_file: results.sarif

api-services/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@helpwave/common": "workspace:*",
1010
"@helpwave/proto-ts": "0.61.0-e1d7c0c.0",
1111
"@tanstack/react-query": "4.36.1",
12-
"@tanstack/react-query-devtools": "5.62.7",
12+
"@tanstack/react-query-devtools": "5.62.14",
1313
"@types/google-protobuf": "3.15.12",
1414
"cookies-next": "2.1.2",
1515
"google-protobuf": "3.21.4",
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@helpwave/eslint-config": "workspace:*",
2626
"@types/js-cookie": "3.0.6",
27-
"@types/node": "20.17.10",
28-
"@types/react": "18.3.17"
27+
"@types/node": "20.17.11",
28+
"@types/react": "18.3.18"
2929
}
3030
}

eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"eslint-plugin-import": "2.31.0",
1313
"eslint-plugin-n": "16.6.2",
1414
"eslint-plugin-promise": "6.6.0",
15-
"eslint-plugin-react": "7.37.2",
15+
"eslint-plugin-react": "7.37.3",
1616
"eslint-plugin-react-hooks": "4.6.2",
1717
"eslint-plugin-tailwindcss": "3.17.5"
1818
}

landing-page/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
"@twind/preset-tailwind-forms": "1.1.2",
1919
"@twind/preset-typography": "1.0.7",
2020
"csstype": "3.1.3",
21-
"lucide-react": "0.468.0",
22-
"next": "13.5.7",
21+
"lucide-react": "0.469.0",
22+
"next": "13.5.8",
2323
"react": "18.3.1",
2424
"react-dom": "18.3.1",
25-
"react-hot-toast": "2.4.1",
26-
"react-intersection-observer": "9.14.0",
25+
"react-hot-toast": "2.5.1",
26+
"react-intersection-observer": "9.14.1",
2727
"vanilla-cookieconsent": "3.0.1",
2828
"react-custom-scrollbars-2": "4.5.0"
2929
},
3030
"devDependencies": {
31-
"@types/node": "20.17.10",
32-
"@types/react": "18.3.17",
31+
"@types/node": "20.17.11",
32+
"@types/react": "18.3.18",
3333
"@types/react-dom": "18.3.5",
34-
"@next/eslint-plugin-next": "14.2.20",
34+
"@next/eslint-plugin-next": "14.2.22",
3535
"@helpwave/eslint-config": "workspace:*",
3636
"typescript": "5.7.2"
3737
}

lib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/tinycolor2": "1.4.6",
2121
"csstype": "3.1.3",
2222
"keycloak-js": "25.0.6",
23-
"lucide-react": "0.468.0",
23+
"lucide-react": "0.469.0",
2424
"react": "18.3.1",
2525
"react-custom-scrollbars-2": "4.5.0",
2626
"react-dom": "18.3.1",
@@ -43,9 +43,9 @@
4343
"@storybook/nextjs": "7.6.20",
4444
"@storybook/react": "7.6.20",
4545
"@storybook/testing-library": "0.2.2",
46-
"@types/react": "18.3.17",
46+
"@types/react": "18.3.18",
4747
"@types/react-dom": "18.3.5",
48-
"next": "14.2.20",
48+
"next": "14.2.22",
4949
"prop-types": "15.8.1",
5050
"storybook": "7.6.20"
5151
},

0 commit comments

Comments
 (0)