Skip to content

Commit

Permalink
fix: update dependency is-plain-obj to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 26, 2021
1 parent e200a8c commit 211e204
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"find-up": "^5.0.0",
"flat": "^5.0.0",
"hops-debug": "15.0.0-nightly.1",
"is-plain-obj": "^3.0.0",
"is-plain-obj": "4.0.0",
"mixinable": "^5.0.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"hops-debug": "15.0.0-nightly.1",
"hops-mixin": "15.0.0-nightly.1",
"hops-yargs": "15.0.0-nightly.1",
"is-plain-obj": "^3.0.0",
"is-plain-obj": "^4.0.0",
"mime": "^2.4.4",
"mixinable": "^5.0.1",
"morgan": "^1.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mixin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"displayName": "unit"
},
"dependencies": {
"is-plain-obj": "^3.0.0",
"is-plain-obj": "^4.0.0",
"mixinable": "^5.0.1"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/mixin#readme"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"duplitect": "^3.0.0",
"hops-bootstrap": "15.0.0-nightly.1",
"hops-mixin": "15.0.0-nightly.1",
"is-plain-obj": "^3.0.0",
"is-plain-obj": "^4.0.0",
"mixinable": "^5.0.1",
"pathifist": "^1.0.0",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"hops-express": "15.0.0-nightly.1",
"hops-mixin": "15.0.0-nightly.1",
"hops-yargs": "15.0.0-nightly.1",
"is-plain-obj": "^3.0.0",
"is-plain-obj": "4.0.0",
"jsesc": "^3.0.0",
"loader-utils": "^2.0.0",
"lodash.get": "^4.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/yargs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"hops-bootstrap": "15.0.0-nightly.1",
"hops-mixin": "15.0.0-nightly.1",
"is-plain-obj": "^3.0.0",
"is-plain-obj": "4.0.0",
"mixinable": "^5.0.1",
"yargs": "^17.0.0"
},
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8002,6 +8002,11 @@ is-obj@^2.0.0:
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==

is-plain-obj@4.0.0, is-plain-obj@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.0.0.tgz#06c0999fd7574edf5a906ba5644ad0feb3a84d22"
integrity sha512-NXRbBtUdBioI73y/HmOhogw/U5msYPC9DAtGkJXeFcFWSFZw0mCUsPxk/snTuJHzNKA8kLBK4rH97RMB1BfCXw==

is-plain-obj@^1.0.0, is-plain-obj@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
Expand Down

0 comments on commit 211e204

Please sign in to comment.