From 91113e2506869b5054c5957d878c1a002584f562 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 05:11:14 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e0fdf06..b682bd3 100644 --- a/package.json +++ b/package.json @@ -28,16 +28,16 @@ "fibers": "^4.0.1", "fibrous": "^0.4.0", "lodash": "^4.17.15", - "npm": "^6.10.1", + "npm": "^7.0.0", "parsefbp": "^0.3.0", - "snyk": "^1.197.0" + "snyk": "^1.685.0" }, "main": "index.js", "devDependencies": { "chai": "4.2.0", - "eslint": "6.2.1", + "eslint": "7.0.0", "eslint-config-defaults": "9.0.0", - "mocha": "6.2.0", + "mocha": "6.2.1", "ws": "7.1.2", "dummy-module": "*" },