Skip to content

Commit

Permalink
chore(deps): bump driver to 4.8.1 (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax authored Jul 27, 2022
1 parent 22b07d8 commit b5c5a3c
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 55 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"karma-typescript": "^5.5.1",
"lerna": "^4.0.0",
"mocha": "^7.1.2",
"mongodb": "^4.8.0",
"mongodb": "^4.8.1",
"mongodb-download-url": "^1.2.2",
"mongodb-js-precommit": "^2.0.0",
"nock": "^13.0.11",
Expand Down
14 changes: 7 additions & 7 deletions packages/arg-parser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions packages/service-provider-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/service-provider-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"dependencies": {
"@mongosh/errors": "0.0.0-dev.0",
"bson": "^4.6.5",
"mongodb": "^4.8.0",
"mongodb": "^4.8.1",
"mongodb-build-info": "^1.2.0"
},
"optionalDependencies": {
"mongodb-client-encryption": "^2.2.0-alpha.4"
"mongodb-client-encryption": "^2.2.0-alpha.5"
},
"dependency-check": {
"entries": [
Expand Down
28 changes: 14 additions & 14 deletions packages/service-provider-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/service-provider-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"@mongosh/types": "0.0.0-dev.0",
"@types/sinon-chai": "^3.2.3",
"aws4": "^1.11.0",
"mongodb": "^4.8.0",
"mongodb": "^4.8.1",
"mongodb-connection-string-url": "^2.5.2",
"saslprep": "mongodb-js/saslprep#v1.0.4"
},
"optionalDependencies": {
"mongodb-client-encryption": "^2.2.0-alpha.4",
"mongodb-client-encryption": "^2.2.0-alpha.5",
"kerberos": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/shell-api/src/field-level-encryption.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ describe('Field Level Encryption', () => {
});
describe('rewrapManyDataKey', () => {
it('calls rewrapManyDataKey on clientEncryption', async() => {
const rawResult = { result: 1 };
const rawResult = { result: 1 } as any;
libmongoc.rewrapManyDataKey.resolves(rawResult);
const result = await keyVault.rewrapManyDataKey({ status: 0 }, { provider: 'local' });
expect(libmongoc.rewrapManyDataKey).calledOnceWithExactly({ status: 0 }, { provider: 'local' });
Expand Down
14 changes: 7 additions & 7 deletions packages/types/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b5c5a3c

Please sign in to comment.