diff --git a/package-lock.json b/package-lock.json index e4fcf18..bf66e17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4781,11 +4781,11 @@ } }, "node_modules/try-flatten": { - "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/try-flatten/-/try-flatten-1.0.0.tgz", - "integrity": "sha512-R2ruso38y8VmJy5VQuSaySJWnYp8yjqsWkv9E3+gpXXoas9Jduq318muGQgFL1p/KHj9kRucVP/0McpBttvYlQ==", + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/try-flatten/-/try-flatten-1.1.0.tgz", + "integrity": "sha512-pMiQWiMfaERpIA/9p1aWm774AJcuE6gQM00eaTW/Ajby528Fi/qdMgpULjIDMPs1JFE8wWeXATF+V8UlqmYYSw==", "engines": { - "node": ">=16" + "node": ">=12" } }, "node_modules/ts-node": {