npm update.

This commit is contained in:
John Livingston 2021-08-06 16:40:20 +02:00
parent ef050dcbaa
commit a60cb31772
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 1771 additions and 1393 deletions

3128
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@
"assets/style.css" "assets/style.css"
], ],
"dependencies": { "dependencies": {
"async": "^3.2.0", "async": "^3.2.1",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"decache": "^4.6.0", "decache": "^4.6.0",
"express-http-proxy": "^1.6.2", "express-http-proxy": "^1.6.2",
@ -36,30 +36,30 @@
"log-rotate": "^0.2.8" "log-rotate": "^0.2.8"
}, },
"devDependencies": { "devDependencies": {
"@purtuga/esm-webpack-plugin": "^1.1.1", "@purtuga/esm-webpack-plugin": "^1.5.0",
"@tsconfig/node12": "^1.0.7", "@tsconfig/node12": "^1.0.9",
"@types/async": "^3.2.6", "@types/async": "^3.2.7",
"@types/express": "^4.17.11", "@types/express": "^4.17.13",
"@types/express-http-proxy": "^1.6.1", "@types/express-http-proxy": "^1.6.2",
"@types/got": "^9.6.11", "@types/got": "^9.6.12",
"@types/node": "^14.14.37", "@types/node": "^14.17.9",
"@types/winston": "^2.4.4", "@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^4.21.0", "@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.21.0", "@typescript-eslint/parser": "^4.29.0",
"converse.js": "^7.0.5", "converse.js": "^7.0.6",
"eslint": "^7.20.0", "eslint": "^7.32.0",
"eslint-config-standard": "^16.0.2", "eslint-config-standard": "^16.0.3",
"eslint-config-standard-with-typescript": "^20.0.0", "eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1", "eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0", "eslint-plugin-standard": "^5.0.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"svgo": "^2.3.1", "svgo": "^2.3.1",
"ts-loader": "^8.1.0", "ts-loader": "^8.3.0",
"typescript": "^4.2.3", "typescript": "^4.3.5",
"webpack": "^4.41.2", "webpack": "^4.46.0",
"webpack-cli": "^3.3.10" "webpack-cli": "^3.3.12"
}, },
"engine": { "engine": {
"peertube": ">=3.2.0" "peertube": ">=3.2.0"