Merge pull request #250 from play-dl/dependabot/npm_and_yarn/play-audio-0.5.2

Bump play-audio from 0.4.3 to 0.5.2
This commit is contained in:
Killer069 2022-02-02 09:07:13 +05:30 committed by GitHub
commit 2861ac0ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.8.4", "version": "1.8.4",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"play-audio": "^0.4.3" "play-audio": "^0.5.2"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^17.0.12", "@types/node": "^17.0.12",
@ -956,9 +956,9 @@
} }
}, },
"node_modules/play-audio": { "node_modules/play-audio": {
"version": "0.4.3", "version": "0.5.2",
"resolved": "https://registry.npmjs.org/play-audio/-/play-audio-0.4.3.tgz", "resolved": "https://registry.npmjs.org/play-audio/-/play-audio-0.5.2.tgz",
"integrity": "sha512-DOLTP1+cgXH0k1ZdZyXXRsAPnVrzV2xZV6EXpWRsMtk24oolS7mD3WUQltuCeuJXKGM1tIsXLr+EZo6Ky4aKRg==" "integrity": "sha512-ZAqHUKkQLix2Iga7pPbsf1LpUoBjcpwU93F1l3qBIfxYddQLhxS6GKmS0d3jV8kSVaUbr6NnOEcEMFvuX93SWQ=="
}, },
"node_modules/postcss-load-config": { "node_modules/postcss-load-config": {
"version": "3.1.0", "version": "3.1.0",
@ -2023,9 +2023,9 @@
"dev": true "dev": true
}, },
"play-audio": { "play-audio": {
"version": "0.4.3", "version": "0.5.2",
"resolved": "https://registry.npmjs.org/play-audio/-/play-audio-0.4.3.tgz", "resolved": "https://registry.npmjs.org/play-audio/-/play-audio-0.5.2.tgz",
"integrity": "sha512-DOLTP1+cgXH0k1ZdZyXXRsAPnVrzV2xZV6EXpWRsMtk24oolS7mD3WUQltuCeuJXKGM1tIsXLr+EZo6Ky4aKRg==" "integrity": "sha512-ZAqHUKkQLix2Iga7pPbsf1LpUoBjcpwU93F1l3qBIfxYddQLhxS6GKmS0d3jV8kSVaUbr6NnOEcEMFvuX93SWQ=="
}, },
"postcss-load-config": { "postcss-load-config": {
"version": "3.1.0", "version": "3.1.0",

View File

@ -51,6 +51,6 @@
"typescript": "^4.5.5" "typescript": "^4.5.5"
}, },
"dependencies": { "dependencies": {
"play-audio": "^0.4.3" "play-audio": "^0.5.2"
} }
} }