Skip to content

Commit e580724

Browse files
committed
build(deps-dev): add latest @types/node
1 parent c9a91eb commit e580724

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
@@ -58,7 +58,7 @@
5858
"@types/jest": "^29.0.0",
5959
"@types/lodash.has": "^4.5.6",
6060
"@types/mkdirp": "^1.0.2",
61-
"@types/node": ">=17.x",
61+
"@types/node": "^18.11.12",
6262
"@types/rimraf": "^3.0.2",
6363
"@types/which": "^2.0.1",
6464
"@typescript-eslint/eslint-plugin": "^5.45.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,10 +2065,10 @@
20652065
dependencies:
20662066
"@types/node" "*"
20672067

2068-
"@types/node@*", "@types/node@>=17.x":
2069-
version "17.0.38"
2070-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.38.tgz#f8bb07c371ccb1903f3752872c89f44006132947"
2071-
integrity sha512-5jY9RhV7c0Z4Jy09G+NIDTsCZ5G0L5n+Z+p+Y7t5VJHM30bgwzSjVtlcBxqAj+6L/swIlvtOSzr8rBk/aNyV2g==
2068+
"@types/node@*", "@types/node@^18.11.12":
2069+
version "18.11.12"
2070+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.12.tgz#89e7f8aa8c88abf432f9bd594888144d7dba10aa"
2071+
integrity sha512-FgD3NtTAKvyMmD44T07zz2fEf+OKwutgBCEVM8GcvMGVGaDktiLNTDvPwC/LUe3PinMW+X6CuLOF2Ui1mAlSXg==
20722072

20732073
"@types/node@^14.0.0":
20742074
version "14.18.34"

0 commit comments

Comments
 (0)