diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-13 17:38:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-13 17:38:46 +0200 |
| commit | c303da55b02711e4b01f7ec48dc868761847c675 (patch) | |
| tree | 374ac45a29e4097ca8e8b590c99e353733891d1d /client/simple/package.json | |
| parent | 90068660196d898896219d1df7a088348c5d3d14 (diff) | |
[upd] web-client (simple): Bump the minor group (#4775)
Bumps the minor group in /client/simple with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.25.1` | `9.26.0` |
| [eslint](https://github.com/eslint/eslint) | `9.25.1` | `9.26.0` |
| [globals](https://github.com/sindresorhus/globals) | `16.0.0` | `16.1.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.3.4` | `6.3.5` |
| [webpack](https://github.com/webpack/webpack) | `5.99.7` | `5.99.8` |
Updates `@eslint/js` from 9.25.1 to 9.26.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/commits/v9.26.0/packages/js)
Updates `eslint` from 9.25.1 to 9.26.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.25.1...v9.26.0)
Updates `globals` from 16.0.0 to 16.1.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v16.0.0...v16.1.0)
Updates `vite` from 6.3.4 to 6.3.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.3.5/packages/vite)
Updates `webpack` from 5.99.7 to 5.99.8
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.99.7...v5.99.8)
Diffstat (limited to 'client/simple/package.json')
| -rw-r--r-- | client/simple/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/client/simple/package.json b/client/simple/package.json index 5eeffb688..f0cb956bb 100644 --- a/client/simple/package.json +++ b/client/simple/package.json @@ -9,13 +9,13 @@ "icons.html": "node theme_icons.js" }, "devDependencies": { - "@eslint/js": "^9.25.1", + "@eslint/js": "^9.26.0", "copy-webpack-plugin": "^13.0.0", "css-loader": "^7.1.2", "edge.js": "^6.2.1", - "eslint": "^9.25.1", + "eslint": "^9.26.0", "filemanager-webpack-plugin": "^8.0.0", - "globals": "^16.0.0", + "globals": "^16.1.0", "ionicons": "^8.0.8", "leaflet": "^1.9.4", "less": "^4.3.0", @@ -29,10 +29,10 @@ "stylelint-prettier": "^5.0.3", "svgo": "^3.3.2", "swiped-events": "^1.2.0", - "vite": "^6.3.4", + "vite": "^6.3.5", "vite-plugin-static-copy": "^2.3.1", "vite-plugin-stylelint": "^6.0.0", - "webpack": "^5.99.7", + "webpack": "^5.99.8", "webpack-cli": "^6.0.1" }, "dependencies": { |