From 734d40dfe95db0dea2591642c8c13640a6b80e29 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jul 2023 05:18:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 525cf44e..c9232df9 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.7.0", "gatsby-plugin-styled-jsx": "^3.0.3", - "stylelint": "^9.1.1", + "stylelint": "^15.10.1", "stylelint-config-standard": "^18.2.0", "prettier": "^1.14.2" }