From fa3b35f7deda53b9ec3c75b1f4c6f94f09490f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 00:34:19 +0000 Subject: [PATCH] build(deps-dev): bump globals from 16.1.0 to 16.2.0 Bumps [globals](https://github.com/sindresorhus/globals) from 16.1.0 to 16.2.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.1.0...v16.2.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.2.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 2b75684a1..7a0aab01a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint-plugin-lodash": "^8.0.0", "eslint-plugin-prettier": "^5.4.0", "eslint-plugin-promise": "^7.2.1", - "globals": "^16.1.0", + "globals": "^16.2.0", "husky": "^9.1.7", "jest": "^29.7.0", "lint-staged": "^15.5.2", @@ -9584,9 +9584,9 @@ } }, "node_modules/globals": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.1.0.tgz", - "integrity": "sha512-aibexHNbb/jiUSObBgpHLj+sIuUmJnYcgXBlrfsiDZ9rt4aF2TFRbyLgZ2iFQuVZ1K5Mx3FVkbKRSgKrbK3K2g==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz", + "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 450bc988e..853e4d9fc 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint-plugin-lodash": "^8.0.0", "eslint-plugin-prettier": "^5.4.0", "eslint-plugin-promise": "^7.2.1", - "globals": "^16.1.0", + "globals": "^16.2.0", "husky": "^9.1.7", "jest": "^29.7.0", "lint-staged": "^15.5.2",