From 43a2a142fa0d342bad3a9d6714b549e47beeb805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 19:53:13 +0200 Subject: [PATCH] chore(deps-dev): bump globals from 15.15.0 to 16.0.0 in /webui/react-ui (#45) Bumps [globals](https://github.com/sindresorhus/globals) from 15.15.0 to 16.0.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.15.0...v16.0.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webui/react-ui/bun.lock | 6 +++--- webui/react-ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/webui/react-ui/bun.lock b/webui/react-ui/bun.lock index 6318afc..9347080 100644 --- a/webui/react-ui/bun.lock +++ b/webui/react-ui/bun.lock @@ -15,9 +15,9 @@ "eslint": "^9.24.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", - "globals": "^15.15.0", + "globals": "^16.0.0", "react-router-dom": "^7.5.0", - "vite": "^6.2.6", + "vite": "^6.3.1", }, }, }, @@ -296,7 +296,7 @@ "glob-parent": ["glob-parent@6.0.2", "", { "dependencies": { "is-glob": "^4.0.3" } }, "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A=="], - "globals": ["globals@15.15.0", "", {}, "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg=="], + "globals": ["globals@16.0.0", "", {}, "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A=="], "has-flag": ["has-flag@4.0.0", "", {}, "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="], diff --git a/webui/react-ui/package.json b/webui/react-ui/package.json index 50f74ef..fff9a3f 100644 --- a/webui/react-ui/package.json +++ b/webui/react-ui/package.json @@ -21,7 +21,7 @@ "eslint": "^9.24.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", - "globals": "^15.15.0", + "globals": "^16.0.0", "react-router-dom": "^7.5.0", "vite": "^6.3.1" }