Skip to content

Commit

Permalink
[security] build(deps): bump lodash.merge from 4.6.1 to 4.6.2 (#1006)
Browse files Browse the repository at this point in the history
* build(deps): bump lodash.merge from 4.6.1 to 4.6.2

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Upgrade the packages too
  • Loading branch information
dependabot-preview[bot] authored and malept committed Jul 11, 2019
1 parent 662b5ce commit 21b40a4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"global": "^4.3.2",
"html-webpack-plugin": "^3.2.0",
"inquirer": "^6.4.1",
"lodash.merge": "^4.6.0",
"lodash.merge": "^4.6.2",
"lodash.template": "^4.5.0",
"log-symbols": "^3.0.0",
"mime-types": "^2.1.24",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/core/package.json
Expand Up @@ -47,7 +47,7 @@
"find-up": "^4.1.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"lodash.merge": "^4.6.0",
"lodash.merge": "^4.6.2",
"lodash.template": "^4.5.0",
"log-symbols": "^3.0.0",
"node-fetch": "^2.6.0",
Expand All @@ -62,4 +62,4 @@
"engines": {
"node": ">= 8.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/publisher/github/package.json
Expand Up @@ -22,7 +22,7 @@
"@electron-forge/shared-types": "6.0.0-beta.39",
"@octokit/rest": "^16.28.3",
"fs-extra": "^8.1.0",
"lodash.merge": "^4.6.0",
"lodash.merge": "^4.6.2",
"mime-types": "^2.1.24"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -5468,10 +5468,10 @@ lodash.map@^4.5.1:
resolved "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3"
integrity sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=

lodash.merge@^4.6.0, lodash.merge@^4.6.1:
version "4.6.1"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.1.tgz#adc25d9cb99b9391c59624f379fbba60d7111d54"
integrity sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ==
lodash.merge@^4.6.0, lodash.merge@^4.6.1, lodash.merge@^4.6.2:
version "4.6.2"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==

lodash.pull@^4.1.0:
version "4.1.0"
Expand Down

0 comments on commit 21b40a4

Please sign in to comment.