Skip to content

Commit

Permalink
fix: deps security issue
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Aug 24, 2024
1 parent f3fb864 commit 67bb0e7
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 1,481 deletions.
6 changes: 3 additions & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ linters-settings:
- name: empty-lines
disabled: true

misspell:
locale: "US" # Fix the colour => color, and co

gosec:
excludes:
- G115

output:
# Make issues output unique by line.
Expand Down
8 changes: 5 additions & 3 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
"@antfu/eslint-config": "^2.27.1",
"@codecov/vite-plugin": "0.0.1-beta.10",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@million/lint": "1.0.0-rc.84",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/d3-array": "^3.2.1",
Expand All @@ -49,7 +48,7 @@
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/web-worker": "^2.0.5",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-react-hooks": "5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
Expand All @@ -67,6 +66,9 @@
"allowedVersions": {
"eslint": "9"
}
},
"overrides": {
"micromatch": "4.0.8"
}
}
}
Loading

0 comments on commit 67bb0e7

Please sign in to comment.