diff --git a/package-lock.json b/package-lock.json index a2dbf6a9ec1..8352be7f237 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,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": "^4.0.0", "scratch-paint": "^2.2.151", @@ -25477,10 +25477,10 @@ } }, "node_modules/scratch-audio": { - "version": "1.0.325", - "resolved": "https://registry.npmjs.org/scratch-audio/-/scratch-audio-1.0.325.tgz", - "integrity": "sha512-UdXWrRlsVhrvBoyncBlBV7IPLAdJd6F5Q3Xzv5yBRWq8wiNMG0IT19jYdqi8mPbXlNPlFyqyLs/RznCnAt/PnA==", - "license": "BSD-3-Clause", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/scratch-audio/-/scratch-audio-2.0.0.tgz", + "integrity": "sha512-w4I4vDmbUb7eeD3WQvdoZlW2XSyj4lQOkQfoDodMAPtjiS2nnaNFdLfQmnPwAgd8yl+NwgkHXQ9n4ziKKXCq7Q==", + "license": "AGPL-3.0-only", "dependencies": { "audio-context": "^1.0.1", "minilog": "^3.0.1", @@ -26703,6 +26703,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/uuid": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", diff --git a/package.json b/package.json index 389e7d9470d..aab2873202f 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,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": "^4.0.0", "scratch-paint": "^2.2.151",