Skip to content

Commit aebde76

Browse files
chore(deps): update dependency @types/node to v20.19.16 (#207)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.19.13` -> `20.19.16`](https://renovatebot.com/diffs/npm/@types%2fnode/20.19.13/20.19.16) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.19.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.19.13/20.19.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - "after 10am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/xddq/nodejs-typescript-modern-starter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c6ca418 commit aebde76

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@jest/globals": "29.7.0",
4949
"@tsconfig/node20": "20.1.6",
5050
"@types/jest": "29.5.14",
51-
"@types/node": "20.19.13",
51+
"@types/node": "20.19.16",
5252
"@typescript-eslint/eslint-plugin": "6.21.0",
5353
"@typescript-eslint/parser": "6.21.0",
5454
"esbuild": "0.21.3",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2587,12 +2587,12 @@ __metadata:
25872587
languageName: node
25882588
linkType: hard
25892589

2590-
"@types/node@npm:20.19.13":
2591-
version: 20.19.13
2592-
resolution: "@types/node@npm:20.19.13"
2590+
"@types/node@npm:20.19.16":
2591+
version: 20.19.16
2592+
resolution: "@types/node@npm:20.19.16"
25932593
dependencies:
25942594
undici-types: "npm:~6.21.0"
2595-
checksum: 10/41014282d24d4a218dcbda6ed09d8d2692fe988426bc030e629d560c7f7886aaaaaaf94cba3c486c6c3d7a4ab4afcbe7dac941a661803b9be340af2a9246aab8
2595+
checksum: 10/19e2887c09f920f629f04b874542f277da6db35812f8acc2ad6d09652d21c9a26161f70752e2b9473b1e185cd63c64439875e0b714b9e0f7c3168aed9a2f514a
25962596
languageName: node
25972597
linkType: hard
25982598

@@ -5329,7 +5329,7 @@ __metadata:
53295329
"@jest/globals": "npm:29.7.0"
53305330
"@tsconfig/node20": "npm:20.1.6"
53315331
"@types/jest": "npm:29.5.14"
5332-
"@types/node": "npm:20.19.13"
5332+
"@types/node": "npm:20.19.16"
53335333
"@typescript-eslint/eslint-plugin": "npm:6.21.0"
53345334
"@typescript-eslint/parser": "npm:6.21.0"
53355335
esbuild: "npm:0.21.3"

0 commit comments

Comments
 (0)