Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit e5896ed

Browse files
chore(deps): update devdependency @types/node to v20
1 parent 1fd500e commit e5896ed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/aws-lambda": "^8.10.137",
5050
"@types/fs-extra": "^11.0.4",
5151
"@types/glob": "^8.1.0",
52-
"@types/node": "^18.19.31",
52+
"@types/node": "^20.14.15",
5353
"@types/semver": "^7.5.8",
5454
"@typescript-eslint/eslint-plugin": "^5.62.0",
5555
"@typescript-eslint/parser": "^5.62.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2627,10 +2627,10 @@
26272627
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.96.tgz#eb0012d23ff53d14d64ec8a352bf89792de6aade"
26282628
integrity sha512-84iSqGXoO+Ha16j8pRZ/L90vDMKX04QTYMTfYeE1WrjWaZXuchBehGUZEpNgx7JnmlrIHdnABmpjrQjhCnNldQ==
26292629

2630-
"@types/node@^18.19.31":
2631-
version "18.19.31"
2632-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.31.tgz#b7d4a00f7cb826b60a543cebdbda5d189aaecdcd"
2633-
integrity sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==
2630+
"@types/node@^20.14.15":
2631+
version "20.14.15"
2632+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.15.tgz#e59477ab7bc7db1f80c85540bfd192a0becc588b"
2633+
integrity sha512-Fz1xDMCF/B00/tYSVMlmK7hVeLh7jE5f3B7X1/hmV0MJBwE27KlS7EvD/Yp+z1lm8mVhwV5w+n8jOZG8AfTlKw==
26342634
dependencies:
26352635
undici-types "~5.26.4"
26362636

0 commit comments

Comments
 (0)