chore: update package-lock.json with Node.js version requirement

This commit is contained in:
typicode
2024-01-11 07:36:30 +01:00
parent 0812ef20b9
commit cfb380b68f

3
package-lock.json generated
View File

@@ -38,6 +38,9 @@
"tsx": "^4.7.0",
"type-fest": "^4.9.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.3"
}
},
"node_modules/@aashutoshrathi/word-wrap": {