From 6b6f02a3e5b95e15452e4d03023ba58f90a7c896 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 03:35:55 +0000 Subject: [PATCH] chore(deps): update dependency @types/tmp to v0.2.4 (#1573) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f7bf0c86..872187e23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "@types/normalize-path": "3.0.0", "@types/resolve": "1.20.2", "@types/semver": "7.5.2", - "@types/tmp": "0.2.3", + "@types/tmp": "0.2.4", "@types/unixify": "1.0.0", "@types/yargs": "17.0.24", "@vitest/coverage-v8": "0.34.4", @@ -2192,9 +2192,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/triple-beam": { @@ -12557,9 +12557,9 @@ "dev": true }, "@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 }, "@types/triple-beam": { diff --git a/package.json b/package.json index 0a7f5f163..c6592e2dc 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "@types/normalize-path": "3.0.0", "@types/resolve": "1.20.2", "@types/semver": "7.5.2", - "@types/tmp": "0.2.3", + "@types/tmp": "0.2.4", "@types/unixify": "1.0.0", "@types/yargs": "17.0.24", "@vitest/coverage-v8": "0.34.4",