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 | |
| 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')
| -rw-r--r-- | client/simple/package-lock.json | 8 | ||||
| -rw-r--r-- | client/simple/package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/client/simple/package-lock.json b/client/simple/package-lock.json index d0cf0af2d..b188b5764 100644 --- a/client/simple/package-lock.json +++ b/client/simple/package-lock.json @@ -17,7 +17,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", @@ -3929,9 +3929,9 @@ } }, "node_modules/globals": { - "version": "15.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", - "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.0.0.tgz", + "integrity": "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==", "dev": true, "license": "MIT", "engines": { 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", |