Skip to content

Commit 301b0f2

Browse files
committed
chore: update dependencies
1 parent 66dc223 commit 301b0f2

File tree

3 files changed

+523
-441
lines changed

3 files changed

+523
-441
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,35 @@
77
"devDependencies": {
88
"@commitlint/cli": "11.0.0",
99
"@commitlint/config-conventional": "11.0.0",
10-
"@google/semantic-release-replace-plugin": "^1.0.1",
10+
"@google/semantic-release-replace-plugin": "1.0.2",
1111
"@semantic-release/changelog": "^5.0.1",
1212
"@semantic-release/commit-analyzer": "^8.0.1",
1313
"@semantic-release/git": "^9.0.0",
1414
"@semantic-release/github": "^7.1.1",
1515
"@semantic-release/npm": "^7.0.6",
1616
"@semantic-release/release-notes-generator": "^9.0.1",
17-
"@types/jest": "26.0.14",
18-
"@types/mongodb": "3.5.27",
19-
"@types/node": "14.11.2",
17+
"@types/jest": "26.0.15",
18+
"@types/mongodb": "3.5.31",
19+
"@types/node": "14.14.5",
2020
"@types/rimraf": "^3.0.0",
21-
"@typescript-eslint/eslint-plugin": "4.3.0",
22-
"@typescript-eslint/parser": "4.3.0",
21+
"@typescript-eslint/eslint-plugin": "4.6.0",
22+
"@typescript-eslint/parser": "4.6.0",
2323
"commitlint": "11.0.0",
2424
"conventional-changelog-conventionalcommits": "^4.4.0",
2525
"cross-env": "^7.0.2",
2626
"doctoc": "^1.4.0",
27-
"eslint": "7.10.0",
28-
"eslint-config-prettier": "6.12.0",
27+
"eslint": "7.12.1",
28+
"eslint-config-prettier": "6.14.0",
2929
"eslint-plugin-prettier": "3.1.4",
3030
"husky": "^4.3.0",
31-
"jest": "26.4.2",
31+
"jest": "26.6.1",
3232
"lerna": "^3.22.1",
33-
"lint-staged": "10.4.0",
33+
"lint-staged": "10.5.0",
3434
"mongodb": "3.6.2",
3535
"prettier": "2.1.2",
36-
"semantic-release": "^17.1.2",
37-
"ts-jest": "26.4.1",
38-
"typescript": "4.0.3"
36+
"semantic-release": "17.2.1",
37+
"ts-jest": "26.4.3",
38+
"typescript": "4.0.5"
3939
},
4040
"workspaces": {
4141
"packages": [

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
"@types/lockfile": "^1.0.1",
4040
"@types/md5-file": "^4.0.2",
4141
"@types/mkdirp": "^1.0.1",
42-
"@types/mongodb": "3.5.27",
42+
"@types/mongodb": "3.5.31",
4343
"@types/semver": "7.3.4",
4444
"@types/tar-stream": "^2.1.0",
4545
"@types/uuid": "^8.0.0",
4646
"@types/yauzl": "^2.9.1"
4747
},
4848
"dependencies": {
4949
"@types/tmp": "^0.2.0",
50-
"camelcase": "^6.0.0",
50+
"camelcase": "^6.1.0",
5151
"cross-spawn": "^7.0.3",
5252
"debug": "^4.2.0",
5353
"find-cache-dir": "^3.3.1",
@@ -62,8 +62,8 @@
6262
"semver": "^7.3.2",
6363
"tar-stream": "^2.1.4",
6464
"tmp": "^0.2.1",
65-
"tslib": "^2.0.1",
66-
"uuid": "^8.3.0",
65+
"tslib": "^2.0.3",
66+
"uuid": "^8.3.1",
6767
"yauzl": "^2.10.0"
6868
},
6969
"scripts": {

0 commit comments

Comments
 (0)