Skip to content

Commit e9b8752

Browse files
dependabot[bot]peril-parse-community[bot]
authored andcommitted
Bump mongodb from 3.2.4 to 3.2.5 (#5604)
* Bump mongodb from 3.2.4 to 3.2.5 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/master/HISTORY.md) - [Commits](mongodb/node-mongodb-native@v3.2.4...v3.2.5) Signed-off-by: dependabot[bot] <[email protected]> * Tweak expected error message in a test to match a change in the underlying package. see: mongodb-js/mongodb-core@83e224b cc: @davimacedo
1 parent 46408ee commit e9b8752

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"lodash": "4.17.11",
3434
"lru-cache": "5.1.1",
3535
"mime": "2.4.3",
36-
"mongodb": "3.2.4",
36+
"mongodb": "3.2.5",
3737
"parse": "2.4.0",
3838
"pg-promise": "8.7.2",
3939
"redis": "2.8.0",

spec/ParseServer.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ describe('Server Url Checks', () => {
9494
parseServerProcess.on('close', code => {
9595
expect(code).toEqual(1);
9696
expect(stdout).toBeUndefined();
97-
expect(stderr).toContain('MongoNetworkError:');
97+
expect(stderr).toContain('MongoNetworkError');
9898
done();
9999
});
100100
});

0 commit comments

Comments
 (0)