From 7d64b259cc58c78d841e4eac3a23167aea0e301c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:15:18 +0000 Subject: [PATCH] build(deps-dev): bump globals from 15.15.0 to 17.7.0 in /functions Bumps [globals](https://github.com/sindresorhus/globals) from 15.15.0 to 17.7.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.15.0...v17.7.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.7.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- functions/package-lock.json | 8 ++++---- functions/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 23e7fcc..29b6de1 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -19,7 +19,7 @@ "eslint-config-google": "^0.14.0", "eslint-plugin-security": "^4.0.1", "firebase-functions-test": "^3.1.0", - "globals": "^15.15.0", + "globals": "^17.7.0", "jest": "^30.4.2" }, "engines": { @@ -5044,9 +5044,9 @@ } }, "node_modules/globals": { - "version": "15.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", - "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", + "version": "17.7.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.7.0.tgz", + "integrity": "sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==", "dev": true, "license": "MIT", "engines": { diff --git a/functions/package.json b/functions/package.json index 6c3172c..eb6345c 100644 --- a/functions/package.json +++ b/functions/package.json @@ -34,7 +34,7 @@ "eslint-config-google": "^0.14.0", "eslint-plugin-security": "^4.0.1", "firebase-functions-test": "^3.1.0", - "globals": "^15.15.0", + "globals": "^17.7.0", "jest": "^30.4.2" }, "private": true