Skip to content

Commit 6d350d1

Browse files
chore(deps): update dependency @types/node to v20.17.50 (#190)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | 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.17.48` -> `20.17.50`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.48/20.17.50) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.17.50?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.17.50?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.17.48/20.17.50?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.17.48/20.17.50?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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 92ea4eb commit 6d350d1

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.5",
5050
"@types/jest": "29.5.14",
51-
"@types/node": "20.17.48",
51+
"@types/node": "20.17.50",
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
@@ -2331,12 +2331,12 @@ __metadata:
23312331
languageName: node
23322332
linkType: hard
23332333

2334-
"@types/node@npm:20.17.48":
2335-
version: 20.17.48
2336-
resolution: "@types/node@npm:20.17.48"
2334+
"@types/node@npm:20.17.50":
2335+
version: 20.17.50
2336+
resolution: "@types/node@npm:20.17.50"
23372337
dependencies:
23382338
undici-types: "npm:~6.19.2"
2339-
checksum: 10/3a8e62ffa634cc5341588141fe47057e719673827d09a121348f42464b96d76a97b7527a8cd4a153303185d88e964403f42f7bd143913d925dce084781ffdcf5
2339+
checksum: 10/098210d43cfc0d770aae95c247a115a8be0daa3fb71bf4e5541fe98494c86ae21842d595a8d11962e1c0d5c70a7f744b0146086ca427b8cebd6602e0d4afb728
23402340
languageName: node
23412341
linkType: hard
23422342

@@ -5045,7 +5045,7 @@ __metadata:
50455045
"@jest/globals": "npm:29.7.0"
50465046
"@tsconfig/node20": "npm:20.1.5"
50475047
"@types/jest": "npm:29.5.14"
5048-
"@types/node": "npm:20.17.48"
5048+
"@types/node": "npm:20.17.50"
50495049
"@typescript-eslint/eslint-plugin": "npm:6.21.0"
50505050
"@typescript-eslint/parser": "npm:6.21.0"
50515051
esbuild: "npm:0.21.3"

0 commit comments

Comments
 (0)