From b5a838669f0a3fa896a6fc32b221477b1a90fec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 12:16:14 +0000 Subject: [PATCH] build(deps): bump @types/tmp from 0.2.3 to 0.2.4 Bumps [@types/tmp](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tmp) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tmp) --- updated-dependencies: - dependency-name: "@types/tmp" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 e2ddcc16c6..43bb6fe6e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@actions/tool-cache": "^2.0.1", "@types/node": "^20.6.0", "@types/semver": "^7.5.2", - "@types/tmp": "^0.2.3", + "@types/tmp": "^0.2.4", "tmp": "^0.2.1" }, "devDependencies": { @@ -647,9 +647,9 @@ "integrity": "sha512-7aqorHYgdNO4DM36stTiGO3DvKoex9TQRwsJU6vMaFGyqpBA1MNZkz+PG3gaNUPpTAOYhT1WR7M1JyA3fbS9Cw==" }, "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==" }, "node_modules/@types/tunnel": { "version": "0.0.3", @@ -4465,9 +4465,9 @@ "integrity": "sha512-7aqorHYgdNO4DM36stTiGO3DvKoex9TQRwsJU6vMaFGyqpBA1MNZkz+PG3gaNUPpTAOYhT1WR7M1JyA3fbS9Cw==" }, "@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==" }, "@types/tunnel": { "version": "0.0.3", diff --git a/package.json b/package.json index 6b4fb61ab2..69e783a4f2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@actions/tool-cache": "^2.0.1", "@types/node": "^20.6.0", "@types/semver": "^7.5.2", - "@types/tmp": "^0.2.3", + "@types/tmp": "^0.2.4", "tmp": "^0.2.1" }, "devDependencies": {