Skip to content

Commit 0845701

Browse files
chore(deps): update dependency @types/node to v20.17.28 (#179)
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.27` -> `20.17.28`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.27/20.17.28) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.17.28?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.17.28?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.17.27/20.17.28?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.17.27/20.17.28?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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d5dd928 commit 0845701

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.27",
51+
"@types/node": "20.17.28",
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
@@ -2596,12 +2596,12 @@ __metadata:
25962596
languageName: node
25972597
linkType: hard
25982598

2599-
"@types/node@npm:20.17.27":
2600-
version: 20.17.27
2601-
resolution: "@types/node@npm:20.17.27"
2599+
"@types/node@npm:20.17.28":
2600+
version: 20.17.28
2601+
resolution: "@types/node@npm:20.17.28"
26022602
dependencies:
26032603
undici-types: "npm:~6.19.2"
2604-
checksum: 10/60e3ce01266eb1b5a8e6815829b5becec471c5c33f1b30fe4568102919b4704b53a31e86de463257ccab93b8c2eeb80beaef8075ef84dc3fbd51fe258cef66f7
2604+
checksum: 10/eda2517544666c7b7f020f8fbea0fe32b66b1e70e0f63ee83bb2deb6615748491ebd8dab5cc98d86d436e604faf440de420f565d7a542287b3be47a254a76468
26052605
languageName: node
26062606
linkType: hard
26072607

@@ -5310,7 +5310,7 @@ __metadata:
53105310
"@jest/globals": "npm:29.7.0"
53115311
"@tsconfig/node20": "npm:20.1.5"
53125312
"@types/jest": "npm:29.5.14"
5313-
"@types/node": "npm:20.17.27"
5313+
"@types/node": "npm:20.17.28"
53145314
"@typescript-eslint/eslint-plugin": "npm:6.21.0"
53155315
"@typescript-eslint/parser": "npm:6.21.0"
53165316
esbuild: "npm:0.21.3"

0 commit comments

Comments
 (0)