bump dependencies

This commit is contained in:
Ashley 2022-11-16 11:32:24 +01:00
parent 374d77970a
commit d74796f09c

View file

@ -7,18 +7,18 @@
"start": "node server.js" "start": "node server.js"
}, },
"dependencies": { "dependencies": {
"express": "^4.17.3", "express": "^4.18.2",
"ejs": "^3.1.6", "ejs": "^3.1.8",
"path": "^0.12.7", "path": "^0.12.7",
"html-to-text": "^8.1.0", "html-to-text": "^8.2.1",
"encoding": "^0.1.13", "encoding": "^0.1.13",
"node-fetch": "^2.6.7", "node-fetch": "^2.6.7",
"xml-js": "^1.6.11", "xml-js": "^1.6.11",
"request": "^2.88.2", "request": "^2.88.2",
"xml2json": "^0.12.0", "xml2json": "^0.12.0",
"fast-xml-parser": "^4.0.5", "fast-xml-parser": "^4.0.11",
"moment": "^2.29.1", "moment": "^2.29.4",
"node-html-parser": "^5.3.3", "node-html-parser": "^6.1.4",
"get-image-colors": "^4.0.1", "get-image-colors": "^4.0.1",
"express-useragent": "^1.0.15", "express-useragent": "^1.0.15",
"js-sha512": "0.8.0", "js-sha512": "0.8.0",
@ -37,4 +37,4 @@
"privite", "privite",
"ytdl" "ytdl"
] ]
} }