From 11f4d4997c0e6202892a1e95b05e092b28a46e2c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 11:32:46 +0000 Subject: [PATCH] Bump wavesurfer.js from 4.5.0 to 5.0.1 Bumps [wavesurfer.js](https://github.com/katspaugh/wavesurfer.js) from 4.5.0 to 5.0.1. - [Release notes](https://github.com/katspaugh/wavesurfer.js/releases) - [Changelog](https://github.com/katspaugh/wavesurfer.js/blob/master/CHANGES.md) - [Upgrade guide](https://github.com/katspaugh/wavesurfer.js/blob/master/UPGRADE.md) - [Commits](https://github.com/katspaugh/wavesurfer.js/compare/4.5.0...5.0.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab876ef..07151bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11788,9 +11788,9 @@ } }, "wavesurfer.js": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/wavesurfer.js/-/wavesurfer.js-4.5.0.tgz", - "integrity": "sha512-yWSusLHwokPpTWwYjW5hhzGjyKfELLs0ss6GQuvRRrKKLtPd8A8wetveFzNXP0FJjaZ/baoFYX1h048CcCTNlA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/wavesurfer.js/-/wavesurfer.js-5.0.1.tgz", + "integrity": "sha512-N4Inb9dVOybLLY5vd4A8DGVINmyXaF7zUWQvOObKdLzVbFbegUGa+zesOW/E0rv4MVaec7K0FQ/wb7aP28Uy4g==", "dev": true }, "wcwidth": { diff --git a/package.json b/package.json index f04f4a1..a46268a 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "update-electron-app": "^1.5.0", "url-loader": "^4.1.1", "uuid": "^3.4.0", - "wavesurfer.js": "^4.5.0" + "wavesurfer.js": "^5.0.1" }, "dependencies": { "electron-squirrel-startup": "^1.0.0"