From 42aa94933350b1b6af66484a11df4ac9c97d97de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 15:01:20 +0000 Subject: [PATCH] Bump lodash from 4.17.11 to 4.17.21 in /tools/nf-gen-ts Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21) Signed-off-by: dependabot[bot] --- tools/nf-gen-ts/package-lock.json | 6 +++--- tools/nf-gen-ts/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/nf-gen-ts/package-lock.json b/tools/nf-gen-ts/package-lock.json index 85c036e..beb3a51 100644 --- a/tools/nf-gen-ts/package-lock.json +++ b/tools/nf-gen-ts/package-lock.json @@ -1670,9 +1670,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.padend": { "version": "4.6.1", diff --git a/tools/nf-gen-ts/package.json b/tools/nf-gen-ts/package.json index 3891416..7d29b78 100644 --- a/tools/nf-gen-ts/package.json +++ b/tools/nf-gen-ts/package.json @@ -70,7 +70,7 @@ "commander": "^2.14.1", "common-tags": "^1.7.2", "find-up": "^3.0.0", - "lodash": "^4.17.5", + "lodash": "^4.17.21", "markdown-toc": "^1.2.0", "mkdirp": "^0.5.1", "option-t": "^16.1.1",