Bump youtube-sr from 4.3.4 to 4.3.11

Bumps [youtube-sr](https://github.com/twlite/youtube-sr) from 4.3.4 to 4.3.11.
- [Release notes](https://github.com/twlite/youtube-sr/releases)
- [Commits](https://github.com/twlite/youtube-sr/compare/v4.3.4...v4.3.11)

---
updated-dependencies:
- dependency-name: youtube-sr
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2024-11-24 10:51:20 +00:00
parent 393b23b8fe
commit 88a82f229b
2 changed files with 5 additions and 8 deletions
+4 -7
View File
@@ -14,21 +14,18 @@
"dotenv": "^16.4.5",
"ffmpeg-static": "^4.4.1",
"i18n": "^0.15.1",
"libsodium-wrappers": "^0.7.15",
"lyrics-finder": "^21.0.5",
"play-dl": "^1.9.7",
"soundcloud-downloader": "^0.2.3",
"string-progressbar": "^1.0.4",
"youtube-sr": "~4.3.0"
"youtube-sr": "~4.3.11"
},
"devDependencies": {
"@types/i18n": "^0.13.12",
"@types/node": "^20.14.2",
"cz-conventional-changelog": "^3.0.1",
"nodemon": "^3.1.7",
"prettier": "^3.3.1",
"ts-node": "^10.9.2"
},
"engines": {
@@ -3623,9 +3620,9 @@
}
},
"node_modules/youtube-sr": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/youtube-sr/-/youtube-sr-4.3.4.tgz",
"integrity": "sha512-olSYcR80XigutCrePEXBX3/RJJrWfonJQj7+/ggBiWU0CzTDLE1q8+lpWTWCG0JpzhzILp/IB/Bq/glGqqr1TQ=="
"version": "4.3.11",
"resolved": "https://registry.npmjs.org/youtube-sr/-/youtube-sr-4.3.11.tgz",
"integrity": "sha512-3oHiS2x7PpMiDRW7Cq8nz1bkAIBOJHoOwkPl/oncM/+A9/3xxMDgMLGW2dsBEP1DHFyRXYTVABgfbdwHF8sXXQ=="
}
}
}
+1 -1
View File
@@ -28,7 +28,7 @@
"play-dl": "^1.9.7",
"soundcloud-downloader": "^0.2.3",
"string-progressbar": "^1.0.4",
"youtube-sr": "~4.3.0"
"youtube-sr": "~4.3.11"
},
"devDependencies": {
"@types/i18n": "^0.13.12",