diff --git a/node_modules/clean-yaml-object/.snyk b/node_modules/clean-yaml-object/.snyk new file mode 100644 index 0000000000..1735220242 --- /dev/null +++ b/node_modules/clean-yaml-object/.snyk @@ -0,0 +1,8 @@ +# 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-25T15:24:35.640Z' diff --git a/node_modules/clean-yaml-object/package.json b/node_modules/clean-yaml-object/package.json index 27a6564ba4..dddecb1edf 100644 --- a/node_modules/clean-yaml-object/package.json +++ b/node_modules/clean-yaml-object/package.json @@ -13,7 +13,9 @@ "node": ">=0.10.0" }, "scripts": { - "test": "xo && nyc --cache --reporter=lcov --reporter=text ava" + "test": "xo && nyc --cache --reporter=lcov --reporter=text ava", + "prepublish": "npm run snyk-protect", + "snyk-protect": "snyk-protect" }, "files": [ "index.js" @@ -27,11 +29,14 @@ "json", "error" ], - "dependencies": {}, + "dependencies": { + "@snyk/protect": "latest" + }, "devDependencies": { - "ava": "^0.10.0", - "coveralls": "^2.11.6", - "nyc": "^5.3.0", - "xo": "^0.12.1" - } + "ava": "^4.0.0", + "coveralls": "^3.0.0", + "nyc": "^14.0.0", + "xo": "^0.40.3" + }, + "snyk": true } \ No newline at end of file