File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments