From 8bbab63e8cb136561e20a4b577bf3f7abe664ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 03:33:14 +0000 Subject: [PATCH] Bump log4js from 6.4.7 to 6.5.0 Bumps [log4js](https://github.com/log4js-node/log4js-node) from 6.4.7 to 6.5.0. - [Release notes](https://github.com/log4js-node/log4js-node/releases) - [Changelog](https://github.com/log4js-node/log4js-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/log4js-node/log4js-node/compare/v6.4.7...v6.5.0) --- updated-dependencies: - dependency-name: log4js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a47d483..719e01f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5335,15 +5335,15 @@ "dev": true }, "log4js": { - "version": "6.4.7", - "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.4.7.tgz", - "integrity": "sha512-q/9Eyw/hkvQ4e9DNHLbK2AfuDDm5QnNnmF022aamyw4nUnVLQRhvGoryccN5aEI4J/UcA4W36xttBCrlrdzt2g==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.5.0.tgz", + "integrity": "sha512-VT8b+k4nS7feV3p2nTdI5UqO2+7KRi4sfb6YKlnZlQU0d1DnvA18dvPhxKElgVTRTjS3GtChvvR67yMpp/xAfQ==", "requires": { "date-format": "^4.0.10", "debug": "^4.3.4", "flatted": "^3.2.5", "rfdc": "^1.3.0", - "streamroller": "^3.0.9" + "streamroller": "^3.1.0" }, "dependencies": { "debug": { @@ -6409,9 +6409,9 @@ } }, "streamroller": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.0.9.tgz", - "integrity": "sha512-Y46Aq/ftqFP6Wb6sK79hgnZeRfEVz2F0nquBy4lMftUuJoTiwKa6Y96AWAUGV1F3CjhFark9sQmzL9eDpltkRw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.1.0.tgz", + "integrity": "sha512-9+fOFZX3qeo5lEdq9AnPxyRqdrh0MhlX5uqDN6+OLGuGK0PnyyKjMicwcUYIzjYRut5Pfbc0AV6WKdv6di3YGA==", "requires": { "date-format": "^4.0.10", "debug": "^4.3.4", diff --git a/package.json b/package.json index aa0ac647..f626c87a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "README.md" ], "dependencies": { - "log4js": "^6.4.7" + "log4js": "^6.5.0" }, "scripts": { "build": "tsc",