chore(deps): update dependency globals to v16 (#16534)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-03-03 14:11:44 +00:00
committed by GitHub
parent 24da25dbbf
commit eb74fafb00
8 changed files with 73 additions and 21 deletions

21
web/package-lock.json generated
View File

@@ -60,7 +60,7 @@
"eslint-plugin-svelte": "^2.46.1",
"eslint-plugin-unicorn": "^56.0.1",
"factory.ts": "^1.4.1",
"globals": "^15.14.0",
"globals": "^16.0.0",
"postcss": "^8.5.0",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.0.0",
@@ -4347,6 +4347,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-unicorn/node_modules/jsesc": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz",
@@ -5299,9 +5312,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": {

View File

@@ -48,7 +48,7 @@
"eslint-plugin-svelte": "^2.46.1",
"eslint-plugin-unicorn": "^56.0.1",
"factory.ts": "^1.4.1",
"globals": "^15.14.0",
"globals": "^16.0.0",
"postcss": "^8.5.0",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.0.0",