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 Apr 16, 2021
1 parent 82251b2 commit a6a68d9
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",
"supports-color": "^8.0.0"
},
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": "^16.1.1"
},
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8022,6 +8022,11 @@ is-plain-obj@^3.0.0:
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7"
integrity sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==

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-object@^2.0.3, is-plain-object@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
Expand Down

0 comments on commit a6a68d9

Please sign in to comment.