From 607cc3b56345839d24b546bb97d6973d552056a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 20:02:22 -0700 Subject: [PATCH] Bump @types/lodash from 4.17.4 to 4.17.5 (#630) 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 fcfe9245..08c641fb 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.4", + "@types/lodash": "^4.17.5", "@types/mixpanel": "^2.14.9", "@types/mocha": "^10.0.6", "@types/node": "^20.14.0", @@ -2247,9 +2247,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==", + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz", + "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==", "dev": true }, "node_modules/@types/mime": { diff --git a/package.json b/package.json index 547d6a1f..2d56f9b9 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.4", + "@types/lodash": "^4.17.5", "@types/mixpanel": "^2.14.9", "@types/mocha": "^10.0.6", "@types/node": "^20.14.0",