diff --git a/services/tts/package-lock.json b/services/tts/package-lock.json index cb2d5a4..655a36e 100644 --- a/services/tts/package-lock.json +++ b/services/tts/package-lock.json @@ -6391,12 +6391,12 @@ } }, "node_modules/opossum": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/opossum/-/opossum-8.5.0.tgz", - "integrity": "sha512-LZNvs+p9/ZbG4oN6unnjh4hTxkB0dyHKI2p7azVt8w+//GKDpfHss6WR7KebbpzGEssYwtSd8Mvwxqcmxg10NA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/opossum/-/opossum-10.0.0.tgz", + "integrity": "sha512-sghtqL8Usj+et06Zui0nyn0R6FFsl7cyuoU+d7MctYU0nbS7Htzjleh+tWohFqk1Rp1srrFwbFa8Vxd0O64w6A==", "license": "Apache-2.0", "engines": { - "node": "^24 || ^22 || ^21 || ^20 || ^18 || ^16" + "node": "^26 || ^24 || ^22" } }, "node_modules/p-limit": {