diff --git a/package-lock.json b/package-lock.json
index be65bcffb5b0a72662ec9ec81fc753534b472af0..9d48b93c3b7e964d97ed3a6a942ffbb521f8d92f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -90,7 +90,7 @@
         "eslint-plugin-react-hooks": "5.1.0",
         "eslint-plugin-sort-class-members": "1.21.0",
         "form-data": "^4.0.2",
-        "globals": "15.15.0",
+        "globals": "16.0.0",
         "icedfrisby": "4.0.0",
         "icedfrisby-nock": "^2.1.0",
         "is-svg": "^5.1.0",
@@ -13603,6 +13603,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-es-x": {
       "version": "7.8.0",
       "resolved": "https://registry.npmjs.org/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz",
@@ -13896,6 +13909,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",
@@ -15849,9 +15875,9 @@
       "dev": true
     },
     "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": {
@@ -23168,6 +23194,19 @@
         "eslint": "^9.0.0"
       }
     },
+    "node_modules/neostandard/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/neotraverse": {
       "version": "0.6.15",
       "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.15.tgz",
diff --git a/package.json b/package.json
index b603758c62ab04d77cd6df9c788f1d9787816d07..fb3847edc2e2765ead7bf8736b77033f6891f03b 100644
--- a/package.json
+++ b/package.json
@@ -177,7 +177,7 @@
     "eslint-plugin-react-hooks": "5.1.0",
     "eslint-plugin-sort-class-members": "1.21.0",
     "form-data": "^4.0.2",
-    "globals": "15.15.0",
+    "globals": "16.0.0",
     "icedfrisby": "4.0.0",
     "icedfrisby-nock": "^2.1.0",
     "is-svg": "^5.1.0",