Skip to content

Commit f2dcc34

Browse files
authored
chore(NODE-3798): update dependencies; pull in mock server (#3067)
1 parent 8d1c94b commit f2dcc34

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1608
-6857
lines changed

package-lock.json

Lines changed: 228 additions & 1214 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,49 +37,47 @@
3737
"mongodb-connection-string-url": "^2.2.0"
3838
},
3939
"devDependencies": {
40-
"@istanbuljs/nyc-config-typescript": "^1.0.1",
41-
"@microsoft/api-extractor": "^7.18.19",
40+
"@istanbuljs/nyc-config-typescript": "^1.0.2",
41+
"@microsoft/api-extractor": "^7.18.21",
4242
"@microsoft/tsdoc-config": "^0.15.2",
43-
"@types/chai": "^4.2.22",
43+
"@types/chai": "^4.3.0",
4444
"@types/chai-subset": "^1.3.3",
4545
"@types/kerberos": "^1.1.1",
4646
"@types/mocha": "^9.0.0",
47-
"@types/node": "^16.11.8",
47+
"@types/node": "^16.11.12",
4848
"@types/saslprep": "^1.0.1",
4949
"@types/semver": "^7.3.9",
5050
"@types/sinon": "^10.0.6",
5151
"@types/whatwg-url": "^8.2.1",
52-
"@typescript-eslint/eslint-plugin": "^5.4.0",
53-
"@typescript-eslint/parser": "^5.4.0",
52+
"@typescript-eslint/eslint-plugin": "^5.6.0",
53+
"@typescript-eslint/parser": "^5.6.0",
5454
"bluebird": "^3.7.2",
5555
"chai": "^4.3.4",
5656
"chai-subset": "^1.6.0",
5757
"chalk": "^4.1.2",
58-
"co": "4.6.0",
5958
"downlevel-dts": "^0.7.0",
60-
"eslint": "^8.2.0",
59+
"eslint": "^8.4.1",
6160
"eslint-config-prettier": "^8.3.0",
6261
"eslint-plugin-prettier": "^4.0.0",
6362
"eslint-plugin-tsdoc": "^0.2.14",
6463
"js-yaml": "^4.1.0",
6564
"lodash.camelcase": "^4.3.0",
6665
"mocha": "^9.1.3",
6766
"mocha-sinon": "^2.1.2",
68-
"mongodb-mock-server": "^2.0.1",
6967
"nyc": "^15.1.0",
70-
"prettier": "^2.4.1",
68+
"prettier": "^2.5.1",
7169
"rimraf": "^3.0.2",
7270
"semver": "^7.3.5",
7371
"sinon": "^12.0.1",
7472
"sinon-chai": "^3.7.0",
75-
"source-map-support": "^0.5.20",
73+
"source-map-support": "^0.5.21",
7674
"standard-version": "^9.3.2",
7775
"ts-node": "^10.4.0",
7876
"tsd": "^0.19.0",
7977
"typescript": "^4.5.2",
8078
"typescript-cached-transpile": "^0.0.6",
8179
"xml2js": "^0.4.23",
82-
"yargs": "^17.2.1"
80+
"yargs": "^17.3.0"
8381
},
8482
"license": "Apache-2.0",
8583
"engines": {

0 commit comments

Comments
 (0)