From 641a9a3095f596a4a8fedc206b0166f0569ceda2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Sep 2021 08:54:31 +0000 Subject: [PATCH] Bump object-path from 0.11.4 to 0.11.6 in /packages/core Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.4 to 0.11.6. - [Release notes](https://github.com/mariocasciaro/object-path/releases) - [Commits](https://github.com/mariocasciaro/object-path/commits) --- updated-dependencies: - dependency-name: object-path dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/core/package.json | 2 +- packages/core/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 7474bed72..db41d7e29 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -27,7 +27,7 @@ "levelup": "^4.4.0", "lodash.get": "^4.4.2", "lodash.sortby": "^4.7.0", - "object-path": "^0.11.4", + "object-path": "^0.11.6", "prettier": "^1.11.1", "ts-loader": "^4.1.0", "typescript": "^3.2.2", diff --git a/packages/core/yarn.lock b/packages/core/yarn.lock index e053f4865..57cfcd8f2 100644 --- a/packages/core/yarn.lock +++ b/packages/core/yarn.lock @@ -4350,10 +4350,10 @@ object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1: resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== -object-path@^0.11.4: - version "0.11.4" - resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.4.tgz#370ae752fbf37de3ea70a861c23bba8915691949" - integrity sha1-NwrnUvvzfePqcKhhwju6iRVpGUk= +object-path@^0.11.6: + version "0.11.6" + resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.6.tgz#e53b6f19fc53a50c5009b3899a3e25a5b4e6de45" + integrity sha512-IxOLx7DbXnrRHAhLRiL4Sg0383CGdo5k6F7sjYyeqVOEzctZFUHF3c4uh7EgqWoV0B3CCmgYwjOBgw9jrqyv/A== object-visit@^1.0.0: version "1.0.1"