From 7370e165f4f508e53d7cd04d307075ca0812a09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:55:17 +0000 Subject: [PATCH] Bump @types/tmp from 0.2.5 to 0.2.6 Bumps [@types/tmp](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tmp) from 0.2.5 to 0.2.6. - [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 ec0182f55..3925af640 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@types/detect-port": "^1.3.5", "@types/request-promise": "^4.1.50", "@types/shelljs": "^0.8.15", - "@types/tmp": "^0.2.5", + "@types/tmp": "^0.2.6", "child_process": "^1.0.2", "cross-fetch": "^4.0.0", "detect-port": "^1.5.1", @@ -722,9 +722,9 @@ } }, "node_modules/@types/tmp": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.5.tgz", - "integrity": "sha512-KodRrjqWrk/3VyzfR4aeXkf2n5Ssg+bvVUhXlvHVffLiIHriLlrO3vYobB+Kvnr9DkNzMiyWHT3G6hT/xX0ryQ==" + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.6.tgz", + "integrity": "sha512-chhaNf2oKHlRkDGt+tiKE2Z5aJ6qalm7Z9rlLdBwmOiAAf09YQvvoLXjWK4HWPF1xU/fqvMgfNfpVoBscA/tKA==" }, "node_modules/@types/tough-cookie": { "version": "4.0.1", @@ -7892,9 +7892,9 @@ } }, "@types/tmp": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.5.tgz", - "integrity": "sha512-KodRrjqWrk/3VyzfR4aeXkf2n5Ssg+bvVUhXlvHVffLiIHriLlrO3vYobB+Kvnr9DkNzMiyWHT3G6hT/xX0ryQ==" + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.6.tgz", + "integrity": "sha512-chhaNf2oKHlRkDGt+tiKE2Z5aJ6qalm7Z9rlLdBwmOiAAf09YQvvoLXjWK4HWPF1xU/fqvMgfNfpVoBscA/tKA==" }, "@types/tough-cookie": { "version": "4.0.1", diff --git a/package.json b/package.json index a9724c714..dfbd767e1 100644 --- a/package.json +++ b/package.json @@ -393,7 +393,7 @@ "@types/detect-port": "^1.3.5", "@types/request-promise": "^4.1.50", "@types/shelljs": "^0.8.15", - "@types/tmp": "^0.2.5", + "@types/tmp": "^0.2.6", "child_process": "^1.0.2", "cross-fetch": "^4.0.0", "detect-port": "^1.5.1",