From b5e29f5ee20e71e6a2288ffae39d46de9dba0af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 22:52:49 +0000 Subject: [PATCH] chore(dev-deps): bump tmp from 0.0.33 to 0.2.5 Bumps [tmp](https://github.com/raszi/node-tmp) from 0.0.33 to 0.2.5. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.0.33...v0.2.5) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/lightning-lsp-common/package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/lightning-lsp-common/package.json b/packages/lightning-lsp-common/package.json index 8570e740..dee321f2 100644 --- a/packages/lightning-lsp-common/package.json +++ b/packages/lightning-lsp-common/package.json @@ -54,7 +54,7 @@ "mock-fs": "^5.5.0", "prettier": "^2.0.5", "shelljs": "^0.8.5", - "tmp": "^0.0.33", + "tmp": "^0.2.5", "ts-jest": "^29.2.6", "typescript": "5.0.4" } diff --git a/yarn.lock b/yarn.lock index 1a95e6d2..a873f5f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11795,6 +11795,11 @@ tmp@^0.0.33: dependencies: os-tmpdir "~1.0.2" +tmp@^0.2.5: + version "0.2.5" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.5.tgz#b06bcd23f0f3c8357b426891726d16015abfd8f8" + integrity sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow== + tmpl@1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"