Skip to content

Commit

Permalink
Updates lodash to version 4.17.11 (#803)
Browse files Browse the repository at this point in the history
* Pin lodash version

* Commit updated package-locks
  • Loading branch information
rileyjbauer authored Feb 13, 2019
1 parent fdfd25f commit 600acbd
Show file tree
Hide file tree
Showing 5 changed files with 280 additions and 277 deletions.
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"http-proxy-middleware": "^0.19.0",
"immer": "^1.7.4",
"js-yaml": "^3.12.0",
"lodash": ">=4.17.11",
"portable-fetch": "^3.0.0",
"re-resizable": "^4.9.0",
"react": "^16.7.0",
Expand Down Expand Up @@ -58,7 +59,7 @@
"@types/http-proxy-middleware": "^0.17.5",
"@types/jest": "^23.3.2",
"@types/js-yaml": "^3.11.2",
"@types/lodash": "^4.14.117",
"@types/lodash": ">=4.14.117",
"@types/node": "^10.10.1",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.7",
Expand Down
6 changes: 3 additions & 3 deletions frontend/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"@kubernetes/client-node": "^0.5.3",
"express": "^4.16.3",
"http-proxy-middleware": "^0.18.0",
"lodash": ">=4.17.11",
"minio": "^7.0.0",
"node-fetch": "^2.1.2",
"tar": "^4.4.6"
Expand Down
Loading

0 comments on commit 600acbd

Please sign in to comment.