From e968a2042227fb7099602d586a828cd2756b8bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 03:27:13 +0000 Subject: [PATCH] chore(deps-dev): bump tmp from 0.0.23 to 0.2.6 Bumps [tmp](https://github.com/raszi/node-tmp) from 0.0.23 to 0.2.6. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.0.23...v0.2.6) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90b415a..78203f4 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "karma-jasmine": "^0.1.5", "protractor": "~1.0.0", "http-server": "^0.6.1", - "tmp": "0.0.23", + "tmp": "0.2.6", "bower": "^1.3.1", "shelljs": "^0.2.6" },