From ae0920025b40ac574542bd78adde7fd2b2a07c73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 22:54:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 632bad0c..67430497 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "cross-spawn": "^5.1.0", "doctoc": "^1.3.0", "eslint": "^4.14.0", - "eslint-config-kentcdodds": "^13.0.1", + "eslint-config-kentcdodds": "^19.0.0", "eslint-config-prettier": "^2.9.0", "glob": "^7.1.2", "husky": "^0.14.3",