From fee56c383d7d58ffadef6fab1b6f84725a1199eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 04:08:08 +0000 Subject: [PATCH] Bump globals from 15.10.0 to 15.11.0 in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [globals](https://github.com/sindresorhus/globals). Updates `globals` from 15.10.0 to 15.11.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.10.0...v15.11.0) --- updated-dependencies: - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d68e648..eb5b0d8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "eslint": "^8.57.1", "eslint-config-love": "^84.1.0", "eslint-plugin-lit": "^1.15.0", - "globals": "^15.10.0", + "globals": "^15.11.0", "lit": "^3.2.1", "lit-analyzer": "^2.0.3", "npm-run-all": "^4.1.5", @@ -7895,9 +7895,9 @@ } }, "node_modules/globals": { - "version": "15.10.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.10.0.tgz", - "integrity": "sha512-tqFIbz83w4Y5TCbtgjZjApohbuh7K9BxGYFm7ifwDR240tvdb7P9x+/9VvUKlmkPoiknoJtanI8UOrqxS3a7lQ==", + "version": "15.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", + "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", "dev": true, "engines": { "node": ">=18" @@ -18596,9 +18596,9 @@ } }, "globals": { - "version": "15.10.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.10.0.tgz", - "integrity": "sha512-tqFIbz83w4Y5TCbtgjZjApohbuh7K9BxGYFm7ifwDR240tvdb7P9x+/9VvUKlmkPoiknoJtanI8UOrqxS3a7lQ==", + "version": "15.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", + "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", "dev": true }, "globalthis": { diff --git a/package.json b/package.json index aa200f4e..343cc69b 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "eslint": "^8.57.1", "eslint-config-love": "^84.1.0", "eslint-plugin-lit": "^1.15.0", - "globals": "^15.10.0", + "globals": "^15.11.0", "lit": "^3.2.1", "lit-analyzer": "^2.0.3", "npm-run-all": "^4.1.5",