hops-bootstrap
Advanced tools
Comparing version 12.5.8 to 12.5.9
@@ -6,2 +6,10 @@ # Change Log | ||
## [12.5.9](https://github.com/xing/hops/compare/v12.5.8...v12.5.9) (2021-02-22) | ||
**Note:** Version bump only for package hops-bootstrap | ||
## [12.5.8](https://github.com/xing/hops/compare/v12.5.7...v12.5.8) (2021-01-11) | ||
@@ -8,0 +16,0 @@ |
'use strict'; | ||
const mergeWith = require('lodash.mergewith'); | ||
const mergeWith = require('lodash/mergeWith'); | ||
const flatten = require('flat'); | ||
@@ -5,0 +5,0 @@ const isPlainObject = require('is-plain-obj'); |
The MIT License (MIT) | ||
Copyright (c) 2016 XING AG | ||
Copyright (c) 2021 XING AG | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of |
{ | ||
"name": "hops-bootstrap", | ||
"version": "12.5.8", | ||
"version": "12.5.9", | ||
"description": "Hops bootstrap", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"is-plain-obj": "^2.0.0", | ||
"lodash.mergewith": "^4.6.2", | ||
"lodash": "^4.6.2", | ||
"mixinable": "^5.0.1", | ||
@@ -33,3 +33,3 @@ "supports-color": "^7.1.0" | ||
}, | ||
"gitHead": "d554dd6ed8ea2faecaa1ad84a621afa01c09b3b1" | ||
"gitHead": "2daf9b53d834c2348bb6f39d50128a745f4a7e5f" | ||
} |
35050
+ Addedlodash@^4.6.2
+ Addedlodash@4.17.21(transitive)
- Removedlodash.mergewith@^4.6.2
- Removedlodash.mergewith@4.6.2(transitive)