diff --git a/package-lock.json b/package-lock.json index b14e412..5a28f2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -73,7 +73,7 @@ "tailwindcss-animate": "^1.0.7" }, "devDependencies": { - "@types/node": "^22.9.0", + "@types/node": "^24.8.1", "nodemon": "^3.1.7" } }, @@ -934,12 +934,12 @@ } }, "node_modules/@types/node": { - "version": "22.9.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.1.tgz", - "integrity": "sha512-p8Yy/8sw1caA8CdRIQBG5tiLHmxtQKObCijiAa9Ez+d4+PRffM4054xbju0msf+cvhJpnFEeNjxmVT/0ipktrg==", + "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.8" + "undici-types": "~7.14.0" } }, "node_modules/@types/prop-types": { @@ -5337,9 +5337,9 @@ "license": "MIT" }, "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/universal-cookie": { diff --git a/package.json b/package.json index 5cf16bf..9d8358b 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "tailwindcss-animate": "^1.0.7" }, "devDependencies": { - "@types/node": "^22.9.0", + "@types/node": "^24.8.1", "nodemon": "^3.1.7" } }