From 8d77c047e7113db9d9440f06c142c1fb2a0daa1f Mon Sep 17 00:00:00 2001 From: Sema Date: Fri, 24 May 2024 20:50:17 -0400 Subject: [PATCH] Updated dependencies --- .github/workflows/build.yml | 8 ++++---- package.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0e2720..0109641 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,13 +4,13 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: '20.x' - run: npm install - run: npm test - run: npm run coverage - - uses: coverallsapp/github-action@master + - uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index b010e46..e0b4a0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jzz-midi-gm", - "version": "1.3.6", + "version": "1.3.7", "description": "General MIDI / GM2 / GS / XG instrument names", "main": "javascript/JZZ.midi.GM.js", "scripts": { @@ -18,14 +18,14 @@ ], "author": "jazz-soft (https://jazz-soft.net/)", "dependencies": { - "jzz": "^1.8.1" + "jzz": "^1.8.4" }, "devDependencies": { - "eslint": "^8.57.0", + "eslint": "^9.3.0", "grunt": "^1.6.1", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-uglify": "^5.2.2", - "mocha": "^10.3.0", + "mocha": "^10.4.0", "nyc": "^15.1.0" }, "repository": {