From 8264d94b9e109a5575356bce9976117afb2cf010 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 09:46:01 +0000 Subject: [PATCH] fix: packages/parser-typescript-config/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- packages/parser-typescript-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/parser-typescript-config/package.json b/packages/parser-typescript-config/package.json index 7dc720937fe..c4584e698bc 100644 --- a/packages/parser-typescript-config/package.json +++ b/packages/parser-typescript-config/package.json @@ -12,7 +12,7 @@ "@hint/utils-fs": "^1.0.15", "@hint/utils-json": "^1.0.24", "@hint/utils-network": "^1.0.23", - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "description": "webhint parser needed to analyze TypeScript config files", "devDependencies": {