From 39c12ee72a879a5f8df6d34713d8e92f87d565ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 18:04:43 +0000 Subject: [PATCH] chore(deps-dev): bump globals in /firebase/functions Bumps [globals](https://github.com/sindresorhus/globals) from 17.11.0 to 17.12.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v17.11.0...v17.12.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.12.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- firebase/functions/package.json | 2 +- firebase/functions/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/firebase/functions/package.json b/firebase/functions/package.json index 03bc548..e2b1e94 100644 --- a/firebase/functions/package.json +++ b/firebase/functions/package.json @@ -26,7 +26,7 @@ "eslint-config-google": "^0.14.0", "eslint-plugin-import": "^2.32.0", "firebase-functions-test": "^3.5.0", - "globals": "^17.11.0", + "globals": "^17.12.0", "typescript": "^6.0.3", "typescript-eslint": "^8.68.0" }, diff --git a/firebase/functions/yarn.lock b/firebase/functions/yarn.lock index 7f6add0..767249b 100644 --- a/firebase/functions/yarn.lock +++ b/firebase/functions/yarn.lock @@ -1884,10 +1884,10 @@ glob@^10.3.7: package-json-from-dist "^1.0.0" path-scurry "^1.11.1" -globals@^17.11.0: - version "17.11.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-17.11.0.tgz#d643485bb30220d7751e511cf4f68c73d3870d87" - integrity sha512-Z2I8hM+PbJDXQDq3Icgpzv+mPdwr68iZUU9d5WW4FuXfDUQfkZaZuvjMv42/5crNyw154+9+VWXbYrUgDXbxNw== +globals@^17.12.0: + version "17.12.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-17.12.0.tgz#910a368b8f093d3feb3f77a56dcefa05647d698e" + integrity sha512-cezEd/DTyyht9cvSSURyygXPfy04GtWO/5e6ZPvH7fCtjKz9PYOmuawphw1Ctd1f6C+5JypXfGD7ahNMXvevBA== globalthis@^1.0.3, globalthis@^1.0.4: version "1.0.4"