diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-15 02:27:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-15 02:27:30 +0000 |
commit | 6dd8e2b698c506b226e5c0083d87bcf600a13c7a (patch) | |
tree | 5064c22de168b774c18a573461aefdccec92da21 /package.json | |
parent | 206967a4fbf217a4ec69bb8438194e5a40e1cf12 (diff) | |
download | nextcloud-server-6dd8e2b698c506b226e5c0083d87bcf600a13c7a.tar.gz nextcloud-server-6dd8e2b698c506b226e5c0083d87bcf600a13c7a.zip |
Bump eslint-webpack-plugin from 2.6.0 to 3.1.1
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 2.6.0 to 3.1.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/v2.6.0...v3.1.1)
---
updated-dependencies:
- dependency-name: eslint-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-major
...
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 54e36a093f5..e0bc32c52f1 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "babel-loader-exclude-node-modules-except": "^1.2.1", "css-loader": "^5.2.7", "eslint-plugin-es": "^4.1.0", - "eslint-webpack-plugin": "^2.5.4", + "eslint-webpack-plugin": "^3.1.1", "exports-loader": "^1.1.1", "file-loader": "^6.2.0", "handlebars-loader": "^1.7.1", |