From 3c85045f6ef9c332f1f7fc6f049e88d7c032653c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:03:56 +0100 Subject: [PATCH] build(deps): bump @types/tmp from 0.2.4 to 0.2.5 (#886) --- 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 6caff7f..b97db1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@actions/tool-cache": "^2.0.1", "@types/node": "^20.8.6", "@types/semver": "^7.5.4", - "@types/tmp": "^0.2.4", + "@types/tmp": "^0.2.5", "tmp": "^0.2.1" }, "devDependencies": { @@ -678,9 +678,9 @@ "integrity": "sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==" }, "node_modules/@types/tmp": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.4.tgz", - "integrity": "sha512-Vq3rwM+2KgiLacq68EjTJD9cuJ/ne5pXntWn8B8Rxj25SLkGAhCgooCZ1lhcIcV5OFveJ+s5Cqpi+XKfFM/xZA==" + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.5.tgz", + "integrity": "sha512-KodRrjqWrk/3VyzfR4aeXkf2n5Ssg+bvVUhXlvHVffLiIHriLlrO3vYobB+Kvnr9DkNzMiyWHT3G6hT/xX0ryQ==" }, "node_modules/@types/tunnel": { "version": "0.0.3", @@ -4523,9 +4523,9 @@ "integrity": "sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==" }, "@types/tmp": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.4.tgz", - "integrity": "sha512-Vq3rwM+2KgiLacq68EjTJD9cuJ/ne5pXntWn8B8Rxj25SLkGAhCgooCZ1lhcIcV5OFveJ+s5Cqpi+XKfFM/xZA==" + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.5.tgz", + "integrity": "sha512-KodRrjqWrk/3VyzfR4aeXkf2n5Ssg+bvVUhXlvHVffLiIHriLlrO3vYobB+Kvnr9DkNzMiyWHT3G6hT/xX0ryQ==" }, "@types/tunnel": { "version": "0.0.3", diff --git a/package.json b/package.json index 5c3bb72..f0089fc 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@actions/tool-cache": "^2.0.1", "@types/node": "^20.8.6", "@types/semver": "^7.5.4", - "@types/tmp": "^0.2.4", + "@types/tmp": "^0.2.5", "tmp": "^0.2.1" }, "devDependencies": {