diff --git a/landing/package-lock.json b/landing/package-lock.json index 14addd2..8ce324d 100644 --- a/landing/package-lock.json +++ b/landing/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "landing", "version": "0.0.0", + "license": "MIT", "dependencies": { "marked": "^17.0.1", "react": "^19.2.0", @@ -22,7 +23,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "gh-pages": "^6.3.0", - "globals": "^16.5.0", + "globals": "^17.3.0", "serve": "^14.2.5", "vite": "^7.3.1" } @@ -2690,9 +2691,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.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/landing/package.json b/landing/package.json index 277927b..58bea27 100644 --- a/landing/package.json +++ b/landing/package.json @@ -36,7 +36,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "gh-pages": "^6.3.0", - "globals": "^16.5.0", + "globals": "^17.3.0", "serve": "^14.2.5", "vite": "^7.3.1" }