Skip to content

Commit 3fd97b9

Browse files
simentesemprefedericoportogheseacatl
authored
feat(Updating package): Updates lodash package to v.4.17.20 (#465)
* feat(package.json): Updates lodash package to v.4.17.20 Updates lodash dependency to v.4.17.20 on all packages Co-authored-by: Federico Portoghese <[email protected]> Co-authored-by: Acatl Pacheco <[email protected]>
1 parent 3ca6be1 commit 3fd97b9

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

packages/data-point-cache/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"ioredis": "4.12.2",
23-
"lodash": "^4.17.11",
23+
"lodash": "^4.17.20",
2424
"ms": "2.x"
2525
},
2626
"keywords": [

packages/data-point-codemods/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"jscodeshift": "0.x",
2222
"lib-upgrader": "1.x",
23-
"lodash": "^4.17.11"
23+
"lodash": "^4.17.20"
2424
},
2525
"keywords": [
2626
"data-point",

packages/data-point-express/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"body-parser": "1.18.2",
2727
"data-point-service": "^4.4.0",
28-
"lodash": "^4.17.11"
28+
"lodash": "^4.17.20"
2929
},
3030
"peerDependencies": {
3131
"data-point": "^3.4.0",

packages/data-point-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"data-point-cache": "^4.1.0",
2525
"debug": "3.x",
26-
"lodash": "^4.17.11",
26+
"lodash": "^4.17.20",
2727
"ms": "2.x"
2828
},
2929
"peerDependencies": {

packages/data-point/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"debug": "3.x",
5353
"deep-freeze": "0.0.1",
5454
"json-stringify-safe": "^5.0.1",
55-
"lodash": "^4.17.11",
55+
"lodash": "^4.17.20",
5656
"request": "2.82.0",
5757
"request-promise": "4.2.2"
5858
},

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -8193,7 +8193,7 @@ lodash@^3.10.0, lodash@^3.3.1, lodash@^3.9.3:
81938193
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
81948194
integrity sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=
81958195

8196-
lodash@^4.11.2, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.2.1:
8196+
lodash@^4.11.2, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.2.1:
81978197
version "4.17.11"
81988198
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
81998199
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
@@ -8203,6 +8203,11 @@ lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14:
82038203
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
82048204
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
82058205

8206+
lodash@^4.17.20:
8207+
version "4.17.20"
8208+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
8209+
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
8210+
82068211
lodash@~4.9.0:
82078212
version "4.9.0"
82088213
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.9.0.tgz#4c20d742f03ce85dc700e0dd7ab9bcab85e6fc14"

0 commit comments

Comments
 (0)