129.diff (2764B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 80bf3f3..c6bf7da 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -27,7 +27,7 @@ 6 "react-router-dom": "^6.16.0", 7 "react-spinners": "^0.13.8", 8 "react-virtuoso": "^4.5.1", 9 - "wavesurfer.js": "^6.6.3" 10 + "wavesurfer.js": "^7.3.4" 11 }, 12 "devDependencies": { 13 "@jest/globals": "^29.7.0", 14 @@ -7840,32 +7840,6 @@ 15 "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" 16 } 17 }, 18 - "node_modules/@storybook/manager-api/node_modules/@storybook/types": { 19 - "version": "7.0.9", 20 - "resolved": "https://registry.npmjs.org/@storybook/types/-/types-7.0.9.tgz", 21 - "integrity": "sha512-6aKrrsX3wgPMg9Nu3AK1GYmCZQiHqHv7l24ywNxZPv0T63rcpS86kWK4qVAywoaXGFc9GtRT+dz1rK8Fx50J9Q==", 22 - "dev": true, 23 - "dependencies": { 24 - "@storybook/channels": "7.0.9", 25 - "@types/babel__core": "^7.0.0", 26 - "@types/express": "^4.7.0", 27 - "file-system-cache": "^2.0.0" 28 - }, 29 - "funding": { 30 - "type": "opencollective", 31 - "url": "https://opencollective.com/storybook" 32 - } 33 - }, 34 - "node_modules/@storybook/manager-api/node_modules/@storybook/types/node_modules/@storybook/channels": { 35 - "version": "7.0.9", 36 - "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-7.0.9.tgz", 37 - "integrity": "sha512-LF/Mkr0/+VOawEAospLGUcfZIPak3yV/ZjEAe/lubvLPJ6s2FFOjDUsyDIa2oM4ZE9TI6AGVN51kddVToelM8A==", 38 - "dev": true, 39 - "funding": { 40 - "type": "opencollective", 41 - "url": "https://opencollective.com/storybook" 42 - } 43 - }, 44 "node_modules/@storybook/manager-api/node_modules/lru-cache": { 45 "version": "6.0.0", 46 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", 47 @@ -25545,9 +25519,9 @@ 48 } 49 }, 50 "node_modules/wavesurfer.js": { 51 - "version": "6.6.3", 52 - "resolved": "https://registry.npmjs.org/wavesurfer.js/-/wavesurfer.js-6.6.3.tgz", 53 - "integrity": "sha512-XqUOXe8+SOTe8uKCHaqW0vJ5etCCQvq/NgaPycn9HAX/nUi+2zoWD+w9i7H5vBT9UCDNawOia+vS5Ct3kZGQzA==" 54 + "version": "7.3.4", 55 + "resolved": "https://registry.npmjs.org/wavesurfer.js/-/wavesurfer.js-7.3.4.tgz", 56 + "integrity": "sha512-x2Ue4Dh+4RoaWay3LOLHhXgkdxPAIoC/BcbXh0yk8WNhQH2NboPoa52XXoCo4jEfjSe1bc7nxuM5vBIxUMZyBA==" 57 }, 58 "node_modules/wcwidth": { 59 "version": "1.0.1", 60 diff --git a/package.json b/package.json 61 index dcb33f5..6ff4bf2 100644 62 --- a/package.json 63 +++ b/package.json 64 @@ -23,7 +23,7 @@ 65 "react-router-dom": "^6.16.0", 66 "react-spinners": "^0.13.8", 67 "react-virtuoso": "^4.5.1", 68 - "wavesurfer.js": "^6.6.3" 69 + "wavesurfer.js": "^7.3.4" 70 }, 71 "scripts": { 72 "start": "vite",