From 4231e4c1afc426adce87be5492fdbbb284c5a7d4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 28 Nov 2025 00:18:46 +0000 Subject: [PATCH] Update dependency globals to ^16.5.0 --- central_frontend/package-lock.json | 8 ++++---- central_frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/central_frontend/package-lock.json b/central_frontend/package-lock.json index df02b89..a2e166d 100644 --- a/central_frontend/package-lock.json +++ b/central_frontend/package-lock.json @@ -35,7 +35,7 @@ "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", - "globals": "^16.4.0", + "globals": "^16.5.0", "typescript": "^5.9.3", "typescript-eslint": "^8.46.3", "vite": "^7.1.12" @@ -3879,9 +3879,9 @@ } }, "node_modules/globals": { - "version": "16.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz", - "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==", + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", "dev": true, "license": "MIT", "engines": { diff --git a/central_frontend/package.json b/central_frontend/package.json index 4dccd53..eda6d77 100644 --- a/central_frontend/package.json +++ b/central_frontend/package.json @@ -37,7 +37,7 @@ "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", - "globals": "^16.4.0", + "globals": "^16.5.0", "typescript": "^5.9.3", "typescript-eslint": "^8.46.3", "vite": "^7.1.12"