From 327c4cfc491440b9b80c3c2fd086a8dd66dea158 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Jul 2023 21:57:57 +0000 Subject: [PATCH] fix: deps/npm/node_modules/console-control-strings/package.json & deps/npm/node_modules/console-control-strings/.snyk 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-HAWK-2808852 - https://snyk.io/vuln/SNYK-JS-JSYAML-173999 - https://snyk.io/vuln/SNYK-JS-JSYAML-174129 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:eslint:20180222 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:tunnel-agent:20170305 The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/npm:hawk:20160119 - https://snyk.io/vuln/npm:http-signature:20150122 - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:request:20160119 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- .../console-control-strings/.snyk | 30 +++++++++++++++++++ .../console-control-strings/package.json | 12 ++++++-- 2 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 deps/npm/node_modules/console-control-strings/.snyk diff --git a/deps/npm/node_modules/console-control-strings/.snyk b/deps/npm/node_modules/console-control-strings/.snyk new file mode 100644 index 00000000000000..067a798f12d43f --- /dev/null +++ b/deps/npm/node_modules/console-control-strings/.snyk @@ -0,0 +1,30 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.25.1 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + 'npm:hawk:20160119': + - tap > codecov.io > request > hawk: + patched: '2023-07-06T21:57:49.408Z' + id: 'npm:hawk:20160119' + path: tap > codecov.io > request > hawk + 'npm:http-signature:20150122': + - tap > codecov.io > request > http-signature: + patched: '2023-07-06T21:57:49.408Z' + id: 'npm:http-signature:20150122' + path: tap > codecov.io > request > http-signature + 'npm:mime:20170907': + - tap > codecov.io > request > form-data > mime: + patched: '2023-07-06T21:57:49.408Z' + id: 'npm:mime:20170907' + path: tap > codecov.io > request > form-data > mime + 'npm:request:20160119': + - tap > codecov.io > request: + patched: '2023-07-06T21:57:49.408Z' + id: 'npm:request:20160119' + path: tap > codecov.io > request + 'npm:tunnel-agent:20170305': + - tap > codecov.io > request > tunnel-agent: + patched: '2023-07-06T21:57:49.408Z' + id: 'npm:tunnel-agent:20170305' + path: tap > codecov.io > request > tunnel-agent diff --git a/deps/npm/node_modules/console-control-strings/package.json b/deps/npm/node_modules/console-control-strings/package.json index eb6c62ae2dac76..e29667e798f24c 100644 --- a/deps/npm/node_modules/console-control-strings/package.json +++ b/deps/npm/node_modules/console-control-strings/package.json @@ -7,7 +7,9 @@ "test": "test" }, "scripts": { - "test": "standard && tap test/*.js" + "test": "standard && tap test/*.js", + "prepublish": "npm run snyk-protect", + "snyk-protect": "snyk-protect" }, "repository": { "type": "git", @@ -21,7 +23,11 @@ "index.js" ], "devDependencies": { - "standard": "^7.1.2", - "tap": "^5.7.2" + "standard": "^11.0.0", + "tap": "^14.6.8" + }, + "snyk": true, + "dependencies": { + "@snyk/protect": "latest" } }