From b82f64677cc7d557a4c26aef13948c5ee7053ef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 21:05:40 +0000 Subject: [PATCH] chore: bump globals from 16.3.0 to 16.4.0 Bumps [globals](https://github.com/sindresorhus/globals) from 16.3.0 to 16.4.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.3.0...v16.4.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0bb3f91253..b01f0c5653 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "brace-expansion": "4.0.1", "eslint": "^9.34.0", "eslint-plugin-require-extensions": "^0.1.3", - "globals": "^16.3.0", + "globals": "^16.4.0", "husky": "^9.1.7", "jest": "^30.1.3", "lint-staged": "^16.1.6", @@ -7816,10 +7816,11 @@ } }, "node_modules/globals": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz", - "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==", + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz", + "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==", "dev": true, + "license": "MIT", "engines": { "node": ">=18" }, diff --git a/package.json b/package.json index f5201bb0e1..1872446b10 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "brace-expansion": "4.0.1", "eslint": "^9.34.0", "eslint-plugin-require-extensions": "^0.1.3", - "globals": "^16.3.0", + "globals": "^16.4.0", "husky": "^9.1.7", "jest": "^30.1.3", "lint-staged": "^16.1.6",