From b9d8a2063e0cbe489f19a6d370a2b8348ba9bea4 Mon Sep 17 00:00:00 2001 From: Alexander Lewitt Date: Wed, 31 Jul 2019 14:04:36 -0400 Subject: [PATCH] Respects lock-cluster --- package-lock.json | 21 +++++++++++++++++---- package.json | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21afb49..6512662 100644 --- a/package-lock.json +++ b/package-lock.json @@ -152,16 +152,24 @@ } }, "@razee/kapitan-core": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@razee/kapitan-core/-/kapitan-core-0.2.2.tgz", - "integrity": "sha512-Ro5AA928aD0/1m5LoqZJyFs3gxT+QPwrxL7vNEeOpP3GfRtYx40maTs51v3/XW2uRWV0ph3enuM+hdnuuU00Tw==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@razee/kapitan-core/-/kapitan-core-0.3.0.tgz", + "integrity": "sha512-6cV6sxPMwOYcYc7wzCumpMPuw8rtYfiUAYBM1wachVYhxRVTLi11nsukdsebYIXYi3rAQ5H3ZkfU8cWfYuQ7Gg==", "requires": { "bunyan": "^1.8.12", "clone": "^2.1.2", - "deepmerge": "^3.2.0", + "deepmerge": "^4.0.0", "fs-extra": "^8.0.1", "js-yaml": "^3.13.1", + "object-hash": "^1.3.1", "object-path": "^0.11.4" + }, + "dependencies": { + "deepmerge": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.0.0.tgz", + "integrity": "sha512-YZ1rOP5+kHor4hMAH+HRQnBQHg+wvS1un1hAOuIcxcBy0hzcUf6Jg2a1w65kpoOUnurOfZbERwjI1TfZxNjcww==" + } } }, "@razee/kubernetes-util": { @@ -3801,6 +3809,11 @@ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" }, + "object-hash": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-1.3.1.tgz", + "integrity": "sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==" + }, "object-keys": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", diff --git a/package.json b/package.json index 7b468df..2e1bd4d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@razee/kapitan-core": "^0.2.2", + "@razee/kapitan-core": "^0.3.0", "@razee/kubernetes-util": "0.0.4", "bunyan": "^1.8.12", "mustache": "^3.0.1",