diff --git a/node_modules/wrappy/.snyk b/node_modules/wrappy/.snyk new file mode 100644 index 0000000000..4199543516 --- /dev/null +++ b/node_modules/wrappy/.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-26T20:41:48.379Z' + 'npm:http-signature:20150122': + - tap > codecov.io > request > http-signature: + patched: '2023-04-26T20:41:48.379Z' + 'npm:mime:20170907': + - tap > codecov.io > request > form-data > mime: + patched: '2023-04-26T20:41:48.379Z' + 'npm:request:20160119': + - tap > codecov.io > request: + patched: '2023-04-26T20:41:48.379Z' + 'npm:tunnel-agent:20170305': + - tap > codecov.io > request > tunnel-agent: + patched: '2023-04-26T20:41:48.379Z' diff --git a/node_modules/wrappy/package.json b/node_modules/wrappy/package.json index 277d8831b5..cfe4b6a146 100644 --- a/node_modules/wrappy/package.json +++ b/node_modules/wrappy/package.json @@ -9,12 +9,16 @@ "directories": { "test": "test" }, - "dependencies": {}, + "dependencies": { + "@snyk/protect": "latest" + }, "devDependencies": { - "tap": "^2.3.1" + "tap": "^14.6.8" }, "scripts": { - "test": "tap --coverage test/*.js" + "test": "tap --coverage test/*.js", + "prepublish": "npm run snyk-protect", + "snyk-protect": "snyk-protect" }, "repository": { "type": "git", @@ -25,5 +29,6 @@ "bugs": { "url": "https://github.com/npm/wrappy/issues" }, - "homepage": "https://github.com/npm/wrappy" + "homepage": "https://github.com/npm/wrappy", + "snyk": true } \ No newline at end of file