Skip to content

Commit bea3ce8

Browse files
fix(deps): bump object-lib from 1.3.0 to 2.0.0
Bumps [object-lib](https://github.com/blackflux/object-lib) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/blackflux/object-lib/releases) - [Changelog](https://github.com/blackflux/object-lib/blob/master/.releaserc.json) - [Commits](blackflux/object-lib@v1.3.0...v2.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent dd5c4da commit bea3ce8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"json-stringify-pretty-compact": "2.0.0",
113113
"lodash.clonedeep": "4.5.0",
114114
"lodash.isequal": "4.5.0",
115-
"object-lib": "1.3.0",
115+
"object-lib": "2.0.0",
116116
"xml-js": "1.6.11",
117117
"yaml-boost": "1.10.5"
118118
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5458,10 +5458,10 @@ object-keys@^1.0.12, object-keys@^1.1.1:
54585458
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
54595459
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
54605460

5461-
object-lib@1.3.0:
5462-
version "1.3.0"
5463-
resolved "https://registry.yarnpkg.com/object-lib/-/object-lib-1.3.0.tgz#f1369f7b5fbc57153d500c4d1549c03da49912b3"
5464-
integrity sha512-CwrSuip3/v0U/llerhtJSBFOTaAgnx/gNkyTUSBlUwyAqZGbcswd+kEjnhsq8SY1MwzJqXWj1zP/bcSrc5Tcdg==
5461+
object-lib@2.0.0:
5462+
version "2.0.0"
5463+
resolved "https://registry.yarnpkg.com/object-lib/-/object-lib-2.0.0.tgz#a799e45aa8f2b69278d8f774410ccb2e618e99e0"
5464+
integrity sha512-eq+GBLi/Qpj0jHf3bABvt6kNqbYeQ8w/zR/KrI/8QV8n/lnIWdxc0/9I0CKyb9Dt+5+jdKQ0i5VhgVrk08VtvQ==
54655465
dependencies:
54665466
object-scan "13.8.0"
54675467

0 commit comments

Comments
 (0)