From c4fb58a45156046942dde7be0c0558181f9b9f75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 10:37:10 +0000 Subject: [PATCH] deps(deps): bump @alwatr/logger from 2.4.1 to 5.0.0 Bumps [@alwatr/logger](https://github.com/Alwatr/nanolib/tree/HEAD/packages/logger) from 2.4.1 to 5.0.0. - [Release notes](https://github.com/Alwatr/nanolib/releases) - [Changelog](https://github.com/Alwatr/nanolib/blob/next/packages/logger/CHANGELOG.md) - [Commits](https://github.com/Alwatr/nanolib/commits/v5.0.0/packages/logger) --- updated-dependencies: - dependency-name: "@alwatr/logger" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4cd74c9..a939b2d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "release": "standard-version --sign" }, "dependencies": { - "@alwatr/logger": "^2.4.1", + "@alwatr/logger": "^5.0.0", "@alwatr/nano-server": "^1.2.7", "simple-oauth2": "~5.1.0", "tslib": "^2.8.1" diff --git a/yarn.lock b/yarn.lock index 7997667..2849f27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7,6 +7,14 @@ resolved "https://registry.yarnpkg.com/@alwatr/logger/-/logger-2.4.1.tgz#a7b666a42e0e68b2e12660fdb784e6f30a15ff03" integrity sha512-4XDAXnaHIPNE7pAMbHJqFxuObtmKWRmC9FTeQhmUWw9bgkPQsYlcCaHNHyRLXJSD66L5CNEIWBNMxty3ETnNhw== +"@alwatr/logger@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@alwatr/logger/-/logger-5.0.0.tgz#5c3fe311bb2ce80f975054228c5beb8056b0302d" + integrity sha512-r2ExXNhV7Ytk5fOoHD6lvm1leI+kSJpAhJMikpItWK0n5Isxf/h55WZi7g51ranW2GO4VGjy6ycPYQr0z8UtKw== + dependencies: + "@alwatr/package-tracer" "^5.0.0" + "@alwatr/platform-info" "^5.0.0" + "@alwatr/math@^1.3.1": version "1.3.1" resolved "https://registry.yarnpkg.com/@alwatr/math/-/math-1.3.1.tgz#53d32f761ce66f86038a805563aeaecbfe87c059" @@ -23,6 +31,18 @@ "@alwatr/math" "^1.3.1" "@alwatr/util" "^1.4.1" +"@alwatr/package-tracer@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@alwatr/package-tracer/-/package-tracer-5.0.0.tgz#3f381ecf4f01a6a339a15c5a036838fb6ea510a1" + integrity sha512-rGlyGbnYzfWbA+SL1FM6QU6zzWqErcC5VN0hTICCC2G5Ns2EeSFNG6M24SuMOoBv8+AVjnQsaK0tT8esu7/5aw== + +"@alwatr/platform-info@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@alwatr/platform-info/-/platform-info-5.0.0.tgz#be50469cb7954e51271cba16b35cac07b834cdd6" + integrity sha512-cNP1oT9LduQ8X9fR2QlndpAZuwp+OEvwgTDkQ2x/xkbElE585jINFBGwi2iYehhuW1Z+5EejEk4sDPVPAP5fvw== + dependencies: + "@alwatr/package-tracer" "^5.0.0" + "@alwatr/type@^1.2.4": version "1.2.4" resolved "https://registry.yarnpkg.com/@alwatr/type/-/type-1.2.4.tgz#2cd7216cdf05c45515ee327c36948bd94c58bd8e"