Add security warning.

This commit is contained in:
Daniel Scalzi
2021-12-10 16:11:39 -05:00
parent e97ac9bfad
commit 640f3f0507
5 changed files with 343 additions and 329 deletions

View File

@@ -28,29 +28,29 @@
"homepage": "https://github.com/dscalzi/Nebula#readme",
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/luxon": "^2.0.5",
"@types/luxon": "^2.0.7",
"@types/minimatch": "^3.0.5",
"@types/node": "^16.11.6",
"@types/node": "^16.11.12",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"eslint": "^8.1.0",
"@types/yargs": "^17.0.7",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^8.4.1",
"rimraf": "^3.0.2",
"typescript": "^4.4.4"
"typescript": "^4.5.3"
},
"dependencies": {
"dotenv": "^10.0.0",
"fs-extra": "^10.0.0",
"got": "^11.8.2",
"got": "^11.8.3",
"helios-distribution-types": "^1.0.0-rc.2",
"luxon": "^2.0.2",
"luxon": "^2.2.0",
"minimatch": "^3.0.4",
"node-stream-zip": "^1.15.0",
"toml": "^3.0.0",
"triple-beam": "^1.3.0",
"ts-json-schema-generator": "^0.96.0",
"ts-json-schema-generator": "^0.97.0",
"winston": "^3.3.3",
"yargs": "^17.2.1"
"yargs": "^17.3.0"
}
}