Skip to content

Commit

Permalink
Merge pull request #540 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu authored Sep 8, 2020
2 parents 1d843ed + 79d1414 commit fa3e272
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@
"url": "https://github.com/blackflux/lambda-cfn-hook/issues"
},
"dependencies": {
"joi-strict": "1.2.3",
"joi-strict": "1.2.4",
"lambda-async": "1.0.6",
"lambda-monitor-logger": "2.4.2",
"lambda-monitor-logger": "2.4.3",
"lodash.get": "4.4.2",
"request": "2.88.2",
"request-promise": "4.2.6"
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3931,6 +3931,13 @@ joi-strict@1.2.3:
dependencies:
"@hapi/joi" "17.1.1"

joi-strict@1.2.4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/joi-strict/-/joi-strict-1.2.4.tgz#714396979db995962b9a252e775cab8202611144"
integrity sha512-6VKum77Xd+cVTfrYGRds9TljqdesOLkOU3JxNJ2T0C3CeJWyAc4vD7vLkEn7GimUuEoyvlqKqQIQ8frl1OmaeA==
dependencies:
"@hapi/joi" "17.1.1"

js-gardener@2.0.167:
version "2.0.167"
resolved "https://registry.yarnpkg.com/js-gardener/-/js-gardener-2.0.167.tgz#0ee17ebdfcc80b8e9868013851a09de46d02eb9d"
Expand Down Expand Up @@ -4095,10 +4102,10 @@ lambda-async@1.0.6:
resolved "https://registry.yarnpkg.com/lambda-async/-/lambda-async-1.0.6.tgz#5089e704ae019ddde7c31ac00d89575192fc3f46"
integrity sha512-Kq/9YhpSS5Q0Dp7lNZMC4aHWzC3sDT9I8k1ElsIJAFDIZemWgGxgJj75JQh6Qlpbts6gcyeEoZO2SaSFUAJCBQ==

lambda-monitor-logger@2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/lambda-monitor-logger/-/lambda-monitor-logger-2.4.2.tgz#16d6e9036753df05c3bfee3a0b01a9cdf6534536"
integrity sha512-crE4gmxDY8+ctvKo1gkavzm2oCllTbbpm4TLDqvNhBaiF1vzZdxxxQl9ec/AivLqfKOcKj7FxVfXFt/SGBGzRw==
lambda-monitor-logger@2.4.3:
version "2.4.3"
resolved "https://registry.yarnpkg.com/lambda-monitor-logger/-/lambda-monitor-logger-2.4.3.tgz#1b340a2760700ccb288c80c1c3c2a93f1a877c9d"
integrity sha512-uSe+w5JwV+zWOSorBAnEaOiJYu9tFq998T5tfrZDaJptBhSxZKYSZY35NyWKH+BexAZk8ARnj3FJQX6S/c7d2g==
dependencies:
joi-strict "1.2.3"

Expand Down

0 comments on commit fa3e272

Please sign in to comment.