From e24afb06ae4f7d769209bd1c06308ee18f17f6b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 00:16:31 +0000 Subject: [PATCH] Update dependency globals to v15.12.0 --- package-lock.json | 8 ++++---- package.json | 2 +- .../resources/generator/dependencies/common/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 289ad751af0..0f06bc2ea2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint-plugin-pug": "1.2.5", "eslint-plugin-vue": "9.30.0", "fontello-cli": "0.6.2", - "globals": "15.11.0", + "globals": "15.12.0", "husky": "9.1.6", "jsdom": "25.0.1", "lint-staged": "15.2.10", @@ -6328,9 +6328,9 @@ } }, "node_modules/globals": { - "version": "15.11.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", - "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", + "version": "15.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz", + "integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index d728cf8e318..8ddb18aab4e 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "eslint-plugin-pug": "1.2.5", "eslint-plugin-vue": "9.30.0", "fontello-cli": "0.6.2", - "globals": "15.11.0", + "globals": "15.12.0", "husky": "9.1.6", "jsdom": "25.0.1", "lint-staged": "15.2.10", diff --git a/src/main/resources/generator/dependencies/common/package.json b/src/main/resources/generator/dependencies/common/package.json index e1f9ae8dc49..a82c360c4a2 100644 --- a/src/main/resources/generator/dependencies/common/package.json +++ b/src/main/resources/generator/dependencies/common/package.json @@ -22,7 +22,7 @@ "eslint": "9.14.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-cypress": "4.1.0", - "globals": "15.11.0", + "globals": "15.12.0", "husky": "9.1.6", "i18next": "23.16.4", "i18next-browser-languagedetector": "8.0.0",