From 28dbd06e6b222bd13a73dbfe3e45e0ae7b1ef986 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Mar 2022 09:58:59 +0000 Subject: [PATCH] fix: upgrade lint-staged from 11.0.0 to 11.2.6 Snyk has created this PR to upgrade lint-staged from 11.0.0 to 11.2.6. See this package in npm: https://www.npmjs.com/package/lint-staged See this project in Snyk: https://app.snyk.io/org/rizkihorangi/project/65cb260a-f2de-4e5d-abef-5ffd83ca0c9d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a9a3b58a74..c12e950fcb1 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "is-url": "^1.2.4", "jimp": "^0.16.1", "js-yaml": "^4.1.0", - "lint-staged": "^11.0.0", + "lint-staged": "^11.2.6", "make-color-accessible": "^1.2.0", "mocha": "^8.4.0", "node-fetch": "^2.6.1",