diff --git a/package-lock.json b/package-lock.json index 57c7e31e2..52cc163d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "npm-run-all": "4.1.5", "path-browserify": "^1.0.1", "process": "^0.11.10", - "tmp": "^0.2.3", + "tmp": "^0.2.7", "typescript": "^5.9.3", "typescript-eslint": "^8.56.1", "util": "^0.12.4" @@ -9748,9 +9748,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.7", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.7.tgz", + "integrity": "sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 681b45dda..033855070 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "npm-run-all": "4.1.5", "path-browserify": "^1.0.1", "process": "^0.11.10", - "tmp": "^0.2.3", + "tmp": "^0.2.7", "typescript": "^5.9.3", "typescript-eslint": "^8.56.1", "util": "^0.12.4"