Skip to content

Commit 548915f

Browse files
fix(deps): update all dependencies
1 parent 00caadd commit 548915f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# uploads of run results in SARIF format to the repository Actions tab.
3434
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
3535
- name: "Upload artifact"
36-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
36+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3737
with:
3838
name: SARIF file
3939
path: results.sarif

ecosystem-explorer/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"dependencies": {
2020
"@radix-ui/react-tabs": "^1.1.13",
2121
"idb": "^8.0.3",
22-
"lucide-react": "^0.577.0",
22+
"lucide-react": "^1.0.0",
2323
"react": "^19.2.0",
2424
"react-dom": "^19.2.0",
2525
"react-router-dom": "^7.13.0"
2626
},
2727
"devDependencies": {
28-
"@eslint/js": "9.39.4",
28+
"@eslint/js": "10.0.1",
2929
"@tailwindcss/postcss": "4.2.2",
3030
"@testing-library/jest-dom": "6.9.1",
3131
"@testing-library/react": "16.3.2",
@@ -35,19 +35,19 @@
3535
"@types/react-dom": "19.2.3",
3636
"@vitejs/plugin-react-swc": "4.3.0",
3737
"autoprefixer": "10.4.27",
38-
"eslint": "9.39.4",
38+
"eslint": "10.1.0",
3939
"eslint-config-prettier": "10.1.8",
4040
"eslint-plugin-react-hooks": "7.0.1",
4141
"eslint-plugin-react-refresh": "0.5.2",
4242
"fake-indexeddb": "6.2.5",
4343
"globals": "17.4.0",
44-
"jsdom": "28.1.0",
44+
"jsdom": "29.0.1",
4545
"postcss": "8.5.8",
4646
"prettier": "3.8.1",
4747
"tailwindcss": "4.2.2",
48-
"typescript": "5.9.3",
48+
"typescript": "6.0.2",
4949
"typescript-eslint": "8.57.1",
50-
"vite": "7.3.1",
50+
"vite": "8.0.2",
5151
"vitest": "4.1.0"
5252
}
5353
}

0 commit comments

Comments
 (0)