From cd936c6a1dde5a99ec3aa6a8feff102e02858d54 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 23:01:00 +0000 Subject: [PATCH] fix(deps): bump object-lib from 2.1.2 to 3.0.0 Bumps [object-lib](https://github.com/blackflux/object-lib) from 2.1.2 to 3.0.0. - [Release notes](https://github.com/blackflux/object-lib/releases) - [Changelog](https://github.com/blackflux/object-lib/blob/master/.releaserc.json) - [Commits](https://github.com/blackflux/object-lib/compare/v2.1.2...v3.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index febfeeb..d3a4088 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "json-stringify-pretty-compact": "3.0.0", "lodash.clonedeep": "4.5.0", "lodash.isequal": "4.5.0", - "object-lib": "2.1.2", + "object-lib": "3.0.0", "xml-js": "1.6.11", "yaml-boost": "2.0.0" } diff --git a/yarn.lock b/yarn.lock index 7a03a6f..4727eef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5495,6 +5495,13 @@ object-lib@2.1.2: dependencies: object-scan "14.0.0" +object-lib@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/object-lib/-/object-lib-3.0.0.tgz#630e437ef876f57d0483e54b485894ab37aca23e" + integrity sha512-CIlney6fXVZDlFcvRJVG4Bfemb5yceKjuSpv85Frm+SynKFPLNQGlFCRxYNlCrWnlhKdCs4MUei8ZA/cESczBA== + dependencies: + object-scan "14.0.0" + object-scan@13.9.1: version "13.9.1" resolved "https://registry.yarnpkg.com/object-scan/-/object-scan-13.9.1.tgz#03ab1be0d55e29471774945173a5fdcfcf5ebb35"