From 8bc227054a11b1bbc19652046ed217e1d4176985 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:15:07 +0000 Subject: [PATCH] chore(deps): update dependency @types/lodash.union to v4.6.9 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f0326866..031fbd88a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@types/lodash.camelcase": "4.3.9", "@types/lodash.chunk": "4.2.9", "@types/lodash.samplesize": "4.2.9", - "@types/lodash.union": "4.6.8", + "@types/lodash.union": "4.6.9", "@types/lodash.uniq": "4.5.9", "@types/micromatch": "4.0.6", "@types/node": "20.10.5", @@ -2153,9 +2153,9 @@ } }, "node_modules/@types/lodash.union": { - "version": "4.6.8", - "resolved": "https://registry.npmjs.org/@types/lodash.union/-/lodash.union-4.6.8.tgz", - "integrity": "sha512-KSUo5+23PlKG51B/hfLxwtKLeuoecTbpllqEYTexn9iwifAL4pMthQ1ODTZ/EAdEwMFGkuTsoNENsEbFLs2R2w==", + "version": "4.6.9", + "resolved": "https://registry.npmjs.org/@types/lodash.union/-/lodash.union-4.6.9.tgz", + "integrity": "sha512-l/GEj9Xp2DptsfFYZ1JUczg6W/6JGbbDi0mVK8urg8XLUMguNJ2L1ya0QJzMctrtlP9+t5lfyL4QLF6P9/6ssQ==", "dev": true, "dependencies": { "@types/lodash": "*" diff --git a/package.json b/package.json index 96ae7397e..c37d867fb 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/lodash.camelcase": "4.3.9", "@types/lodash.chunk": "4.2.9", "@types/lodash.samplesize": "4.2.9", - "@types/lodash.union": "4.6.8", + "@types/lodash.union": "4.6.9", "@types/lodash.uniq": "4.5.9", "@types/micromatch": "4.0.6", "@types/node": "20.10.5",