update: run npm update

This commit is contained in:
Xymorot 2020-11-09 18:30:30 +01:00
parent 913d2653bb
commit ea9b1e6055
2 changed files with 1963 additions and 1101 deletions

3004
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -49,52 +49,52 @@
"fs-extra": "^9.0.1", "fs-extra": "^9.0.1",
"inversify": "^5.0.1", "inversify": "^5.0.1",
"minimist": "^1.2.5", "minimist": "^1.2.5",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.1",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"sqlite3": "^5.0.0", "sqlite3": "^5.0.0",
"typeorm": "^0.2.25", "typeorm": "^0.2.29",
"uuid": "^8.3.0" "uuid": "^8.3.1"
}, },
"devDependencies": { "devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.52", "@electron-forge/cli": "^6.0.0-beta.54",
"@electron-forge/maker-squirrel": "^6.0.0-beta.52", "@electron-forge/maker-squirrel": "^6.0.0-beta.54",
"@types/chai": "^4.2.12", "@types/chai": "^4.2.14",
"@types/chai-fs": "^2.0.2", "@types/chai-fs": "^2.0.2",
"@types/fs-extra": "^9.0.1", "@types/fs-extra": "^9.0.3",
"@types/minimist": "^1.2.0", "@types/minimist": "^1.2.0",
"@types/mocha": "^8.0.1", "@types/mocha": "^8.0.3",
"@types/node": "^12.12.54", "@types/node": "^12.19.3",
"@types/node-fetch": "^2.5.7", "@types/node-fetch": "^2.5.7",
"@types/sinon": "^9.0.4", "@types/sinon": "^9.0.8",
"@types/uuid": "^8.0.1", "@types/uuid": "^8.3.0",
"@types/webpack": "^4.41.21", "@types/webpack": "^4.41.24",
"@typescript-eslint/eslint-plugin": "^3.8.0", "@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.8.0", "@typescript-eslint/parser": "^3.10.1",
"chai": "^4.2.0", "chai": "^4.2.0",
"chai-fs": "^2.0.0", "chai-fs": "^2.0.0",
"chokidar": "^3.4.2", "chokidar": "^3.4.3",
"concurrently": "^5.2.0", "concurrently": "^5.3.0",
"electron": "^9.1.2", "electron": "^9.3.3",
"electron-rebuild": "^1.11.0", "electron-rebuild": "^1.11.0",
"eslint": "^7.6.0", "eslint": "^7.13.0",
"eslint-config-prettier": "^6.11.0", "eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.0", "eslint-plugin-import": "^2.22.1",
"fast-check": "^2.0.0", "fast-check": "^2.6.1",
"handlebars": "^4.7.6", "handlebars": "^4.7.6",
"husky": "^4.2.5", "husky": "^4.3.0",
"lodash": "^4.17.19", "lodash": "^4.17.20",
"mocha": "^8.1.1", "mocha": "^8.2.1",
"nock": "^13.0.3", "nock": "^13.0.4",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"prettier": "^2.0.5", "prettier": "^2.1.2",
"rewiremock": "^3.14.3", "rewiremock": "^3.14.3",
"sinon": "^9.0.2", "sinon": "^9.2.1",
"spectron": "^11.1.0", "spectron": "^11.1.0",
"svelte": "^3.24.1", "svelte": "^3.29.6",
"svelte-loader": "^2.13.6", "svelte-loader": "^2.13.6",
"ts-loader": "^8.0.2", "ts-loader": "^8.0.11",
"typescript": "^3.9.7", "typescript": "^3.9.7",
"webpack": "^4.44.1", "webpack": "^4.44.2",
"webpack-cli": "^3.3.12" "webpack-cli": "^3.3.12"
}, },
"repository": "https://git.fuwafuwa.moe/Xymorot/RenaiApp", "repository": "https://git.fuwafuwa.moe/Xymorot/RenaiApp",