From d3aea19404bc22bbf9b688ba5b5f1d263d0770bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 16:53:11 +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-INFLIGHT-6095116 --- node_modules/fs-extra/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/fs-extra/package.json b/node_modules/fs-extra/package.json index 2ac3a13281..2f3aec678e 100644 --- a/node_modules/fs-extra/package.json +++ b/node_modules/fs-extra/package.json @@ -46,11 +46,11 @@ "mocha": "^3.1.2", "proxyquire": "^1.7.10", "read-dir-files": "^0.1.1", - "rimraf": "^2.2.8", + "rimraf": "^4.0.0", "secure-random": "^1.1.1", "semver": "^5.3.0", - "standard": "^10.0.2", - "standard-markdown": "^4.0.1" + "standard": "^16.0.0", + "standard-markdown": "^7.0.0" }, "main": "./lib/index.js", "scripts": {