From d3000cb27c644751b4b571b5e40821b659e8a1bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:31:52 +0000 Subject: [PATCH] chore(deps-dev): bump globals in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [globals](https://github.com/sindresorhus/globals). Updates `globals` from 17.1.0 to 17.2.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v17.1.0...v17.2.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... 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 0aad7e4..69340ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "eslint": "^9.9.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.11", - "globals": "^17.1.0", + "globals": "^17.2.0", "postcss": "^8.4.35", "sharp": "^0.34.5", "tailwindcss": "^4.0.0", @@ -6319,9 +6319,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.2.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.2.0.tgz", + "integrity": "sha512-tovnCz/fEq+Ripoq+p/gN1u7l6A7wwkoBT9pRCzTHzsD/LvADIzXZdjmRymh5Ztf0DYC3Rwg5cZRYjxzBmzbWg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 208d66b..3794fc1 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint": "^9.9.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.11", - "globals": "^17.1.0", + "globals": "^17.2.0", "postcss": "^8.4.35", "sharp": "^0.34.5", "tailwindcss": "^4.0.0",