Skip to content

Commit eb27bc8

Browse files
Update dependency @types/node to v22.17.1 (#24636)
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.17.0` -> `22.17.1`](https://renovatebot.com/diffs/npm/@types%2fnode/22.17.0/22.17.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.17.0/22.17.1?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:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b18c99e commit eb27bc8

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.17.0",
45+
"@types/node": "22.17.1",
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
@@ -232,7 +232,7 @@
232232
"@types/bookshelf": "1.2.9",
233233
"@types/common-tags": "1.8.4",
234234
"@types/jsonwebtoken": "9.0.10",
235-
"@types/node": "22.17.0",
235+
"@types/node": "22.17.1",
236236
"@types/node-jose": "1.1.13",
237237
"@types/nodemailer": "6.4.17",
238238
"@types/sinon": "17.0.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9040,10 +9040,10 @@
90409040
dependencies:
90419041
"@types/node" "*"
90429042

9043-
"@types/node@*", "@types/[email protected].0", "@types/node@>=10.0.0", "@types/node@>=18.0.0", "@types/node@>=8.1.0":
9044-
version "22.17.0"
9045-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.17.0.tgz#e8c9090e957bd4d9860efb323eb92d297347eac7"
9046-
integrity sha512-bbAKTCqX5aNVryi7qXVMi+OkB3w/OyblodicMbvE38blyAz7GxXf6XYhklokijuPwwVg9sDLKRxt0ZHXQwZVfQ==
9043+
"@types/node@*", "@types/[email protected].1", "@types/node@>=10.0.0", "@types/node@>=18.0.0", "@types/node@>=8.1.0":
9044+
version "22.17.1"
9045+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.17.1.tgz#484a755050497ebc3b37ff5adb7470f2e3ea5f5b"
9046+
integrity sha512-y3tBaz+rjspDTylNjAX37jEC3TETEFGNJL6uQDxwF9/8GLLIjW1rvVHlynyuUKMnMr1Roq8jOv3vkopBjC4/VA==
90479047
dependencies:
90489048
undici-types "~6.21.0"
90499049

0 commit comments

Comments
 (0)