Skip to content

Commit

Permalink
Updating to @elastic/lodash@3.10.1-kibana4 (elastic#54662)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
kobelb and elasticmachine committed Feb 21, 2020
1 parent dc8ede7 commit ea3c746
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"resolutions": {
"**/@types/node": "10.12.27",
"@elastic/eui/lodash": "npm:@elastic/lodash@3.10.1-kibana3",
"@elastic/eui/lodash": "npm:@elastic/lodash@3.10.1-kibana4",
"**/cypress/lodash": "4.17.13",
"@types/react": "16.3.14"
},
Expand Down Expand Up @@ -188,7 +188,7 @@
"leaflet.heat": "0.2.0",
"less": "2.7.1",
"less-loader": "4.1.0",
"lodash": "npm:@elastic/lodash@3.10.1-kibana3",
"lodash": "npm:@elastic/lodash@3.10.1-kibana4",
"lru-cache": "4.1.1",
"markdown-it": "^8.4.1",
"mini-css-extract-plugin": "0.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-es-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"kbn:watch": "yarn build --watch"
},
"dependencies": {
"lodash": "npm:@elastic/lodash@3.10.1-kibana3"
"lodash": "npm:@elastic/lodash@3.10.1-kibana4"
},
"devDependencies": {
"@kbn/babel-preset": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-interpreter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"kbn:watch": "node scripts/build --dev --watch"
},
"dependencies": {
"lodash": "npm:@elastic/lodash@3.10.1-kibana3",
"lodash": "npm:@elastic/lodash@3.10.1-kibana4",
"lodash.clone": "^4.5.0",
"uuid": "3.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-ui-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"classnames": "2.2.5",
"focus-trap-react": "^3.1.1",
"lodash": "npm:@elastic/lodash@3.10.1-kibana3",
"lodash": "npm:@elastic/lodash@3.10.1-kibana4",
"prop-types": "15.6.0",
"react": "^16.2.0",
"react-ace": "^5.9.0",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"json-stable-stringify": "^1.0.1",
"jsonwebtoken": "^8.3.0",
"jstimezonedetect": "1.0.5",
"lodash": "npm:@elastic/lodash@3.10.1-kibana3",
"lodash": "npm:@elastic/lodash@3.10.1-kibana4",
"lodash.keyby": "^4.6.0",
"lodash.lowercase": "^4.3.0",
"lodash.mean": "^4.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@
highlight.js "^9.12.0"
html "^1.0.0"
keymirror "^0.1.1"
lodash "npm:@elastic/lodash@3.10.1-kibana3"
lodash "npm:@elastic/lodash@3.10.1-kibana4"
numeral "^2.0.6"
prop-types "^15.6.0"
react-ace "^5.5.0"
Expand Down Expand Up @@ -14419,10 +14419,10 @@ lodash@^3.10.0, lodash@^3.10.1, lodash@^3.3.1, lodash@^3.8.0, lodash@~3.10.1:
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
integrity sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=

"lodash@npm:@elastic/lodash@3.10.1-kibana3":
version "3.10.1-kibana3"
resolved "https://registry.yarnpkg.com/@elastic/lodash/-/lodash-3.10.1-kibana3.tgz#c0e318245219eeeff535895c429e0cef5058a9ad"
integrity sha512-HMfwwT2yAkEQNzHSR1BxgE5YcDMUaZ/skhNyjy1nvM/A4m0Kh940hLZeCqKBCsSaUJz/8A/9cQGd9BaAOCIBLg==
"lodash@npm:@elastic/lodash@3.10.1-kibana4":
version "3.10.1-kibana4"
resolved "https://registry.yarnpkg.com/@elastic/lodash/-/lodash-3.10.1-kibana4.tgz#d491228fd659b4a1b0dfa08ba9c67a4979b9746d"
integrity sha512-geQqXd9ZedRCL+kq5cpeahYWYaYRV0BMXhCwzq4DpnGCVs430FTMS3Wcot3XChZZhCvkwHm15bpNjB312vPxaA==

lodash@~1.0.1:
version "1.0.2"
Expand Down

0 comments on commit ea3c746

Please sign in to comment.