From 8e6bcbb7fa0ffdbaaea8fd8301603710b9e61150 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 10:40:59 +0000 Subject: [PATCH] chore(deps): update dependency globals to v16 --- .ops/aws-setup/package-lock.json | 21 ++++++++++++++++---- .ops/aws-setup/package.json | 2 +- e2e/package-lock.json | 21 ++++++++++++++++---- e2e/package.json | 2 +- frontend/package-lock.json | 21 ++++++++++++++++---- frontend/package.json | 2 +- pdf/package-lock.json | 8 ++++---- pdf/package.json | 2 +- print/package-lock.json | 34 ++++++++++++++++++++++++++++---- print/package.json | 2 +- 10 files changed, 90 insertions(+), 25 deletions(-) diff --git a/.ops/aws-setup/package-lock.json b/.ops/aws-setup/package-lock.json index d569e7bfeb..d6049115b1 100644 --- a/.ops/aws-setup/package-lock.json +++ b/.ops/aws-setup/package-lock.json @@ -21,7 +21,7 @@ "eslint-plugin-n": "17.15.1", "eslint-plugin-prettier": "5.2.3", "eslint-plugin-promise": "7.2.1", - "globals": "15.15.0", + "globals": "16.0.0", "prettier": "3.5.2" } }, @@ -3820,6 +3820,19 @@ "balanced-match": "^1.0.0" } }, + "node_modules/eslint-plugin-n/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-n/node_modules/minimatch": { "version": "9.0.5", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", @@ -4369,9 +4382,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/.ops/aws-setup/package.json b/.ops/aws-setup/package.json index 249f090c80..29433a88c8 100644 --- a/.ops/aws-setup/package.json +++ b/.ops/aws-setup/package.json @@ -25,7 +25,7 @@ "eslint-plugin-n": "17.15.1", "eslint-plugin-prettier": "5.2.3", "eslint-plugin-promise": "7.2.1", - "globals": "15.15.0", + "globals": "16.0.0", "prettier": "3.5.2" } } diff --git a/e2e/package-lock.json b/e2e/package-lock.json index 0752844160..9d8bf6c1e9 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -15,7 +15,7 @@ "eslint-config-prettier": "10.0.1", "eslint-plugin-cypress": "4.1.0", "eslint-plugin-prettier": "5.2.3", - "globals": "15.15.0", + "globals": "16.0.0", "prettier": "3.5.2" } }, @@ -1704,6 +1704,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-prettier": { "version": "5.2.3", "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.3.tgz", @@ -2261,9 +2274,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/e2e/package.json b/e2e/package.json index b512b62da3..cc02f9c23d 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -21,7 +21,7 @@ "eslint-config-prettier": "10.0.1", "eslint-plugin-cypress": "4.1.0", "eslint-plugin-prettier": "5.2.3", - "globals": "15.15.0", + "globals": "16.0.0", "prettier": "3.5.2" }, "overrides": { diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 32f0ddaf0d..8260635882 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -94,7 +94,7 @@ "eslint-plugin-vue": "9.32.0", "eslint-plugin-vue-scoped-css": "2.9.0", "flush-promises": "1.0.2", - "globals": "15.15.0", + "globals": "16.0.0", "jest-serializer-vue-tjw": "3.20.0", "jsdom": "26.0.0", "lint-staged": "15.4.3", @@ -6789,6 +6789,19 @@ "balanced-match": "^1.0.0" } }, + "node_modules/eslint-plugin-n/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-n/node_modules/minimatch": { "version": "9.0.5", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", @@ -7595,9 +7608,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/frontend/package.json b/frontend/package.json index 6e10b25b6c..23963f933e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -107,7 +107,7 @@ "eslint-plugin-vue": "9.32.0", "eslint-plugin-vue-scoped-css": "2.9.0", "flush-promises": "1.0.2", - "globals": "15.15.0", + "globals": "16.0.0", "jest-serializer-vue-tjw": "3.20.0", "jsdom": "26.0.0", "lint-staged": "15.4.3", diff --git a/pdf/package-lock.json b/pdf/package-lock.json index 8767cebde6..82b828a323 100644 --- a/pdf/package-lock.json +++ b/pdf/package-lock.json @@ -32,7 +32,7 @@ "eslint": "9.21.0", "eslint-plugin-local-rules": "3.0.2", "eslint-plugin-vue": "9.32.0", - "globals": "15.15.0", + "globals": "16.0.0", "jsdom": "26.0.0", "prettier": "3.5.2", "url-template": "3.1.1", @@ -5303,9 +5303,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/pdf/package.json b/pdf/package.json index 3f3718e24f..42492e9e96 100644 --- a/pdf/package.json +++ b/pdf/package.json @@ -53,7 +53,7 @@ "eslint": "9.21.0", "eslint-plugin-local-rules": "3.0.2", "eslint-plugin-vue": "9.32.0", - "globals": "15.15.0", + "globals": "16.0.0", "jsdom": "26.0.0", "prettier": "3.5.2", "url-template": "3.1.1", diff --git a/print/package-lock.json b/print/package-lock.json index ed3da41eb8..3a3f1ba623 100644 --- a/print/package-lock.json +++ b/print/package-lock.json @@ -43,7 +43,7 @@ "eslint-plugin-prettier": "5.2.3", "eslint-plugin-vue": "9.32.0", "eslint-plugin-vue-scoped-css": "2.9.0", - "globals": "15.15.0", + "globals": "16.0.0", "nuxt": "3.15.4", "prettier": "3.5.2", "sass": "1.82.0", @@ -2424,6 +2424,19 @@ } } }, + "node_modules/@nuxt/eslint-config/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/@nuxt/eslint-plugin": { "version": "0.7.6", "resolved": "https://registry.npmjs.org/@nuxt/eslint-plugin/-/eslint-plugin-0.7.6.tgz", @@ -8069,6 +8082,19 @@ "eslint": ">=8.56.0" } }, + "node_modules/eslint-plugin-unicorn/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-vue": { "version": "9.32.0", "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.32.0.tgz", @@ -9190,9 +9216,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/print/package.json b/print/package.json index 40775d7830..6fe8c471c0 100644 --- a/print/package.json +++ b/print/package.json @@ -53,7 +53,7 @@ "eslint-plugin-prettier": "5.2.3", "eslint-plugin-vue": "9.32.0", "eslint-plugin-vue-scoped-css": "2.9.0", - "globals": "15.15.0", + "globals": "16.0.0", "nuxt": "3.15.4", "prettier": "3.5.2", "sass": "1.82.0",