From efb0522dac1fbe9ccb93039cbb955154ddf61bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 00:12:32 +0000 Subject: [PATCH] chore(deps): Bump jsonc-parser from 3.0.0 to 3.3.1 Bumps [jsonc-parser](https://github.com/microsoft/node-jsonc-parser) from 3.0.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.0.0...v3.3.1) --- updated-dependencies: - dependency-name: jsonc-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index efb3207..738ebe9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2308,9 +2308,9 @@ json5@2.x, json5@^2.1.2: integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== jsonc-parser@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.0.0.tgz#abdd785701c7e7eaca8a9ec8cf070ca51a745a22" - integrity sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA== + version "3.3.1" + resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.3.1.tgz#f2a524b4f7fd11e3d791e559977ad60b98b798b4" + integrity sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ== jsonfile@^6.0.1: version "6.1.0"