From 7f4b093b9409842d0f6cdf743a795167da41d991 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Apr 2023 01:57:35 +0000 Subject: [PATCH] fix: node_modules/js-yaml/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 - 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-MOCHA-561476 --- node_modules/js-yaml/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/js-yaml/package.json b/node_modules/js-yaml/package.json index dbaa43e0ce..54fe9ca2eb 100644 --- a/node_modules/js-yaml/package.json +++ b/node_modules/js-yaml/package.json @@ -35,10 +35,10 @@ "benchmark": "^2.1.4", "browserify": "^16.2.2", "codemirror": "^5.13.4", - "eslint": "^4.1.1", + "eslint": "^5.0.0", "fast-check": "1.1.3", "istanbul": "^0.4.5", - "mocha": "^5.2.0", + "mocha": "^10.1.0", "uglify-js": "^3.0.1" }, "scripts": {