diff --git a/package-lock.json b/package-lock.json index 702ff33f2..139a2595a 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 b960f9e08..d24e52890 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",