From adcc422f0ca1d2b6f8eb7c109a64ca435fafa502 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Apr 2023 23:19:07 +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 | 20 +++++++++++++++++++ .../console-control-strings/package.json | 12 ++++++++--- 2 files changed, 29 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..30ede2db298c46 --- /dev/null +++ b/deps/npm/node_modules/console-control-strings/.snyk @@ -0,0 +1,20 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.25.0 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + 'npm:hawk:20160119': + - tap > codecov.io > request > hawk: + patched: '2023-04-24T23:19:00.470Z' + 'npm:http-signature:20150122': + - tap > codecov.io > request > http-signature: + patched: '2023-04-24T23:19:00.470Z' + 'npm:mime:20170907': + - tap > codecov.io > request > form-data > mime: + patched: '2023-04-24T23:19:00.470Z' + 'npm:request:20160119': + - tap > codecov.io > request: + patched: '2023-04-24T23:19:00.470Z' + 'npm:tunnel-agent:20170305': + - tap > codecov.io > request > tunnel-agent: + patched: '2023-04-24T23:19:00.470Z' 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" } }