diff --git a/package-lock.json b/package-lock.json index 6878121ebf..9a2e1b283e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -100,7 +100,7 @@ "testcafe-reporter-xunit": "^2.2.1", "testcafe-selector-generator": "^0.1.0", "time-limit-promise": "^1.0.2", - "tmp": "0.2.6", + "tmp": "0.2.7", "tree-kill": "^1.2.2", "typescript": "4.9.5", "unquote": "^1.1.1", @@ -13211,9 +13211,9 @@ } }, "node_modules/tmp": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.6.tgz", - "integrity": "sha512-5sJPdPjfI5Kx+qbrDesxkglRBxW//g7hCsqspEjwkewGvBMGIKMOTKzLt1hFVJzyadba3lDUN20O9qhvbQUSTA==", + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.7.tgz", + "integrity": "sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==", "license": "MIT", "engines": { "node": ">=14.14" diff --git a/package.json b/package.json index 2f1dc34f22..001fa7bee3 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "testcafe-reporter-xunit": "^2.2.1", "testcafe-selector-generator": "^0.1.0", "time-limit-promise": "^1.0.2", - "tmp": "0.2.6", + "tmp": "0.2.7", "tree-kill": "^1.2.2", "typescript": "4.9.5", "unquote": "^1.1.1",