diff --git a/package-lock.json b/package-lock.json index 7db3b5692..6612d7af0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@types/prettier": "2.7.3", "@types/puppeteer": "5.4.7", "@types/sinon": "10.0.15", - "@types/tmp": "0.2.3", + "@types/tmp": "0.2.4", "@types/yargs": "17.0.24", "eslint": "8.50.0", "fs-extra": "11.1.1", @@ -2952,9 +2952,9 @@ "dev": true }, "node_modules/@types/tmp": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-dDZH/tXzwjutnuk4UacGgFRwV+JSLaXL1ikvidfJprkb7L9Nx1njcRHHmi3Dsvt7pgqqTEeucQuOrWHPFgzVHA==", + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.4.tgz", + "integrity": "sha512-Vq3rwM+2KgiLacq68EjTJD9cuJ/ne5pXntWn8B8Rxj25SLkGAhCgooCZ1lhcIcV5OFveJ+s5Cqpi+XKfFM/xZA==", "dev": true }, "node_modules/@types/yargs": { diff --git a/package.json b/package.json index 90f08c4c3..bd41cddc9 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "@types/prettier": "2.7.3", "@types/puppeteer": "5.4.7", "@types/sinon": "10.0.15", - "@types/tmp": "0.2.3", + "@types/tmp": "0.2.4", "@types/yargs": "17.0.24", "eslint": "8.50.0", "fs-extra": "11.1.1",