From 7815db0ab57c330304345408070323331f665730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Sep 2021 02:21:54 +0000 Subject: [PATCH] chore(deps): bump object-path from 0.11.5 to 0.11.6 in /client Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.5 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] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index d2620b7..4f3a591 100644 --- a/client/package.json +++ b/client/package.json @@ -32,7 +32,7 @@ "immutability-helper": "^3.0.1", "moment": "^2.29.1", "node-sass": "^4.14.1", - "object-path": "^0.11.5", + "object-path": "^0.11.6", "prettier": "^2.2.1", "prop-types": "^15.7.2", "react": "^17.0.1", diff --git a/client/yarn.lock b/client/yarn.lock index d11f17e..1c47815 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -8253,10 +8253,10 @@ 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.5: - version "0.11.5" - resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.5.tgz#d4e3cf19601a5140a55a16ad712019a9c50b577a" - integrity sha512-jgSbThcoR/s+XumvGMTMf81QVBmah+/Q7K7YduKeKVWL7N111unR2d6pZZarSk6kY/caeNxUDyxOvMWyzoU2eg== +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"