From 9f378d3a8be9742dfb46392503921b1194ec39f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 May 2024 19:34:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 805debd..40cf939 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint": "^8.35.0", "eslint-plugin-cypress": "^2.12.1", "https-localhost": "^4.7.1", - "lint-staged": "^13.1.2", + "lint-staged": "^15.2.4", "markdown-it-link-attributes": "^4.0.1", "markdown-it-shiki": "^0.8.0", "pnpm": "^8.10.0",