Skip to content

Commit

Permalink
feat(js): update lodash to 4.17.15 (#5788)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLondon authored Jun 1, 2020
1 parent 56588f0 commit 5a145dc
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"events": "3.0.0",
"formik": "2.1.4",
"history": "4.7.2",
"lodash": "4.17.4",
"lodash": "4.17.15",
"mixpanel-browser": "2.22.1",
"netmask": "1.0.6",
"path-to-regexp": "3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"homepage": "https://github.com/Opentrons/opentrons#readme",
"peerDependencies": {
"classnames": "^2.2.5",
"lodash": "^4.17.4",
"react": "16.8.6",
"react-router-dom": "5.1.1"
},
"dependencies": {
"@popperjs/core": "2.1.1",
"classnames": "2.2.5",
"lodash": "4.17.15",
"react-popper": "1.0.0",
"react-remove-scroll": "1.0.8",
"react-select": "3.0.8",
Expand Down
2 changes: 1 addition & 1 deletion discovery-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"homepage": "https://github.com/Opentrons/opentrons#readme",
"dependencies": {
"escape-string-regexp": "1.0.5",
"lodash": "4.17.4",
"lodash": "4.17.15",
"mdns-js": "1.0.1",
"node-fetch": "2.6.0",
"stable": "0.1.8",
Expand Down
2 changes: 1 addition & 1 deletion labware-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"file-saver": "2.0.1",
"formik": "2.1.4",
"jszip": "3.2.2",
"lodash": "4.17.4",
"lodash": "4.17.15",
"mixpanel-browser": "2.29.1",
"query-string": "6.2.0",
"react": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion protocol-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"formik": "2.1.4",
"i18next": "11.5.0",
"immer": "5.1.0",
"lodash": "4.17.4",
"lodash": "4.17.15",
"query-string": "6.2.0",
"react": "16.8.6",
"react-dnd": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion protocol-library-kludge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@opentrons/components": "3.19.0-alpha.0",
"@opentrons/shared-data": "3.19.0-alpha.0",
"classnames": "2.2.5",
"lodash": "4.17.4",
"lodash": "4.17.15",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-hot-loader": "^4.12.19"
Expand Down
2 changes: 1 addition & 1 deletion shared-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"main": "js/index.js",
"dependencies": {
"ajv": "6.10.2",
"lodash": "4.17.4"
"lodash": "4.17.15"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11795,7 +11795,7 @@ [email protected], lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==

lodash@4.17.4, lodash@^4.13.1, lodash@^4.17.4, lodash@^4.2.1:
lodash@^4.13.1, lodash@^4.17.4, lodash@^4.2.1:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"

Expand Down

0 comments on commit 5a145dc

Please sign in to comment.