From f72a25b6a1576f2ae88902ef0a81bfb70e773260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Sep 2021 06:13:03 +0000 Subject: [PATCH] Bump object-path from 0.11.5 to 0.11.6 in /src/react-ui-ts 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] --- src/react-ui-ts/package.json | 2 +- src/react-ui-ts/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/react-ui-ts/package.json b/src/react-ui-ts/package.json index 614483fb..3905ed2a 100644 --- a/src/react-ui-ts/package.json +++ b/src/react-ui-ts/package.json @@ -24,7 +24,7 @@ "node-fetch": "^2.6.1", "node-forge": "^0.10.0", "node-notifier": "^8.0.1", - "object-path": "^0.11.5", + "object-path": "^0.11.6", "postcss": "^7.0.36", "react": "^16.13.1", "react-app-rewired": "^2.1.5", diff --git a/src/react-ui-ts/yarn.lock b/src/react-ui-ts/yarn.lock index 48624cb7..3e50d733 100644 --- a/src/react-ui-ts/yarn.lock +++ b/src/react-ui-ts/yarn.lock @@ -7625,10 +7625,10 @@ object-path@0.11.4: resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.4.tgz#370ae752fbf37de3ea70a861c23bba8915691949" integrity sha1-NwrnUvvzfePqcKhhwju6iRVpGUk= -object-path@^0.11.5: - version "0.11.5" - resolved "https://mirrors.huaweicloud.com/repository/npm/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"