Skip to content

Commit

Permalink
Update dependency mocha to v11 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent e7e4dfd commit b8ced84
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 63 deletions.
146 changes: 85 additions & 61 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
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/dtdl-parser",
"version": "0.0.42",
"version": "0.0.43",
"description": "JS tool to parse DTDL defined Ontologies",
"main": "build/index.js",
"type": "module",
Expand Down Expand Up @@ -59,7 +59,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.12.0",
"mocha": "^10.8.2",
"mocha": "^11.0.1",
"prettier": "^3.4.1",
"prettier-plugin-organize-imports": "^4.1.0",
"rimraf": "^6.0.1",
Expand Down

0 comments on commit b8ced84

Please sign in to comment.