Skip to content

Commit

Permalink
Updated dependencies (nan, eslint, mocha)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrza committed Oct 24, 2024
1 parent c5f05f6 commit 96574a4
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.20.0"
"nan": "^2.22.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"mocha": "^10.5.1"
"eslint": "^8.57.1",
"mocha": "^10.7.3"
},
"contributors": [
"Vladimir Vrzić <[email protected]> (https://github.com/vrza)",
Expand Down

0 comments on commit 96574a4

Please sign in to comment.