From e2062cfbc5bd65d2141050272a858bd6737b77ce Mon Sep 17 00:00:00 2001 From: Alex Lewitt <48691328+alewitt2@users.noreply.github.com> Date: Thu, 17 Oct 2019 16:31:11 -0400 Subject: [PATCH] bug fix for downloading optional resources (#21) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f70858b6..ca2ef9b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -173,16 +173,16 @@ } }, "@razee/razeedeploy-core": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@razee/razeedeploy-core/-/razeedeploy-core-0.5.1.tgz", - "integrity": "sha512-5bOsi76i6sUh9tET3RE1R0FgM+O0roSezuSSTQiM70ePRM5xEE+MlD7dOIH8Rv+icYhM1b6qSW/OZr0m0o9oXw==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/@razee/razeedeploy-core/-/razeedeploy-core-0.5.2.tgz", + "integrity": "sha512-+GNRyFoRSZUYywqMnTEQGKwWqH1IEDHZmXHqrHacGIDxiISdxQHeVf8THBBkPdA55XEF5w4ffYDUZ/Ko8UKcKA==", "requires": { "bunyan": "^1.8.12", "clone": "^2.1.2", "deepmerge": "^4.0.0", "fs-extra": "^8.0.1", "js-yaml": "^3.13.1", - "object-hash": "^1.3.1", + "object-hash": "^2.0.0", "object-path": "^0.11.4" }, "dependencies": { @@ -3684,9 +3684,9 @@ "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==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.0.0.tgz", + "integrity": "sha512-I7zGBH0rDKwVGeGZpZoFaDhIwvJa3l1CZE+8VchylXbInNiCj7sxxea9P5dTM4ftKR5//nrqxrdeGSTWL2VpBA==" }, "object-inspect": { "version": "1.6.0", diff --git a/package.json b/package.json index 2d6e1948..6c7e579c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "license": "Apache-2.0", "dependencies": { "@razee/kubernetes-util": "0.0.7", - "@razee/razeedeploy-core": "^0.5.1", + "@razee/razeedeploy-core": "^0.5.2", "bunyan": "^1.8.12", "clone": "^2.1.2", "request-promise-native": "^1.0.7"