Skip to content

Commit

Permalink
Update several dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Dec 18, 2024
1 parent 87e4226 commit d34cf68
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
touch components/shared_code/src/__init__.py
- name: Sonarcloud scan
if: env.SONAR_TOKEN != null
uses: sonarsource/sonarqube-scan-action@v4.1.0
uses: sonarsource/sonarqube-scan-action@v4.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
83 changes: 44 additions & 39 deletions components/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions components/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.2.0",
"@mui/icons-material": "^6.2.1",
"@mui/lab": "^6.0.0-beta.17",
"@mui/material": "^6.2.0",
"@mui/material": "^6.2.1",
"@mui/x-date-pickers": "^7.23.2",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
Expand Down
2 changes: 1 addition & 1 deletion release/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
]
optional-dependencies.tools = [
"bandit==1.8.0",
"bump-my-version==0.28.2",
"bump-my-version==0.28.3",
"fixit==2.1.0",
"mypy==1.13.0",
"pip-audit==2.7.3",
Expand Down

0 comments on commit d34cf68

Please sign in to comment.