From 9ce39e53006582dd48c0d7d7e14d475a8a97affb Mon Sep 17 00:00:00 2001 From: null Date: Sat, 3 Feb 2024 10:23:53 +0000 Subject: [PATCH] chore(deps): pin dependencies --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9e4677..8647a5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,8 +26,8 @@ "wait-on": "7.2.0" }, "engines": { - "node": "16.x.x", - "npm": ">= 7", + "node": "16.20.2", + "npm": "10.4.0", "yarn": "Please use npm instead of yarn to install dependencies" } }, diff --git a/package.json b/package.json index ab0318b..aa4e178 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,8 @@ "wait-on": "7.2.0" }, "engines": { - "node": "16.x.x", - "npm": ">= 7", + "node": "16.20.2", + "npm": "10.4.0", "yarn": "Please use npm instead of yarn to install dependencies" } }