diff --git a/package-lock.json b/package-lock.json index 39bf920..7328d0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,6 +28,9 @@ "source-map-support": "^0.4.5", "tslint": "^5.11.0", "typescript": "^4.9.5" + }, + "engines": { + "node": ">=24" } }, "node_modules/@babel/code-frame": { @@ -1238,9 +1241,9 @@ } }, "node_modules/flatted": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz", - "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.1.tgz", + "integrity": "sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ==", "license": "ISC" }, "node_modules/foreground-child": {