Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit fe2a98c

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

6 files changed

Lines changed: 1470 additions & 1667 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
70+
uses: github/codeql-action/upload-sarif@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
7171
with:
7272
sarif_file: results.sarif

Dockerfile.tasks

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.9.0 as build
1+
FROM node:20.10.0 as build
22
ENV NEXT_TELEMETRY_DISABLED 1
33
ARG WS="@helpwave/tasks"
44

@@ -22,7 +22,7 @@ COPY lib ./lib/
2222
COPY tasks ./tasks/
2323
RUN pnpm --filter $WS run build
2424

25-
FROM node:20.9.0-alpine
25+
FROM node:20.10.0-alpine
2626

2727
LABEL maintainer="tech@helpwave.de"
2828

landing-page/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@twind/preset-tailwind-forms": "1.1.2",
1919
"@twind/preset-typography": "1.0.7",
2020
"csstype": "3.1.2",
21-
"lucide-react": "0.292.0",
21+
"lucide-react": "0.294.0",
2222
"next": "13.5.6",
2323
"react": "18.2.0",
2424
"react-dom": "18.2.0",
@@ -27,19 +27,19 @@
2727
"vanilla-cookieconsent": "3.0.0-rc.17"
2828
},
2929
"devDependencies": {
30-
"@types/node": "20.9.0",
31-
"@types/react": "18.2.37",
32-
"@types/react-dom": "18.2.15",
33-
"@typescript-eslint/eslint-plugin": "6.10.0",
34-
"@typescript-eslint/parser": "6.10.0",
35-
"eslint": "8.53.0",
30+
"@types/node": "20.10.3",
31+
"@types/react": "18.2.41",
32+
"@types/react-dom": "18.2.17",
33+
"@typescript-eslint/eslint-plugin": "6.13.2",
34+
"@typescript-eslint/parser": "6.13.2",
35+
"eslint": "8.55.0",
3636
"eslint-config-next": "13.5.6",
3737
"eslint-config-standard": "17.1.0",
3838
"eslint-plugin-import": "2.29.0",
3939
"eslint-plugin-n": "16.3.1",
4040
"eslint-plugin-promise": "6.1.1",
4141
"eslint-plugin-react": "7.33.2",
4242
"eslint-plugin-react-hooks": "4.6.0",
43-
"typescript": "5.2.2"
43+
"typescript": "5.3.2"
4444
}
4545
}

lib/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"main": "index.ts",
55
"dependencies": {
6-
"@babel/core": "7.23.3",
6+
"@babel/core": "7.23.5",
77
"@headlessui/react": "1.7.17",
88
"@radix-ui/react-checkbox": "1.0.4",
99
"@twind/core": "1.1.3",
@@ -12,32 +12,32 @@
1212
"@twind/preset-tailwind-forms": "1.1.2",
1313
"@twind/preset-typography": "1.0.7",
1414
"csstype": "3.1.2",
15-
"lucide-react": "0.292.0",
15+
"lucide-react": "0.294.0",
1616
"react": "18.2.0",
1717
"react-custom-scrollbars-2": "4.5.0",
1818
"react-dom": "18.2.0",
1919
"simplebar-core": "1.2.4",
2020
"simplebar-react": "3.2.4",
21-
"typescript": "5.2.2",
21+
"typescript": "5.3.2",
2222
"webpack": "5.89.0",
2323
"zod": "3.22.4"
2424
},
2525
"devDependencies": {
26-
"@babel/preset-env": "7.23.3",
26+
"@babel/preset-env": "7.23.5",
2727
"@babel/preset-react": "7.23.3",
2828
"@babel/preset-typescript": "7.23.3",
29-
"@storybook/addon-essentials": "7.5.3",
30-
"@storybook/addon-interactions": "7.5.3",
31-
"@storybook/addon-links": "7.5.3",
32-
"@storybook/blocks": "7.5.3",
33-
"@storybook/nextjs": "7.5.3",
34-
"@storybook/react": "7.5.3",
29+
"@storybook/addon-essentials": "7.6.3",
30+
"@storybook/addon-interactions": "7.6.3",
31+
"@storybook/addon-links": "7.6.3",
32+
"@storybook/blocks": "7.6.3",
33+
"@storybook/nextjs": "7.6.3",
34+
"@storybook/react": "7.6.3",
3535
"@storybook/testing-library": "0.2.2",
36-
"@types/react": "18.2.37",
37-
"@types/react-dom": "18.2.15",
36+
"@types/react": "18.2.41",
37+
"@types/react-dom": "18.2.17",
3838
"next": "13.5.6",
3939
"prop-types": "15.8.1",
40-
"storybook": "7.5.3"
40+
"storybook": "7.6.3"
4141
},
4242
"peerDependencies": {
4343
"react": "18.2.0",

0 commit comments

Comments
 (0)