From 36c883c40ee882eed5c71165aadfda543b5b40d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Dec 2023 17:10:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 525cf44e..5e78f2c0 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": "^16.1.0", "stylelint-config-standard": "^18.2.0", "prettier": "^1.14.2" }