Skip to content

Commit

Permalink
chore(deps): update dependency @book000/node-utils to v1.13.144 (#866)
Browse files Browse the repository at this point in the history
[![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.143` ->
`1.13.144`](https://renovatebot.com/diffs/npm/@book000%2fnode-utils/1.13.143/1.13.144)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@book000%2fnode-utils/1.13.144?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@book000%2fnode-utils/1.13.144?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@book000%2fnode-utils/1.13.143/1.13.144?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@book000%2fnode-utils/1.13.143/1.13.144?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>book000/node-utils (@&#8203;book000/node-utils)</summary>

###
[`v1.13.144`](https://togithub.com/book000/node-utils/releases/tag/v1.13.144)

[Compare
Source](https://togithub.com/book000/node-utils/compare/v1.13.143...v1.13.144)

#####
[1.13.144](https://togithub.com/book000/node-utils/compare/v1.13.143...v1.13.144)
(2024-06-25)

##### 🐛 Fixes

- **deps:** update dependency jsonc-parser to v3.3.1
([#&#8203;499](https://togithub.com/book000/node-utils/issues/499))
([1183486](https://togithub.com/book000/node-utils/commit/1183486df1e622c8abb0d5d41af832cab2a02bde))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 25, 2024
1 parent 6f7bcb1 commit a02a283
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"fix:prettier": "prettier --write src"
},
"devDependencies": {
"@book000/node-utils": "1.13.143",
"@book000/node-utils": "1.13.144",
"@fastify/basic-auth": "5.1.1",
"@fastify/cors": "9.0.1",
"@types/cheerio": "0.22.35",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
js-tokens "^4.0.0"
picocolors "^1.0.0"

"@book000/node-utils@1.13.143":
version "1.13.143"
resolved "https://registry.yarnpkg.com/@book000/node-utils/-/node-utils-1.13.143.tgz#f9a6753174d5d4cd7ebb7e52c88dee1c6f51fba4"
integrity sha512-yYDjEPQyVfLFWom2CRM6nFoB/cqbEQBGYkgVtOpfKFph9HoLCGYo4zQ2+jm8t8etGII1pT5grn5pcgWeNYP0rw==
"@book000/node-utils@1.13.144":
version "1.13.144"
resolved "https://registry.yarnpkg.com/@book000/node-utils/-/node-utils-1.13.144.tgz#db0a51643af72d40902dca3cb5d37eb3fdbfdbf3"
integrity sha512-caSDp/N2eTQZ+IcXFEZeA+Fx0k3J24Gb/G4ArMUXEGZoAh4v3I52KiBd6WZmRGejG7Ban02NO8lnyiy3VCRokg==
dependencies:
axios "1.7.2"
cycle "1.0.3"
form-data "4.0.0"
jsonc-parser "3.2.1"
jsonc-parser "3.3.1"
moment-timezone "0.5.45"
winston "3.13.0"
winston-daily-rotate-file "5.0.0"
Expand Down Expand Up @@ -2120,10 +2120,10 @@ json5@^1.0.2:
dependencies:
minimist "^1.2.0"

jsonc-parser@3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.1.tgz#031904571ccf929d7670ee8c547545081cb37f1a"
integrity sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==
jsonc-parser@3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.3.1.tgz#f2a524b4f7fd11e3d791e559977ad60b98b798b4"
integrity sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==

jwa@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit a02a283

Please sign in to comment.