From c83d7e70b62012775778451d027d55a7b952255f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 07:48:36 +0000 Subject: [PATCH] Bump wavesurfer.js from 6.6.3 to 7.3.9 Bumps [wavesurfer.js](https://github.com/wavesurfer-js/wavesurfer.js) from 6.6.3 to 7.3.9. - [Release notes](https://github.com/wavesurfer-js/wavesurfer.js/releases) - [Commits](https://github.com/wavesurfer-js/wavesurfer.js/compare/6.6.3...7.3.9) --- updated-dependencies: - dependency-name: wavesurfer.js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 979bf07..c11c327 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-router-dom": "^6.16.0", "react-spinners": "^0.13.8", "react-virtuoso": "^4.5.1", - "wavesurfer.js": "^6.6.3" + "wavesurfer.js": "^7.3.9" }, "devDependencies": { "@jest/globals": "^29.7.0", @@ -26185,9 +26185,9 @@ } }, "node_modules/wavesurfer.js": { - "version": "6.6.3", - "resolved": "https://registry.npmjs.org/wavesurfer.js/-/wavesurfer.js-6.6.3.tgz", - "integrity": "sha512-XqUOXe8+SOTe8uKCHaqW0vJ5etCCQvq/NgaPycn9HAX/nUi+2zoWD+w9i7H5vBT9UCDNawOia+vS5Ct3kZGQzA==" + "version": "7.3.9", + "resolved": "https://registry.npmjs.org/wavesurfer.js/-/wavesurfer.js-7.3.9.tgz", + "integrity": "sha512-tB6HhBvNrReTWyzIAqa7f025pGmlv0At9b6Z+zSf3cBbSSi/hCN0yNB5mTS8RkXkabyrbrOiRb1lOJUqQRK4hQ==" }, "node_modules/wcwidth": { "version": "1.0.1", diff --git a/package.json b/package.json index f041afa..bd64cbd 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react-router-dom": "^6.16.0", "react-spinners": "^0.13.8", "react-virtuoso": "^4.5.1", - "wavesurfer.js": "^6.6.3" + "wavesurfer.js": "^7.3.9" }, "scripts": { "start": "vite",