Scan-o-Matic / scanomatic-standalone

GNU General Public License v3.0
0 stars 0 forks source link

remove fix and audit #139

Closed skymandr closed 2 years ago

skymandr commented 2 years ago

This removes the node dependencies fix and audit, which seem to have been installed by mistake:

N.B.: npm audit npm audit fix and npm run lint --fix should still work! These packages have nothing to do with these functionalities!

Removing this removes at least one other unsafe dependency. This may also make it possible to further upgrade some of our dependencies. I thought it would also update log4js to a safe version but was mistaken.

$ npm outdated
Package                Current   Wanted  Latest  Location                            Depended by
babel-loader             7.1.5    7.1.5   8.2.3  node_modules/babel-loader           scanomatic-standalone
babel-plugin-istanbul    4.1.6    4.1.6   6.1.1  node_modules/babel-plugin-istanbul  scanomatic-standalone
bootstrap                3.4.1    3.4.1   5.1.3  node_modules/bootstrap              scanomatic-standalone
c3                      0.4.24   0.4.24  0.7.20  node_modules/c3                     scanomatic-standalone
css-loader               5.2.7    5.2.7   6.5.1  node_modules/css-loader             scanomatic-standalone
d3                      3.5.17   3.5.17   7.3.0  node_modules/d3                     scanomatic-standalone
eslint                  7.32.0   7.32.0   8.7.0  node_modules/eslint                 scanomatic-standalone
karma-webpack           2.0.13   2.0.13   5.0.0  node_modules/karma-webpack          scanomatic-standalone
react                  16.14.0  16.14.0  17.0.2  node_modules/react                  scanomatic-standalone
react-dom              16.14.0  16.14.0  17.0.2  node_modules/react-dom              scanomatic-standalone
react-test-renderer    16.14.0  16.14.0  17.0.2  node_modules/react-test-renderer    scanomatic-standalone
style-loader             2.0.0    2.0.0   3.3.1  node_modules/style-loader           scanomatic-standalone
webpack                 4.46.0   4.46.0  5.67.0  node_modules/webpack                scanomatic-standalone