From c184273d348f9441e50a1ced55400356c29a802a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 14:00:03 +0000 Subject: [PATCH] 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 ffba2b7..c9af0f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "eslint": "9.18.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-prettier": "5.5.4", - "globals": "16.4.0", + "globals": "16.5.0", "prettier": "3.6.2", "rimraf": "6.1.0", "typescript": "5.9.2", @@ -1252,9 +1252,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 7e73be5..ab91244 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint": "9.18.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-prettier": "5.5.4", - "globals": "16.4.0", + "globals": "16.5.0", "prettier": "3.6.2", "rimraf": "6.1.0", "typescript": "5.9.2",