From 07c1e5f4eb5df26070895fc326514a087e91e924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 14:45:25 +0000 Subject: [PATCH] Bump globals from 17.9.0 to 17.11.0 in /src/Exceptionless.Web/ClientApp Bumps [globals](https://github.com/sindresorhus/globals) from 17.9.0 to 17.11.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v17.9.0...v17.11.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/Exceptionless.Web/ClientApp/package-lock.json | 8 ++++---- src/Exceptionless.Web/ClientApp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Exceptionless.Web/ClientApp/package-lock.json b/src/Exceptionless.Web/ClientApp/package-lock.json index 9333168e47..62ed24bb73 100644 --- a/src/Exceptionless.Web/ClientApp/package-lock.json +++ b/src/Exceptionless.Web/ClientApp/package-lock.json @@ -67,7 +67,7 @@ "eslint-plugin-perfectionist": "^5.10.1", "eslint-plugin-storybook": "^10.5.7", "eslint-plugin-svelte": "^3.22.0", - "globals": "^17.9.0", + "globals": "^17.11.0", "jsdom": "^30.0.1", "magic-string": "^1.2.0", "prettier": "^3.9.6", @@ -6707,9 +6707,9 @@ } }, "node_modules/globals": { - "version": "17.9.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.9.0.tgz", - "integrity": "sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==", + "version": "17.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.11.0.tgz", + "integrity": "sha512-Z2I8hM+PbJDXQDq3Icgpzv+mPdwr68iZUU9d5WW4FuXfDUQfkZaZuvjMv42/5crNyw154+9+VWXbYrUgDXbxNw==", "dev": true, "license": "MIT", "engines": { diff --git a/src/Exceptionless.Web/ClientApp/package.json b/src/Exceptionless.Web/ClientApp/package.json index 87c7e0ec44..90c5260342 100644 --- a/src/Exceptionless.Web/ClientApp/package.json +++ b/src/Exceptionless.Web/ClientApp/package.json @@ -59,7 +59,7 @@ "eslint-plugin-perfectionist": "^5.10.1", "eslint-plugin-storybook": "^10.5.7", "eslint-plugin-svelte": "^3.22.0", - "globals": "^17.9.0", + "globals": "^17.11.0", "jsdom": "^30.0.1", "magic-string": "^1.2.0", "prettier": "^3.9.6",