Skip to content

Commit

Permalink
chore: update dependency mocha to ^10.8.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] authored and dhmlau committed Nov 7, 2024
1 parent 32913b1 commit 6c56910
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 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.6",
"@types/autocannon": "^7.12.5",
"@types/benchmark": "^2.1.5",
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.9",
"@types/node": "^16.18.115",
"mocha": "^10.6.0",
"mocha": "^10.8.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.6",
"@loopback/eslint-config": "^15.0.4",
"@loopback/testlab": "^7.0.6",
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.9",
"@types/node": "^16.18.115",
"eslint": "^8.57.0",
"mocha": "^10.6.0",
"mocha": "^10.8.2",
"source-map-support": "^0.5.21",
"typescript": "~5.2.2"
}
Expand Down
26 changes: 13 additions & 13 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.5.0",
"@npmcli/map-workspaces": "^3.0.6",
"@npmcli/package-json": "^5.2.1",
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.9",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.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.4",
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.9",
"@types/node": "^16.18.115",
"cross-spawn": "^7.0.3",
"debug": "^4.3.7",
"eslint": "^8.57.0",
"fs-extra": "^11.2.0",
"glob": "^10.4.5",
"lodash": "^4.17.21",
"mocha": "^10.6.0",
"mocha": "^10.8.2",
"nyc": "^17.0.0",
"prettier": "^3.3.2",
"rimraf": "^5.0.10",
Expand Down

0 comments on commit 6c56910

Please sign in to comment.