1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-25 11:33:35 +03:00

Run an npm audit and fix vulnerabilities

$ npm audit fix --force
npm WARN using --force I sure hope you know what you are doing.

> fsevents@1.2.4 install C:\Users\mikem\OneDrive\Documents\terminus-new\terminus\node_modules\fsevents
> node install

npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN term@ No license field.

+ npx@10.2.0
+ url-loader@1.1.1
+ electron-builder-squirrel-windows@20.28.3
added 83 packages from 35 contributors, removed 39 packages and updated 37 packages in 90.502s
fixed 31 of 39 vulnerabilities in 21449 scanned packages
  8 vulnerabilities required manual review and could not be updated
  3 package updates for 31 vulns involved breaking changes
  (installed due to `--force` option)
This commit is contained in:
Mike MacCana 2018-10-10 11:28:06 +01:00
parent 5bd8fb63e5
commit ef7b1ad5d9

View File

@ -18,7 +18,7 @@
"css-loader": "0.28.0", "css-loader": "0.28.0",
"electron": "3.0.0", "electron": "3.0.0",
"electron-builder": "^20.27.1", "electron-builder": "^20.27.1",
"electron-builder-squirrel-windows": "17.0.1", "electron-builder-squirrel-windows": "^20.28.3",
"electron-installer-snap": "^3.0.0", "electron-installer-snap": "^3.0.0",
"electron-rebuild": "^1.8.2", "electron-rebuild": "^1.8.2",
"eslint": "^5.4.0", "eslint": "^5.4.0",
@ -38,7 +38,7 @@
"node-gyp": "^3.6.2", "node-gyp": "^3.6.2",
"node-sass": "^4.5.3", "node-sass": "^4.5.3",
"npmlog": "4.1.0", "npmlog": "4.1.0",
"npx": "^9.7.1", "npx": "^10.2.0",
"pug": "^2.0.3", "pug": "^2.0.3",
"pug-html-loader": "1.0.9", "pug-html-loader": "1.0.9",
"pug-lint": "^2.5.0", "pug-lint": "^2.5.0",
@ -56,7 +56,7 @@
"tslint-config-standard": "5.0.2", "tslint-config-standard": "5.0.2",
"tslint-eslint-rules": "4.0.0", "tslint-eslint-rules": "4.0.0",
"typescript": "^2.8.3", "typescript": "^2.8.3",
"url-loader": "0.5.7", "url-loader": "^1.1.1",
"val-loader": "0.5.0", "val-loader": "0.5.0",
"webpack": "^4.8.3", "webpack": "^4.8.3",
"webpack-cli": "^2.1.3", "webpack-cli": "^2.1.3",