diff --git a/services/tts/package-lock.json b/services/tts/package-lock.json index 49b30427..97187f13 100644 --- a/services/tts/package-lock.json +++ b/services/tts/package-lock.json @@ -24,7 +24,7 @@ "devDependencies": { "@types/express": "^5.0.6", "@types/jest": "30.0.0", - "@types/node": "^26.1.1", + "@types/node": "^26.2.0", "@types/opossum": "^8.1.8", "@types/supertest": "^7.2.1", "jest": "^30.4.2", @@ -2102,9 +2102,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "26.1.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz", - "integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==", + "version": "26.2.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.2.0.tgz", + "integrity": "sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==", "license": "MIT", "dependencies": { "undici-types": "~8.3.0" @@ -4542,18 +4542,6 @@ "node": ">= 0.4" } }, - "node_modules/helmet": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-8.3.0.tgz", - "integrity": "sha512-Qgpiaws3Sm30Av8Eah6sjMCZZwjlBu+E68rhpCWBshY1lb09HtLwj5GviX0OyQIn+ulUS0iX0AxN5n3tLZzz1w==", - "license": "MIT", - "engines": { - "node": ">=18.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/EvanHahn" - } - }, "node_modules/html-escaper": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", diff --git a/services/tts/package.json b/services/tts/package.json index 840ee05c..079e7d34 100644 --- a/services/tts/package.json +++ b/services/tts/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@types/express": "^5.0.6", "@types/jest": "30.0.0", - "@types/node": "^26.1.1", + "@types/node": "^26.2.0", "@types/opossum": "^8.1.8", "@types/supertest": "^7.2.1", "jest": "^30.4.2",