diff --git a/package-lock.json b/package-lock.json index 5a08def..9654139 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@deepcode/dcignore": "^1.0.4", "@types/flat-cache": "^2.0.0", "@types/lodash.omit": "^4.5.7", - "@types/lodash.pick": "^4.4.7", + "@types/lodash.pick": "^4.4.8", "@types/lodash.union": "^4.6.7", "@types/sarif": "^2.1.5", "@types/uuid": "^8.3.4", @@ -1150,9 +1150,9 @@ } }, "node_modules/@types/lodash.pick": { - "version": "4.4.7", - "resolved": "https://registry.npmjs.org/@types/lodash.pick/-/lodash.pick-4.4.7.tgz", - "integrity": "sha512-HgdyKz7/1+oeoVzbpu1XiX/Bti9AUksHtOILH38T07aKvqoirzcdOsrO2+Yg3L51Hv/8m1MetvHZEUGeABiTiQ==", + "version": "4.4.8", + "resolved": "https://registry.npmjs.org/@types/lodash.pick/-/lodash.pick-4.4.8.tgz", + "integrity": "sha512-jQUDDkyIROOnAvtuqhvOb/Ws1plf+Wr1f0jKOoctJJZFreu/Bbc5Fnjg7dIrdt9ZxRDiItuVFGP84z1xHAHS4w==", "dependencies": { "@types/lodash": "*" } @@ -9418,9 +9418,9 @@ } }, "@types/lodash.pick": { - "version": "4.4.7", - "resolved": "https://registry.npmjs.org/@types/lodash.pick/-/lodash.pick-4.4.7.tgz", - "integrity": "sha512-HgdyKz7/1+oeoVzbpu1XiX/Bti9AUksHtOILH38T07aKvqoirzcdOsrO2+Yg3L51Hv/8m1MetvHZEUGeABiTiQ==", + "version": "4.4.8", + "resolved": "https://registry.npmjs.org/@types/lodash.pick/-/lodash.pick-4.4.8.tgz", + "integrity": "sha512-jQUDDkyIROOnAvtuqhvOb/Ws1plf+Wr1f0jKOoctJJZFreu/Bbc5Fnjg7dIrdt9ZxRDiItuVFGP84z1xHAHS4w==", "requires": { "@types/lodash": "*" } diff --git a/package.json b/package.json index f7d4982..1c828a5 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@deepcode/dcignore": "^1.0.4", "@types/flat-cache": "^2.0.0", "@types/lodash.omit": "^4.5.7", - "@types/lodash.pick": "^4.4.7", + "@types/lodash.pick": "^4.4.8", "@types/lodash.union": "^4.6.7", "@types/sarif": "^2.1.5", "@types/uuid": "^8.3.4",