From 59958396c6ea467a044ad16dc59b98dc94d45113 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Dec 2023 23:38:47 +0000 Subject: [PATCH] fix: node_modules/tsconfig-paths/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- node_modules/tsconfig-paths/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/tsconfig-paths/package.json b/node_modules/tsconfig-paths/package.json index d9a433a2cf..240ae4bb9e 100644 --- a/node_modules/tsconfig-paths/package.json +++ b/node_modules/tsconfig-paths/package.json @@ -19,9 +19,9 @@ "husky": "^0.14.3", "lint-staged": "^4.3.0", "mocha": "^5.2.0", - "nyc": "^11.4.1", + "nyc": "^15.0.0", "prettier": "1.7.4", - "rimraf": "^2.6.2", + "rimraf": "^4.0.0", "shelljs": "^0.7.5", "ts-node": "^7.0.0", "tslint": "^5.8.0",