From 3e0698d8fc51312a5920d7812226dcbc7f5b6bb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 07:43:41 +0000 Subject: [PATCH] chore(deps-dev): bump globals from 17.1.0 to 17.3.0 Bumps [globals](https://github.com/sindresorhus/globals) from 17.1.0 to 17.3.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v17.1.0...v17.3.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.3.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 a5ded943..3b33dce6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint-plugin-depend": "^1.4.0", "eslint-plugin-import-x": "^4.16.1", "eslint-plugin-package-json": "^0.88.2", - "globals": "^17.1.0", + "globals": "^17.3.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", "prettier": "^3.8.1", @@ -4232,9 +4232,9 @@ } }, "node_modules/globals": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.1.0.tgz", - "integrity": "sha512-8HoIcWI5fCvG5NADj4bDav+er9B9JMj2vyL2pI8D0eismKyUvPLTSs+Ln3wqhwcp306i73iyVnEKx3F6T47TGw==", + "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 507cee28..412c1ad0 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "eslint-plugin-depend": "^1.4.0", "eslint-plugin-import-x": "^4.16.1", "eslint-plugin-package-json": "^0.88.2", - "globals": "^17.1.0", + "globals": "^17.3.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", "prettier": "^3.8.1",