chore: update packages

This commit is contained in:
Bill Church 2020-03-14 13:14:13 -04:00
parent 80c48055fe
commit be3ec6857a
2 changed files with 1032 additions and 606 deletions

1598
app/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "webssh2", "name": "webssh2",
"version": "0.2.10-1", "version": "0.3.0-pre-release-0",
"ignore": [ "ignore": [
".gitignore" ".gitignore"
], ],
@ -30,19 +30,15 @@
"basic-auth": "~2.0.1", "basic-auth": "~2.0.1",
"cidr-matcher": "2.1.1", "cidr-matcher": "2.1.1",
"colors": "~1.4.0", "colors": "~1.4.0",
"compression": "~1.7.4",
"debug": "^4.1.1", "debug": "^4.1.1",
"express": "~4.17.1", "express": "~4.17.1",
"express-session": "~1.17.0", "express-session": "~1.17.0",
"morgan": "~1.9.1", "morgan": "~1.9.1",
"read-config-ng": "~1.6.1", "read-config-ng": "~1.6.1",
"serve-favicon": "^2.5.0",
"socket.io": "2.2.0", "socket.io": "2.2.0",
"ssh2": "~0.8.6", "ssh2": "~0.8.8",
"terser-webpack-plugin": "^2.2.1", "validator": "^12.2.0"
"validator": "^12.1.0",
"xterm-addon-fit": "^0.3.0",
"xterm-addon-search": "^0.3.0",
"xterm-addon-web-links": "^0.2.1"
}, },
"scripts": { "scripts": {
"start": "node index.js", "start": "node index.js",
@ -66,25 +62,29 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25", "terser-webpack-plugin": "^2.3.5",
"@fortawesome/free-solid-svg-icons": "^5.11.2", "xterm-addon-fit": "^0.3.0",
"xterm-addon-search": "^0.5.0",
"xterm-addon-web-links": "^0.2.1",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"clean-webpack-plugin": "^3.0.0", "clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.5", "copy-webpack-plugin": "^5.1.1",
"cross-env": "^6.0.3", "cross-env": "^7.0.2",
"css-loader": "^3.2.0", "css-loader": "^3.4.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0", "extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^4.2.0", "file-loader": "^5.1.0",
"nodaemon": "0.0.5", "nodaemon": "0.0.5",
"postcss-discard-comments": "^4.0.2", "postcss-discard-comments": "^4.0.2",
"snazzy": "^8.0.0", "snazzy": "^8.0.0",
"standard": "^14.3.1", "standard": "^14.3.1",
"standard-version": "^7.0.0", "standard-version": "^7.1.0",
"style-loader": "^1.0.0", "style-loader": "^1.1.3",
"url-loader": "^2.2.0", "url-loader": "^3.0.0",
"webpack": "^4.41.2", "webpack": "^4.42.0",
"webpack-cli": "^3.3.10", "webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2", "webpack-merge": "^4.2.2",
"webpack-stream": "^5.2.1", "webpack-stream": "^5.2.1",
"xterm": "^4.2.0" "xterm": "^4.4.0"
} }
} }