253f5f75f4
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [eslint-plugin-security](https://github.com/eslint-community/eslint-plugin-security) | [`4.0.0` → `4.0.1`](https://renovatebot.com/diffs/npm/eslint-plugin-security/4.0.0/4.0.1) |  |  | --- ### Release Notes <details> <summary>eslint-community/eslint-plugin-security (eslint-plugin-security)</summary> ### [`v4.0.1`](https://github.com/eslint-community/eslint-plugin-security/blob/HEAD/CHANGELOG.md#401-2026-06-12) [Compare Source](https://github.com/eslint-community/eslint-plugin-security/compare/eslint-plugin-security-v4.0.0...eslint-plugin-security-v4.0.1) ##### Bug Fixes - treat import.meta.dirname and import.meta.filename as static ([#​200](https://github.com/eslint-community/eslint-plugin-security/issues/200)) ([74c97bb](https://github.com/eslint-community/eslint-plugin-security/commit/74c97bb3326a6b4fe4718b2638bb3b0492cb90fd)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Reviewed-on: https://gitea.t000-n.de/t.behrendt/outline-mcp/pulls/56 Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de>
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"scripts": {
|
|
"start": "bun run src/main.ts",
|
|
"check:code": "bun run lint && bun run typecheck",
|
|
"check:spell": "cspell --config cspell.code.json **/*.ts",
|
|
"lint": "eslint -c eslint.config.js .",
|
|
"lint:fix": "eslint -c eslint.config.js --fix .",
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.15.1",
|
|
"cors": "^2.8.5",
|
|
"env-var": "^7.5.0",
|
|
"express": "^5.1.0",
|
|
"pino": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/cors": "2.8.19",
|
|
"@types/express": "5.0.6",
|
|
"@typescript-eslint/eslint-plugin": "8.59.4",
|
|
"@typescript-eslint/parser": "8.59.4",
|
|
"cspell": "10.0.1",
|
|
"eslint": "9.39.2",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"eslint-plugin-prettier": "5.5.5",
|
|
"eslint-plugin-security": "4.0.1",
|
|
"eslint-plugin-unicorn": "61.0.2",
|
|
"typescript-eslint": "8.59.4"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"name": "outline-mcp",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true
|
|
}
|