From 9b378c90ec5557a8e0cbdb9b1935be422083f3db Mon Sep 17 00:00:00 2001 From: Vadym Yatsyuk Date: Thu, 16 May 2024 22:43:20 +0200 Subject: [PATCH] update engines --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c2651d8..494df6d 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "docs": "ng build --prod --output-path docs --base-href ngx-filter-pipe && cp ./docs/index.html ./docs/404.html" }, "engines": { - "node": "10.16.0", - "npm": "6.9.0" + "node": "20.4.0", + "npm": "9.7.2" }, "repository": { "type": "git",