chore(deps): bumped a few deps

This commit is contained in:
Alexis Tyler
2020-05-12 21:09:30 +09:30
parent b63494414a
commit 0f382fe8e4
2 changed files with 3332 additions and 2812 deletions

6134
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -31,8 +31,8 @@
"@unraid/core": "github:unraid/core#master",
"accesscontrol": "^2.2.1",
"am": "^1.0.2",
"apollo-server": "2.12.0",
"apollo-server-express": "2.12.0",
"apollo-server": "2.13.1",
"apollo-server-express": "2.13.1",
"camelcase": "6.0.0",
"express": "^4.17.1",
"graphql": "^15.0.0",
@@ -52,17 +52,17 @@
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"ava": "^3.8.0",
"ava": "^3.8.2",
"bundle-dependencies": "^1.0.2",
"cpx": "1.5.0",
"cz-conventional-changelog": "3.1.0",
"cz-conventional-changelog": "3.2.0",
"husky": "4.2.5",
"modclean": "^3.0.0-beta.1",
"node-env-run": "^3.0.2",
"npm-check": "5.9.2",
"source-map-support": "0.5.19",
"standard-version": "^7.1.0",
"ts-node": "8.9.1",
"ts-node": "8.10.1",
"typescript": "3.8.3",
"xo": "0.30.0"
},