From ffe0a10cb82016ccea0b755e8e557b2f605f398e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 18:47:23 +0000 Subject: [PATCH] [upd] web-client (simple): Bump globals in /client/simple Bumps [globals](https://github.com/sindresorhus/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) --- updated-dependencies: - dependency-name: globals dependency-version: 16.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/simple/package-lock.json | 8 ++++---- 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 9ebd69257..c830b152d 100644 --- a/client/simple/package-lock.json +++ b/client/simple/package-lock.json @@ -17,7 +17,7 @@ "edge.js": "^6.2.1", "eslint": "^9.25.1", "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", @@ -4094,9 +4094,9 @@ } }, "node_modules/globals": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.0.0.tgz", - "integrity": "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.1.0.tgz", + "integrity": "sha512-aibexHNbb/jiUSObBgpHLj+sIuUmJnYcgXBlrfsiDZ9rt4aF2TFRbyLgZ2iFQuVZ1K5Mx3FVkbKRSgKrbK3K2g==", "dev": true, "license": "MIT", "engines": { diff --git a/client/simple/package.json b/client/simple/package.json index 5eeffb688..e77746e08 100644 --- a/client/simple/package.json +++ b/client/simple/package.json @@ -15,7 +15,7 @@ "edge.js": "^6.2.1", "eslint": "^9.25.1", "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",