From bcec7c4b9de80793d71c70c290e21b8b26d46103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 03:12:39 +0000 Subject: [PATCH] chore(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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96ab55c..4d4877b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@babel/eslint-parser": "^7.28.5", "eslint-config-prettier": "^10.1.8", "eslint-plugin-sonarjs": "^3.0.5", - "globals": "^16.4.0", + "globals": "^16.5.0", "jest": "^30.2.0", "markdownlint-cli2": "^0.18.1" } @@ -3586,9 +3586,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 77ac0b8..ba15dbc 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@babel/eslint-parser": "^7.28.5", "eslint-config-prettier": "^10.1.8", "eslint-plugin-sonarjs": "^3.0.5", - "globals": "^16.4.0", + "globals": "^16.5.0", "jest": "^30.2.0", "markdownlint-cli2": "^0.18.1" }