From eca4de3fa1b0942677285aeaeb37d22838bbd405 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Feb 2024 02:57:22 +0000 Subject: [PATCH] fix: node_modules/path-to-regexp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-DOTPROP-543489 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/npm:minimatch:20160620 --- node_modules/path-to-regexp/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/path-to-regexp/package.json b/node_modules/path-to-regexp/package.json index c58301982e..8e61b98b85 100644 --- a/node_modules/path-to-regexp/package.json +++ b/node_modules/path-to-regexp/package.json @@ -34,12 +34,12 @@ }, "devDependencies": { "chai": "^2.3.0", - "istanbul": "~0.3.0", + "istanbul": "~0.4.5", "mocha": "~2.2.4", "standard": "~3.7.3", "ts-node": "^0.5.5", "typescript": "^1.8.7", - "typings": "^1.0.4" + "typings": "^2.1.1" }, "dependencies": { "isarray": "0.0.1"