diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-14 07:22:40 +0000 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-03-15 07:49:34 +0100 |
| commit | 896cb3ab46764e2815e18e262e0e1c3c6a75bd7b (patch) | |
| tree | 24f29833fd65ba9c4e172dd001e2063810bbfbfd /client/simple/package.json | |
| parent | 3fe602a468a7ac3992ba2f4df6ce41b46b3559bc (diff) | |
[upd] web-client (simple): Bump eslint in /client/simple
Bumps [eslint](https://github.com/eslint/eslint) from 9.21.0 to 9.22.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.21.0...v9.22.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'client/simple/package.json')
| -rw-r--r-- | client/simple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/simple/package.json b/client/simple/package.json index 4b0e5f2bb..aa87bd779 100644 --- a/client/simple/package.json +++ b/client/simple/package.json @@ -13,7 +13,7 @@ "copy-webpack-plugin": "^13.0.0", "css-loader": "^7.1.2", "edge.js": "^6.2.1", - "eslint": "^9.21.0", + "eslint": "^9.22.0", "filemanager-webpack-plugin": "^8.0.0", "globals": "^16.0.0", "ionicons": "^7.4.0", |