Skip to content

Commit a27a7aa

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

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.13",
51+
"@types/node": "20.17.14",
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
@@ -2327,12 +2327,12 @@ __metadata:
23272327
languageName: node
23282328
linkType: hard
23292329

2330-
"@types/node@npm:20.17.13":
2331-
version: 20.17.13
2332-
resolution: "@types/node@npm:20.17.13"
2330+
"@types/node@npm:20.17.14":
2331+
version: 20.17.14
2332+
resolution: "@types/node@npm:20.17.14"
23332333
dependencies:
23342334
undici-types: "npm:~6.19.2"
2335-
checksum: 10/214b0984ad65dda93c0470d893756b7320edaec3050b5ac77cb02b1b67a88596d441356d48204700d44755d1318b3b296dad1599a2607b55f728fb6b0e458ffc
2335+
checksum: 10/517b8197d833782551bd01431321b83cc03655d7f3836c3e804f8d506eea6cc6f02768c8df078822c9583eeca4f059b7e0fd903e951587e6393bd35af22c37bb
23362336
languageName: node
23372337
linkType: hard
23382338

@@ -5027,7 +5027,7 @@ __metadata:
50275027
"@jest/globals": "npm:29.7.0"
50285028
"@tsconfig/node20": "npm:20.1.4"
50295029
"@types/jest": "npm:29.5.14"
5030-
"@types/node": "npm:20.17.13"
5030+
"@types/node": "npm:20.17.14"
50315031
"@typescript-eslint/eslint-plugin": "npm:6.21.0"
50325032
"@typescript-eslint/parser": "npm:6.21.0"
50335033
esbuild: "npm:0.21.3"

0 commit comments

Comments
 (0)