updating standarized-audio-context

This commit is contained in:
Yotam Mann 2019-12-21 22:08:16 -05:00
parent dd73c2128c
commit f6db774f4c
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View file

@ -117,9 +117,9 @@
"dev": true
},
"@babel/runtime": {
"version": "7.7.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.2.tgz",
"integrity": "sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==",
"version": "7.7.7",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.7.tgz",
"integrity": "sha512-uCnC2JEVAu8AKB5do1WRIsvrdJ0flYx/A/9f/6chdacnEZ7LmavjdsDXr5ksYBegxtuTPR5Va9/+13QF/kFkCA==",
"requires": {
"regenerator-runtime": "^0.13.2"
},
@ -857,11 +857,11 @@
"dev": true
},
"automation-events": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/automation-events/-/automation-events-1.0.6.tgz",
"integrity": "sha512-uo7Cn4755zs26uPvFaAa4gUWv5IkBwiOoLH3Cc1KYS9A+NzmfbpN2AO2ycJ1/9V7yBd+4uaIoVewnQpO57TaWg==",
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/automation-events/-/automation-events-1.0.10.tgz",
"integrity": "sha512-nzToNqFZnhtvnXeo1O/QhdsUNoR6mbE+omyI0OumFN6CZMd+zg+58OUKPGup8jWSEEcIfVIZipvY0E6g3JwpVg==",
"requires": {
"@babel/runtime": "^7.7.2",
"@babel/runtime": "^7.7.7",
"tslib": "^1.10.0"
}
},
@ -9067,12 +9067,12 @@
}
},
"standardized-audio-context": {
"version": "23.0.3",
"resolved": "https://registry.npmjs.org/standardized-audio-context/-/standardized-audio-context-23.0.3.tgz",
"integrity": "sha512-BuFBOd/mC3xRJ86tr53D2vIvbdqluSmVvcNFNdEYr+v4rcuKBhtnYcpQDNHBfxSA7AXhaBOuX2CHR4AkcaadVg==",
"version": "23.0.7",
"resolved": "https://registry.npmjs.org/standardized-audio-context/-/standardized-audio-context-23.0.7.tgz",
"integrity": "sha512-PcivQN7hXJlCms/mUwpMBDyqncl7r0WdMoCX4b5cPYJZjuHXncwRJq62Ze0iWEIcpumACxZa/WYpFfxCIP6NnQ==",
"requires": {
"@babel/runtime": "^7.7.2",
"automation-events": "^1.0.6",
"@babel/runtime": "^7.7.7",
"automation-events": "^1.0.10",
"tslib": "^1.10.0"
}
},

View file

@ -96,7 +96,7 @@
"yargs": "^13.2.0"
},
"dependencies": {
"standardized-audio-context": "^23.0.3",
"standardized-audio-context": "^23.0.7",
"tslib": "^1.10.0"
}
}