![renovate[bot]](/assets/img/avatar_default.png)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tsconfig/node20](https://redirect.github.com/tsconfig/bases) ([source](https://redirect.github.com/tsconfig/bases/tree/HEAD/bases)) | [`20.1.4` -> `20.1.5`](https://renovatebot.com/diffs/npm/@tsconfig%2fnode20/20.1.4/20.1.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tsconfig/bases (@​tsconfig/node20)</summary> ### [`v20.1.5`](be6b3bb160...f6e0345911
) [Compare Source](be6b3bb160...f6e0345911
) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, 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 --- Release Notes: - N/A <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
24 lines
513 B
JSON
24 lines
513 B
JSON
{
|
|
"name": "issue_response",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -p .",
|
|
"start": "node main.js"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/rest": "^21.1.0",
|
|
"@slack/webhook": "^7.0.4",
|
|
"date-fns": "^4.1.0",
|
|
"octokit": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/types": "^13.8.0",
|
|
"@slack/types": "^2.14.0",
|
|
"@tsconfig/node20": "20.1.5",
|
|
"@tsconfig/strictest": "2.0.5",
|
|
"typescript": "5.7.3"
|
|
}
|
|
}
|