From fa54e280b8654bc756ea44667ad77f36ca07c35e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 00:13:58 +0000 Subject: [PATCH] Bump tmp from 0.2.5 to 0.2.6 Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.5 to 0.2.6. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.2.5...v0.2.6) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- ghost/core/package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ghost/core/package.json b/ghost/core/package.json index 087b83a02c0..f848b0cceb1 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -260,7 +260,7 @@ "rewire": "8.0.0", "sinon": "18.0.1", "supertest": "6.3.4", - "tmp": "0.2.5", + "tmp": "0.2.6", "toml": "3.0.0", "tsx": "4.20.6", "typescript": "5.8.3" diff --git a/yarn.lock b/yarn.lock index 3f0dc848051..b2ee5df39ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8891,9 +8891,9 @@ postcss-preset-env "^7.3.1" "@tryghost/errors@1.3.6", "@tryghost/errors@1.3.8", "@tryghost/errors@^1.2.26", "@tryghost/errors@^1.2.3", "@tryghost/errors@^1.3.7", "@tryghost/errors@^1.3.8", "@tryghost/errors@^1.3.9": - version "1.3.8" - resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.3.8.tgz#d4212b52e876360b4fa8e303ae13ef86f3e95846" - integrity sha512-2+4ExAAWM0rFWC7FlzxQMzIvIEQKt/vQLxLyqJqCmAcJa4i2uqUPJHqd/X5BBRuSTuftgca7EAo7adESbHEkZw== + version "1.3.13" + resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.3.13.tgz#e604160bd5a4b26b6c30cdc82dad22d9ce892dce" + integrity sha512-sXFcuU8Nn3mDcVrLBLFThQZImn+T2w7v/jJGJzdFnSKJstqxd1LyTRlMjpCpgCnqAgHFCaP+uFg7x4CX64VBJQ== dependencies: "@stdlib/utils-copy" "^0.2.0" uuid "^9.0.0" @@ -32517,10 +32517,10 @@ tmp@0.0.33, tmp@^0.0.33: dependencies: os-tmpdir "~1.0.2" -tmp@0.2.5, tmp@^0.2.1, tmp@~0.2.1: - version "0.2.5" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.5.tgz#b06bcd23f0f3c8357b426891726d16015abfd8f8" - integrity sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow== +tmp@0.2.6, tmp@^0.2.1, tmp@~0.2.1: + version "0.2.6" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.6.tgz#0dfac10fd09a9319288eb0e8f0ed524604e183b4" + integrity sha512-5sJPdPjfI5Kx+qbrDesxkglRBxW//g7hCsqspEjwkewGvBMGIKMOTKzLt1hFVJzyadba3lDUN20O9qhvbQUSTA== tmp@^0.1.0: version "0.1.0"