diff --git a/package-lock.json b/package-lock.json index cdd473260..35b1dda7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "react-virtualized-auto-sizer": "^1.0.20", "react-window": "^1.8.9", "redux": "^4.2.1", - "standardized-audio-context": "^25.3.55", + "standardized-audio-context": "^25.3.57", "typescript": "^5.1.6", "uuid": "^9.0.0", "webvtt-parser": "^2.2.0" @@ -1677,8 +1677,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.22.11", - "license": "MIT", + "version": "7.23.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.1.tgz", + "integrity": "sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -5618,11 +5619,12 @@ } }, "node_modules/automation-events": { - "version": "6.0.8", - "license": "MIT", + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/automation-events/-/automation-events-6.0.10.tgz", + "integrity": "sha512-nP2k70tZ4+GrDUeW+77c/ZOJD3KMXZlW5A07YHNw6+RcggdHwXPIdhYT3Nhzufbfon4UHY8CvYuQllD3Em2rtQ==", "dependencies": { - "@babel/runtime": "^7.22.6", - "tslib": "^2.6.1" + "@babel/runtime": "^7.23.1", + "tslib": "^2.6.2" }, "engines": { "node": ">=16.1.0" @@ -18047,12 +18049,13 @@ "license": "MIT" }, "node_modules/standardized-audio-context": { - "version": "25.3.55", - "license": "MIT", + "version": "25.3.57", + "resolved": "https://registry.npmjs.org/standardized-audio-context/-/standardized-audio-context-25.3.57.tgz", + "integrity": "sha512-MHmZjXXc3zRRuh4Ro8Iah334n+A8Y9EeLeECzElBzpNQYLCwmmKRXPB88WazwkGhux85fU8+gkAbyELJ0ehiCg==", "dependencies": { - "@babel/runtime": "^7.22.6", - "automation-events": "^6.0.8", - "tslib": "^2.6.1" + "@babel/runtime": "^7.23.1", + "automation-events": "^6.0.10", + "tslib": "^2.6.2" } }, "node_modules/statuses": { @@ -18678,8 +18681,9 @@ } }, "node_modules/tslib": { - "version": "2.6.1", - "license": "0BSD" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/tsutils": { "version": "3.21.0", diff --git a/package.json b/package.json index 59d0d7ceb..e0ad37983 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react-virtualized-auto-sizer": "^1.0.20", "react-window": "^1.8.9", "redux": "^4.2.1", - "standardized-audio-context": "^25.3.55", + "standardized-audio-context": "^25.3.57", "typescript": "^5.1.6", "uuid": "^9.0.0", "webvtt-parser": "^2.2.0"