From 2d6596ead57494b5179efb513d040111aa54c11f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jun 2023 05:01:02 +0000 Subject: [PATCH] fix: node_modules/is-ci/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- node_modules/is-ci/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/is-ci/package.json b/node_modules/is-ci/package.json index 3900a0420f..df202ae024 100644 --- a/node_modules/is-ci/package.json +++ b/node_modules/is-ci/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "clear-module": "^3.0.0", - "standard": "^12.0.1" + "standard": "^15.0.0" }, "scripts": { "test": "standard && node test.js"