Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
chore: bump lodash from 4.17.11 to 4.17.15 (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
NMinhNguyen authored and fson committed Oct 10, 2019
1 parent 2eb3ca7 commit 69015bb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/dev-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"graphql": "0.13.2",
"graphql-tools": "3.0.0",
"iterall": "1.2.2",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"subscriptions-transport-ws": "0.9.8"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"inflection": "^1.12.0",
"inquirer": "5.2.0",
"klaw-sync": "6.0.0",
"lodash": "4.17.11",
"lodash": "4.17.15",
"match-require": "2.1.0",
"npm-package-arg": "6.1.0",
"open": "6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/json-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/code-frame": "^7.0.0-beta.44",
"fs-extra": "^8.0.1",
"json5": "^1.0.1",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"util.promisify": "^1.0.0",
"write-file-atomic": "^2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/schemer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ajv": "^5.2.2",
"es6-error": "^4.0.2",
"json-schema-traverse": "0.3.1",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"probe-image-size": "^3.1.0",
"read-chunk": "^3.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/xdl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"invariant": "2.2.4",
"joi": "14.0.4",
"latest-version": "5.1.0",
"lodash": "4.17.11",
"lodash": "4.17.15",
"md5hex": "1.0.0",
"minimatch": "3.0.4",
"minipass": "2.3.5",
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12862,12 +12862,7 @@ lodash.uniq@^4.5.0:
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=

[email protected], [email protected], "lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1:
version "4.17.11"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==

lodash@^4.17.12:
[email protected], [email protected], "lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1:
version "4.17.15"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
Expand Down

0 comments on commit 69015bb

Please sign in to comment.