From 218b4e09327251f7599630e7f800633116b58997 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Sep 2024 19:08:20 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - ignore from 5.3.0 to 5.3.2. See this package in npm: https://www.npmjs.com/package/ignore - jsonc-parser from 3.2.1 to 3.3.1. See this package in npm: https://www.npmjs.com/package/jsonc-parser - markdownlint-cli2 from 0.12.1 to 0.13.0. See this package in npm: https://www.npmjs.com/package/markdownlint-cli2 - minimatch from 9.0.3 to 9.0.5. See this package in npm: https://www.npmjs.com/package/minimatch See this project in Snyk: https://app.snyk.io/org/companykobiimports/project/d3823db2-39ff-40fb-bc4d-9b9f918abeb9?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1935254..37a89eb 100644 --- a/package.json +++ b/package.json @@ -41,11 +41,11 @@ "main": "./bundle", "browser": "./bundle.web", "dependencies": { - "ignore": "5.3.0", + "ignore": "5.3.2", "js-yaml": "4.1.0", - "jsonc-parser": "3.2.1", - "markdownlint-cli2": "0.12.1", - "minimatch": "9.0.3" + "jsonc-parser": "3.3.1", + "markdownlint-cli2": "0.13.0", + "minimatch": "9.0.5" }, "devDependencies": { "@types/vscode": "1.75.0",