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

Commit f9435f9

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

5 files changed

Lines changed: 1121 additions & 1171 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@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
70+
uses: github/codeql-action/upload-sarif@305f6546310b9203e892c28c1484e82977f4f63d # v2.22.10
7171
with:
7272
sarif_file: results.sarif

landing-page/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@twind/preset-tailwind": "1.1.4",
1818
"@twind/preset-tailwind-forms": "1.1.2",
1919
"@twind/preset-typography": "1.0.7",
20-
"csstype": "3.1.2",
20+
"csstype": "3.1.3",
2121
"lucide-react": "0.294.0",
2222
"next": "13.5.6",
2323
"react": "18.2.0",
@@ -27,19 +27,19 @@
2727
"vanilla-cookieconsent": "3.0.0-rc.17"
2828
},
2929
"devDependencies": {
30-
"@types/node": "20.10.3",
31-
"@types/react": "18.2.41",
30+
"@types/node": "20.10.4",
31+
"@types/react": "18.2.43",
3232
"@types/react-dom": "18.2.17",
33-
"@typescript-eslint/eslint-plugin": "6.13.2",
34-
"@typescript-eslint/parser": "6.13.2",
33+
"@typescript-eslint/eslint-plugin": "6.14.0",
34+
"@typescript-eslint/parser": "6.14.0",
3535
"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",
39-
"eslint-plugin-n": "16.3.1",
39+
"eslint-plugin-n": "16.4.0",
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.3.2"
43+
"typescript": "5.3.3"
4444
}
4545
}

lib/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,41 @@
33
"version": "1.0.0",
44
"main": "index.ts",
55
"dependencies": {
6-
"@babel/core": "7.23.5",
6+
"@babel/core": "7.23.6",
77
"@headlessui/react": "1.7.17",
88
"@radix-ui/react-checkbox": "1.0.4",
99
"@twind/core": "1.1.3",
1010
"@twind/preset-autoprefix": "1.0.7",
1111
"@twind/preset-tailwind": "1.1.4",
1212
"@twind/preset-tailwind-forms": "1.1.2",
1313
"@twind/preset-typography": "1.0.7",
14-
"csstype": "3.1.2",
14+
"csstype": "3.1.3",
1515
"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.3.2",
21+
"typescript": "5.3.3",
2222
"webpack": "5.89.0",
2323
"zod": "3.22.4"
2424
},
2525
"devDependencies": {
26-
"@babel/preset-env": "7.23.5",
26+
"@babel/preset-env": "7.23.6",
2727
"@babel/preset-react": "7.23.3",
2828
"@babel/preset-typescript": "7.23.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",
29+
"@storybook/addon-essentials": "7.6.4",
30+
"@storybook/addon-interactions": "7.6.4",
31+
"@storybook/addon-links": "7.6.4",
32+
"@storybook/blocks": "7.6.4",
33+
"@storybook/nextjs": "7.6.4",
34+
"@storybook/react": "7.6.4",
3535
"@storybook/testing-library": "0.2.2",
36-
"@types/react": "18.2.41",
36+
"@types/react": "18.2.43",
3737
"@types/react-dom": "18.2.17",
3838
"next": "13.5.6",
3939
"prop-types": "15.8.1",
40-
"storybook": "7.6.3"
40+
"storybook": "7.6.4"
4141
},
4242
"peerDependencies": {
4343
"react": "18.2.0",

0 commit comments

Comments
 (0)