Skip to content

Commit

Permalink
chore: update dependency mocha to ^10.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 28, 2024
1 parent 1bf8d91 commit 3b6a427
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 21 deletions.
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"@loopback/testlab": "^7.0.3",
"@types/autocannon": "^7.12.5",
"@types/benchmark": "^2.1.5",
"@types/mocha": "^10.0.6",
"@types/mocha": "^10.0.7",
"@types/node": "^16.18.101",
"mocha": "^10.4.0",
"mocha": "^10.5.2",
"source-map-support": "^0.5.21"
}
}
4 changes: 2 additions & 2 deletions examples/soap-calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
"@loopback/build": "^11.0.3",
"@loopback/eslint-config": "^15.0.3",
"@loopback/testlab": "^7.0.3",
"@types/mocha": "^10.0.6",
"@types/mocha": "^10.0.7",
"@types/node": "^16.18.101",
"eslint": "^8.57.0",
"mocha": "^10.4.0",
"mocha": "^10.5.2",
"source-map-support": "^0.5.21",
"typescript": "~5.2.2"
}
Expand Down
36 changes: 22 additions & 14 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@commitlint/config-conventional": "^19.2.2",
"@npmcli/map-workspaces": "^3.0.6",
"@npmcli/package-json": "^5.2.0",
"@types/mocha": "^10.0.6",
"@types/mocha": "^10.0.7",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
},
"dependencies": {
"@loopback/eslint-config": "^15.0.3",
"@types/mocha": "^10.0.6",
"@types/mocha": "^10.0.7",
"@types/node": "^16.18.101",
"cross-spawn": "^7.0.3",
"debug": "^4.3.5",
"eslint": "^8.57.0",
"fs-extra": "^11.2.0",
"glob": "^10.4.2",
"lodash": "^4.17.21",
"mocha": "^10.4.0",
"mocha": "^10.5.2",
"nyc": "^17.0.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
Expand Down

0 comments on commit 3b6a427

Please sign in to comment.