From ce5dcb45a8e628fc61fcf7d1ee141e31d5f80058 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jun 2023 15:47:00 +0000 Subject: [PATCH] fix: node_modules/fast-json-stable-stringify/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- node_modules/fast-json-stable-stringify/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/fast-json-stable-stringify/package.json b/node_modules/fast-json-stable-stringify/package.json index 730ca8e2af..22ec59a9d1 100644 --- a/node_modules/fast-json-stable-stringify/package.json +++ b/node_modules/fast-json-stable-stringify/package.json @@ -8,11 +8,11 @@ "devDependencies": { "benchmark": "^2.1.4", "coveralls": "^3.0.0", - "eslint": "^6.7.0", + "eslint": "^7.0.0", "fast-stable-stringify": "latest", "faster-stable-stringify": "latest", "json-stable-stringify": "latest", - "nyc": "^14.1.0", + "nyc": "^15.0.0", "pre-commit": "^1.2.2", "tape": "^4.11.0" },