Skip to content

Commit 96e253e

Browse files
chore(deps): update dependency object-path to >=0.11.8 (#85)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [object-path](https://togithub.com/mariocasciaro/object-path) | [`>=0.11.5` -> `>=0.11.8`](https://renovatebot.com/diffs/npm/object-path/0.11.8/0.11.8) | [![age](https://badges.renovateapi.com/packages/npm/object-path/0.11.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/object-path/0.11.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/object-path/0.11.8/compatibility-slim/0.11.8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/object-path/0.11.8/confidence-slim/0.11.8)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: 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, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom-nextjs-template).
1 parent f22eef0 commit 96e253e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"resolutions": {
6262
"dot-prop": ">=6.0.1",
6363
"node-fetch": "^2.6.6",
64-
"object-path": ">=0.11.5",
64+
"object-path": ">=0.11.8",
6565
"serialize-javascript": ">= 3.1.0"
6666
}
6767
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6462,7 +6462,7 @@ object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
64626462
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
64636463
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
64646464

6465-
object-path@>=0.11.5:
6465+
object-path@>=0.11.8:
64666466
version "0.11.8"
64676467
resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.8.tgz#ed002c02bbdd0070b78a27455e8ae01fc14d4742"
64686468
integrity sha512-YJjNZrlXJFM42wTBn6zgOJVar9KFJvzx6sTWDte8sWZF//cnjl0BxHNpfZx+ZffXX63A9q0b1zsFiBX4g4X5KA==

0 commit comments

Comments
 (0)