diff --git a/apps/frontend/package-lock.json b/apps/frontend/package-lock.json index 2756f7fa..4bee9f66 100644 --- a/apps/frontend/package-lock.json +++ b/apps/frontend/package-lock.json @@ -90,7 +90,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-unused-imports": "^4.3.0", - "globals": "^17.2.0", + "globals": "^17.3.0", "jsdom": "^27.4.0", "msw": "^2.12.7", "mutationobserver-shim": "^0.3.3", @@ -105,6 +105,10 @@ "vite": "^7.3.1", "vitest": "^4.0.18", "web-streams-polyfill": "^4.2.0" + }, + "engines": { + "node": ">=20.0.0", + "npm": ">=9.0.0" } }, "node_modules/@acemir/cssom": { @@ -7974,9 +7978,9 @@ } }, "node_modules/globals": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.2.0.tgz", - "integrity": "sha512-tovnCz/fEq+Ripoq+p/gN1u7l6A7wwkoBT9pRCzTHzsD/LvADIzXZdjmRymh5Ztf0DYC3Rwg5cZRYjxzBmzbWg==", + "version": "17.3.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz", + "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==", "dev": true, "license": "MIT", "engines": { diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 860441ad..78b156ac 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -86,7 +86,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-unused-imports": "^4.3.0", - "globals": "^17.2.0", + "globals": "^17.3.0", "jsdom": "^27.4.0", "msw": "^2.12.7", "mutationobserver-shim": "^0.3.3",