Skip to content

Commit

Permalink
Update mocha package versions. (#86)
Browse files Browse the repository at this point in the history
This does a general update of package-lock.json files and also updates mocha everywhere. This helps remove some of the warnings when installing node modules.
  • Loading branch information
Standard8 committed Apr 20, 2024
1 parent 6fc5651 commit 693788e
Show file tree
Hide file tree
Showing 8 changed files with 3,433 additions and 2,734 deletions.
4,320 changes: 2,589 additions & 1,731 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-self": "^1.2.1",
"mocha": "^9.0.3",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"prettier": "^2.3.2"
},
Expand Down
624 changes: 296 additions & 328 deletions test/packages/eslint-v7/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/packages/eslint-v7/package.json
Expand Up @@ -17,7 +17,7 @@
"license": "MIT",
"devDependencies": {
"eslint": "^7.32.0",
"mocha": "^9.0.3"
"mocha": "^10.4.0"
},
"dependencies": {}
}

0 comments on commit 693788e

Please sign in to comment.