From 45f5faa8ca35c1a1e993058b421fcf5241764391 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 17:12:09 +0000 Subject: [PATCH] fix: popup/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- popup/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/popup/package.json b/popup/package.json index 3e2ab4e..33f9bc7 100644 --- a/popup/package.json +++ b/popup/package.json @@ -16,9 +16,9 @@ "bootstrap": "^3.3.7", "express": "^4.14.1", "morgan": "^1.8.1", - "pg": "^6.1.2", + "pg": "^8.4.0", "pg-hstore": "^2.3.2", - "sequelize": "^5.1.0", + "sequelize": "^6.1.0", "socket.io": "^2.0.2", "snyk": "^1.305.1" },