Skip to content

Commit 7b5a774

Browse files
chore(deps-dev): bump @types/node from 18.11.18 to 20.10.1 (#291)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d34f5c commit 7b5a774

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/async": "^3.2.15",
5353
"@types/fs-extra": "9.0.13",
5454
"@types/jest": "*",
55-
"@types/node": "18.11.18",
55+
"@types/node": "20.10.1",
5656
"@types/rimraf": "4.0.5",
5757
"@types/sequelize": "^4.28.14",
5858
"@types/to-markdown": "3.0.1",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -841,10 +841,12 @@
841841
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
842842
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
843843

844-
"@types/node@*", "@types/[email protected]":
845-
version "18.11.18"
846-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f"
847-
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
844+
"@types/node@*", "@types/[email protected]":
845+
version "20.10.1"
846+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.1.tgz#d2c96f356c3125fedc983d74c424910c3767141c"
847+
integrity sha512-T2qwhjWwGH81vUEx4EXmBKsTJRXFXNZTL4v0gi01+zyBmCwzE6TyHszqX01m+QHTEq+EZNo13NeJIdEqf+Myrg==
848+
dependencies:
849+
undici-types "~5.26.4"
848850

849851
"@types/prettier@^2.1.5":
850852
version "2.6.3"
@@ -3785,6 +3787,11 @@ [email protected]:
37853787
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
37863788
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
37873789

3790+
undici-types@~5.26.4:
3791+
version "5.26.5"
3792+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
3793+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
3794+
37883795
unique-filename@^1.1.1:
37893796
version "1.1.1"
37903797
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"

0 commit comments

Comments
 (0)