Skip to content

Commit

Permalink
Merge pull request #1496 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu committed Mar 16, 2021
2 parents 3f9dddf + 472ff78 commit 3a6e53e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@
"object-lib": "3.0.0",
"object-scan": "14.0.0",
"object-treeify": "2.0.0",
"smart-fs": "2.0.0"
"smart-fs": "2.0.1"
}
}
24 changes: 24 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6972,6 +6972,20 @@ smart-fs@2.0.0:
xml-js "1.6.11"
yaml-boost "1.10.7"

smart-fs@2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/smart-fs/-/smart-fs-2.0.1.tgz#ab4cc9c4f7960557b742b327203ab65b448f57a8"
integrity sha512-546boWSVG4HPBNPVuoYWl7mi6bp0Xn8IqTJJv9e+qqArJNV5RUIhsIzFv05/bK8iNpFarEKK0M0+o0NUoIz/fQ==
dependencies:
fs-extra "9.1.0"
js-yaml "4.0.0"
json-stringify-pretty-compact "3.0.0"
lodash.clonedeep "4.5.0"
lodash.isequal "4.5.0"
object-lib "2.1.2"
xml-js "1.6.11"
yaml-boost "2.0.0"

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 Expand Up @@ -8241,6 +8255,16 @@ yaml-boost@1.10.7:
lodash.mergewith "4.6.2"
lodash.set "4.3.2"

yaml-boost@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/yaml-boost/-/yaml-boost-2.0.0.tgz#7c0b69acfa7dce07ff6eac87e3947da022e347cd"
integrity sha512-zyjDFxwxd7AQ4FZO+03Dsv/Glb38gwT59UduDTZL8NC2cr8Q+UH6LRJqTuHkn9dPMWkSM5zV1xPqE0/LFg+G4g==
dependencies:
js-yaml "4.0.0"
lodash.get "4.4.2"
lodash.mergewith "4.6.2"
lodash.set "4.3.2"

yaml@^1.10.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
Expand Down

0 comments on commit 3a6e53e

Please sign in to comment.