From 1449088858a41c1575dbf20bf5a7132684573956 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Fri, 21 Jun 2024 18:55:57 +1000 Subject: [PATCH] package.json - make all auto-update minor version and patch (#296) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f703bfb9..6203a3ce 100644 --- a/package.json +++ b/package.json @@ -13,17 +13,17 @@ "dependencies": { "compression": "^1.7.4", "cookie-parser": "^1.4.6", - "debug": "~4.3.5", + "debug": "^4.3.5", "express": "^4.19.2", "express-async-handler": "^1.2.0", "express-rate-limit": "^7.3.0", "express-validator": "^7.1.0", "helmet": "^7.1.0", - "http-errors": "~2.0.0", + "http-errors": "^2.0.0", "luxon": "^3.4.4", "mongoose": "^8.4.1", "morgan": "^1.10.0", - "pug": "3.0.3" + "pug": "^3.0.3" }, "devDependencies": { "nodemon": "^3.1.3"