Skip to content

Commit c41bd88

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

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.28",
51+
"@types/node": "20.17.30",
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.28":
2600-
version: 20.17.28
2601-
resolution: "@types/node@npm:20.17.28"
2599+
"@types/node@npm:20.17.30":
2600+
version: 20.17.30
2601+
resolution: "@types/node@npm:20.17.30"
26022602
dependencies:
26032603
undici-types: "npm:~6.19.2"
2604-
checksum: 10/eda2517544666c7b7f020f8fbea0fe32b66b1e70e0f63ee83bb2deb6615748491ebd8dab5cc98d86d436e604faf440de420f565d7a542287b3be47a254a76468
2604+
checksum: 10/69fd3b177417be77b459e8f1dd4e78c85c686167086920fbf35a9fda301709bbeee6a87ad2591fb1ddd96c65e725ec6bb527a06496626a1c94367d1361048f8d
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.28"
5313+
"@types/node": "npm:20.17.30"
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)