diff --git a/client/package.json b/client/package.json index 71deeb3..537422c 100644 --- a/client/package.json +++ b/client/package.json @@ -41,7 +41,7 @@ "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", - "globals": "^16.5.0", + "globals": "^17.4.0", "jsdom": "^28.1.0", "tailwindcss": "^4.1.18", "tw-animate-css": "^1.4.0", diff --git a/package-lock.json b/package-lock.json index e449bfb..f043c51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,13 +7,18 @@ "": { "name": "deeprun", "version": "1.0.0", + "license": "MIT", "workspaces": [ "client", "server" - ] + ], + "engines": { + "node": ">=18.0.0" + } }, "client": { "version": "0.0.0", + "license": "MIT", "dependencies": { "axios": "^1.7.9", "class-variance-authority": "^0.7.1", @@ -39,12 +44,15 @@ "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", - "globals": "^16.5.0", + "globals": "^17.4.0", "jsdom": "^28.1.0", "tailwindcss": "^4.1.18", "tw-animate-css": "^1.4.0", "vite": "^7.3.1", "vitest": "^4.0.18" + }, + "engines": { + "node": ">=18.0.0" } }, "node_modules/@acemir/cssom": { @@ -6804,9 +6812,9 @@ } }, "node_modules/globals": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", - "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz", + "integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==", "dev": true, "license": "MIT", "engines": { @@ -11575,6 +11583,7 @@ }, "server": { "version": "1.0.0", + "license": "MIT", "dependencies": { "axios": "^1.13.5", "bcryptjs": "^2.4.3", @@ -11593,6 +11602,9 @@ "jest": "^29.7.0", "nodemon": "^3.1.0", "supertest": "^6.3.4" + }, + "engines": { + "node": ">=18.0.0" } } }