From 28b87e866a66e9ba85143d6211ce4cb3022e4118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:56:54 +0000 Subject: [PATCH] chore(deps): 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bf7687cc..e6c7cbcf 100644 --- a/package.json +++ b/package.json @@ -290,7 +290,7 @@ "date-fns": "^3.6.0", "eventsource": "^2.0.2", "find-process": "^1.4.7", - "jsonc-parser": "^3.2.1", + "jsonc-parser": "^3.3.1", "memfs": "^4.9.3", "node-forge": "^1.3.1", "pretty-bytes": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index a901688b..83388150 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3529,10 +3529,10 @@ json5@^2.2.2: resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== -jsonc-parser@^3.2.0, jsonc-parser@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.1.tgz#031904571ccf929d7670ee8c547545081cb37f1a" - integrity sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA== +jsonc-parser@^3.2.0, jsonc-parser@^3.3.1: + 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"