Closed anselmbradford closed 5 years ago
Updating stylelint
from 9.3.0
to 9.9.0
breaks gulp lint
, which happens automatically when package-lock is regenerated. I've downgraded it for now to fix the security vulnerabilities this PR intends to address.
Repo reports vulnerabilities for
merge
andcryptiles
. Updates gulp-less and jest to update/remove these dependencies.Additions
del
dependency.Changes
babel-jest
,babel-loader
,gulp-less
,jest
,jest-cli
,jest-when
,jsdom
,require-dir
, andthrough2
..babelrc
updated tobabel.config.js
.Testing
npm install
npm run build
gulp test
should pass.Screenshots
Notes
del
ended up in package-lock.json but was not in package.json, ???