From e9980a8ea820a9205ad40cbdd78dab243877c539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 17:23:05 +0000 Subject: [PATCH] build(deps): bump tmp Bumps the npm_and_yarn group with 1 update in the /gh-actions/jq directory: [tmp](https://github.com/raszi/node-tmp). Updates `tmp` from 0.2.3 to 0.2.4 - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.4 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- gh-actions/jq/package-lock.json | 9 +++++---- gh-actions/jq/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/gh-actions/jq/package-lock.json b/gh-actions/jq/package-lock.json index 698de0150..b496b47c1 100644 --- a/gh-actions/jq/package-lock.json +++ b/gh-actions/jq/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.10.0", "@await/spawn": "^9.0.0", "js-yaml": "^4.1.0", - "tmp": "^0.2.3" + "tmp": "^0.2.4" }, "devDependencies": { "@types/jest": "^29.0.0", @@ -4759,9 +4759,10 @@ } }, "node_modules/tmp": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.4.tgz", + "integrity": "sha512-UdiSoX6ypifLmrfQ/XfiawN6hkjSBpCjhKxxZcWlUUmoXLaCKQU0bx4HF/tdDK2uzRuchf1txGvrWBzYREssoQ==", + "license": "MIT", "engines": { "node": ">=14.14" } diff --git a/gh-actions/jq/package.json b/gh-actions/jq/package.json index 4808e12ff..36887ea0e 100644 --- a/gh-actions/jq/package.json +++ b/gh-actions/jq/package.json @@ -45,6 +45,6 @@ "@actions/core": "^1.10.0", "@await/spawn": "^9.0.0", "js-yaml": "^4.1.0", - "tmp": "^0.2.3" + "tmp": "^0.2.4" } }