From 778bd39e621b5eda134c8ea46c9c224af81a72af Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:44:40 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/json-parse-better-errors/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://snyk.io/vuln/SNYK-JS-HAWK-6969142 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-JSYAML-173999 - https://snyk.io/vuln/SNYK-JS-JSYAML-174129 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-STANDARDVERSION-575708 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:mem:20180117 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- .../node_modules/json-parse-better-errors/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/json-parse-better-errors/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/json-parse-better-errors/package.json index c4c2c20a68c17..2dcf1410e3b64 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/json-parse-better-errors/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/json-parse-better-errors/package.json @@ -27,10 +27,10 @@ }, "license": "MIT", "devDependencies": { - "nyc": "^10.3.2", - "standard": "^9.0.2", - "standard-version": "^4.1.0", - "tap": "^10.3.3", + "nyc": "^15.0.0", + "standard": "^16.0.0", + "standard-version": "^9.5.0", + "tap": "^18.0.0", "weallbehave": "^1.2.0", "weallcontribute": "^1.0.8" },