diff --git a/starsky-tools/thumbnail/package-lock.json b/starsky-tools/thumbnail/package-lock.json index 58ac5e90bb..d1c1e29d85 100644 --- a/starsky-tools/thumbnail/package-lock.json +++ b/starsky-tools/thumbnail/package-lock.json @@ -18,7 +18,7 @@ "p-iteration": "^1.1.8" }, "devDependencies": { - "@types/node": "^20.11.21", + "@types/node": "^20.11.24", "concurrently": "^8.2.2", "typescript": "^5.3.3" } @@ -437,9 +437,9 @@ } }, "node_modules/@types/node": { - "version": "20.11.21", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.21.tgz", - "integrity": "sha512-/ySDLGscFPNasfqStUuWWPfL78jompfIoVzLJPVVAHBh6rpG68+pI2Gk+fNLeI8/f1yPYL4s46EleVIc20F1Ow==", + "version": "20.11.24", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.24.tgz", + "integrity": "sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==", "dependencies": { "undici-types": "~5.26.4" } @@ -1827,9 +1827,9 @@ } }, "@types/node": { - "version": "20.11.21", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.21.tgz", - "integrity": "sha512-/ySDLGscFPNasfqStUuWWPfL78jompfIoVzLJPVVAHBh6rpG68+pI2Gk+fNLeI8/f1yPYL4s46EleVIc20F1Ow==", + "version": "20.11.24", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.24.tgz", + "integrity": "sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==", "requires": { "undici-types": "~5.26.4" } diff --git a/starsky-tools/thumbnail/package.json b/starsky-tools/thumbnail/package.json index c551c1576f..3ae7473635 100644 --- a/starsky-tools/thumbnail/package.json +++ b/starsky-tools/thumbnail/package.json @@ -27,7 +27,7 @@ "p-iteration": "^1.1.8" }, "devDependencies": { - "@types/node": "^20.11.21", + "@types/node": "^20.11.24", "concurrently": "^8.2.2", "typescript": "^5.3.3" }