Skip to content

Commit 4f10efa

Browse files
authored
fix(deps): Update dependency dot-prop to v9 (#21)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dot-prop](https://redirect.github.com/sindresorhus/dot-prop) | dependencies | major | [`^8.0.2` -> `^9.0.0`](https://renovatebot.com/diffs/npm/dot-prop/8.0.2/9.0.0) | --- ### Release Notes <details> <summary>sindresorhus/dot-prop (dot-prop)</summary> ### [`v9.0.0`](https://redirect.github.com/sindresorhus/dot-prop/releases/tag/v9.0.0) [Compare Source](https://redirect.github.com/sindresorhus/dot-prop/compare/v8.0.2...v9.0.0) ##### Breaking - Require Node.js 18 [`3b67964`](https://redirect.github.com/sindresorhus/dot-prop/commit/3b67964) ##### Improvements - Update dependencies [`3b67964`](https://redirect.github.com/sindresorhus/dot-prop/commit/3b67964) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent c3fc2f8 commit 4f10efa

File tree

2 files changed

+18
-56
lines changed

2 files changed

+18
-56
lines changed

package-lock.json

Lines changed: 17 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"camelcase-keys": "^9.0.0",
8383
"change-case": "^4.1.2",
8484
"dayjs": "^1.11.9",
85-
"dot-prop": "^8.0.2",
85+
"dot-prop": "^9.0.0",
8686
"got": "^13.0.0",
8787
"p-map": "^7.0.0",
8888
"read-pkg-up": "^10.0.0"

0 commit comments

Comments
 (0)