From dc77f89b84fe4996437d5cd20d56304ea6307eff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:35:56 +0000 Subject: [PATCH] chore(deps): update dependency @book000/node-utils to v1.13.110 (#818) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@book000/node-utils](https://togithub.com/book000/node-utils) | [`1.13.109` -> `1.13.110`](https://renovatebot.com/diffs/npm/@book000%2fnode-utils/1.13.109/1.13.110) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@book000%2fnode-utils/1.13.110?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@book000%2fnode-utils/1.13.110?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@book000%2fnode-utils/1.13.109/1.13.110?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@book000%2fnode-utils/1.13.109/1.13.110?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
book000/node-utils (@​book000/node-utils) ### [`v1.13.110`](https://togithub.com/book000/node-utils/releases/tag/v1.13.110) [Compare Source](https://togithub.com/book000/node-utils/compare/v1.13.109...v1.13.110) ##### [1.13.110](https://togithub.com/book000/node-utils/compare/v1.13.109...v1.13.110) (2024-06-09) ##### 🎨 Chore - **deps:** lock file maintenance ([#​466](https://togithub.com/book000/node-utils/issues/466)) ([138fd52](https://togithub.com/book000/node-utils/commit/138fd52775f62650107b753a94a26300bb47f6b6))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/tomacheese/telcheck). 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 1e8dab8f..b70f94a3 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "fix:prettier": "prettier --write src" }, "devDependencies": { - "@book000/node-utils": "1.13.109", + "@book000/node-utils": "1.13.110", "@fastify/basic-auth": "5.1.1", "@fastify/cors": "9.0.1", "@types/cheerio": "0.22.35", diff --git a/yarn.lock b/yarn.lock index ba442ea4..742eff12 100644 --- a/yarn.lock +++ b/yarn.lock @@ -25,10 +25,10 @@ js-tokens "^4.0.0" picocolors "^1.0.0" -"@book000/node-utils@1.13.109": - version "1.13.109" - resolved "https://registry.yarnpkg.com/@book000/node-utils/-/node-utils-1.13.109.tgz#4174101cef666f722a0f9cf1dbbc09b36b0e5e27" - integrity sha512-ccfxsH2vBmf76lqAWfx207oW9p5BDbo8Om69KXToh1RYlXePIjDFxp3z4WIPBPi5YZ8bf7FRZTphWz2qT5MT4A== +"@book000/node-utils@1.13.110": + version "1.13.110" + resolved "https://registry.yarnpkg.com/@book000/node-utils/-/node-utils-1.13.110.tgz#9743dfe739f5e5934b27c0126d2818ef230bdd5c" + integrity sha512-HNX57a96hiWibSTcCT38+Q5QGT/+0YMf2mM0KtbQQw9dfwvSymEkkncNZtXc7mp3xKTuL2CX7MMfrCKogE5J8g== dependencies: axios "1.7.2" cycle "1.0.3"