Showing
2 changed files
with
6 additions
and
0 deletions
... | @@ -408,6 +408,11 @@ | ... | @@ -408,6 +408,11 @@ |
408 | "har-schema": "^2.0.0" | 408 | "har-schema": "^2.0.0" |
409 | } | 409 | } |
410 | }, | 410 | }, |
411 | + "html-entities": { | ||
412 | + "version": "1.2.1", | ||
413 | + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz", | ||
414 | + "integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=" | ||
415 | + }, | ||
411 | "htmlparser2": { | 416 | "htmlparser2": { |
412 | "version": "3.10.1", | 417 | "version": "3.10.1", |
413 | "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", | 418 | "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", | ... | ... |
... | @@ -18,6 +18,7 @@ | ... | @@ -18,6 +18,7 @@ |
18 | "cors": "^2.8.5", | 18 | "cors": "^2.8.5", |
19 | "dotenv": "^8.2.0", | 19 | "dotenv": "^8.2.0", |
20 | "express": "^4.17.1", | 20 | "express": "^4.17.1", |
21 | + "html-entities": "^1.2.1", | ||
21 | "is-base64": "^1.0.0", | 22 | "is-base64": "^1.0.0", |
22 | "morgan": "^1.9.1", | 23 | "morgan": "^1.9.1", |
23 | "request": "^2.88.0", | 24 | "request": "^2.88.0", | ... | ... |
-
Please register or login to post a comment