Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 3b63061

Browse files
chore(deps): update dependency @types/node to v20
1 parent 39828d9 commit 3b63061

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
@@ -45,7 +45,7 @@
4545
"@commitlint/cli": "13.2.1",
4646
"@commitlint/config-conventional": "13.2.0",
4747
"@csvenke/prettier-config": "3.0.0",
48-
"@types/node": "14.18.63",
48+
"@types/node": "20.11.30",
4949
"ava": "3.15.0",
5050
"husky": "7.0.4",
5151
"lint-staged": "11.2.6",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -821,10 +821,12 @@
821821
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.11.1.tgz#49a2a83df9d26daacead30d0ccc8762b128d53c7"
822822
integrity sha512-eWQGP3qtxwL8FGneRrC5DwrJLGN4/dH1clNTuLfN81HCrxVtxRjygDTUoZJ5ASlDEeo0ppYFQjQIlXhtXpOn6g==
823823

824-
825-
version "14.18.63"
826-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.63.tgz#1788fa8da838dbb5f9ea994b834278205db6ca2b"
827-
integrity sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==
824+
825+
version "20.11.30"
826+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
827+
integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==
828+
dependencies:
829+
undici-types "~5.26.4"
828830

829831
"@types/normalize-package-data@^2.4.0":
830832
version "2.4.0"
@@ -4121,6 +4123,11 @@ underscore@>=1.8.3, underscore@^1.9.1:
41214123
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.11.0.tgz#dd7c23a195db34267186044649870ff1bab5929e"
41224124
integrity sha512-xY96SsN3NA461qIRKZ/+qox37YXPtSBswMGfiNptr+wrt6ds4HaMw23TP612fEyGekRE6LNRiLYr/aqbHXNedw==
41234125

4126+
undici-types@~5.26.4:
4127+
version "5.26.5"
4128+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
4129+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
4130+
41244131
unique-string@^2.0.0:
41254132
version "2.0.0"
41264133
resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-2.0.0.tgz#39c6451f81afb2749de2b233e3f7c5e8843bd89d"

0 commit comments

Comments
 (0)