Skip to content

Commit 22062d3

Browse files
chore(deps): update dependency @types/node to v20.17.17 (#168)
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.16` -> `20.17.17`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.16/20.17.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.17.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.17.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.17.16/20.17.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.17.16/20.17.17?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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a47bb95 commit 22062d3

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.4",
5050
"@types/jest": "29.5.14",
51-
"@types/node": "20.17.16",
51+
"@types/node": "20.17.17",
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
@@ -2415,12 +2415,12 @@ __metadata:
24152415
languageName: node
24162416
linkType: hard
24172417

2418-
"@types/node@npm:20.17.16":
2419-
version: 20.17.16
2420-
resolution: "@types/node@npm:20.17.16"
2418+
"@types/node@npm:20.17.17":
2419+
version: 20.17.17
2420+
resolution: "@types/node@npm:20.17.17"
24212421
dependencies:
24222422
undici-types: "npm:~6.19.2"
2423-
checksum: 10/2a6f9f3d6e2640a6de5ae88ea690d8064eb421cca2989c84bc23eb1adf5e9f483c52e273722c05afba451054d3ca902df72bb8b6c33d1684404161bb410922f7
2423+
checksum: 10/97319597fb277185df99271e20fc29f2bdd772090ffcd31a7aed6c5e59cd530352ed74674dd4bff9ed2950731e6309afef7c2a1a02331bdd15fda0022263585a
24242424
languageName: node
24252425
linkType: hard
24262426

@@ -5115,7 +5115,7 @@ __metadata:
51155115
"@jest/globals": "npm:29.7.0"
51165116
"@tsconfig/node20": "npm:20.1.4"
51175117
"@types/jest": "npm:29.5.14"
5118-
"@types/node": "npm:20.17.16"
5118+
"@types/node": "npm:20.17.17"
51195119
"@typescript-eslint/eslint-plugin": "npm:6.21.0"
51205120
"@typescript-eslint/parser": "npm:6.21.0"
51215121
esbuild: "npm:0.21.3"

0 commit comments

Comments
 (0)