Skip to content

Commit

Permalink
Merge pull request #1328 from brave/master
Browse files Browse the repository at this point in the history
Production Release 2024-08-22
  • Loading branch information
IanKrieger authored Aug 22, 2024
2 parents 684681f + c3b7f31 commit e2b40ec
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 148 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
uses: github/codeql-action/init@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -53,7 +53,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
uses: github/codeql-action/autobuild@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -67,4 +67,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
uses: github/codeql-action/analyze@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
17 changes: 11 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"@mui/icons-material": "5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.7",
"@mui/x-data-grid": "7.12.1",
"@mui/x-date-pickers": "7.12.1",
"@mui/x-data-grid": "7.13.0",
"@mui/x-date-pickers": "7.13.0",
"bignumber.js": "9.1.2",
"dayjs": "1.11.12",
"formik": "2.4.6",
"graphql": "16.9.0",
"highcharts": "11.4.6",
"highcharts": "11.4.7",
"highcharts-react-official": "3.2.1",
"immer": "10.1.1",
"lodash": "4.17.21",
Expand Down Expand Up @@ -84,12 +84,12 @@
"eslint-plugin-react-hooks": "4.6.2",
"husky": "9.1.4",
"knip": "5.27.2",
"lint-staged": "15.2.8",
"lint-staged": "15.2.9",
"npm-run-all2": "6.2.2",
"prettier": "3.3.3",
"typescript": "5.5.4",
"typescript-eslint": "8.0.1",
"vite": "5.4.0",
"typescript-eslint": "8.1.0",
"vite": "5.4.1",
"vite-plugin-checker": "0.7.2",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.0.5"
Expand All @@ -115,6 +115,11 @@
"pnpm": {
"overrides": {
"ws@>=8.0.0 <8.17.1": ">=8.17.1"
},
"auditConfig": {
"ignoreCves": [
"CVE-2024-4067"
]
}
}
}
Loading

0 comments on commit e2b40ec

Please sign in to comment.