Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent 481f85d commit 18fe0df
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 112 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@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
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@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
uses: github/codeql-action/autobuild@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7

# ℹ️ 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@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@mui/icons-material": "6.1.0",
"@mui/lab": "6.0.0-beta.9",
"@mui/material": "6.1.0",
"@mui/x-data-grid": "7.16.0",
"@mui/x-date-pickers": "7.16.0",
"@mui/x-data-grid": "7.17.0",
"@mui/x-date-pickers": "7.17.0",
"bignumber.js": "9.1.2",
"dayjs": "1.11.13",
"formik": "2.4.6",
Expand Down Expand Up @@ -80,19 +80,19 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-lingui": "0.3.0",
"eslint-plugin-react": "7.36.0",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "9.1.6",
"knip": "5.30.1",
"knip": "5.30.2",
"lint-staged": "15.2.10",
"npm-run-all2": "6.2.2",
"npm-run-all2": "6.2.3",
"prettier": "3.3.3",
"typescript": "5.6.2",
"typescript-eslint": "8.5.0",
"vite": "5.4.4",
"vite": "5.4.5",
"vite-plugin-checker": "0.8.0",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.0"
"vitest": "2.1.1"
},
"engines": {
"node": ">=20",
Expand Down
Loading

0 comments on commit 18fe0df

Please sign in to comment.