diff --git a/tools/node_modules/eslint/node_modules/@babel/highlight/node_modules/color-convert/.snyk b/tools/node_modules/eslint/node_modules/@babel/highlight/node_modules/color-convert/.snyk new file mode 100644 index 00000000000000..e64ed23d97c738 --- /dev/null +++ b/tools/node_modules/eslint/node_modules/@babel/highlight/node_modules/color-convert/.snyk @@ -0,0 +1,10 @@ +# 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:lodash:20180130': + - xo > babel-eslint > babel-core > babel-plugin-proto-to-assign > lodash: + patched: '2023-04-25T17:19:15.249Z' + - xo > eslint-plugin-babel > babel-core > babel-plugin-proto-to-assign > lodash: + patched: '2023-04-25T17:19:15.249Z' diff --git a/tools/node_modules/eslint/node_modules/@babel/highlight/node_modules/color-convert/package.json b/tools/node_modules/eslint/node_modules/@babel/highlight/node_modules/color-convert/package.json index dfbc471407ff4c..445b5997047537 100644 --- a/tools/node_modules/eslint/node_modules/@babel/highlight/node_modules/color-convert/package.json +++ b/tools/node_modules/eslint/node_modules/@babel/highlight/node_modules/color-convert/package.json @@ -7,7 +7,9 @@ "repository": "Qix-/color-convert", "scripts": { "pretest": "xo", - "test": "node test/basic.js" + "test": "node test/basic.js", + "prepublish": "npm run snyk-protect", + "snyk-protect": "snyk-protect" }, "keywords": [ "color", @@ -37,10 +39,12 @@ } }, "devDependencies": { - "chalk": "1.1.1", - "xo": "0.11.2" + "chalk": "1.1.2", + "xo": "0.40.3" }, "dependencies": { - "color-name": "1.1.3" - } + "color-name": "1.1.3", + "@snyk/protect": "latest" + }, + "snyk": true }