diff --git a/package-lock.json b/package-lock.json index 99c92ce1..dd193cc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2329,11 +2329,11 @@ "dev": true }, "automation-events": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/automation-events/-/automation-events-2.0.14.tgz", - "integrity": "sha512-EVBei2b8Ijz/9RzKFJktUlobpav807K7RPkz0OJ5/aLbroEqWg0BG8mhPJKLOf+UvuRiBofoPiWut2g4h77jGw==", + "version": "2.0.15", + "resolved": "https://registry.npmjs.org/automation-events/-/automation-events-2.0.15.tgz", + "integrity": "sha512-By9iNAR0EwP8hiteg77HU7EAEyJB3vMaRlUOWnGJFmcftexuBGnIe0s1ZoBn9t60hPEgy4+bmWZdieKfSUA69Q==", "requires": { - "@babel/runtime": "^7.10.4", + "@babel/runtime": "^7.10.5", "tslib": "^2.0.0" } }, @@ -10621,27 +10621,6 @@ "standardized-audio-context": "^24.1.22", "tslib": "^2.0.0", "worker-factory": "^6.0.16" - }, - "dependencies": { - "automation-events": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/automation-events/-/automation-events-2.0.15.tgz", - "integrity": "sha512-By9iNAR0EwP8hiteg77HU7EAEyJB3vMaRlUOWnGJFmcftexuBGnIe0s1ZoBn9t60hPEgy4+bmWZdieKfSUA69Q==", - "requires": { - "@babel/runtime": "^7.10.5", - "tslib": "^2.0.0" - } - }, - "standardized-audio-context": { - "version": "24.1.22", - "resolved": "https://registry.npmjs.org/standardized-audio-context/-/standardized-audio-context-24.1.22.tgz", - "integrity": "sha512-TnTotPfL3JU00yVxjz95up1gVJdpVeVrWZlG5nIIaGxccReMoD4Iahn1k3tFGwygMJtMOzT5AH9CMXb7nbiAjQ==", - "requires": { - "@babel/runtime": "^7.10.5", - "automation-events": "^2.0.15", - "tslib": "^2.0.0" - } - } } }, "recorder-audio-worklet-processor": { @@ -11864,12 +11843,12 @@ } }, "standardized-audio-context": { - "version": "24.1.21", - "resolved": "https://registry.npmjs.org/standardized-audio-context/-/standardized-audio-context-24.1.21.tgz", - "integrity": "sha512-cc9P1eBiEzRL670BsDx+xddS4CU3m+KWyAQdvGk0ZQbOQEox+sjHVZOendjwijAInoV7ivoWHNgXXM+oayCUDg==", + "version": "24.1.22", + "resolved": "https://registry.npmjs.org/standardized-audio-context/-/standardized-audio-context-24.1.22.tgz", + "integrity": "sha512-TnTotPfL3JU00yVxjz95up1gVJdpVeVrWZlG5nIIaGxccReMoD4Iahn1k3tFGwygMJtMOzT5AH9CMXb7nbiAjQ==", "requires": { - "@babel/runtime": "^7.10.4", - "automation-events": "^2.0.14", + "@babel/runtime": "^7.10.5", + "automation-events": "^2.0.15", "tslib": "^2.0.0" } }, diff --git a/package.json b/package.json index f2a47afc..e3f70dd3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "media-encoder-host": "^8.0.20", "multi-buffer-data-view": "^2.0.14", "recorder-audio-worklet": "^5.0.27", - "standardized-audio-context": "^24.1.21", + "standardized-audio-context": "^24.1.22", "tslib": "^2.0.0" }, "description": "An extendable drop-in replacement for the native MediaRecorder.",