From cab192d3b6f9e8650686959d61aeaa3230c5d16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:27:38 +0000 Subject: [PATCH] npm dev(deps-dev): bump globals in the development-dependencies group Bumps the development-dependencies group with 1 update: [globals](https://github.com/sindresorhus/globals). Updates `globals` from 17.3.0 to 17.4.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v17.3.0...v17.4.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... 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 7ece3d8..6306d13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@eslint/js": "^10.0.1", "@stylistic/eslint-plugin": "^5.6.1", "eslint": "^10.0.2", - "globals": "^17.3.0" + "globals": "^17.4.0" } }, "node_modules/@eslint-community/eslint-utils": { @@ -590,10 +590,11 @@ } }, "node_modules/globals": { - "version": "17.3.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz", - "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz", + "integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==", "dev": true, + "license": "MIT", "engines": { "node": ">=18" }, diff --git a/package.json b/package.json index ca8bd07..3a11804 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "@eslint/js": "^10.0.1", "@stylistic/eslint-plugin": "^5.6.1", "eslint": "^10.0.2", - "globals": "^17.3.0" + "globals": "^17.4.0" }, "scripts": { "lint:sarif": "eslint . -f json | node eslint-to-sarif.mjs"