diff --git a/node_modules/typedarray-to-buffer/.snyk b/node_modules/typedarray-to-buffer/.snyk new file mode 100644 index 0000000000..bdc02046a2 --- /dev/null +++ b/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-25T18:40:45.721Z' + 'npm:minimatch:20160620': + - airtap > istanbul-middleware > archiver > glob > minimatch: + patched: '2023-04-25T18:40:45.721Z' + 'npm:ms:20170412': + - airtap > istanbul-middleware > body-parser > debug > ms: + patched: '2023-04-25T18:40:45.721Z' diff --git a/node_modules/typedarray-to-buffer/package.json b/node_modules/typedarray-to-buffer/package.json index 208763783f..abaf793d75 100644 --- a/node_modules/typedarray-to-buffer/package.json +++ b/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 } \ No newline at end of file