Skip to content

Commit 832a507

Browse files
committedJan 19, 2020
Updated dependencies
1 parent 848a3e6 commit 832a507

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed
 

‎package.json

+14-8
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
},
3434
"homepage": "https://github.com/os-js/osjs-server#readme",
3535
"dependencies": {
36-
"@osjs/common": "^3.0.3",
36+
"@osjs/common": "^3.0.4",
3737
"body-parser": "^1.19.0",
38-
"chokidar": "^2.1.8",
38+
"chokidar": "^3.3.1",
3939
"connect-loki": "^1.1.0",
4040
"consola": "^2.11.3",
41-
"deepmerge": "^2.2.1",
41+
"deepmerge": "^4.2.2",
4242
"express": "^4.17.1",
4343
"express-http-proxy": "^1.6.0",
4444
"express-session": "^1.17.0",
@@ -52,12 +52,12 @@
5252
"morgan": "^1.9.1",
5353
"nocache": "^2.1.0",
5454
"sanitize-filename": "^1.6.3",
55-
"uuid": "^3.3.3"
55+
"uuid": "^3.4.0"
5656
},
5757
"devDependencies": {
5858
"@osjs/eslint-config": "^1.0.2",
5959
"eslint": "^6.8.0",
60-
"jest-express": "^1.10.1",
60+
"jest-express": "^1.10.2",
6161
"temp": "^0.9.1"
6262
},
6363
"eslintConfig": {
@@ -94,13 +94,19 @@
9494
}
9595
}
9696
},
97-
{"name": "esdoc-publish-html-plugin"},
98-
{"name": "./src/esdoc.js"}
97+
{
98+
"name": "esdoc-publish-html-plugin"
99+
},
100+
{
101+
"name": "./src/esdoc.js"
102+
}
99103
]
100104
},
101105
"jest": {
102106
"collectCoverage": true,
103-
"coverageReporters": ["lcov"],
107+
"coverageReporters": [
108+
"lcov"
109+
],
104110
"moduleNameMapper": {
105111
"^osjs$": "<rootDir>/__mocks__/core.js"
106112
},

0 commit comments

Comments
 (0)
Please sign in to comment.