From ce177a298fd0f217512f8ab1c8a8ce01729f6b48 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 19:26:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - 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 2701d81e77f4..b8831fb7f741 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ }, "devDependencies": { "@edx/mockprock": "^1.0.1", - "@edx/stylelint-config-edx": "1.1.0", + "@edx/stylelint-config-edx": "1.1.2", "babel-jest": "23.0.1", "edx-custom-a11y-rules": "1.0.6", "enzyme": "3.3.0",