From 16dbfa5ea9104434987d12a4f06dd115d29506fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:12:29 +0000 Subject: [PATCH] Bump jsonc-parser from 3.3.0 to 3.3.1 Bumps [jsonc-parser](https://github.com/microsoft/node-jsonc-parser) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/microsoft/node-jsonc-parser/releases) - [Changelog](https://github.com/microsoft/node-jsonc-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/node-jsonc-parser/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: jsonc-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38ba0d3..cdd0f6e 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "dependencies": { "globby": "14.0.1", "js-yaml": "4.1.0", - "jsonc-parser": "3.3.0", + "jsonc-parser": "3.3.1", "markdownlint": "0.34.0", "markdownlint-cli2-formatter-default": "0.0.4", "micromatch": "4.0.7"