From 78128220b40bdd5452909f1226e7b211e3273eb2 Mon Sep 17 00:00:00 2001 From: Sema Date: Fri, 5 Jan 2024 00:24:15 -0500 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 7d23d9f..0f159e6 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-23 Jazz-Soft +Copyright (c) 2018-24 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 5e08d6c..4931ca8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jzz-midi-gm", - "version": "1.3.4", + "version": "1.3.5", "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.7.0" + "jzz": "^1.7.7" }, "devDependencies": { - "eslint": "^8.50.0", + "eslint": "^8.56.0", "grunt": "^1.6.1", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-uglify": "^5.2.2",