From 2a3e914c567a040d5b29801f0d8c492be60a81f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:00:15 +0100 Subject: [PATCH] chore: bump @types/lodash from 4.17.7 to 4.17.12 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 640671e379..728d743858 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "@types/chai": "^4.3.6", "@types/chai-as-promised": "^7.1.6", "@types/jquery": "^3.5.19", - "@types/lodash": "^4.14.198", + "@types/lodash": "^4.17.12", "@types/lodash-es": "^4.17.9", "@types/mocha": "^10.0.1", "@types/node": "^20.16.11", @@ -5148,9 +5148,9 @@ "dev": true }, "node_modules/@types/lodash": { - "version": "4.17.7", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz", - "integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==", + "version": "4.17.12", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz", + "integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==", "dev": true }, "node_modules/@types/lodash-es": { diff --git a/package.json b/package.json index 0a80d052e3..00cdcf43db 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@types/chai": "^4.3.6", "@types/chai-as-promised": "^7.1.6", "@types/jquery": "^3.5.19", - "@types/lodash": "^4.14.198", + "@types/lodash": "^4.17.12", "@types/lodash-es": "^4.17.9", "@types/mocha": "^10.0.1", "@types/node": "^20.16.11",