Skip to content

Commit 5cedc0d

Browse files
chore(deps): bump is-plain-object from 4.1.1 to 5.0.0 (#93)
* chore(deps): bump is-plain-object from 4.1.1 to 5.0.0 Bumps [is-plain-object](https://github.com/jonschlinkert/is-plain-object) from 4.1.1 to 5.0.0. - [Release notes](https://github.com/jonschlinkert/is-plain-object/releases) - [Commits](jonschlinkert/is-plain-object@v4.1.1...v5.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * refactor: change is-plain-object import https://github.com/jonschlinkert/is-plain-object/releases/tag/v5.0.0 Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Sukka <isukkaw@gmail.com>
1 parent 002f009 commit 5cedc0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Types = require('./types');
55
const Promise = require('bluebird');
66
const { getProp, setProp, delProp } = require('./util');
77
const PopulationError = require('./error/population');
8-
const isPlainObject = require('is-plain-object');
8+
const { isPlainObject } = require('is-plain-object');
99

1010
/**
1111
* @callback queryFilterCallback

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"bluebird": "^3.2.2",
2929
"cuid": "^2.1.4",
3030
"graceful-fs": "^4.1.3",
31-
"is-plain-object": "^4.0.0",
31+
"is-plain-object": "^5.0.0",
3232
"rfdc": "^1.1.4"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)