From cdcf1b67034ea0e228f52828466a2f6f47098378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 08:09:38 +0000 Subject: [PATCH] build(deps-dev): 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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56fec1e8ff7..b5c8f22be8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "eslint": "^9.39.0", "eslint-plugin-cypress": "^5.2.0", "eslint-plugin-no-only-tests": "^3.3.0", - "globals": "^16.4.0", + "globals": "^16.5.0", "jsdom": "^27.0.1", "jsdom-testing-mocks": "^1.16.0", "sass": "^1.93.3", @@ -8968,11 +8968,10 @@ } }, "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": { "node": ">=18" }, diff --git a/package.json b/package.json index 4d39e90e18c..77b40f7676b 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint": "^9.39.0", "eslint-plugin-cypress": "^5.2.0", "eslint-plugin-no-only-tests": "^3.3.0", - "globals": "^16.4.0", + "globals": "^16.5.0", "jsdom": "^27.0.1", "jsdom-testing-mocks": "^1.16.0", "sass": "^1.93.3",