From 371bf4dc2c27f88065c2c2beeac993e410ee9e2b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jun 2023 03:31:26 +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-SEMVER-3247795 --- node_modules/tsconfig-paths/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/tsconfig-paths/package.json b/node_modules/tsconfig-paths/package.json index d9a433a2cf..c9b652ef38 100644 --- a/node_modules/tsconfig-paths/package.json +++ b/node_modules/tsconfig-paths/package.json @@ -19,7 +19,7 @@ "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", "shelljs": "^0.7.5",