From 09cf3f6e720f70a7fa2e4829fd60914b0115dc12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 11:17:47 +0000 Subject: [PATCH] Bump globals from 16.0.0 to 16.3.0 Bumps [globals](https://github.com/sindresorhus/globals) from 16.0.0 to 16.3.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.0.0...v16.3.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.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, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index de269bbdfdf..fa5a07177d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,15 +46,15 @@ "body-parser": "^1.19.0", "chai": "^4.2.0", "deep-equal": "^2.0.3", - "eslint-plugin-chai-friendly": "^1.1.0", "eslint": "^9.31.0", + "eslint-plugin-chai-friendly": "^1.1.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsdoc": "^50.6.6", "execa": "^1.0.0", "faker": "^5.5.3", "fancy-log": "^2.0.0", "fs-extra": "^11.3.0", - "globals": "^16.0.0", + "globals": "^16.3.0", "gulp": "^5.0.1", "gulp-clean": "^0.4.0", "gulp-concat": "^2.6.0", @@ -10060,7 +10060,9 @@ } }, "node_modules/globals": { - "version": "16.0.0", + "version": "16.3.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz", + "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index a5c47f1b535..b77bbabcd53 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "faker": "^5.5.3", "fancy-log": "^2.0.0", "fs-extra": "^11.3.0", - "globals": "^16.0.0", + "globals": "^16.3.0", "gulp": "^5.0.1", "gulp-clean": "^0.4.0", "gulp-concat": "^2.6.0",