diff --git a/strapi/package-lock.json b/strapi/package-lock.json index edc5cac..0233267 100644 --- a/strapi/package-lock.json +++ b/strapi/package-lock.json @@ -19,7 +19,7 @@ "styled-components": "^6.0.0" }, "devDependencies": { - "@types/node": "^20", + "@types/node": "^24", "@types/react": "^18", "@types/react-dom": "^18", "typescript": "^5" @@ -5147,12 +5147,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.17.31", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.31.tgz", - "integrity": "sha512-quODOCNXQAbNf1Q7V+fI8WyErOCh0D5Yd31vHnKu4GkSztGQ7rlltAaqXhHhLl33tlVyUXs2386MkANSwgDn6A==", + "version": "24.8.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.8.1.tgz", + "integrity": "sha512-alv65KGRadQVfVcG69MuB4IzdYVpRwMG/mq8KWOaoOdyY617P5ivaDiMCGOFDWD2sAn5Q0mR3mRtUOgm99hL9Q==", "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~7.14.0" } }, "node_modules/@types/nodemon": { @@ -16883,9 +16883,9 @@ } }, "node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.14.0.tgz", + "integrity": "sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==", "license": "MIT" }, "node_modules/unique-string": { diff --git a/strapi/package.json b/strapi/package.json index 89da11e..8fe7ae8 100644 --- a/strapi/package.json +++ b/strapi/package.json @@ -26,7 +26,7 @@ "styled-components": "^6.0.0" }, "devDependencies": { - "@types/node": "^20", + "@types/node": "^24", "@types/react": "^18", "@types/react-dom": "^18", "typescript": "^5"