From 6f6d8132f3e4651207d5ec5759419163423506f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 11:12:15 +0200 Subject: [PATCH] build(deps): bump @types/tmp from 0.2.0 to 0.2.1 (#280) --- 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 9b2e690..294e273 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@actions/github": "^4.0.0", "@actions/tool-cache": "^1.7.1", "@types/semver": "^7.3.6", - "@types/tmp": "^0.2.0", + "@types/tmp": "^0.2.1", "setup-go": "git+https://github.com/actions/setup-go.git#v2.1.3", "tmp": "^0.2.1" }, @@ -622,9 +622,9 @@ "integrity": "sha512-0caWDWmpCp0uifxFh+FaqK3CuZ2SkRR/ZRxAV5+zNdC3QVUi6wyOJnefhPvtNt8NQWXB5OA93BUvZsXpWat2Xw==" }, "node_modules/@types/tmp": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.0.tgz", - "integrity": "sha512-flgpHJjntpBAdJD43ShRosQvNC0ME97DCfGvZEDlAThQmnerRXrLbX6YgzRBQCZTthET9eAWFAMaYP0m0Y4HzQ==" + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.1.tgz", + "integrity": "sha512-7cTXwKP/HLOPVgjg+YhBdQ7bMiobGMuoBmrGmqwIWJv8elC6t1DfVc/mn4fD9UE1IjhwmhaQ5pGVXkmXbH0rhg==" }, "node_modules/@types/tunnel": { "version": "0.0.1", @@ -3867,9 +3867,9 @@ "integrity": "sha512-0caWDWmpCp0uifxFh+FaqK3CuZ2SkRR/ZRxAV5+zNdC3QVUi6wyOJnefhPvtNt8NQWXB5OA93BUvZsXpWat2Xw==" }, "@types/tmp": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.0.tgz", - "integrity": "sha512-flgpHJjntpBAdJD43ShRosQvNC0ME97DCfGvZEDlAThQmnerRXrLbX6YgzRBQCZTthET9eAWFAMaYP0m0Y4HzQ==" + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.1.tgz", + "integrity": "sha512-7cTXwKP/HLOPVgjg+YhBdQ7bMiobGMuoBmrGmqwIWJv8elC6t1DfVc/mn4fD9UE1IjhwmhaQ5pGVXkmXbH0rhg==" }, "@types/tunnel": { "version": "0.0.1", diff --git a/package.json b/package.json index 0395c92..ff3ae4b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@actions/github": "^4.0.0", "@actions/tool-cache": "^1.7.1", "@types/semver": "^7.3.6", - "@types/tmp": "^0.2.0", + "@types/tmp": "^0.2.1", "setup-go": "git+https://github.com/actions/setup-go.git#v2.1.3", "tmp": "^0.2.1" },