Skip to content

Commit 39ac912

Browse files
Merge pull request #2130 from Giskard-AI/chore/dependabot-batch-upgrade-2025-03
chore(deps): batch upgrade 2025-03
2 parents 19a90a1 + c59f4cb commit 39ac912

File tree

3 files changed

+61
-69
lines changed

3 files changed

+61
-69
lines changed

‎.github/workflows/build-python.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202

203203
- name: SonarQube Scan
204204
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' && !matrix.langchain_minimal && !matrix.pandas_v1 && !matrix.pydantic_v1 && (github.event.ref == 'refs/heads/main' || github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }}
205-
uses: SonarSource/sonarqube-scan-action@v4
205+
uses: SonarSource/sonarqube-scan-action@v5
206206
env:
207207
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
208208
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

‎package-lock.json‎

Lines changed: 56 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"watch": "tailwindcss -i ./src/scan-widget/style.css -o ./giskard/scanner/templates/static/style.css --watch"
55
},
66
"devDependencies": {
7-
"@babel/core": "^7.26.7",
8-
"@babel/preset-env": "^7.26.7",
7+
"@babel/core": "^7.26.9",
8+
"@babel/preset-env": "^7.26.9",
99
"autoprefixer": "^10.4.19",
1010
"cssnano": "^7.0.6",
1111
"gulp": "^5.0.0",
1212
"gulp-babel": "^8.0.0",
1313
"gulp-concat": "^2.6.1",
1414
"gulp-minify": "^3.1.0",
1515
"gulp-postcss": "^10.0.0",
16-
"postcss": "^8.5.2",
16+
"postcss": "^8.5.3",
1717
"postcss-import": "^16.1.0",
18-
"tailwindcss": "^4.0.3",
18+
"tailwindcss": "^4.0.9",
1919
"uglify": "^0.1.5"
2020
},
2121
"dependencies": {

0 commit comments

Comments
 (0)