From 8e3f46ea15d3fd473b2a095959ad8d5b9a84cbdb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 00:12:41 +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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 --- node_modules/fs-extra/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node_modules/fs-extra/package.json b/node_modules/fs-extra/package.json index 2ac3a13281..1331206666 100644 --- a/node_modules/fs-extra/package.json +++ b/node_modules/fs-extra/package.json @@ -38,10 +38,10 @@ "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", "proxyquire": "^1.7.10", @@ -49,8 +49,8 @@ "rimraf": "^2.2.8", "secure-random": "^1.1.1", "semver": "^5.3.0", - "standard": "^10.0.2", - "standard-markdown": "^4.0.1" + "standard": "^13.0.0", + "standard-markdown": "^5.1.0" }, "main": "./lib/index.js", "scripts": {