diff --git a/node_modules/mkdirp/.snyk b/node_modules/mkdirp/.snyk new file mode 100644 index 0000000000..411d3dcf1e --- /dev/null +++ b/node_modules/mkdirp/.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-26T04:21:04.728Z' + 'npm:http-signature:20150122': + - tap > codecov.io > request > http-signature: + patched: '2023-04-26T04:21:04.728Z' + 'npm:mime:20170907': + - tap > codecov.io > request > form-data > mime: + patched: '2023-04-26T04:21:04.728Z' + 'npm:request:20160119': + - tap > codecov.io > request: + patched: '2023-04-26T04:21:04.728Z' + 'npm:tunnel-agent:20170305': + - tap > codecov.io > request > tunnel-agent: + patched: '2023-04-26T04:21:04.728Z' diff --git a/node_modules/mkdirp/package.json b/node_modules/mkdirp/package.json index b335f1ae0e..2e05ca63ad 100644 --- a/node_modules/mkdirp/package.json +++ b/node_modules/mkdirp/package.json @@ -16,19 +16,23 @@ "url": "https://github.com/substack/node-mkdirp.git" }, "scripts": { - "test": "tap test/*.js" + "test": "tap test/*.js", + "prepublish": "npm run snyk-protect", + "snyk-protect": "snyk-protect" }, "dependencies": { - "minimist": "^1.2.5" + "minimist": "^1.2.5", + "@snyk/protect": "latest" }, "devDependencies": { "mock-fs": "^3.7.0", - "tap": "^5.4.2" + "tap": "^14.6.8" }, "bin": "bin/cmd.js", "license": "MIT", "files": [ "bin", "index.js" - ] + ], + "snyk": true } \ No newline at end of file