From eda66a8458ca4d7a5876a85b946d906131b335a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 13:58:43 +0000 Subject: [PATCH] Bump globals from 16.3.0 to 16.4.0 (#383) Bumps [globals](https://github.com/sindresorhus/globals) from 16.3.0 to 16.4.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.3.0...v16.4.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 6af26a5..5714ea1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@vercel/ncc": "0.38.3", "eslint": "9.38.0", "eslint-plugin-yml": "1.18.0", - "globals": "16.3.0", + "globals": "17.3.0", "markdownlint-cli": "0.45.0", "prettier": "3.6.2", "shellcheck": "4.1.0", @@ -1664,9 +1664,9 @@ } }, "node_modules/globals": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz", - "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==", + "version": "17.3.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz", + "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index c954eaa..159abd7 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@vercel/ncc": "0.38.3", "eslint": "9.38.0", "@eslint/js": "9.31.0", - "globals": "16.3.0", + "globals": "17.3.0", "markdownlint-cli": "0.45.0", "prettier": "3.6.2", "shellcheck": "4.1.0",