From 8170cc1df1614abba28172bcfeef61e02bd1c3f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 20:21:09 +0000 Subject: [PATCH] fix: node_modules/update-notifier/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- node_modules/update-notifier/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node_modules/update-notifier/package.json b/node_modules/update-notifier/package.json index 604f5db253..931392bf02 100644 --- a/node_modules/update-notifier/package.json +++ b/node_modules/update-notifier/package.json @@ -43,18 +43,18 @@ "is-installed-globally": "^0.3.1", "is-npm": "^4.0.0", "is-yarn-global": "^0.3.0", - "latest-version": "^5.0.0", + "latest-version": "^6.0.0", "pupa": "^2.0.1", - "semver-diff": "^3.1.1", + "semver-diff": "^4.0.0", "xdg-basedir": "^4.0.0" }, "devDependencies": { - "ava": "^2.4.0", + "ava": "^3.9.0", "clear-module": "^4.0.0", "fixture-stdout": "^0.2.1", "mock-require": "^3.0.3", "strip-ansi": "^6.0.0", - "xo": "^0.26.1" + "xo": "^0.41.0" }, "xo": { "rules": {