From c70fcbdd249a70264d5ea66d6f70a3671433ceff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:08:58 +0000 Subject: [PATCH] chore(deps-dev): bump @types/lodash.union from 4.6.7 to 4.6.8 (#464) Bumps [@types/lodash.union](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash.union) from 4.6.7 to 4.6.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash.union) --- updated-dependencies: - dependency-name: "@types/lodash.union" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f47d95fc8..310c2a9d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@types/lodash.camelcase": "4.3.7", "@types/lodash.chunk": "4.2.8", "@types/lodash.samplesize": "4.2.7", - "@types/lodash.union": "4.6.7", + "@types/lodash.union": "4.6.8", "@types/lodash.uniq": "4.5.8", "@types/micromatch": "4.0.3", "@types/node": "20.8.6", @@ -2123,9 +2123,9 @@ } }, "node_modules/@types/lodash.union": { - "version": "4.6.7", - "resolved": "https://registry.npmjs.org/@types/lodash.union/-/lodash.union-4.6.7.tgz", - "integrity": "sha512-6HXM6tsnHJzKgJE0gA/LhTGf/7AbjUk759WZ1MziVm+OBNAATHhdgj+a3KVE8g76GCLAnN4ZEQQG1EGgtBIABA==", + "version": "4.6.8", + "resolved": "https://registry.npmjs.org/@types/lodash.union/-/lodash.union-4.6.8.tgz", + "integrity": "sha512-KSUo5+23PlKG51B/hfLxwtKLeuoecTbpllqEYTexn9iwifAL4pMthQ1ODTZ/EAdEwMFGkuTsoNENsEbFLs2R2w==", "dev": true, "dependencies": { "@types/lodash": "*" @@ -11287,9 +11287,9 @@ } }, "@types/lodash.union": { - "version": "4.6.7", - "resolved": "https://registry.npmjs.org/@types/lodash.union/-/lodash.union-4.6.7.tgz", - "integrity": "sha512-6HXM6tsnHJzKgJE0gA/LhTGf/7AbjUk759WZ1MziVm+OBNAATHhdgj+a3KVE8g76GCLAnN4ZEQQG1EGgtBIABA==", + "version": "4.6.8", + "resolved": "https://registry.npmjs.org/@types/lodash.union/-/lodash.union-4.6.8.tgz", + "integrity": "sha512-KSUo5+23PlKG51B/hfLxwtKLeuoecTbpllqEYTexn9iwifAL4pMthQ1ODTZ/EAdEwMFGkuTsoNENsEbFLs2R2w==", "dev": true, "requires": { "@types/lodash": "*" diff --git a/package.json b/package.json index fe3a0130d..de812b2a7 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/lodash.camelcase": "4.3.7", "@types/lodash.chunk": "4.2.8", "@types/lodash.samplesize": "4.2.7", - "@types/lodash.union": "4.6.7", + "@types/lodash.union": "4.6.8", "@types/lodash.uniq": "4.5.8", "@types/micromatch": "4.0.3", "@types/node": "20.8.6",