From 0d2ac07af436e36e4d649ded59e1ab445dfa99ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:48:02 +0000 Subject: [PATCH] Bump globals from 15.15.0 to 17.2.0 in /win/system/frontend Bumps [globals](https://github.com/sindresorhus/globals) from 15.15.0 to 17.2.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.15.0...v17.2.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- win/system/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/system/frontend/package.json b/win/system/frontend/package.json index bd3eb83..a87ff06 100644 --- a/win/system/frontend/package.json +++ b/win/system/frontend/package.json @@ -74,7 +74,7 @@ "eslint": "^9.32.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", - "globals": "^15.15.0", + "globals": "^17.2.0", "lovable-tagger": "^1.1.9", "postcss": "^8.5.6", "tailwindcss": "^3.4.17",