diff --git a/package-lock.json b/package-lock.json index b14e412..7c1547d 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.9.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.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.1.tgz", + "integrity": "sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==", "license": "MIT", "dependencies": { - "undici-types": "~6.19.8" + "undici-types": "~7.16.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.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "license": "MIT" }, "node_modules/universal-cookie": { diff --git a/package.json b/package.json index 5cf16bf..d4db302 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.9.1", "nodemon": "^3.1.7" } }