From 4f13e5c0149731bf02c2fcbf361ca50c71a412ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 05:46:28 +0000 Subject: [PATCH] fix: node_modules/y18n/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- node_modules/y18n/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/y18n/package.json b/node_modules/y18n/package.json index 7b2b78312a..294012d84b 100644 --- a/node_modules/y18n/package.json +++ b/node_modules/y18n/package.json @@ -31,9 +31,9 @@ "chai": "^4.0.1", "coveralls": "^3.0.0", "mocha": "^4.0.1", - "nyc": "^11.0.1", - "rimraf": "^2.5.0", - "standard": "^10.0.0-beta.0", + "nyc": "^15.0.0", + "rimraf": "^4.0.0", + "standard": "^16.0.0", "standard-version": "^4.2.0" } } \ No newline at end of file