diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2019-06-05 16:46:57 -0700 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2019-06-05 16:46:57 -0700 |
| commit | 9d9c2278cd6570749b5d658b7efd74827d39bffc (patch) | |
| tree | 141fd9545f5361e286d91b85a6a3448092756518 | |
| parent | 33119a71b19bb3a75633f0c4ceb2d018f678ea8c (diff) | |
| download | node-coveralls-9d9c2278cd6570749b5d658b7efd74827d39bffc.tar.xz node-coveralls-9d9c2278cd6570749b5d658b7efd74827d39bffc.zip | |
Bump extend from 3.0.1 to 3.0.2 (#226)
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/justmoon/node-extend/releases)
- [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/justmoon/node-extend/compare/v3.0.1...v3.0.2)
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | package-lock.json | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json index 5a4fa32..d6b4b62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1060,10 +1060,9 @@ } }, "extend": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", - "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=", - "dev": true + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" }, "extend-shallow": { "version": "3.0.2", @@ -3263,11 +3262,6 @@ "uuid": "^3.3.2" }, "dependencies": { - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" - }, "uuid": { "version": "3.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", |
