Skip to content

Commit 95657bb

Browse files
build(deps): bump lodash
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.23...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 70d3abb commit 95657bb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.23",
22+
"lodash": "^4.18.1",
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
@@ -3879,10 +3879,10 @@ lodash.union@^4.6.0:
38793879
resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88"
38803880
integrity sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==
38813881

3882-
lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23:
3883-
version "4.17.23"
3884-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
3885-
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
3882+
lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.21, lodash@^4.18.1:
3883+
version "4.18.1"
3884+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
3885+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
38863886

38873887
log-node@^8.0.3:
38883888
version "8.0.3"

0 commit comments

Comments
 (0)