From 38e9d8a9f49ba91a9120e66fcab0f77def56669b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Apr 2023 21:43:22 +0000 Subject: [PATCH] fix: node_modules/fs-extra/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://snyk.io/vuln/SNYK-JS-JSYAML-173999 - https://snyk.io/vuln/SNYK-JS-JSYAML-174129 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 - https://snyk.io/vuln/SNYK-JS-MOCHA-561476 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:diff:20180305 - https://snyk.io/vuln/npm:eslint:20180222 - https://snyk.io/vuln/npm:growl:20160721 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- node_modules/fs-extra/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/node_modules/fs-extra/package.json b/node_modules/fs-extra/package.json index 2ac3a13281..dbccfa7190 100644 --- a/node_modules/fs-extra/package.json +++ b/node_modules/fs-extra/package.json @@ -38,19 +38,19 @@ "universalify": "^0.1.0" }, "devDependencies": { - "coveralls": "^2.11.2", + "coveralls": "^3.0.0", "istanbul": "^0.4.5", "klaw": "^1.0.0", - "klaw-sync": "^1.1.2", + "klaw-sync": "^2.0.0", "minimist": "^1.1.1", - "mocha": "^3.1.2", + "mocha": "^10.1.0", "proxyquire": "^1.7.10", "read-dir-files": "^0.1.1", "rimraf": "^2.2.8", "secure-random": "^1.1.1", "semver": "^5.3.0", - "standard": "^10.0.2", - "standard-markdown": "^4.0.1" + "standard": "^11.0.0", + "standard-markdown": "^5.0.0" }, "main": "./lib/index.js", "scripts": {