diff --git a/client/package-lock.json b/client/package-lock.json index faf9707..e8410c2 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -39,7 +39,7 @@ "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.14", - "globals": "^15.11.0", + "globals": "^16.0.0", "husky": "^9.1.7", "jsdom": "^25.0.1", "msw": "^2.3.1", @@ -4442,9 +4442,9 @@ } }, "node_modules/globals": { - "version": "15.14.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz", - "integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==", + "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/client/package.json b/client/package.json index 5262086..3c8c911 100644 --- a/client/package.json +++ b/client/package.json @@ -47,7 +47,7 @@ "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.14", - "globals": "^15.11.0", + "globals": "^16.0.0", "husky": "^9.1.7", "jsdom": "^25.0.1", "msw": "^2.3.1",