Skip to content

Commit c1270be

Browse files
authored
Merge pull request #2315 from serverless-heaven/dependabot/npm_and_yarn/examples/include-external-npm-packages-with-yarn-workspaces/lodash-4.17.23
build(deps): bump lodash from 4.17.21 to 4.17.23 in /examples/include-external-npm-packages-with-yarn-workspaces
2 parents 230492a + 16e9fd3 commit c1270be

12 files changed

Lines changed: 8114 additions & 7642 deletions

File tree

examples/babel-multiple-statically-entries/yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5101,12 +5101,7 @@ lodash.union@^4.6.0:
51015101
resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88"
51025102
integrity sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==
51035103

5104-
lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.21:
5105-
version "4.17.21"
5106-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
5107-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
5108-
5109-
lodash@^4.17.23:
5104+
lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.23:
51105105
version "4.17.23"
51115106
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
51125107
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==

examples/babel-webpack-5/package-lock.json

Lines changed: 27 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/include-external-npm-packages-lock-file/package-lock.json

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/include-external-npm-packages-lock-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"cookie": "^0.7.0",
2020
"dotenv": "^16.0.0",
21-
"lodash": "^4.17.21",
21+
"lodash": "^4.17.23",
2222
"lodash.isequal": "^4.5.0"
2323
}
2424
}

examples/include-external-npm-packages-with-yarn-workspaces/packages/project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"cookie": "^0.7.0",
2121
"dotenv": "^16.0.0",
22-
"lodash": "^4.17.21",
22+
"lodash": "^4.17.23",
2323
"lodash.isequal": "^4.5.0"
2424
}
2525
}

examples/include-external-npm-packages-with-yarn-workspaces/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3872,10 +3872,10 @@ lodash.union@^4.6.0:
38723872
resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88"
38733873
integrity sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==
38743874

3875-
lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.21:
3876-
version "4.17.21"
3877-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
3878-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
3875+
lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.23:
3876+
version "4.17.23"
3877+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
3878+
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
38793879

38803880
log-node@^8.0.3:
38813881
version "8.0.3"

0 commit comments

Comments
 (0)