Skip to content

Commit d06e805

Browse files
chore(deps): update dependency @types/node to v20.17.46 (#187)
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.44` -> `20.17.46`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.44/20.17.46) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.17.46?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.17.46?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.17.44/20.17.46?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.17.44/20.17.46?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:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6c79258 commit d06e805

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.44",
51+
"@types/node": "20.17.46",
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.44":
2335-
version: 20.17.44
2336-
resolution: "@types/node@npm:20.17.44"
2334+
"@types/node@npm:20.17.46":
2335+
version: 20.17.46
2336+
resolution: "@types/node@npm:20.17.46"
23372337
dependencies:
23382338
undici-types: "npm:~6.19.2"
2339-
checksum: 10/2d968f34914ed5384605db5c0163402142a7790d6d2646d6ac45b2fe8f576955e054d6eb904d7d89392b244cfbeb5c1fe74d2ab0455d72bc7e0bcebfe065d5aa
2339+
checksum: 10/fdc500f78c8d7f1f6ec360acbe2b2d26aafeaf16dd3efaee28cbdbe2515b4e999eab6def82b3a2438a86775584ea89c9580eac25ddaddd0e0cfc81c45e78253a
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.44"
5048+
"@types/node": "npm:20.17.46"
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)