From 6b0b9c1583f9b34761db55187e4d0f0d7bac91c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 13:08:32 +0000 Subject: [PATCH] Bump log4js from 1.1.1 to 6.4.0 in /modules/nuclide-commons-atom Bumps [log4js](https://github.com/log4js-node/log4js-node) from 1.1.1 to 6.4.0. - [Changelog](https://github.com/log4js-node/log4js-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/log4js-node/log4js-node/compare/v1.1.1...v6.4.0) --- updated-dependencies: - dependency-name: log4js dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/nuclide-commons-atom/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nuclide-commons-atom/package.json b/modules/nuclide-commons-atom/package.json index aca3284452..50a3ff267b 100644 --- a/modules/nuclide-commons-atom/package.json +++ b/modules/nuclide-commons-atom/package.json @@ -15,7 +15,7 @@ "idb-keyval": "2.3.0", "idx": "1.2.0", "lodash": "4.17.10", - "log4js": "1.1.1", + "log4js": "6.4.0", "lru-cache": "4.0.2", "nuclide-commons": "0.7.3-dev", "nullthrows": "1.0.0",