Skip to content

Commit

Permalink
[Deps] update object-inspect, rimraf, semver
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 11, 2020
1 parent 4ae68d0 commit 7e0db68
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"find-package-json": "^1.2.0",
"fs-copy-file": "^2.1.2",
"node-cleanup": "^2.1.2",
"object-inspect": "^1.6.0",
"rimraf": "^2.6.3",
"semver": "^5.7.0",
"object-inspect": "^1.7.0",
"rimraf": "^2.7.1",
"semver": "^6.3.0",
"tmp": "^0.1.0",
"util.promisify": "^1.0.0",
"yargs": "^13.3.0"
Expand All @@ -59,5 +59,10 @@
"unreleased": false,
"commitLimit": false,
"backfillLimit": false
},
"greenkeeper": {
"ignore": [
"semver"
]
}
}

0 comments on commit 7e0db68

Please sign in to comment.