From c5acc5a85584119a67b65548fdc30ec029d56830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:51:01 +0000 Subject: [PATCH] build(deps-dev): bump globals from 15.6.0 to 15.8.0 Bumps [globals](https://github.com/sindresorhus/globals) from 15.6.0 to 15.8.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.6.0...v15.8.0) --- updated-dependencies: - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index bd1620b..f3bc4c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint-plugin-mocha": "^10.4.3", "eslint-plugin-security": "^3.0.1", "eslint-plugin-unicorn": "^54.0.0", - "globals": "^15.6.0", + "globals": "^15.8.0", "grunt": "^1.5.3", "grunt-babel": "^8.0.0", "grunt-browserify": "^6.0.0", @@ -6076,11 +6076,10 @@ } }, "node_modules/globals": { - "version": "15.6.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.6.0.tgz", - "integrity": "sha512-UzcJi88Hw//CurUIRa9Jxb0vgOCcuD/MNjwmXp633cyaRKkCWACkoqHCtfZv43b1kqXGg/fpOa8bwgacCeXsVg==", + "version": "15.8.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.8.0.tgz", + "integrity": "sha512-VZAJ4cewHTExBWDHR6yptdIBlx9YSSZuwojj9Nt5mBRXQzrKakDsVKQ1J63sklLvzAJm0X5+RpO4i3Y2hcOnFw==", "dev": true, - "license": "MIT", "engines": { "node": ">=18" }, @@ -16866,9 +16865,9 @@ } }, "globals": { - "version": "15.6.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.6.0.tgz", - "integrity": "sha512-UzcJi88Hw//CurUIRa9Jxb0vgOCcuD/MNjwmXp633cyaRKkCWACkoqHCtfZv43b1kqXGg/fpOa8bwgacCeXsVg==", + "version": "15.8.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.8.0.tgz", + "integrity": "sha512-VZAJ4cewHTExBWDHR6yptdIBlx9YSSZuwojj9Nt5mBRXQzrKakDsVKQ1J63sklLvzAJm0X5+RpO4i3Y2hcOnFw==", "dev": true }, "graceful-fs": { diff --git a/package.json b/package.json index cdb3e8d..58c7a1f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "eslint-plugin-mocha": "^10.4.3", "eslint-plugin-security": "^3.0.1", "eslint-plugin-unicorn": "^54.0.0", - "globals": "^15.6.0", + "globals": "^15.8.0", "grunt": "^1.5.3", "grunt-babel": "^8.0.0", "grunt-browserify": "^6.0.0",