Skip to content

Commit f4ca91e

Browse files
Update dependency @types/node to v24.9.0 (#465)
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)) | [`24.8.1` -> `24.9.0`](https://renovatebot.com/diffs/npm/@types%2fnode/24.8.1/24.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/24.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/24.8.1/24.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/TryGhost/TrafficAnalytics). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff6760b commit f4ca91e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@playwright/test": "1.56.1",
4444
"@types/dotenv": "8.2.3",
45-
"@types/node": "24.8.1",
45+
"@types/node": "24.9.0",
4646
"@types/supertest": "6.0.3",
4747
"@types/ua-parser-js": "0.7.39",
4848
"@vitest/coverage-v8": "3.2.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3040,12 +3040,12 @@
30403040
dependencies:
30413041
"@types/node" "*"
30423042

3043-
"@types/node@*", "@types/node@24.8.1", "@types/node@>=13.7.0":
3044-
version "24.8.1"
3045-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.8.1.tgz#74c8ae00b045a0a351f2837ec00f25dfed0053be"
3046-
integrity sha512-alv65KGRadQVfVcG69MuB4IzdYVpRwMG/mq8KWOaoOdyY617P5ivaDiMCGOFDWD2sAn5Q0mR3mRtUOgm99hL9Q==
3043+
"@types/node@*", "@types/node@24.9.0", "@types/node@>=13.7.0":
3044+
version "24.9.0"
3045+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.0.tgz#4fb62beb8b322fe2955ac94f80ff5a58c941ebf4"
3046+
integrity sha512-MKNwXh3seSK8WurXF7erHPJ2AONmMwkI7zAMrXZDPIru8jRqkk6rGDBVbw4mLwfqA+ZZliiDPg05JQ3uW66tKQ==
30473047
dependencies:
3048-
undici-types "~7.14.0"
3048+
undici-types "~7.16.0"
30493049

30503050
"@types/normalize-package-data@^2.4.0":
30513051
version "2.4.4"
@@ -7520,10 +7520,10 @@ underscore.string@~3.3.4:
75207520
sprintf-js "^1.1.1"
75217521
util-deprecate "^1.0.2"
75227522

7523-
undici-types@~7.14.0:
7524-
version "7.14.0"
7525-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.14.0.tgz#4c037b32ca4d7d62fae042174604341588bc0840"
7526-
integrity sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==
7523+
undici-types@~7.16.0:
7524+
version "7.16.0"
7525+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
7526+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
75277527

75287528
undici@^6.11.1:
75297529
version "6.21.3"

0 commit comments

Comments
 (0)