chore(deps-dev): bump eslint-plugin-lodash from 7.2.0 to 7.3.0

Bumps [eslint-plugin-lodash](https://github.com/wix/eslint-plugin-lodash) from 7.2.0 to 7.3.0.
- [Release notes](https://github.com/wix/eslint-plugin-lodash/releases)
- [Changelog](https://github.com/wix/eslint-plugin-lodash/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wix/eslint-plugin-lodash/compare/v7.2.0...v7.3.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-lodash
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-08-20 13:58:34 +02:00
committed by Julien Machiels
parent 04055353c2
commit 75baba6991
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -11138,12 +11138,12 @@
}
},
"eslint-plugin-lodash": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-lodash/-/eslint-plugin-lodash-7.2.0.tgz",
"integrity": "sha512-7Wf7SOCK90OFgPd8LleVQa8uCWBZDLjPKxaFdwM/aINDyXhley0nRKSKL6TESGFCCMduYPox5VLttvqV2Vfbig==",
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-lodash/-/eslint-plugin-lodash-7.3.0.tgz",
"integrity": "sha512-FQM8HklruJzulPawX3uZqWbeyN3bQT4hjVCpFYMrWo0Hdz1qDCwp1v3JS4zjhdssAXdwCxdnyrNMCZJK70GeUQ==",
"dev": true,
"requires": {
"lodash": ">=4"
"lodash": "^4.17.21"
}
},
"eslint-plugin-node": {
+1 -1
View File
@@ -119,7 +119,7 @@
"eslint-plugin-jest-formatting": "^3.0.0",
"eslint-plugin-jsdoc": "^36.0.7",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-lodash": "^7.2.0",
"eslint-plugin-lodash": "^7.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",