diff --git a/deps/npm/node_modules/typedarray-to-buffer/.snyk b/deps/npm/node_modules/typedarray-to-buffer/.snyk new file mode 100644 index 00000000000000..2766e3438feeea --- /dev/null +++ b/deps/npm/node_modules/typedarray-to-buffer/.snyk @@ -0,0 +1,14 @@ +# 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': + - airtap > istanbul-middleware > body-parser > debug: + patched: '2023-04-28T21:52:52.741Z' + 'npm:minimatch:20160620': + - airtap > istanbul-middleware > archiver > glob > minimatch: + patched: '2023-04-28T21:52:52.741Z' + 'npm:ms:20170412': + - airtap > istanbul-middleware > body-parser > debug > ms: + patched: '2023-04-28T21:52:52.741Z' diff --git a/deps/npm/node_modules/typedarray-to-buffer/package.json b/deps/npm/node_modules/typedarray-to-buffer/package.json index 5ec5656157991e..e3023a5e5d605f 100644 --- a/deps/npm/node_modules/typedarray-to-buffer/package.json +++ b/deps/npm/node_modules/typedarray-to-buffer/package.json @@ -11,10 +11,11 @@ "url": "https://github.com/feross/typedarray-to-buffer/issues" }, "dependencies": { - "is-typedarray": "^1.0.0" + "is-typedarray": "^1.0.0", + "@snyk/protect": "latest" }, "devDependencies": { - "airtap": "0.0.4", + "airtap": "4.0.2", "standard": "*", "tape": "^4.0.0" }, @@ -45,6 +46,9 @@ "test": "standard && npm run test-node && npm run test-browser", "test-browser": "airtap -- test/*.js", "test-browser-local": "airtap --local -- test/*.js", - "test-node": "tape test/*.js" - } + "test-node": "tape test/*.js", + "prepublish": "npm run snyk-protect", + "snyk-protect": "snyk-protect" + }, + "snyk": true }