Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent 2422f3c commit 53f288b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run coverage-ci
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,27 @@
"codecov": "codecov"
},
"devDependencies": {
"@types/chai": "4.3.19",
"@types/mocha": "10.0.7",
"@types/chai": "5.0.1",
"@types/mocha": "10.0.10",
"@types/mock-fs": "4.13.4",
"@types/node": "20.16.2",
"@types/node": "22.13.0",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"@typescript-eslint/eslint-plugin": "8.23.0",
"@typescript-eslint/parser": "8.23.0",
"audit-ci": "7.1.0",
"chai": "^4.5.0",
"eslint": "^8.0.0",
"chai": "^5.0.0",
"eslint": "^9.0.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "50.2.2",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "50.6.3",
"eslint-plugin-mocha": "10.5.0",
"eslint-plugin-sonarjs": "2.0.1",
"eslint-plugin-sonarjs": "3.0.1",
"install": "0.13.0",
"mocha": "10.7.3",
"mock-fs": "5.2.0",
"nyc": "17.0.0",
"sinon": "18.0.0",
"mocha": "11.1.0",
"mock-fs": "5.4.1",
"nyc": "17.1.0",
"sinon": "19.0.2",
"source-map-support": "0.5.21",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
Expand Down

0 comments on commit 53f288b

Please sign in to comment.