From ea1de8307cc61c0660a9eae827d8919eb333197d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:36:03 +0000 Subject: [PATCH] Bump eslint-plugin-lodash from 7.4.0 to 8.0.0 Bumps [eslint-plugin-lodash](https://github.com/idok/eslint-plugin-lodash) from 7.4.0 to 8.0.0. - [Changelog](https://github.com/idok/eslint-plugin-lodash/blob/master/CHANGELOG.md) - [Commits](https://github.com/idok/eslint-plugin-lodash/commits/v8.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-lodash dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 532a5a4..75e95a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@types/url-parse": "^1.4.11", "@typescript-eslint/eslint-plugin-tslint": "^7.0.2", "dgraph-js": "^21.3.1", - "eslint-plugin-lodash": "^7.4.0", + "eslint-plugin-lodash": "^8.0.0", "google-protobuf": "^3.21.4", "is-base64": "^1.1.0", "url-parse": "^1.5.10" @@ -3591,9 +3591,10 @@ "dev": true }, "node_modules/eslint-plugin-lodash": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-lodash/-/eslint-plugin-lodash-7.4.0.tgz", - "integrity": "sha512-Tl83UwVXqe1OVeBRKUeWcfg6/pCW1GTRObbdnbEJgYwjxp5Q92MEWQaH9+dmzbRt6kvYU1Mp893E79nJiCSM8A==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-lodash/-/eslint-plugin-lodash-8.0.0.tgz", + "integrity": "sha512-7DA8485FolmWRzh+8t4S8Pzin2TTuWfb0ZW3j/2fYElgk82ZanFz8vDcvc4BBPceYdX1p/za+tkbO68maDBGGw==", + "license": "MIT", "dependencies": { "lodash": "^4.17.21" }, @@ -3601,7 +3602,7 @@ "node": ">=10" }, "peerDependencies": { - "eslint": ">=2" + "eslint": ">=9.0.0" } }, "node_modules/eslint-plugin-no-null": { diff --git a/package.json b/package.json index 88eedc0..b572ed8 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@types/url-parse": "^1.4.11", "@typescript-eslint/eslint-plugin-tslint": "^7.0.2", "dgraph-js": "^21.3.1", - "eslint-plugin-lodash": "^7.4.0", + "eslint-plugin-lodash": "^8.0.0", "google-protobuf": "^3.21.4", "is-base64": "^1.1.0", "url-parse": "^1.5.10"