From f5358e8a7991f82c01e53c4485bc0388accf9a81 Mon Sep 17 00:00:00 2001 From: Sema Date: Wed, 27 Sep 2023 00:31:00 -0400 Subject: [PATCH] Updated dependencies --- LICENSE.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 938254d..7d23d9f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-21 Jazz-Soft +Copyright (c) 2018-23 Jazz-Soft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 6f33505..5e08d6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jzz-midi-gm", - "version": "1.3.3", + "version": "1.3.4", "description": "General MIDI / GM2 / GS / XG instrument names", "main": "javascript/JZZ.midi.GM.js", "scripts": { @@ -18,10 +18,10 @@ ], "author": "jazz-soft (https://jazz-soft.net/)", "dependencies": { - "jzz": "^1.6.1" + "jzz": "^1.7.0" }, "devDependencies": { - "eslint": "^8.36.0", + "eslint": "^8.50.0", "grunt": "^1.6.1", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-uglify": "^5.2.2",