diff --git a/package.json b/package.json index 9fc94ba..7d9f5b8 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint-plugin-json": "2.1.1", "eslint-plugin-markdown": "1.0.2", "eslint-plugin-mocha": "6.3.0", - "js-gardener": "2.0.150", + "js-gardener": "2.0.151", "nyc": "15.0.1", "semantic-release": "17.0.4" }, diff --git a/yarn.lock b/yarn.lock index c21117a..0c86ab2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3833,15 +3833,22 @@ joi-strict@1.2.1: dependencies: "@hapi/joi" "17.1.1" -js-gardener@2.0.150: - version "2.0.150" - resolved "https://registry.yarnpkg.com/js-gardener/-/js-gardener-2.0.150.tgz#a8d827d37ded82020ba70465941785da5ce9eaa4" - integrity sha512-M9X6Qhsf1exK/hp3i63yNaCugdU6c3b6h/W3/UvLq3dK/Lws7DRi0wxu9Q0gEj+OzJrEV6IBTNAW13gBj2OChg== +joi-strict@1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/joi-strict/-/joi-strict-1.2.2.tgz#177ebf5f303d171d0d019252d75a0095c7b4abdf" + integrity sha512-tzanWyh9yhmiFJ2er/vVXhBWhzmjxJtR9lyru3Mvojlsu4qosWDzFTk4pQpBwx+AneelHqQZ7BTi/gLa2nEs1g== + dependencies: + "@hapi/joi" "17.1.1" + +js-gardener@2.0.151: + version "2.0.151" + resolved "https://registry.yarnpkg.com/js-gardener/-/js-gardener-2.0.151.tgz#98bfa486c87311a03f18ae88e15fa2594ca65425" + integrity sha512-LdSZbdUx7MpKpIXUf/pbeRV6kEIXVSlxRio4U66L/z3PBY0OYPGuu3oMd7D9mq67Abgr8AlMhVKmamYXx819fQ== dependencies: chalk "4.0.0" fancy-log "1.3.3" glob "7.1.6" - joi-strict "1.2.1" + joi-strict "1.2.2" js-yaml "3.13.1" lodash.difference "4.5.0" lodash.get "4.4.2"