🐛 Fix build issue by setting fixed version of @types/node #2358

This commit is contained in:
Jan Oberhauser
2021-10-22 14:39:36 -05:00
parent 73931f73ce
commit 37930057d8
6 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@
"@types/express": "^4.17.6",
"@types/jest": "^26.0.13",
"@types/lodash.get": "^4.4.6",
"@types/node": "^14.14.40",
"@types/node": "14.17.27",
"@types/xml2js": "^0.4.3",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",