diff --git a/package-lock.json b/package-lock.json index a19890b1d96..915bf0903e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "react-virtualized": "^9.20.1", "redux": "^3.7.2", "redux-throttle": "^0.1.1", - "scratch-audio": "^1.0.0", + "scratch-audio": "^2.0.0", "scratch-blocks": "^1.1.6", "scratch-l10n": "^5.0.0", "scratch-paint": "^2.2.151", @@ -25489,10 +25489,10 @@ } }, "node_modules/scratch-audio": { - "version": "1.0.332", - "resolved": "https://registry.npmjs.org/scratch-audio/-/scratch-audio-1.0.332.tgz", - "integrity": "sha512-ok9gw14R4KmYXNtJ2qrSI3PKRksTH+ROfoe8tyZTkumr+8+Coam2/inuH4aVJygRda5X7xFrERstlkZ8X8zeTQ==", - "license": "BSD-3-Clause", + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/scratch-audio/-/scratch-audio-2.0.11.tgz", + "integrity": "sha512-C4p5jS1ETnxbxMVMiFxEtGO/z6gY4SiMsMaluJypHsGl7fKuYvXWXuiySjl+cJDBEGzvGqy4aY030GGkaO+xhA==", + "license": "AGPL-3.0-only", "dependencies": { "audio-context": "^1.0.1", "minilog": "^3.0.1", @@ -26715,6 +26715,17 @@ "web-worker": "^1.3.0" } }, + "node_modules/scratch-vm/node_modules/scratch-audio": { + "version": "1.0.332", + "resolved": "https://registry.npmjs.org/scratch-audio/-/scratch-audio-1.0.332.tgz", + "integrity": "sha512-ok9gw14R4KmYXNtJ2qrSI3PKRksTH+ROfoe8tyZTkumr+8+Coam2/inuH4aVJygRda5X7xFrERstlkZ8X8zeTQ==", + "license": "BSD-3-Clause", + "dependencies": { + "audio-context": "^1.0.1", + "minilog": "^3.0.1", + "startaudiocontext": "^1.2.1" + } + }, "node_modules/scratch-vm/node_modules/scratch-svg-renderer": { "version": "2.5.44", "resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-2.5.44.tgz", diff --git a/package.json b/package.json index c2b09d62a7d..6b2e06a8755 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "react-virtualized": "^9.20.1", "redux": "^3.7.2", "redux-throttle": "^0.1.1", - "scratch-audio": "^1.0.0", + "scratch-audio": "^2.0.0", "scratch-blocks": "^1.1.6", "scratch-l10n": "^5.0.0", "scratch-paint": "^2.2.151",