Skip to content

Commit

Permalink
Update dependencies (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Sep 19, 2023
1 parent 04477c3 commit b5af6a1
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section
- name: Archive production artifacts
if: ${{ success() }} || ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Mega-Linter reports
path: |
Expand Down
53 changes: 35 additions & 18 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"homepage": "https://github.com/nvuillam/node-java-caller#readme",
"dependencies": {
"debug": "^4.3.4",
"fs-extra": "^10.1.0",
"fs-extra": "^11.1.1",
"njre": "^1.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"eslint": "^8.27.0",
"mocha": "^10.1.0",
"nyc": "^15.1.0",
"which": "^3.0.0"
"which": "^4.0.0"
},
"engines": {
"node": ">=12.0.0"
Expand Down

0 comments on commit b5af6a1

Please sign in to comment.