From 3481b77392d876249cacf6e55036b7457e875b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 16:03:19 +0000 Subject: [PATCH] Bump tmp in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [tmp](https://github.com/raszi/node-tmp). Updates `tmp` from 0.0.24 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.24...v0.2.4) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.4 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4a1ca64..bcd2c98 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "sinon": "~1.7.0", "sinon-chai": "~2.8.0", "supertest": "~1.2.0", - "tmp": "0.0.24", + "tmp": "0.2.4", "uglify-js": "^2.8.28", "underscore": "^1.7.0", "ws": "^1.0.1" @@ -87,7 +87,7 @@ "mqtt": "^1.6.3", "mqtt-connection": "^2.1.1", "msgpack5": "^3.3.0", - "nanoid": "^0.2.2", + "nanoid": "^5.1.5", "pbkdf2-password": "^1.1.0", "pino": "^2.4.2", "qlobber": "~0.7.0", @@ -101,6 +101,6 @@ "leveldown": "~1.4.3", "amqp": "~0.2.4", "ioredis": "^1.15.1", - "mongodb": "~2.1.4" + "mongodb": "~6.20.0" } }