add html-entities paclage

This commit is contained in:
Abhinav 2024-01-05 00:04:51 +05:30
parent c7ae4cc920
commit 1851fd1f55
2 changed files with 6 additions and 0 deletions

View file

@ -136,6 +136,7 @@
"ffmpeg-static": "^5.1.0",
"get-folder-size": "^2.0.1",
"gpt-3-encoder": "^1.1.4",
"html-entities": "^2.4.0",
"next-electron-server": "file:./thirdparty/next-electron-server",
"node-fetch": "^2.6.7",
"node-stream-zip": "^1.15.0",

View file

@ -2181,6 +2181,11 @@ hosted-git-info@^4.1.0:
dependencies:
lru-cache "^6.0.0"
html-entities@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.4.0.tgz#edd0cee70402584c8c76cc2c0556db09d1f45061"
integrity sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==
http-cache-semantics@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390"