From b1e093bd57a871f5ab457c5d36b7c67892af2ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:27:58 +0000 Subject: [PATCH] build(deps-dev): bump tmp Bumps the npm_and_yarn group with 1 update in the /accessibility-checker directory: [tmp](https://github.com/raszi/node-tmp). Updates `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 dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- accessibility-checker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accessibility-checker/package.json b/accessibility-checker/package.json index ca77fa21d..40c883cd7 100644 --- a/accessibility-checker/package.json +++ b/accessibility-checker/package.json @@ -56,7 +56,7 @@ "selenium-webdriver": "4.9.2", "serve-index": "^1.9.1", "shx": "^0.3.4", - "tmp": "0.2.5", + "tmp": "0.2.6", "ts-node": "^10.9.2", "typescript": "^5.1.3", "ws": "^8.3.0"