From b2daee67e578726c10a9c1dd74b86e32245a64d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 09:57:12 +0000 Subject: [PATCH] chore(deps-dev): bump globals in /platform/apps/agent-sync-desktop/ui Bumps [globals](https://github.com/sindresorhus/globals) from 17.3.0 to 17.4.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v17.3.0...v17.4.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- platform/apps/agent-sync-desktop/ui/package-lock.json | 6 ++++-- platform/apps/agent-sync-desktop/ui/package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/platform/apps/agent-sync-desktop/ui/package-lock.json b/platform/apps/agent-sync-desktop/ui/package-lock.json index e08bbcf..a2c05a6 100644 --- a/platform/apps/agent-sync-desktop/ui/package-lock.json +++ b/platform/apps/agent-sync-desktop/ui/package-lock.json @@ -33,7 +33,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", - "globals": "^17.3.0", + "globals": "^17.4.0", "jsdom": "^28.1.0", "oxlint": "^1.50.0", "oxlint-tsgolint": "^0.15.0", @@ -4458,7 +4458,9 @@ } }, "node_modules/globals": { - "version": "17.3.0", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz", + "integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==", "dev": true, "license": "MIT", "engines": { diff --git a/platform/apps/agent-sync-desktop/ui/package.json b/platform/apps/agent-sync-desktop/ui/package.json index c7abdbe..55dc6b7 100644 --- a/platform/apps/agent-sync-desktop/ui/package.json +++ b/platform/apps/agent-sync-desktop/ui/package.json @@ -49,7 +49,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", - "globals": "^17.3.0", + "globals": "^17.4.0", "jsdom": "^28.1.0", "oxlint": "^1.50.0", "oxlint-tsgolint": "^0.15.0",