From c5d6cae8c0d12c9f55b582d24aba89377c28ef01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 03:27:56 +0000 Subject: [PATCH] Update dependency globals to v16 --- package-lock.json | 21 +++++++++++++++---- package.json | 2 +- .../dependencies/common/package.json | 2 +- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ecb5f4c04b..ccedc2aacc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint-plugin-pug": "1.2.5", "eslint-plugin-vue": "9.32.0", "fontello-cli": "0.6.2", - "globals": "15.15.0", + "globals": "16.0.0", "husky": "9.1.7", "jsdom": "26.0.0", "lint-staged": "15.4.3", @@ -7297,6 +7297,19 @@ "eslint": ">=9" } }, + "node_modules/eslint-plugin-cypress/node_modules/globals": { + "version": "15.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", + "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/eslint-plugin-pug": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/eslint-plugin-pug/-/eslint-plugin-pug-1.2.5.tgz", @@ -8571,9 +8584,9 @@ } }, "node_modules/globals": { - "version": "15.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", - "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.0.0.tgz", + "integrity": "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 6a2c72f5b3..5ce36e34de 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "eslint-plugin-pug": "1.2.5", "eslint-plugin-vue": "9.32.0", "fontello-cli": "0.6.2", - "globals": "15.15.0", + "globals": "16.0.0", "husky": "9.1.7", "jsdom": "26.0.0", "lint-staged": "15.4.3", diff --git a/src/main/resources/generator/dependencies/common/package.json b/src/main/resources/generator/dependencies/common/package.json index be72f41d8f..d37e5898af 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.20.1", "eslint-config-prettier": "10.0.1", "eslint-plugin-cypress": "4.1.0", - "globals": "15.15.0", + "globals": "16.0.0", "husky": "9.1.7", "i18next": "24.2.2", "i18next-browser-languagedetector": "8.0.3",