From 9cc191824d697e9aa18638b017b6c02f82a6aa05 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:43:28 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/mime-db/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-CSVPARSE-467403 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 - https://snyk.io/vuln/npm:debug:20170905 --- .../tap-with-yarn-lock/node_modules/mime-db/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/mime-db/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/mime-db/package.json index 07db1eccec420..e99a7e10f9584 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/mime-db/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/mime-db/package.json @@ -22,16 +22,16 @@ "bluebird": "3.5.4", "co": "4.6.0", "cogent": "1.0.1", - "csv-parse": "4.3.4", - "eslint": "5.16.0", + "csv-parse": "4.4.6", + "eslint": "9.0.0", "eslint-config-standard": "12.0.0", "eslint-plugin-import": "2.16.0", "eslint-plugin-node": "8.0.1", "eslint-plugin-promise": "4.1.1", "eslint-plugin-standard": "4.0.0", "gnode": "0.1.2", - "mocha": "6.1.4", - "nyc": "14.0.0", + "mocha": "10.1.0", + "nyc": "15.0.0", "raw-body": "2.3.3", "stream-to-array": "2.3.0" },