From 25060114313fc86e6e62277b7d4529e8c146435b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jul 2023 21:32:27 +0000 Subject: [PATCH] fix: deps/npm/node_modules/path-is-absolute/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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-DOTPROP-543489 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/npm:eslint:20180222 --- deps/npm/node_modules/path-is-absolute/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/node_modules/path-is-absolute/package.json b/deps/npm/node_modules/path-is-absolute/package.json index 91196d5e9c1336..eaaf09c57f10d8 100644 --- a/deps/npm/node_modules/path-is-absolute/package.json +++ b/deps/npm/node_modules/path-is-absolute/package.json @@ -38,6 +38,6 @@ "check" ], "devDependencies": { - "xo": "^0.16.0" + "xo": "^0.40.3" } }