Update several dependencies, remove a few as well

This commit is contained in:
Scott Nonnenberg
2021-11-15 16:49:34 -08:00
committed by GitHub
parent 5076972c5b
commit 1982d5c8db
6 changed files with 350 additions and 2859 deletions

View File

@@ -12,7 +12,7 @@
},
"main": "app/main.js",
"scripts": {
"postinstall": "yarn build:acknowledgments && yarn build:fuses && snyk protect && patch-package && electron-builder install-app-deps && rimraf node_modules/dtrace-provider",
"postinstall": "yarn build:acknowledgments && yarn build:fuses && patch-package && electron-builder install-app-deps && rimraf node_modules/dtrace-provider",
"postuninstall": "yarn build:acknowledgments",
"start": "electron .",
"grunt": "grunt",
@@ -236,7 +236,7 @@
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0",
"arraybuffer-loader": "1.0.3",
"asar": "0.14.0",
"asar": "3.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "8.0.6",
"babel-plugin-lodash": "3.3.4",
@@ -257,16 +257,15 @@
"eslint-plugin-more": "1.0.0",
"eslint-plugin-react": "7.20.6",
"file-loader": "4.2.0",
"grunt": "1.4.0",
"grunt-cli": "1.2.0",
"grunt-contrib-concat": "1.0.1",
"grunt": "1.4.1",
"grunt-cli": "1.4.3",
"grunt-contrib-concat": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-exec": "3.0.0",
"grunt-gitinfo": "0.1.7",
"grunt-sass": "3.0.1",
"grunt-gitinfo": "0.1.9",
"grunt-sass": "3.1.0",
"html-webpack-plugin": "5.3.1",
"jsdoc": "3.6.2",
"mocha": "4.1.0",
"mocha-testcheck": "1.0.0-rc.0",
"node-gyp": "7.1.2",
@@ -279,7 +278,6 @@
"react-docgen-typescript": "1.2.6",
"sass-loader": "10.2.0",
"sinon": "11.1.1",
"snyk": "1.316.1",
"spectron": "5.0.0",
"style-loader": "1.0.0",
"terser-webpack-plugin": "5.1.1",