From 614fc58e3e42bfc64bd3116f72ce783e2320edbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 23:07:55 +0000 Subject: [PATCH] chore: bump globals from 16.4.0 to 16.5.0 Bumps [globals](https://github.com/sindresorhus/globals) from 16.4.0 to 16.5.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.4.0...v16.5.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6befd4407b..ecf39fc40c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "brace-expansion": "4.0.1", "eslint": "^9.37.0", "eslint-plugin-require-extensions": "^0.1.3", - "globals": "^16.4.0", + "globals": "^16.5.0", "husky": "^9.1.7", "jest": "^30.2.0", "lint-staged": "^16.2.6", @@ -7833,9 +7833,9 @@ } }, "node_modules/globals": { - "version": "16.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz", - "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==", + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index be0da729fa..59c6fe3a70 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "brace-expansion": "4.0.1", "eslint": "^9.37.0", "eslint-plugin-require-extensions": "^0.1.3", - "globals": "^16.4.0", + "globals": "^16.5.0", "husky": "^9.1.7", "jest": "^30.2.0", "lint-staged": "^16.2.6",