Skip to content

Commit

Permalink
chore: update dependencies; pull in mock server
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Dec 6, 2021
1 parent bcc57d6 commit 3acf4c3
Show file tree
Hide file tree
Showing 16 changed files with 1,558 additions and 6,744 deletions.
1,418 changes: 216 additions & 1,202 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,49 +37,47 @@
"mongodb-connection-string-url": "^2.2.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@microsoft/api-extractor": "^7.18.19",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@microsoft/api-extractor": "^7.18.21",
"@microsoft/tsdoc-config": "^0.15.2",
"@types/chai": "^4.2.22",
"@types/chai-subset": "^1.3.3",
"@types/kerberos": "^1.1.1",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.8",
"@types/node": "^16.11.11",
"@types/saslprep": "^1.0.1",
"@types/semver": "^7.3.9",
"@types/sinon": "^10.0.6",
"@types/whatwg-url": "^8.2.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"bluebird": "^3.7.2",
"chai": "^4.3.4",
"chai-subset": "^1.6.0",
"chalk": "^4.1.2",
"co": "4.6.0",
"downlevel-dts": "^0.7.0",
"eslint": "^8.2.0",
"eslint": "^8.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-tsdoc": "^0.2.14",
"js-yaml": "^4.1.0",
"lodash.camelcase": "^4.3.0",
"mocha": "^9.1.3",
"mocha-sinon": "^2.1.2",
"mongodb-mock-server": "^2.0.1",
"nyc": "^15.1.0",
"prettier": "^2.4.1",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
"sinon": "^12.0.1",
"sinon-chai": "^3.7.0",
"source-map-support": "^0.5.20",
"source-map-support": "^0.5.21",
"standard-version": "^9.3.2",
"ts-node": "^10.4.0",
"tsd": "^0.19.0",
"typescript": "^4.5.2",
"typescript-cached-transpile": "^0.0.6",
"xml2js": "^0.4.23",
"yargs": "^17.2.1"
"yargs": "^17.3.0"
},
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit 3acf4c3

Please sign in to comment.