Skip to content

Commit 391ab8b

Browse files
authored
set node types minimum version to oldest (#5029)
1 parent 6cda847 commit 391ab8b

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
@@ -118,7 +118,7 @@
118118
"@eslint/eslintrc": "^3.1.0",
119119
"@eslint/js": "^9.11.1",
120120
"@stylistic/eslint-plugin-js": "^2.8.0",
121-
"@types/node": "^16.18.103",
121+
"@types/node": "^16.0.0",
122122
"autocannon": "^4.5.2",
123123
"aws-sdk": "^2.1446.0",
124124
"axios": "^1.7.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -956,10 +956,10 @@
956956
dependencies:
957957
undici-types "~5.26.4"
958958

959-
"@types/node@^16.18.103":
960-
version "16.18.103"
961-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.103.tgz#5557c7c32a766fddbec4b933b1d5c365f89b20a4"
962-
integrity sha512-gOAcUSik1nR/CRC3BsK8kr6tbmNIOTpvb1sT+v5Nmmys+Ho8YtnIHP90wEsVK4hTcHndOqPVIlehEGEA5y31bA==
959+
"@types/node@^16.0.0":
960+
version "16.18.122"
961+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.122.tgz#54948ddbe2ddef8144ee16b37f160e3f99c32397"
962+
integrity sha512-rF6rUBS80n4oK16EW8nE75U+9fw0SSUgoPtWSvHhPXdT7itbvmS7UjB/jyM8i3AkvI6yeSM5qCwo+xN0npGDHg==
963963

964964
"@types/prop-types@*":
965965
version "15.7.5"

0 commit comments

Comments
 (0)