From 284c3f27e77002fe26e85d482922edee03252bb1 Mon Sep 17 00:00:00 2001 From: Joshua <7747985+yeenbean@users.noreply.github.com> Date: Thu, 15 Jun 2023 23:33:08 -0700 Subject: [PATCH] Resolves found vuln CVE-2023-2251 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 99cef5f7..a4b8042b 100644 --- a/package.json +++ b/package.json @@ -56,5 +56,8 @@ "lint-staged": "^13.2.0", "prettier": "^2.8.7", "typescript": "4.9.5" + }, + "resolutions": { + "lint-staged/yaml": "^2.2.2" } }