Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-07-21 14:10:02 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2022-07-21 14:10:02 +0300
commit11df42cd61c910f800e89fd79e2cd35015001169 (patch)
tree3a4f7c638b2993ca21c5913d091ef8ae3a97e2d5 /package-lock.json
parentaac18601a7d1f714149028ff00e584c368965e25 (diff)
Lock node and npm versions more strictly
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json
index 0e0686f40..88e526f68 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -118,8 +118,8 @@
"webpack-merge": "^5.8.0"
},
"engines": {
- "node": ">=14.0.0",
- "npm": ">=7.0.0"
+ "node": "^14.0.0",
+ "npm": "^7.0.0"
}
},
"node_modules/@ampproject/remapping": {