Skip to content

Commit 0d57cae

Browse files
chore(deps): update dependency @types/node to v20
1 parent 720b405 commit 0d57cae

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"@types/jest": "29.5.11",
119119
"@types/jsonpath": "0.2.4",
120120
"@types/lodash": "4.14.202",
121-
"@types/node": "18.16.9",
121+
"@types/node": "20.11.6",
122122
"@typescript-eslint/eslint-plugin": "^6.9.1",
123123
"@typescript-eslint/parser": "^6.9.1",
124124
"dotenv": "16.3.1",

yarn.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2745,10 +2745,12 @@
27452745
dependencies:
27462746
undici-types "~5.26.4"
27472747

2748-
"@types/node@18.16.9":
2749-
version "18.16.9"
2750-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.9.tgz#e79416d778a8714597342bb87efb5a6e914f7a73"
2751-
integrity sha512-IeB32oIV4oGArLrd7znD2rkHQ6EDCM+2Sr76dJnrHwv9OHBTTM6nuDLK9bmikXzPa0ZlWMWtRGo/Uw4mrzQedA==
2748+
"@types/node@20.11.6":
2749+
version "20.11.6"
2750+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.6.tgz#6adf4241460e28be53836529c033a41985f85b6e"
2751+
integrity sha512-+EOokTnksGVgip2PbYbr3xnR7kZigh4LbybAfBAw5BpnQ+FqBYUsvCEjYd70IXKlbohQ64mzEYmMtlWUY8q//Q==
2752+
dependencies:
2753+
undici-types "~5.26.4"
27522754

27532755
"@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.3":
27542756
version "2.4.4"

0 commit comments

Comments
 (0)