Bump dependencies

This commit is contained in:
Max Isom 2020-09-24 11:14:38 -04:00
parent cd4b42a8f6
commit 4f0ab9b549
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
2 changed files with 12 additions and 16 deletions

View file

@ -89,8 +89,8 @@
"spotify-web-api-node": "^4.0.0", "spotify-web-api-node": "^4.0.0",
"sqlite3": "^5.0.0", "sqlite3": "^5.0.0",
"unique-random-array": "^2.0.0", "unique-random-array": "^2.0.0",
"youtube.ts": "^0.1.6", "youtube.ts": "^0.1.8",
"ytdl-core": "^3.2.2", "ytdl-core": "^3.2.2",
"ytsr": "^0.1.21" "ytsr": "^1.0.1"
} }
} }

View file

@ -1370,11 +1370,6 @@ hasha@^5.2.0:
is-stream "^2.0.0" is-stream "^2.0.0"
type-fest "^0.8.0" type-fest "^0.8.0"
html-entities@^1.1.3:
version "1.2.1"
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.2.1.tgz#0df29351f0721163515dfb9e5543e5f6eed5162f"
integrity sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=
html-entities@^1.3.1: html-entities@^1.3.1:
version "1.3.1" version "1.3.1"
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.3.1.tgz#fb9a1a4b5b14c5daba82d3e34c6ae4fe701a0e44" resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.3.1.tgz#fb9a1a4b5b14c5daba82d3e34c6ae4fe701a0e44"
@ -3063,10 +3058,10 @@ yn@3.1.1:
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50" resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==
youtube.ts@^0.1.6: youtube.ts@^0.1.8:
version "0.1.6" version "0.1.8"
resolved "https://registry.yarnpkg.com/youtube.ts/-/youtube.ts-0.1.6.tgz#40deaf316c2a0ceeec272e71b2e7f878c095f926" resolved "https://registry.yarnpkg.com/youtube.ts/-/youtube.ts-0.1.8.tgz#d78ce7c1d02110edbeb3a9adc9be9e963506b857"
integrity sha512-APGIbXNAHZMLpvhVjb+AL33+Kaj8qOcp6zoC5bfI3swdkX2ffKJLyxQK7jcjK+OcyL0ewHD6+fAL7hCaEwMUdQ== integrity sha512-rOUx7M7ltJChMqoV77fOdLE8B1au/u6v9GfLVDA7+9VXNUeu4sZrQCSGobSI4/RNyNz5Ik3HRA5P1whIU8MYXw==
dependencies: dependencies:
axios "^0.19.0" axios "^0.19.0"
ytdl-core "^3.2.2" ytdl-core "^3.2.2"
@ -3081,9 +3076,10 @@ ytdl-core@^3.2.2:
miniget "^2.0.1" miniget "^2.0.1"
sax "^1.1.3" sax "^1.1.3"
ytsr@^0.1.21: ytsr@^1.0.1:
version "0.1.21" version "1.0.1"
resolved "https://registry.yarnpkg.com/ytsr/-/ytsr-0.1.21.tgz#4348cef1183b9fb6eb4198f7b21bc1656a86deec" resolved "https://registry.yarnpkg.com/ytsr/-/ytsr-1.0.1.tgz#d108d4a8161fd14ce0a20654297c6fa4251a4731"
integrity sha512-JbHqd/0LdzqfxblyAx1Nh+/YOhkGmXnf/w6djqPYeCRlyRgH2um3yyfZ+lJVIvCn431fEOfPvX6byg2wJM8YJA== integrity sha512-oZgv3nA6ks0ODOs41CFujAE80LC1XmzUnmIfgb1y3HKPlubc+ypKSXAATjT6p2DQe/sjGuN4Ium13HAbrZ4TAg==
dependencies: dependencies:
html-entities "^1.1.3" html-entities "^1.3.1"
miniget "^2.0.1"