diff --git a/.snyk b/.snyk deleted file mode 100644 index 343bbe13..00000000 --- a/.snyk +++ /dev/null @@ -1,30 +0,0 @@ -# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.13.5 -ignore: {} -# patches apply the minimum changes required to fix a vulnerability -patch: - SNYK-JS-LODASH-450202: - - '@rails/webpacker > node-sass > gaze > globule > lodash': - patched: '2019-07-04T06:33:26.979Z' - - webpack-merge > lodash: - patched: '2019-07-04T06:33:26.979Z' - - '@rails/webpacker > optimize-css-assets-webpack-plugin > last-call-webpack-plugin > lodash': - patched: '2019-07-04T06:33:26.979Z' - - '@rails/webpacker > @babel/preset-env > @babel/plugin-transform-block-scoping > lodash': - patched: '2019-07-04T06:33:26.979Z' - - '@rails/webpacker > node-sass > sass-graph > lodash': - patched: '2019-07-04T06:33:26.979Z' - - '@rails/webpacker > @babel/preset-env > @babel/plugin-proposal-unicode-property-regex > @babel/helper-regex > lodash': - patched: '2019-07-04T06:33:26.979Z' - - '@rails/webpacker > @babel/core > lodash': - patched: '2019-07-04T06:33:26.979Z' - - '@rails/webpacker > @babel/preset-env > @babel/plugin-transform-modules-commonjs > @babel/helper-module-transforms > @babel/types > lodash': - patched: '2019-07-04T06:33:26.979Z' - - '@rails/webpacker > @babel/preset-env > @babel/plugin-transform-modules-commonjs > @babel/helper-module-transforms > @babel/helper-split-export-declaration > @babel/types > lodash': - patched: '2019-07-04T06:33:26.979Z' - - '@rails/webpacker > @babel/preset-env > @babel/plugin-proposal-async-generator-functions > @babel/helper-remap-async-to-generator > @babel/helper-wrap-function > @babel/traverse > @babel/generator > lodash': - patched: '2019-07-04T06:33:26.979Z' - - '@rails/webpacker > @babel/preset-env > @babel/plugin-transform-exponentiation-operator > @babel/helper-builder-binary-assignment-operator-visitor > @babel/helper-explode-assignable-expression > @babel/traverse > @babel/helper-function-name > @babel/types > lodash': - patched: '2019-07-04T06:33:26.979Z' - - '@rails/webpacker > @babel/preset-env > @babel/plugin-transform-async-to-generator > @babel/helper-remap-async-to-generator > @babel/helper-wrap-function > @babel/traverse > @babel/helper-function-name > @babel/template > @babel/types > lodash': - patched: '2019-07-04T06:33:26.979Z' diff --git a/package.json b/package.json index 2f1d26b7..add5e0f5 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,6 @@ }, "scripts": { "webpack": "./bin/webpack", - "webpack-dev-server": "./bin/webpack-dev-server", - "snyk-protect": "snyk protect", - "prepublish": "npm run snyk-protect" - }, - "snyk": true + "webpack-dev-server": "./bin/webpack-dev-server" + } }