diff --git a/node_modules/is-buffer/.snyk b/node_modules/is-buffer/.snyk new file mode 100644 index 0000000000..706c169a13 --- /dev/null +++ b/node_modules/is-buffer/.snyk @@ -0,0 +1,80 @@ +# 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:debug:20170905': + - zuul > compression > debug: + patched: '2023-04-25T07:46:07.263Z' + - zuul > istanbul-middleware > body-parser > debug: + patched: '2023-04-25T07:46:07.263Z' + - zuul > debug: + patched: '2023-04-25T07:46:07.263Z' + 'npm:hawk:20160119': + - zuul > wd > request > hawk: + patched: '2023-04-25T07:46:07.263Z' + 'npm:http-signature:20150122': + - zuul > wd > request > http-signature: + patched: '2023-04-25T07:46:07.263Z' + 'npm:lodash:20180130': + - zuul > lodash: + patched: '2023-04-25T07:46:07.263Z' + 'npm:mime:20170907': + - zuul > express > send > mime: + patched: '2023-04-25T07:46:07.263Z' + - zuul > express > connect > send > mime: + patched: '2023-04-25T07:46:07.263Z' + - zuul > wd > request > form-data > mime: + patched: '2023-04-25T07:46:07.263Z' + - zuul > zuul-localtunnel > localtunnel > request > mime: + patched: '2023-04-25T07:46:07.263Z' + - zuul > zuul-localtunnel > localtunnel > request > form-data > mime: + patched: '2023-04-25T07:46:07.263Z' + 'npm:minimatch:20160620': + - zuul > browserify-istanbul > istanbul > fileset > glob > minimatch: + patched: '2023-04-25T07:46:07.263Z' + - zuul > firefox-profile > archiver > file-utils > glob > minimatch: + patched: '2023-04-25T07:46:07.263Z' + - zuul > firefox-profile > archiver > file-utils > findup-sync > glob > minimatch: + patched: '2023-04-25T07:46:07.263Z' + - zuul > browserify-istanbul > istanbul > fileset > minimatch: + patched: '2023-04-25T07:46:07.263Z' + - zuul > browserify-istanbul > minimatch: + patched: '2023-04-25T07:46:07.263Z' + - zuul > firefox-profile > archiver > file-utils > minimatch: + patched: '2023-04-25T07:46:07.263Z' + - zuul > istanbul-middleware > archiver > glob > minimatch: + patched: '2023-04-25T07:46:07.263Z' + - zuul > wd > archiver > glob > minimatch: + patched: '2023-04-25T07:46:07.263Z' + 'npm:ms:20170412': + - zuul > compression > debug > ms: + patched: '2023-04-25T07:46:07.263Z' + - zuul > istanbul-middleware > body-parser > debug > ms: + patched: '2023-04-25T07:46:07.263Z' + 'npm:ms:20151024': + - zuul > debug > ms: + patched: '2023-04-25T07:46:07.263Z' + 'npm:negotiator:20160616': + - zuul > compression > accepts > negotiator: + patched: '2023-04-25T07:46:07.263Z' + - zuul > express > connect > negotiator: + patched: '2023-04-25T07:46:07.263Z' + 'npm:qs:20140806-1': + - zuul > express > connect > qs: + patched: '2023-04-25T07:46:07.263Z' + - zuul > superagent > qs: + patched: '2023-04-25T07:46:07.263Z' + 'npm:request:20160119': + - zuul > wd > request: + patched: '2023-04-25T07:46:07.263Z' + - zuul > zuul-localtunnel > localtunnel > request: + patched: '2023-04-25T07:46:07.263Z' + 'npm:tunnel-agent:20170305': + - zuul > wd > request > tunnel-agent: + patched: '2023-04-25T07:46:07.263Z' + 'npm:uglify-js:20151024': + - zuul > hbs > handlebars > uglify-js: + patched: '2023-04-25T07:46:07.263Z' + - zuul > browserify-istanbul > istanbul > handlebars > uglify-js: + patched: '2023-04-25T07:46:07.263Z' diff --git a/node_modules/is-buffer/package.json b/node_modules/is-buffer/package.json index 9f304ee577..745d09289f 100644 --- a/node_modules/is-buffer/package.json +++ b/node_modules/is-buffer/package.json @@ -10,7 +10,9 @@ "bugs": { "url": "https://github.com/feross/is-buffer/issues" }, - "dependencies": {}, + "dependencies": { + "@snyk/protect": "latest" + }, "devDependencies": { "standard": "*", "tape": "^4.0.0", @@ -43,9 +45,12 @@ "test": "standard && npm run test-node && npm run test-browser", "test-browser": "zuul -- test/*.js", "test-browser-local": "zuul --local -- test/*.js", - "test-node": "tape test/*.js" + "test-node": "tape test/*.js", + "prepublish": "npm run snyk-protect", + "snyk-protect": "snyk-protect" }, "testling": { "files": "test/*.js" - } + }, + "snyk": true } \ No newline at end of file