From 2faf7d883924c9a320c0b0413455e93d03b59862 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 04:31:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3ed820..d436253 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "homepage": "https://github.com/richlab/eslint-config-lab#readme", "dependencies": { - "eslint-plugin-markdown": "^1.0.2", + "eslint-plugin-markdown": "^2.2.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-plugin-react": "^7.14.3", "eslint-plugin-react-hooks": "^2.5.0",