Skip to content

Commit 585bef6

Browse files
Update dependency @types/node to v22.16.5 (#24445)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.16.4` -> `22.16.5`](https://renovatebot.com/diffs/npm/@types%2fnode/22.16.4/22.16.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.16.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.16.4/22.16.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Between 05:00 PM and 11:59 PM, only on Friday ( * 17-23 * * 5 ), Only on Sunday and Saturday ( * * * * 0,6, ), Between 12:00 AM and 12:59 PM, only on Monday ( * 0-12 * * 1 ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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/TryGhost/Ghost). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2212d91 commit 585bef6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

apps/shade/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@testing-library/react": "14.3.1",
4343
"@testing-library/react-hooks": "8.0.1",
4444
"@types/lodash-es": "4.17.12",
45-
"@types/node": "22.16.4",
45+
"@types/node": "22.16.5",
4646
"@types/react-world-flags": "1.6.0",
4747
"@vitejs/plugin-react": "4.7.0",
4848
"autoprefixer": "10.4.21",

ghost/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
"@types/bookshelf": "1.2.9",
234234
"@types/common-tags": "1.8.4",
235235
"@types/jsonwebtoken": "9.0.10",
236-
"@types/node": "22.16.4",
236+
"@types/node": "22.16.5",
237237
"@types/node-jose": "1.1.13",
238238
"@types/nodemailer": "6.4.17",
239239
"@types/sinon": "17.0.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8958,10 +8958,10 @@
89588958
dependencies:
89598959
"@types/node" "*"
89608960

8961-
"@types/node@*", "@types/[email protected].4", "@types/node@>=10.0.0", "@types/node@>=18.0.0", "@types/node@>=8.1.0":
8962-
version "22.16.4"
8963-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.4.tgz#00c763ad4d4e45f62d5a270c040ae1a799c7e38a"
8964-
integrity sha512-PYRhNtZdm2wH/NT2k/oAJ6/f2VD2N2Dag0lGlx2vWgMSJXGNmlce5MiTQzoWAiIJtso30mjnfQCOKVH+kAQC/g==
8961+
"@types/node@*", "@types/[email protected].5", "@types/node@>=10.0.0", "@types/node@>=18.0.0", "@types/node@>=8.1.0":
8962+
version "22.16.5"
8963+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.5.tgz#cc46ac3994cd957000d0c11095a0b1dae2ea2368"
8964+
integrity sha512-bJFoMATwIGaxxx8VJPeM8TonI8t579oRvgAuT8zFugJsJZgzqv0Fu8Mhp68iecjzG7cnN3mO2dJQ5uUM2EFrgQ==
89658965
dependencies:
89668966
undici-types "~6.21.0"
89678967

0 commit comments

Comments
 (0)