diff --git a/examples/include-external-npm-packages-with-yarn-workspaces/packages/project/package.json b/examples/include-external-npm-packages-with-yarn-workspaces/packages/project/package.json index 314a3e65c..0d798526b 100644 --- a/examples/include-external-npm-packages-with-yarn-workspaces/packages/project/package.json +++ b/examples/include-external-npm-packages-with-yarn-workspaces/packages/project/package.json @@ -19,7 +19,7 @@ "dependencies": { "cookie": "^0.7.0", "dotenv": "^16.0.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "lodash.isequal": "^4.5.0" } } diff --git a/examples/include-external-npm-packages-with-yarn-workspaces/yarn.lock b/examples/include-external-npm-packages-with-yarn-workspaces/yarn.lock index 0116f91b1..9182adc19 100644 --- a/examples/include-external-npm-packages-with-yarn-workspaces/yarn.lock +++ b/examples/include-external-npm-packages-with-yarn-workspaces/yarn.lock @@ -3879,10 +3879,10 @@ lodash.union@^4.6.0: resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88" integrity sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw== -lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23: - version "4.17.23" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a" - integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w== +lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.21, lodash@^4.18.1: + version "4.18.1" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c" + integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q== log-node@^8.0.3: version "8.0.3"