forked from sam/fedifeed
0f94245f44
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ejs](https://github.com/mde/ejs) | dependencies | patch | [`3.1.7` -> `3.1.8`](https://renovatebot.com/diffs/npm/ejs/3.1.7/3.1.8) | --- ### Release Notes <details> <summary>mde/ejs</summary> ### [`v3.1.8`](https://github.com/mde/ejs/releases/v3.1.8) [Compare Source](https://github.com/mde/ejs/compare/v3.1.7...v3.1.8) Version 3.1.8 </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> Co-authored-by: Sam <sam@samtherapy.net> Reviewed-on: sam/fedifeed#8 Co-authored-by: Renovate Bot <renovate-bot@noreply.git.froth.zone> Co-committed-by: Renovate Bot <renovate-bot@noreply.git.froth.zone>
31 lines
763 B
JSON
31 lines
763 B
JSON
{
|
|
"dependencies": {
|
|
"cors": "2.8.5",
|
|
"ejs": "3.1.8",
|
|
"express": "4.18.1",
|
|
"feedparser": "2.2.10",
|
|
"got": "12.0.4",
|
|
"helmet": "5.0.2",
|
|
"megalodon": "4.0.1",
|
|
"morgan": "1.10.0",
|
|
"serve-static": "1.15.0",
|
|
"timeago.js": "4.0.2"
|
|
},
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"start": "yarn node index.js",
|
|
"lint": "eslint --fix . && prettier --write .",
|
|
"lint:ci": "eslint . && prettier . --check",
|
|
"test": "echo \"Error: no test specified\" && exit 0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.15.0",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-plugin-prettier": "4.0.0",
|
|
"prettier": "2.6.2",
|
|
"sass": "1.51.0"
|
|
},
|
|
"packageManager": "yarn@3.2.0"
|
|
}
|