Further delete snyk

This commit is contained in:
Sebastian Serth
2020-03-18 23:04:04 +01:00
parent c9c0abd0cd
commit 615dd2eb61
2 changed files with 2 additions and 35 deletions

30
.snyk
View File

@ -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'

View File

@ -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"
}
}