diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-25 07:46:23 +0000 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-04-27 10:15:33 +0200 |
| commit | 21cdb0332b88f9a1941366364872fe8b24e4b783 (patch) | |
| tree | 513d737890b70bc2e60072a8607de239e4f8be7f /client/simple/package.json | |
| parent | 30330617d9bd77dfd1dc34e79c5621afbd871dbf (diff) | |
[upd] web-client (simple): Bump eslint in /client/simple
Bumps [eslint](https://github.com/eslint/eslint) from 9.24.0 to 9.25.1.
- [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.24.0...v9.25.1)
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.25.1
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 52b793395..855fd3524 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.24.0", + "eslint": "^9.25.1", "filemanager-webpack-plugin": "^8.0.0", "globals": "^16.0.0", "ionicons": "^7.4.0", |