From f0d4ba9995605c6388d55878d44560026de62d4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:12:49 -0700 Subject: [PATCH] Bump @types/lodash from 4.17.6 to 4.17.7 (#662) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 122154d0..506d4537 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@types/chai": "^4.3.16", "@types/expect": "^24.3.0", "@types/glob": "^8.0.1", - "@types/lodash": "^4.17.6", + "@types/lodash": "^4.17.7", "@types/mixpanel": "^2.14.9", "@types/mocha": "^10.0.6", "@types/node": "^20.14.11", @@ -2159,9 +2159,9 @@ "dev": true }, "node_modules/@types/lodash": { - "version": "4.17.6", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.6.tgz", - "integrity": "sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA==", + "version": "4.17.7", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz", + "integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==", "dev": true }, "node_modules/@types/minimatch": { diff --git a/package.json b/package.json index 66454660..cef54b9a 100644 --- a/package.json +++ b/package.json @@ -187,7 +187,7 @@ "@types/chai": "^4.3.16", "@types/expect": "^24.3.0", "@types/glob": "^8.0.1", - "@types/lodash": "^4.17.6", + "@types/lodash": "^4.17.7", "@types/mixpanel": "^2.14.9", "@types/mocha": "^10.0.6", "@types/node": "^20.14.11",