From dee1f9cb6bc40cc44b59eb88cfd09e797e394b43 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 01:06:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ff306e4..8c8027a7 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "eslint-config-prettier": "^6.9.0", "eslint-plugin-prettier": "^3.1.2", "husky": "^4.0.4", - "lint-staged": "^9.5.0", + "lint-staged": "^10.0.0", "minimist": "^1.2.0", "prettier": "^1.19.1", "raw-loader": "^4.0.0",