From eb1c14f985852b1da79d373cba030877091fb757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 11:44:54 +0000 Subject: [PATCH] Bump globals from 16.5.0 to 17.3.0 in /eslint-config Bumps [globals](https://github.com/sindresorhus/globals) from 16.5.0 to 17.3.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.5.0...v17.3.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- eslint-config/package-lock.json | 10 +++++----- eslint-config/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eslint-config/package-lock.json b/eslint-config/package-lock.json index 2288467..ddf4615 100644 --- a/eslint-config/package-lock.json +++ b/eslint-config/package-lock.json @@ -17,7 +17,7 @@ "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", - "globals": "^16.5.0" + "globals": "^17.3.0" }, "engines": { "node": ">=20", @@ -32,7 +32,7 @@ "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.1.0", - "globals": "^15.14.0" + "globals": "^17.3.0" } }, "node_modules/@babel/code-frame": { @@ -2189,9 +2189,9 @@ } }, "node_modules/globals": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", - "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", + "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/eslint-config/package.json b/eslint-config/package.json index 3bab6be..e39432d 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -31,7 +31,7 @@ "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", - "globals": "^16.5.0" + "globals": "^17.3.0" }, "peerDependencies": { "eslint": "^9",