From 039f4c720668a4a96b562a767cc9bf053f9a7af0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 06:38:58 +0000 Subject: [PATCH] chore(deps-dev): bump globals from 16.0.0 to 16.1.0 Bumps [globals](https://github.com/sindresorhus/globals) from 16.0.0 to 16.1.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.0.0...v16.1.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.1.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 7b6b72e..37a5136 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint-plugin": "1.0.1", "eslint-plugin-unicorn": "56.0.1", "esmock": "2.7.0", - "globals": "16.0.0", + "globals": "16.1.0", "husky": "9.1.7", "lint-staged": "15.5.2", "prettier-config-standard": "7.0.0", @@ -4486,9 +4486,9 @@ } }, "node_modules/globals": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.0.0.tgz", - "integrity": "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.1.0.tgz", + "integrity": "sha512-aibexHNbb/jiUSObBgpHLj+sIuUmJnYcgXBlrfsiDZ9rt4aF2TFRbyLgZ2iFQuVZ1K5Mx3FVkbKRSgKrbK3K2g==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 15749e3..ade1c0a 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "eslint-plugin": "1.0.1", "eslint-plugin-unicorn": "56.0.1", "esmock": "2.7.0", - "globals": "16.0.0", + "globals": "16.1.0", "husky": "9.1.7", "lint-staged": "15.5.2", "prettier-config-standard": "7.0.0",