From 945e53f3e82d48569d70e75bd18ae12f4f099f07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 14:39:08 +0000 Subject: [PATCH] chore(deps): update dependency globals to v16 --- web-app/package-lock.json | 8 ++++---- web-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web-app/package-lock.json b/web-app/package-lock.json index 59568f0..1f809ae 100644 --- a/web-app/package-lock.json +++ b/web-app/package-lock.json @@ -36,7 +36,7 @@ "eslint": "^9.9.0", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.9", - "globals": "^15.9.0", + "globals": "^16.0.0", "node-fetch": "^3.3.0", "postcss": "^8.4.47", "tailwindcss": "^3.4.12", @@ -3529,9 +3529,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/web-app/package.json b/web-app/package.json index 381d7af..760f248 100644 --- a/web-app/package.json +++ b/web-app/package.json @@ -43,7 +43,7 @@ "eslint": "^9.9.0", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.9", - "globals": "^15.9.0", + "globals": "^16.0.0", "node-fetch": "^3.3.0", "postcss": "^8.4.47", "tailwindcss": "^3.4.12",