diff --git a/package.json b/package.json index eba4152..5c3c457 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "midi-test", - "version": "1.2.5", + "version": "1.2.6", "description": "Virtual MIDI ports for testing MIDI applications", "main": "index.js", "scripts": { @@ -21,9 +21,9 @@ "homepage": "https://jazz-soft.net", "bugs": "https://github.com/jazz-soft/midi-test/issues", "devDependencies": { - "eslint": "^8.35.0", + "eslint": "^8.43.0", "jazz-midi": "^1.7.9", - "jzz": "^1.6.0", + "jzz": "^1.6.4", "mocha": "^10.2.0" }, "gypfile": true,