fix: update dependencies
This commit is contained in:
parent
246ac5e726
commit
2dbb37a690
12
package.json
12
package.json
@ -89,7 +89,7 @@
|
||||
"moment": "~2.18.1",
|
||||
"moment-timezone": "~0.5.13",
|
||||
"mongodb": "~2.2.30",
|
||||
"mongoose": "^4.11.1",
|
||||
"mongoose": "~4.11.1",
|
||||
"multer": "~1.3.0",
|
||||
"node-2fa": "~1.1.2",
|
||||
"node-graceful": "~0.2.3",
|
||||
@ -110,7 +110,7 @@
|
||||
"remove-markdown": "~0.2.0",
|
||||
"request": "~2.81.0",
|
||||
"search-index-adder": "~0.3.9",
|
||||
"search-index-searcher": "~0.2.8",
|
||||
"search-index-searcher": "~0.2.10",
|
||||
"semver": "~5.3.0",
|
||||
"serve-favicon": "~2.4.3",
|
||||
"simplemde": "~1.11.2",
|
||||
@ -133,13 +133,13 @@
|
||||
"brace": "~0.10.0",
|
||||
"colors": "~1.1.2",
|
||||
"consolidate": "~0.14.5",
|
||||
"eslint": "~4.2.0",
|
||||
"eslint": "~4.3.0",
|
||||
"eslint-config-standard": "~10.2.1",
|
||||
"eslint-plugin-import": "~2.7.0",
|
||||
"eslint-plugin-node": "~5.1.0",
|
||||
"eslint-plugin-promise": "~3.5.0",
|
||||
"eslint-plugin-standard": "~3.0.1",
|
||||
"fuse-box": "~2.2.0",
|
||||
"fuse-box": "~2.2.1",
|
||||
"i18next-xhr-backend": "~1.4.2",
|
||||
"jest": "~20.0.4",
|
||||
"jquery": "~3.2.1",
|
||||
@ -156,11 +156,11 @@
|
||||
"typescript": "~2.4.1",
|
||||
"uglify-es": "~3.0.24",
|
||||
"vee-validate": "~2.0.0-rc.6",
|
||||
"vue": "~2.4.1",
|
||||
"vue": "~2.4.2",
|
||||
"vue-clipboards": "~1.0.2",
|
||||
"vue-lodash": "~1.0.3",
|
||||
"vue-resource": "~1.3.4",
|
||||
"vue-template-compiler": "~2.4.1",
|
||||
"vue-template-compiler": "~2.4.2",
|
||||
"vue-template-es2015-compiler": "~1.5.3",
|
||||
"vuex": "~2.3.1"
|
||||
},
|
||||
|
35
yarn.lock
35
yarn.lock
@ -1571,7 +1571,7 @@ cross-spawn@^4.0.0, cross-spawn@^4.0.2:
|
||||
lru-cache "^4.0.1"
|
||||
which "^1.2.9"
|
||||
|
||||
cross-spawn@^5.0.1:
|
||||
cross-spawn@^5.0.1, cross-spawn@^5.1.0:
|
||||
version "5.1.0"
|
||||
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
|
||||
dependencies:
|
||||
@ -2043,14 +2043,15 @@ eslint-scope@^3.7.1:
|
||||
esrecurse "^4.1.0"
|
||||
estraverse "^4.1.1"
|
||||
|
||||
eslint@~4.2.0:
|
||||
version "4.2.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.2.0.tgz#a2b3184111b198e02e9c7f3cca625a5e01c56b3d"
|
||||
eslint@^4.3.0:
|
||||
version "4.3.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.3.0.tgz#fcd7c96376bbf34c85ee67ed0012a299642b108f"
|
||||
dependencies:
|
||||
ajv "^5.2.0"
|
||||
babel-code-frame "^6.22.0"
|
||||
chalk "^1.1.3"
|
||||
concat-stream "^1.6.0"
|
||||
cross-spawn "^5.1.0"
|
||||
debug "^2.6.8"
|
||||
doctrine "^2.0.0"
|
||||
eslint-scope "^3.7.1"
|
||||
@ -2059,6 +2060,7 @@ eslint@~4.2.0:
|
||||
estraverse "^4.2.0"
|
||||
esutils "^2.0.2"
|
||||
file-entry-cache "^2.0.0"
|
||||
functional-red-black-tree "^1.0.1"
|
||||
glob "^7.1.2"
|
||||
globals "^9.17.0"
|
||||
ignore "^3.3.3"
|
||||
@ -2077,6 +2079,7 @@ eslint@~4.2.0:
|
||||
pluralize "^4.0.0"
|
||||
progress "^2.0.0"
|
||||
require-uncached "^1.0.3"
|
||||
semver "^5.3.0"
|
||||
strip-json-comments "~2.0.1"
|
||||
table "^4.0.1"
|
||||
text-table "~0.2.0"
|
||||
@ -2588,9 +2591,9 @@ functional-red-black-tree@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
|
||||
|
||||
fuse-box@~2.2.0:
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/fuse-box/-/fuse-box-2.2.0.tgz#46ab238cc5f091c9a7e61e0ca407cb2085f5eb70"
|
||||
fuse-box@^2.2.1:
|
||||
version "2.2.1"
|
||||
resolved "https://registry.yarnpkg.com/fuse-box/-/fuse-box-2.2.1.tgz#444dc3bd01a47b8044210d7344495cae92d3af3a"
|
||||
dependencies:
|
||||
acorn "^5.0.3"
|
||||
acorn-es7 "^0.1.0"
|
||||
@ -5996,9 +5999,9 @@ search-index-adder@~0.3.9:
|
||||
optionalDependencies:
|
||||
leveldown "^1.7.1"
|
||||
|
||||
search-index-searcher@~0.2.8:
|
||||
version "0.2.9"
|
||||
resolved "https://registry.yarnpkg.com/search-index-searcher/-/search-index-searcher-0.2.9.tgz#276ee2327cb805265897a90dc7c00ac889859673"
|
||||
search-index-searcher@^0.2.10:
|
||||
version "0.2.10"
|
||||
resolved "https://registry.yarnpkg.com/search-index-searcher/-/search-index-searcher-0.2.10.tgz#3b52b8bb643065883997dfce57c6c792ec551cb0"
|
||||
dependencies:
|
||||
bunyan "^1.8.1"
|
||||
intersect-arrays-to-stream "^0.0.3"
|
||||
@ -6933,9 +6936,9 @@ vue-resource@~1.3.4:
|
||||
dependencies:
|
||||
got "^7.0.0"
|
||||
|
||||
vue-template-compiler@~2.4.1:
|
||||
version "2.4.1"
|
||||
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.4.1.tgz#20115cf8714f222f9be4111ec75b079a1c9b8197"
|
||||
vue-template-compiler@^2.4.2:
|
||||
version "2.4.2"
|
||||
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.4.2.tgz#5a45d843f148b098f6c1d1e35ac20c4956d30ad1"
|
||||
dependencies:
|
||||
de-indent "^1.0.2"
|
||||
he "^1.1.0"
|
||||
@ -6944,9 +6947,9 @@ vue-template-es2015-compiler@~1.5.3:
|
||||
version "1.5.3"
|
||||
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.5.3.tgz#22787de4e37ebd9339b74223bc467d1adee30545"
|
||||
|
||||
vue@~2.4.1:
|
||||
version "2.4.1"
|
||||
resolved "https://registry.yarnpkg.com/vue/-/vue-2.4.1.tgz#76e0b8eee614613532216b7bfe784e0b5695b160"
|
||||
vue@^2.4.2:
|
||||
version "2.4.2"
|
||||
resolved "https://registry.yarnpkg.com/vue/-/vue-2.4.2.tgz#a9855261f191c978cc0dc1150531b8d08149b58c"
|
||||
|
||||
vuex@~2.3.1:
|
||||
version "2.3.1"
|
||||
|
Loading…
Reference in New Issue
Block a user