Skip to content

Commit f6daafd

Browse files
committed
Regenerated package-lock.json
The `package-lock.json` was hanging onto old dependencies (some wish security vulterabilities!) even though the parent dependencies had long since been updated. Notably, this was true of several issues with `cssnano`'s dependency on `dot-prop`. While `npm audit fix` removed these, it did so by leaving `css-nano` in an unusable state. Given this, I deleted `package-lock.json` and then regenerated it using `npm i --package-lock-only`. This regenerated the file, while removing a _lot_ of old dependencies.
1 parent e4d78ff commit f6daafd

1 file changed

Lines changed: 22 additions & 542 deletions

File tree

0 commit comments

Comments
 (0)