Skip to content

Commit f70c38d

Browse files
Update dependency lodash to v4.17.15 (#14)
1 parent 5d2c5fa commit f70c38d

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

version-discrepancy/app1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"clean": "rm -rf dist"
2020
},
2121
"dependencies": {
22-
"lodash": "4.10.0",
22+
"lodash": "4.17.15",
2323
"react": "^16.13.1",
2424
"react-dom": "^16.13.1"
2525
}

version-discrepancy/app2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"clean": "rm -rf dist"
2020
},
2121
"dependencies": {
22-
"lodash": "4.11.0",
22+
"lodash": "4.17.15",
2323
"react": "^16.13.1",
2424
"react-dom": "^16.13.1"
2525
}

yarn.lock

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8030,22 +8030,12 @@ lodash.uniq@^4.5.0:
80308030
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
80318031
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
80328032

8033-
lodash@4.10.0:
8034-
version "4.10.0"
8035-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.10.0.tgz#3d8f3ac7a5a904fdb01e2cfe1401879bf9652c6a"
8036-
integrity sha1-PY86x6WpBP2wHiz+FAGHm/llLGo=
8037-
8038-
lodash@4.11.0:
8039-
version "4.11.0"
8040-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.11.0.tgz#428f7172a5e9a82e9a459b543816489810ecb8af"
8041-
integrity sha1-Qo9xcqXpqC6aRZtUOBZImBDsuK8=
8042-
80438033
lodash@4.17.14:
80448034
version "4.17.14"
80458035
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
80468036
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
80478037

8048-
lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.5, lodash@^4.2.1, lodash@~4.17.12, lodash@~4.17.4:
8038+
lodash@4.17.15, lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.5, lodash@^4.2.1, lodash@~4.17.12, lodash@~4.17.4:
80498039
version "4.17.15"
80508040
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
80518041
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==

0 commit comments

Comments
 (0)