From adb3d7bac03ad54c1823519f09fa0202f3f611ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 10:02:23 +0000 Subject: [PATCH] chore(deps): bump lodash in /.github/actions/check-previous-build Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) Signed-off-by: dependabot[bot] --- .github/actions/check-previous-build/package-lock.json | 6 +++--- .github/actions/check-previous-build/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/check-previous-build/package-lock.json b/.github/actions/check-previous-build/package-lock.json index ae9d974..a701e84 100644 --- a/.github/actions/check-previous-build/package-lock.json +++ b/.github/actions/check-previous-build/package-lock.json @@ -2485,9 +2485,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lru-cache": { "version": "5.1.1", diff --git a/.github/actions/check-previous-build/package.json b/.github/actions/check-previous-build/package.json index bd74217..0a19e80 100644 --- a/.github/actions/check-previous-build/package.json +++ b/.github/actions/check-previous-build/package.json @@ -13,7 +13,7 @@ "@actions/core": "^1.2.3", "aws-sdk": "^2.656.0", "axios": "^0.19.2", - "lodash": "^4.17.15" + "lodash": "^4.17.21" }, "devDependencies": { "webpack": "^4.42.1",