Skip to content

Commit

Permalink
Merge branch 'main' into snyk-upgrade-4fa880f0c5d2150015f1ff4315f06bda
Browse files Browse the repository at this point in the history
  • Loading branch information
so5 authored Dec 12, 2024
2 parents abb3a8a + c884b71 commit bd8b4f3
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: code-coverage-report
- uses: paambaati/[email protected]
Expand Down
118 changes: 98 additions & 20 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"sinon-chai": "^3.7.0"
},
"dependencies": {
"ajv": "^8.14.0",
"ajv": "^8.17.1",
"ajv-keywords": "^5.1.0",
"debug": "^4.3.4",
"debug": "^4.3.7",
"shlex": "^2.1.2",
"ssh-client-wrapper": "^2.6.2",
"simple-batch-system": "^1.20.0"
"simple-batch-system": "^1.21.0"
}
}

0 comments on commit bd8b4f3

Please sign in to comment.