From 439c2e7feab052bb831304707a97e5f208045d9f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Feb 2024 05:29:20 +0000 Subject: [PATCH] fix: upgrade jsonc-parser from 3.2.0 to 3.2.1 Snyk has created this PR to upgrade jsonc-parser from 3.2.0 to 3.2.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/gr00nd/project/cf292465-67cd-43d0-b3aa-f5d4c11bb345?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c0736c51d..ede8a03c6 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "chalk": "^5.2.0", "follow-redirects": "^1.15.2", "js-yaml": "^4.1.0", - "jsonc-parser": "^3.2.0", + "jsonc-parser": "^3.2.1", "ncp": "^2.0.0", "node-pty": "^0.10.1", "proxy-agent": "^6.3.0", diff --git a/yarn.lock b/yarn.lock index af078368b..b0c0719f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2131,10 +2131,10 @@ json-stable-stringify-without-jsonify@^1.0.1: resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== -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.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@^4.0.0: version "4.0.0"