Skip to content

Commit

Permalink
chore(deps): update dependency lodash to ^4.17.21 (#8865)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 20, 2021
1 parent a893367 commit 55b522c
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"jsonfile": "^6.1.0",
"klaw-sync": "^6.0.0",
"lerna": "^3.22.1",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"puppeteer-core": "^7.1.0",
"request": "^2.88.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"glob": "^7.1.6",
"hash-sum": "^2.0.0",
"ignore": "^5.1.8",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"pify": "^5.0.0",
"serialize-javascript": "^5.0.1",
"upath": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"fs-extra": "^9.1.0",
"globby": "^11.0.2",
"hable": "^3.0.0",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"opener": "1.5.2",
"pretty-bytes": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"defu": "^3.2.2",
"destr": "^1.1.0",
"dotenv": "^8.2.0",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"rc9": "^1.2.0",
"std-env": "^2.3.0",
"ufo": "^0.6.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"fs-extra": "^9.1.0",
"hable": "^3.0.0",
"hash-sum": "^2.0.0",
"lodash": "^4.17.20"
"lodash": "^4.17.21"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"fs-extra": "^9.1.0",
"hash-sum": "^2.0.0",
"jiti": "^1.3.0",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"proper-lockfile": "^4.1.2",
"semver": "^7.3.4",
"serialize-javascript": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"consola": "^2.15.3",
"defu": "^3.2.2",
"fs-extra": "^9.1.0",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"lru-cache": "^5.1.1",
"ufo": "^0.6.6",
"vue": "^2.6.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"hard-source-webpack-plugin": "^0.13.1",
"hash-sum": "^2.0.0",
"html-webpack-plugin": "^4.5.1",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"memory-fs": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"pify": "^5.0.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8744,6 +8744,11 @@ lodash@4.x, lodash@^4.15.0, lodash@^4.17.12, lodash@^4.17.15, lodash@^4.17.19, l
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==

lodash@^4.17.21:
version "4.17.21"
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

loud-rejection@^1.0.0:
version "1.6.0"
resolved "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
Expand Down

0 comments on commit 55b522c

Please sign in to comment.