From 9cd585d3670b8d49daa9e88d4914e3272f6c0b23 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 21:43:58 +0000 Subject: [PATCH] fix: node_modules/v8-compile-cache/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- node_modules/v8-compile-cache/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node_modules/v8-compile-cache/package.json b/node_modules/v8-compile-cache/package.json index 78b4df4aa2..0ec46b3196 100644 --- a/node_modules/v8-compile-cache/package.json +++ b/node_modules/v8-compile-cache/package.json @@ -21,13 +21,13 @@ "dependencies": {}, "devDependencies": { "babel-core": "6.23.1", - "eslint": "^3.15.0", + "eslint": "^6.0.0", "flow-parser": "0.38.0", - "rimraf": "^2.5.4", + "rimraf": "^4.0.0", "rxjs": "5.2.0", "semver": "^5.3.0", - "tap": "^10.1.1", + "tap": "^18.0.0", "temp": "^0.8.3", - "yarn": "0.20.3" + "yarn": "0.28.1" } } \ No newline at end of file