diff --git a/package.json b/package.json index a165171..8049d6e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@babel/core": "7.7.5", "@babel/plugin-proposal-object-rest-spread": "7.7.4", "@babel/register": "7.7.4", - "@blackflux/eslint-plugin-rules": "1.3.17", + "@blackflux/eslint-plugin-rules": "1.3.19", "@blackflux/robo-config-plugin": "3.0.1", "babel-eslint": "10.0.3", "chai": "4.2.0", @@ -53,7 +53,7 @@ "eslint-plugin-json": "2.0.1", "eslint-plugin-markdown": "1.0.1", "eslint-plugin-mocha": "6.2.2", - "js-gardener": "2.0.119", + "js-gardener": "2.0.120", "nyc": "14.1.1", "semantic-release": "15.13.31" }, diff --git a/yarn.lock b/yarn.lock index 0349415..bde9d18 100644 --- a/yarn.lock +++ b/yarn.lock @@ -172,12 +172,12 @@ lodash "^4.17.13" to-fast-properties "^2.0.0" -"@blackflux/eslint-plugin-rules@1.3.17": - version "1.3.17" - resolved "https://registry.yarnpkg.com/@blackflux/eslint-plugin-rules/-/eslint-plugin-rules-1.3.17.tgz#7204e0e5988ac7fad789910aa9b6451b938a596b" - integrity sha512-8ce/6Z34ejFjn5Jnj4CAO66DnXa3QCoptYOoQG/0widibXzOY0Cb6xrCAOpDvRypPHHCkCZlFwc0WFHzgCY68w== +"@blackflux/eslint-plugin-rules@1.3.19": + version "1.3.19" + resolved "https://registry.yarnpkg.com/@blackflux/eslint-plugin-rules/-/eslint-plugin-rules-1.3.19.tgz#0277a6f89b38106131a34968a2f90542432c9e94" + integrity sha512-Db8ympfFqCrlKIw/KAAfl7jXhVdlGtgzmhC3bOdBfW16t51ne2YCK/e66FUR5wq64yGhh3vceHC14zT5EhrVCQ== dependencies: - smart-fs "1.11.2" + smart-fs "1.11.3" "@blackflux/robo-config-plugin@3.0.1": version "3.0.1" @@ -3703,6 +3703,13 @@ java-properties@^1.0.0: resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211" integrity sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ== +joi-strict@1.1.10: + version "1.1.10" + resolved "https://registry.yarnpkg.com/joi-strict/-/joi-strict-1.1.10.tgz#8b9d68f5955f036df7730948fa0047d7216e8f0b" + integrity sha512-udjdcfGMsB3GIFUU/OeylfXc1I700NfaH1Gqf12izFQ/BMYrmaes7E9qQcsmjLoehm9LRjrv+2DDOYLISQp5jQ== + dependencies: + "@hapi/joi" "16.1.8" + joi-strict@1.1.9: version "1.1.9" resolved "https://registry.yarnpkg.com/joi-strict/-/joi-strict-1.1.9.tgz#95087451a65040bc6d0cd4c1e4e10b433abb2044" @@ -3710,15 +3717,15 @@ joi-strict@1.1.9: dependencies: "@hapi/joi" "16.1.8" -js-gardener@2.0.119: - version "2.0.119" - resolved "https://registry.yarnpkg.com/js-gardener/-/js-gardener-2.0.119.tgz#51b5dc6988237e8f75423f8e29cc48fdbabde3f3" - integrity sha512-4LhNcJ5T5Nam4udBh5z3ldFrovoLvk+p4bUAd1FCK/SnaTZpuSiaxCYFmn/Y4RjVMwZhX9wUKb+1L29Qd09tuA== +js-gardener@2.0.120: + version "2.0.120" + resolved "https://registry.yarnpkg.com/js-gardener/-/js-gardener-2.0.120.tgz#7ded4fd23a07824633d736aefadaf79f6b9c7104" + integrity sha512-Vsazd0+QbpN4niCM0t83HOrFJ5gPyxxRDuvugDs6GARCBqoBNO47zN6Vgpo9YgMrL+/r5Uhb8k6MnaHwh7NYjQ== dependencies: chalk "3.0.0" fancy-log "1.3.3" glob "7.1.6" - joi-strict "1.1.9" + joi-strict "1.1.10" js-yaml "3.13.1" lodash.difference "4.5.0" lodash.get "4.4.2" @@ -6595,6 +6602,20 @@ smart-fs@1.11.2: xml-js "1.6.11" yaml-boost "1.9.18" +smart-fs@1.11.3: + version "1.11.3" + resolved "https://registry.yarnpkg.com/smart-fs/-/smart-fs-1.11.3.tgz#3ee2bf591eaf49df9b8c4607cd7edf1e723a677e" + integrity sha512-RNyCSvW+hgCZH5sBKph3zcRgsI7f99+AHhrjuIgomPpjMyxtZxqm+Z6jPViGFp+Muh8KRelyFU5AXWFuQzOZaA== + dependencies: + fs-extra "8.1.0" + js-yaml "3.13.1" + json-stringify-pretty-compact "2.0.0" + lodash.clonedeep "4.5.0" + lodash.isequal "4.5.0" + object-align "1.0.9" + xml-js "1.6.11" + yaml-boost "1.9.18" + snapdragon-node@^2.0.1: version "2.1.1" resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"