Skip to content

Commit d359b06

Browse files
chore(deps): update dependency @types/node to v20.11.19 (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 76ad5d9 commit d359b06

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"resend": "latest"
1111
},
1212
"devDependencies": {
13-
"@types/node": "20.5.0"
13+
"@types/node": "20.11.19"
1414
}
1515
}

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@
2020
domhandler "^5.0.3"
2121
selderee "^0.10.0"
2222

23-
24-
version "20.5.0"
25-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.0.tgz#7fc8636d5f1aaa3b21e6245e97d56b7f56702313"
26-
integrity sha512-Mgq7eCtoTjT89FqNoTzzXg2XvCi5VMhRV6+I2aYanc6kQCBImeNaAYRs/DyoVqk1YEUJK5gN9VO7HRIdz4Wo3Q==
23+
24+
version "20.11.19"
25+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.19.tgz#b466de054e9cb5b3831bee38938de64ac7f81195"
26+
integrity sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==
27+
dependencies:
28+
undici-types "~5.26.4"
2729

2830
abbrev@^1.0.0:
2931
version "1.1.1"
@@ -771,6 +773,11 @@ type-is@~1.6.18:
771773
media-typer "0.3.0"
772774
mime-types "~2.1.24"
773775

776+
undici-types@~5.26.4:
777+
version "5.26.5"
778+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
779+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
780+
774781
[email protected], unpipe@~1.0.0:
775782
version "1.0.0"
776783
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"

0 commit comments

Comments
 (0)