diff --git a/package-lock.json b/package-lock.json index bd049a326..93932b1b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "@types/sinon-chai": "3.2.5", "@types/sinonjs__fake-timers": "6.0.4", "@types/stream-buffers": "3.0.4", - "@types/tmp": "0.2.1", + "@types/tmp": "0.2.2", "@types/verror": "1.10.5", "@typescript-eslint/eslint-plugin": "4.32.0", "@typescript-eslint/parser": "4.32.0", @@ -1118,9 +1118,9 @@ "dev": true }, "node_modules/@types/tmp": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.1.tgz", - "integrity": "sha512-7cTXwKP/HLOPVgjg+YhBdQ7bMiobGMuoBmrGmqwIWJv8elC6t1DfVc/mn4fD9UE1IjhwmhaQ5pGVXkmXbH0rhg==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.2.tgz", + "integrity": "sha512-MhSa0yylXtVMsyT8qFpHA1DLHj4DvQGH5ntxrhHSh8PxUVNi35Wk+P5hVgqbO2qZqOotqr9jaoPRL+iRjWYm/A==", "dev": true }, "node_modules/@types/uuid": { @@ -8097,9 +8097,9 @@ } }, "@types/tmp": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.1.tgz", - "integrity": "sha512-7cTXwKP/HLOPVgjg+YhBdQ7bMiobGMuoBmrGmqwIWJv8elC6t1DfVc/mn4fD9UE1IjhwmhaQ5pGVXkmXbH0rhg==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.2.tgz", + "integrity": "sha512-MhSa0yylXtVMsyT8qFpHA1DLHj4DvQGH5ntxrhHSh8PxUVNi35Wk+P5hVgqbO2qZqOotqr9jaoPRL+iRjWYm/A==", "dev": true }, "@types/uuid": { diff --git a/package.json b/package.json index a8e1f49ed..511fc28ab 100644 --- a/package.json +++ b/package.json @@ -232,7 +232,7 @@ "@types/sinon-chai": "3.2.5", "@types/sinonjs__fake-timers": "6.0.4", "@types/stream-buffers": "3.0.4", - "@types/tmp": "0.2.1", + "@types/tmp": "0.2.2", "@types/verror": "1.10.5", "@typescript-eslint/eslint-plugin": "4.32.0", "@typescript-eslint/parser": "4.32.0",