From 00f26eaf9ff4096db14380d122d81a208782f2fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 13:56:53 +0000 Subject: [PATCH] chore(deps): bump jsonc-parser from 3.2.0 to 3.2.1 Bumps [jsonc-parser](https://github.com/microsoft/node-jsonc-parser) from 3.2.0 to 3.2.1. - [Changelog](https://github.com/microsoft/node-jsonc-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/node-jsonc-parser/compare/v3.2.0...v3.2.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 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 753e6a2f..ab71716b 100644 --- a/package.json +++ b/package.json @@ -279,7 +279,7 @@ "eventsource": "^2.0.2", "find-process": "^1.4.7", "fs-extra": "^11.2.0", - "jsonc-parser": "^3.2.0", + "jsonc-parser": "^3.2.1", "memfs": "^4.7.7", "ndjson": "^2.0.0", "node-forge": "^1.3.1", diff --git a/yarn.lock b/yarn.lock index 1492a79a..020c1550 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3552,10 +3552,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: - version "3.2.0" - resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76" - integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w== +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== jsonfile@^6.0.1: version "6.1.0"