From 8f5d8bbe1881596f44028cf82b6cf38f20744852 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 15:39:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ef1d1e9..eba0047 100644 --- a/package.json +++ b/package.json @@ -80,11 +80,11 @@ "multiparty": "^4.1.2", "node-dir": "^0.1.17", "node-schedule": "^1.2.3", - "nodemon": "^1.10.0", + "nodemon": "^2.0.17", "nunjucks": "^3.0.1", "passport": "^0.3.2", "passport-local": "^1.0.0", - "pg": "^6.2.3", + "pg": "^8.4.0", "punchcard-content-types": "^6.1.20", "request": "^2.80.0", "sass-toolkit": "^2.10.2",