diff --git a/package-lock.json b/package-lock.json index b82c88d7c..57e31efc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -113,7 +113,7 @@ "survey-core": "^2.5.25", "survey-react-ui": "^2.5.25", "targz": "^1.0.1", - "tmp": "^0.2.5", + "tmp": "^0.2.6", "ts-node": "^10.9.2", "typescript": "^5.9.3", "typescript-eslint": "8.60.0", @@ -17764,9 +17764,9 @@ } }, "node_modules/tmp": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz", - "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==", + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.6.tgz", + "integrity": "sha512-5sJPdPjfI5Kx+qbrDesxkglRBxW//g7hCsqspEjwkewGvBMGIKMOTKzLt1hFVJzyadba3lDUN20O9qhvbQUSTA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 7f54baa10..92dbf3615 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "survey-core": "^2.5.25", "survey-react-ui": "^2.5.25", "targz": "^1.0.1", - "tmp": "^0.2.5", + "tmp": "^0.2.6", "ts-node": "^10.9.2", "typescript": "^5.9.3", "typescript-eslint": "8.60.0",