html parser updated

This commit is contained in:
Sayem Chowdhury 2021-03-24 12:31:23 +06:00
parent b8312619bd
commit 11900bda8b
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
"axios": "^0.21.1",
"browser-id3-writer": "^4.4.0",
"delay": "^5.0.0",
"node-html-parser": "^3.1.0",
"node-html-parser": "^3.1.2",
"p-queue": "^6.6.2",
"spotify-uri": "^2.1.0",
"spotify-web-api-node": "^5.0.2"

View File

@ -1714,10 +1714,10 @@ natural-compare@^1.4.0:
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
node-html-parser@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-3.1.0.tgz#2630dcd654b1eaff370284f49d96ddfc67a4094a"
integrity sha512-BelrM4a7Pz7zppZoeryUWVjdfalyaLzuwkYMC5GKloEaF/01QGjWzmVL67H11pbWLq/R4NmRT3dPfVLOGwlp5w==
node-html-parser@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-3.1.2.tgz#b7a3e3ca9708624e50e0dd84ec988885b2aa6c90"
integrity sha512-t1FyoT8/3GTs1kgP70SsXAdQzxA0etXsBc8fPQYRwETucmgkD9f+1A7jVhSngUavEueR3fF8BkfDv3dRGWOOWQ==
dependencies:
css-select "^3.1.2"
he "1.2.0"