From bbc470f8629886455dbcaf64601dff17ea7ae809 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 03:24:49 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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..2bffeeedb8 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": "^13.0.1", "prettier": "1.7.4", "rimraf": "^2.6.2", "shelljs": "^0.7.5",