From 25b12eab5643be5adf4f00a0dec7bdd941b2ae8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 02:32:13 +0000 Subject: [PATCH] Bump jsonc-parser from 3.2.1 to 3.3.1 Bumps [jsonc-parser](https://github.com/microsoft/node-jsonc-parser) from 3.2.1 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.2.1...v3.3.1) --- updated-dependencies: - dependency-name: jsonc-parser dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12958404..5f3b261e 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "globby": "14.0.1", "js-yaml": "4.1.0", "json-schema-to-typescript": "14.0.5", - "jsonc-parser": "3.2.1", + "jsonc-parser": "3.3.1", "markdown-it-for-inline": "2.0.1", "markdown-it-sub": "2.0.0", "markdown-it-sup": "2.0.0",