From 92b6babd120ab3f73e1d645b4b8610491557ef0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:40:09 +0000 Subject: [PATCH] chore(deps): update dependency globals to v17 --- modules/api-server/demo-app/package-lock.json | 8 ++++---- modules/api-server/demo-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/api-server/demo-app/package-lock.json b/modules/api-server/demo-app/package-lock.json index a00105d6..e4daf4a3 100644 --- a/modules/api-server/demo-app/package-lock.json +++ b/modules/api-server/demo-app/package-lock.json @@ -69,7 +69,7 @@ "eslint": "^9.32.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.5.0", - "globals": "^15.15.0", + "globals": "^17.0.0", "lovable-tagger": "^1.1.13", "postcss": "^8.5.6", "tailwindcss": "^3.4.17", @@ -4623,9 +4623,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": "17.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz", + "integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==", "dev": true, "license": "MIT", "engines": { diff --git a/modules/api-server/demo-app/package.json b/modules/api-server/demo-app/package.json index 5457d177..84deb670 100644 --- a/modules/api-server/demo-app/package.json +++ b/modules/api-server/demo-app/package.json @@ -72,7 +72,7 @@ "eslint": "^9.32.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.5.0", - "globals": "^15.15.0", + "globals": "^17.0.0", "lovable-tagger": "^1.1.13", "postcss": "^8.5.6", "tailwindcss": "^3.4.17",