From c8b1a3060b9814c148b23c73a54ff338f34f8b45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 21:08:30 +0000 Subject: [PATCH] chore(deps): update dependency @book000/node-utils to v1.5.1 (#19) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f1a03b6b..67625cc3 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "start": "ts-node -r tsconfig-paths/register ./src/main.ts" }, "devDependencies": { - "@book000/node-utils": "1.5.0", + "@book000/node-utils": "1.5.1", "@types/node": "20.5.1", "@typescript-eslint/eslint-plugin": "6.4.1", "@typescript-eslint/parser": "6.4.1", diff --git a/yarn.lock b/yarn.lock index 067c7885..e5882b26 100644 --- a/yarn.lock +++ b/yarn.lock @@ -29,10 +29,10 @@ chalk "^2.4.2" js-tokens "^4.0.0" -"@book000/node-utils@1.5.0": - version "1.5.0" - resolved "https://registry.yarnpkg.com/@book000/node-utils/-/node-utils-1.5.0.tgz#b01aed0525d94e26fe1000262d461832aa5a7121" - integrity sha512-6d6r2lYZrU67l+80guw/mi22zspzNppMEhkSYEyxJ74VZ5JqcEf8inH+7LRYnrm8yw3CMZ3si6GyMT8BEiow9Q== +"@book000/node-utils@1.5.1": + version "1.5.1" + resolved "https://registry.yarnpkg.com/@book000/node-utils/-/node-utils-1.5.1.tgz#d8800292c4b1802a59b585eb73bd7000c4b997ff" + integrity sha512-C81snTlikkIUZgU71g6rV0prR2OyXviE5O0O6laVPUAOkO8se9j5MaXwpxkA98iKZ2vwTvfPpUDGCb2xq6/Ckw== dependencies: axios "1.4.0" cycle "1.0.3"