Skip to content

Commit

Permalink
Merge pull request #363/#362 from NicolasOmar/check-weekly-dependency…
Browse files Browse the repository at this point in the history
…-updates-11-18-24

Dependencies version updated. 11/18/24
  • Loading branch information
NicolasOmar authored Nov 18, 2024
2 parents d8056e7 + b906a51 commit 5a3d2f3
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 57 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
CRYPT_SECRET: ${{ vars.ACTION_CRYPT_SECRET }}
CRYPT_METH: ${{ vars.ACTION_CRYPT_METH }}
- name: 6/7 | Run Codecov Uploader
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/coverage-final.json
files: ./coverage/coverage-final.json
flags: unittests
fail_ci_if_error: true
verbose: true
Expand Down
95 changes: 45 additions & 50 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@babel/register": "^7.25.9",
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@eslint/compat": "^1.2.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"env-cmd": "^10.1.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-plugin-node": "^11.1.0",
"graphql-depth-limit": "^1.1.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"nodemon": "^3.1.7",
Expand Down

0 comments on commit 5a3d2f3

Please sign in to comment.