Skip to content

Commit

Permalink
Updated dependencies (nan, eslint, mocha) (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrza authored Jun 26, 2024
1 parent 298db99 commit c5f05f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"test": "node node_modules/eslint/bin/eslint . && node node_modules/mocha/bin/mocha tests"
},
"dependencies": {
"nan": "^2.18.0"
"nan": "^2.20.0"
},
"devDependencies": {
"eslint": "^8.52.0",
"mocha": "^10.2.0"
"eslint": "^8.57.0",
"mocha": "^10.5.1"
},
"contributors": [
"Vladimir Vrzić <[email protected]> (https://github.com/vrza)",
Expand Down

0 comments on commit c5f05f6

Please sign in to comment.