diff --git a/package-lock.json b/package-lock.json index 659d064..a1a34f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@types/cors": "^2.8.19", "@types/express": "^5.0.5", "@types/morgan": "^1.9.10", - "@types/node": "^24.5.2", + "@types/node": "^25.0.10", "@types/react": "^19.1.13", "@typescript-eslint/eslint-plugin": "^8.42.0", "@typescript-eslint/parser": "^8.39.1", @@ -696,12 +696,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.5.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.5.2.tgz", - "integrity": "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==", + "version": "25.0.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.10.tgz", + "integrity": "sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==", "license": "MIT", "dependencies": { - "undici-types": "~7.12.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/qs": { @@ -4665,9 +4665,9 @@ "license": "MIT" }, "node_modules/undici-types": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.12.0.tgz", - "integrity": "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==", + "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/unpipe": { diff --git a/package.json b/package.json index 9b73a63..f7d9fc2 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@types/cors": "^2.8.19", "@types/express": "^5.0.5", "@types/morgan": "^1.9.10", - "@types/node": "^24.5.2", + "@types/node": "^25.0.10", "@types/react": "^19.1.13", "@typescript-eslint/eslint-plugin": "^8.42.0", "@typescript-eslint/parser": "^8.39.1",