From d5501187e1ed939664a218acec191315bf8ff112 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Nov 2023 23:52:44 +0000 Subject: [PATCH] fix: upgrade @types/lodash.pick from 4.4.7 to 4.4.8 Snyk has created this PR to upgrade @types/lodash.pick from 4.4.7 to 4.4.8. See this package in npm: https://www.npmjs.com/package/@types/lodash.pick See this project in Snyk: https://app.snyk.io/org/team-zenith/project/eb45505d-ccfe-412c-8753-95e2a6b7b0fb?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 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",