Skip to content

Commit f7bfacb

Browse files
chore(deps): update all dependencies
1 parent 39ca3fa commit f7bfacb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react-router-dom": "^7.13.0"
2525
},
2626
"devDependencies": {
27-
"@eslint/js": "9.39.4",
27+
"@eslint/js": "10.0.1",
2828
"@tailwindcss/postcss": "4.2.1",
2929
"@testing-library/jest-dom": "6.9.1",
3030
"@testing-library/react": "16.3.2",
@@ -34,19 +34,19 @@
3434
"@types/react-dom": "19.2.3",
3535
"@vitejs/plugin-react-swc": "4.3.0",
3636
"autoprefixer": "10.4.27",
37-
"eslint": "9.39.4",
37+
"eslint": "10.0.3",
3838
"eslint-config-prettier": "10.1.8",
3939
"eslint-plugin-react-hooks": "7.0.1",
4040
"eslint-plugin-react-refresh": "0.5.2",
4141
"fake-indexeddb": "6.2.5",
4242
"globals": "17.4.0",
43-
"jsdom": "28.1.0",
43+
"jsdom": "29.0.0",
4444
"postcss": "8.5.8",
4545
"prettier": "3.8.1",
4646
"tailwindcss": "4.2.1",
4747
"typescript": "5.9.3",
4848
"typescript-eslint": "8.57.0",
49-
"vite": "7.3.1",
49+
"vite": "8.0.0",
5050
"vitest": "4.1.0"
5151
}
5252
}

0 commit comments

Comments
 (0)