Skip to content

Commit

Permalink
Merge pull request #188 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu authored Dec 16, 2019
2 parents 7c00425 + 4c4cef9 commit 54f1804
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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",
Expand Down Expand Up @@ -104,7 +104,7 @@
"dependencies": {
"joi-strict": "1.1.10",
"lambda-async": "1.0.3",
"lambda-monitor-logger": "2.2.3",
"lambda-monitor-logger": "2.2.4",
"lodash.get": "4.4.2",
"request": "2.88.0",
"request-promise": "4.2.5"
Expand Down
32 changes: 23 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -3859,10 +3859,10 @@ lambda-async@1.0.3:
resolved "https://registry.yarnpkg.com/lambda-async/-/lambda-async-1.0.3.tgz#25c93aaaf9ea2937393d0f23fb437d634f9805d1"
integrity sha512-X6MANR9eOr5fFzW5nmOECAGPvEHAGlOA5i9wJb+AdoHVgb/eLRb4upumY5CvR/zz+XJNSbsK4JvqyDGRYorQFw==

lambda-monitor-logger@2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/lambda-monitor-logger/-/lambda-monitor-logger-2.2.3.tgz#f7d24894ec6b71af9875d313c751454ccf68beda"
integrity sha512-dbicLuGzZyiGthP/L/ubuhq2WGz9GegGrI4KPuUWy3AlAH4XIPtKwCD1lhIjDxq9Ce4dk4BQ7IUUlZghyqlCdw==
lambda-monitor-logger@2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/lambda-monitor-logger/-/lambda-monitor-logger-2.2.4.tgz#9dc189398fa3f0d99612a1f0b15ca0d4d925ce6a"
integrity sha512-5SihsBZ/q/V37xUTnnwQDn/LgMIMJ1smlo56UaIz6QoO73jHpMWcvUI1DXQOleqReKNmcyT6SivEq+V8nvGlyw==

latest-version@^3.0.0:
version "3.1.0"
Expand Down Expand Up @@ -6674,6 +6674,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"
Expand Down

0 comments on commit 54f1804

Please sign in to comment.