From 9dfcf95456efa8e66c93a518b14e71e79c07f0ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jul 2024 02:50:17 +0000 Subject: [PATCH] fix: upgrade jsonc-parser from 3.2.1 to 3.3.1 Snyk has created this PR to upgrade jsonc-parser from 3.2.1 to 3.3.1. See this package in npm: jsonc-parser See this project in Snyk: https://app.snyk.io/org/wexkalebur/project/712891e8-0f60-4202-aa1f-72c0d1787b64?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1935254..204d967 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "dependencies": { "ignore": "5.3.0", "js-yaml": "4.1.0", - "jsonc-parser": "3.2.1", + "jsonc-parser": "3.3.1", "markdownlint-cli2": "0.12.1", "minimatch": "9.0.3" },