From a26e9cf1d5b61cb506868a6093c3f4237352e40b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 00:26:43 +0000 Subject: [PATCH] chore(dev-deps): bump tmp from 0.0.33 to 0.2.4 Bumps [tmp](https://github.com/raszi/node-tmp) from 0.0.33 to 0.2.4. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.0.33...v0.2.4) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.4 dependency-type: direct:development ... 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 087bdfff..a4bca4c8 100644 --- a/packages/lightning-lsp-common/package.json +++ b/packages/lightning-lsp-common/package.json @@ -45,7 +45,7 @@ "lwc": "2.37.3", "mock-fs": "^5.5.0", "prettier": "^2.0.5", - "tmp": "^0.0.33", + "tmp": "^0.2.4", "ts-jest": "^29.2.6", "typescript": "5.0.4" } diff --git a/yarn.lock b/yarn.lock index ebde717a..189f6d6f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11489,6 +11489,11 @@ tmp@^0.0.33: dependencies: os-tmpdir "~1.0.2" +tmp@^0.2.4: + version "0.2.4" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.4.tgz#c6db987a2ccc97f812f17137b36af2b6521b0d13" + integrity sha512-UdiSoX6ypifLmrfQ/XfiawN6hkjSBpCjhKxxZcWlUUmoXLaCKQU0bx4HF/tdDK2uzRuchf1txGvrWBzYREssoQ== + tmpl@1.0.5: version "1.0.5" resolved "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz"