diff options
author | dependabot[bot] | 2023-04-10 22:00:11 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-04-13 19:49:42 +0300 |
commit | 7d187daee097e8c718585df3fa040af45b544b24 (patch) | |
tree | 05f1ae42f66204292aa0a0dd025b18e40b11c47b /package.json | |
parent | ffe7e7af9fbcc0661406b6e5d23c9f9eeb8c432e (diff) |
build(deps-dev): bump eslint-webpack-plugin from 4.0.0 to 4.0.1
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/webpack-contrib/eslint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v4.0.0...v4.0.1)
---
updated-dependencies:
- dependency-name: eslint-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 56fdbc15..62f9b3ee 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-testing-library": "^5.10.2", - "eslint-webpack-plugin": "^4.0.0", + "eslint-webpack-plugin": "^4.0.1", "html-webpack-plugin": "^5.5.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", |