diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-28 11:44:54 +0000 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-02-28 12:56:27 +0100 |
| commit | d9d5e9140ea4b6ddad9f6c3d4d957e4cfe060a6d (patch) | |
| tree | a45b4be0e4a75746a77a6fcdb9c64985a667aee1 /client/simple/package.json | |
| parent | cd1b88e9169accc70b377f9a008bd7ab9b62c250 (diff) | |
[upd] web-client (simple): Bump globals in /client/simple
Bumps [globals](https://github.com/sindresorhus/globals) from 15.15.0 to 16.0.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.15.0...v16.0.0)
---
updated-dependencies:
- dependency-name: globals
dependency-type: direct:development
update-type: version-update:semver-major
...
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 1cbc9ca0b..4ffb5d1c2 100644 --- a/client/simple/package.json +++ b/client/simple/package.json @@ -15,7 +15,7 @@ "edge.js": "^6.2.1", "eslint": "^9.21.0", "filemanager-webpack-plugin": "^8.0.0", - "globals": "^15.14.0", + "globals": "^16.0.0", "ionicons": "^7.4.0", "leaflet": "^1.9.4", "less": "^4.2.2", |