Skip to content

Commit ea728bc

Browse files
Andrei Banshchikovmeta-codesync[bot]
authored andcommitted
Upgrading lodash package in QuickLayout Docs
Summary: Received an alert on a vulnerability in lodash package, upgraded to latest patched version (4.18.1). Mirrors D101617088 approach (yarn `resolutions`). Differential Revision: D102589361 fbshipit-source-id: 81922aa1ae1fbf2d267e80d2cab13fdf87c6060f
1 parent 27a80c6 commit ea728bc

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

Sources/QuickLayout/docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"yarn-audit-fix": "^10.0.5"
5353
},
5454
"resolutions": {
55-
"brace-expansion": "1.1.13"
55+
"brace-expansion": "1.1.13",
56+
"lodash": "4.18.1"
5657
}
5758
}

Sources/QuickLayout/docs/yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7087,15 +7087,10 @@ lodash.uniq@^4.5.0:
70877087
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
70887088
integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==
70897089

7090-
lodash@4.17.21:
7091-
version "4.17.21"
7092-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
7093-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
7094-
7095-
lodash@^4.17.20, lodash@^4.17.21:
7096-
version "4.17.23"
7097-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
7098-
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
7090+
lodash@4.17.21, lodash@4.18.1, lodash@^4.17.20, lodash@^4.17.21:
7091+
version "4.18.1"
7092+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
7093+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
70997094

71007095
longest-streak@^3.0.0:
71017096
version "3.1.0"

0 commit comments

Comments
 (0)