Skip to content

Commit 2782166

Browse files
hasezoeynodkz
authored andcommitted
fix: update Dependencies (audit problems)
1 parent 5cafc11 commit 2782166

File tree

3 files changed

+2168
-3393
lines changed

3 files changed

+2168
-3393
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
"description": "In-memory MongoDB Server. Designed with testing in mind, the server will allow you to connect your favourite ODM or client library to the MongoDB Server and run integration tests isolated from each other.",
66
"repository": "https://github.com/nodkz/mongodb-memory-server",
77
"devDependencies": {
8-
"@types/jest": "24.0.24",
8+
"@types/jest": "26.0.7",
99
"@types/mongodb": "3.3.13",
1010
"@types/node": "12.12.21",
11-
"@typescript-eslint/eslint-plugin": "2.12.0",
12-
"@typescript-eslint/parser": "2.12.0",
11+
"@typescript-eslint/eslint-plugin": "3.7.0",
12+
"@typescript-eslint/parser": "3.7.0",
1313
"cross-env": "^6.0.3",
14-
"eslint": "6.7.2",
15-
"eslint-config-prettier": "6.7.0",
16-
"eslint-plugin-prettier": "3.1.2",
14+
"eslint": "7.5.0",
15+
"eslint-config-prettier": "6.11.0",
16+
"eslint-plugin-prettier": "3.1.4",
1717
"flowgen": "^1.10.0",
18-
"jest": "^24.9.0",
19-
"lerna": "3.19.0",
18+
"jest": "^26.1.0",
19+
"lerna": "3.22.1",
2020
"mongodb": "3.4.0",
2121
"npm-run-all": "^4.1.5",
22-
"prettier": "1.19.1",
23-
"ts-jest": "^24.2.0",
24-
"typescript": "^3.7.3"
22+
"prettier": "2.0.5",
23+
"ts-jest": "^26.1.3",
24+
"typescript": "^3.9.7"
2525
},
2626
"workspaces": {
2727
"packages": [

packages/mongodb-memory-server-core/package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,22 @@
3131
},
3232
"homepage": "https://github.com/nodkz/mongodb-memory-server",
3333
"devDependencies": {
34-
"@types/jest": "25.1.4",
34+
"@types/jest": "26.0.7",
3535
"@types/mongodb": "3.5.2",
3636
"@types/tar-stream": "^2.1.0",
3737
"@types/yauzl": "^2.9.1",
38-
"@typescript-eslint/eslint-plugin": "2.23.0",
39-
"@typescript-eslint/parser": "2.23.0",
38+
"@typescript-eslint/eslint-plugin": "3.7.0",
39+
"@typescript-eslint/parser": "3.7.0",
4040
"cross-env": "^7.0.2",
41-
"eslint": "6.8.0",
42-
"eslint-config-prettier": "6.10.0",
43-
"jest": "^25.1.0",
44-
"lerna": "3.20.2",
41+
"eslint": "7.5.0",
42+
"eslint-config-prettier": "6.11.0",
43+
"flowgen": "^1.10.0",
44+
"jest": "^26.1.0",
45+
"lerna": "3.22.1",
4546
"mongodb": "3.5.4",
4647
"rimraf": "^3.0.2",
47-
"ts-jest": "^25.2.1",
48-
"typescript": "^3.8.3"
48+
"ts-jest": "^26.1.3",
49+
"typescript": "^3.9.7"
4950
},
5051
"dependencies": {
5152
"@types/cross-spawn": "^6.0.1",

0 commit comments

Comments
 (0)