diff --git a/package-lock.json b/package-lock.json index 3a39899..763027a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@resvg/resvg-js": "^2.6.2", "@types/escape-html": "^1.0.4", "@types/express": "^5.0.3", - "@types/node": "^24.3.1", + "@types/node": "^24.4.0", "axios": "^1.12.1", "dotenv": "^17.2.2", "escape-html": "^1.0.3", @@ -2293,12 +2293,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.3.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.1.tgz", - "integrity": "sha512-3vXmQDXy+woz+gnrTvuvNrPzekOi+Ds0ReMxw0LzBiK3a+1k0kQn9f2NWk+lgD4rJehFUmYy2gMhJ2ZI+7YP9g==", + "version": "24.4.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.4.0.tgz", + "integrity": "sha512-gUuVEAK4/u6F9wRLznPUU4WGUacSEBDPoC2TrBkw3GAnOLHBL45QdfHOXp1kJ4ypBGLxTOB+t7NJLpKoC3gznQ==", "license": "MIT", "dependencies": { - "undici-types": "~7.10.0" + "undici-types": "~7.11.0" } }, "node_modules/@types/qs": { @@ -7197,9 +7197,9 @@ } }, "node_modules/undici-types": { - "version": "7.10.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz", - "integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.11.0.tgz", + "integrity": "sha512-kt1ZriHTi7MU+Z/r9DOdAI3ONdaR3M3csEaRc6ewa4f4dTvX4cQCbJ4NkEn0ohE4hHtq85+PhPSTY+pO/1PwgA==", "license": "MIT" }, "node_modules/unpipe": { diff --git a/package.json b/package.json index a73305f..48ba003 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@resvg/resvg-js": "^2.6.2", "@types/escape-html": "^1.0.4", "@types/express": "^5.0.3", - "@types/node": "^24.3.1", + "@types/node": "^24.4.0", "axios": "^1.12.1", "dotenv": "^17.2.2", "escape-html": "^1.0.3",