From 7cd2e90a30943f8c4b8c97e8975adfa55c77173f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 12:59:40 +0000 Subject: [PATCH] Bump globals from 17.5.0 to 17.6.0 in /Apps/WebClient/src/ClientApp Bumps [globals](https://github.com/sindresorhus/globals) from 17.5.0 to 17.6.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v17.5.0...v17.6.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Apps/WebClient/src/ClientApp/package-lock.json | 8 ++++---- Apps/WebClient/src/ClientApp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Apps/WebClient/src/ClientApp/package-lock.json b/Apps/WebClient/src/ClientApp/package-lock.json index e70235ecb2..33fb5aa475 100644 --- a/Apps/WebClient/src/ClientApp/package-lock.json +++ b/Apps/WebClient/src/ClientApp/package-lock.json @@ -48,7 +48,7 @@ "eslint-plugin-simple-import-sort": "^13.0.0", "eslint-plugin-unused-imports": "^4.4.1", "eslint-plugin-vue": "^10.9.0", - "globals": "^17.3.0", + "globals": "^17.6.0", "prettier": "^3.8.1", "sass": "^1.97.3", "typescript": "^6.0.3", @@ -3058,9 +3058,9 @@ } }, "node_modules/globals": { - "version": "17.5.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.5.0.tgz", - "integrity": "sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g==", + "version": "17.6.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz", + "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==", "dev": true, "license": "MIT", "engines": { diff --git a/Apps/WebClient/src/ClientApp/package.json b/Apps/WebClient/src/ClientApp/package.json index 067a89bcec..a51bf25351 100644 --- a/Apps/WebClient/src/ClientApp/package.json +++ b/Apps/WebClient/src/ClientApp/package.json @@ -50,7 +50,7 @@ "eslint-plugin-simple-import-sort": "^13.0.0", "eslint-plugin-unused-imports": "^4.4.1", "eslint-plugin-vue": "^10.9.0", - "globals": "^17.3.0", + "globals": "^17.6.0", "prettier": "^3.8.1", "sass": "^1.97.3", "typescript": "^6.0.3",