Skip to content

Commit

Permalink
fix(deps): bump smart-fs from 1.12.1 to 1.12.2
Browse files Browse the repository at this point in the history
Bumps [smart-fs](https://github.com/blackflux/smart-fs) from 1.12.1 to 1.12.2.
- [Release notes](https://github.com/blackflux/smart-fs/releases)
- [Changelog](https://github.com/blackflux/smart-fs/blob/master/.releaserc.json)
- [Commits](blackflux/smart-fs@v1.12.1...v1.12.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Nov 25, 2020
1 parent 64056ff commit 6730903
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@
"lib"
],
"dependencies": {
"smart-fs": "1.12.1"
"smart-fs": "1.12.2"
}
}
29 changes: 29 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5323,6 +5323,11 @@ object-align@1.0.14:
resolved "https://registry.yarnpkg.com/object-align/-/object-align-1.0.14.tgz#e040ee0e017e9d575f56edbb33b36b94303c2cf1"
integrity sha512-RtMw2ieTSZIqLJu2CKr0ZDATPVkB8UmLrjQ/9v3UnzYMeJeKfFphLtZKtNFhzTjv/btljjLGgbVMWN5s4EWHEQ==

object-align@1.0.15:
version "1.0.15"
resolved "https://registry.yarnpkg.com/object-align/-/object-align-1.0.15.tgz#0c0a376d7f33d7c8ac028640c5d5936d7ec54a0d"
integrity sha512-UJruG3kzh6Oi0KAU6FVF0y6I4deAKoG1eaS4xCCYOwul3gX7XR2IcLzAWL91n45CiehUXPN/Ws/fPLTmyocE4g==

object-assign@^4.0.1, object-assign@^4.1.0:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
Expand Down Expand Up @@ -6797,6 +6802,20 @@ smart-fs@1.12.1:
xml-js "1.6.11"
yaml-boost "1.10.1"

smart-fs@1.12.2:
version "1.12.2"
resolved "https://registry.yarnpkg.com/smart-fs/-/smart-fs-1.12.2.tgz#c4ee3adcb67f34ec26a06f815d2c743368a519fc"
integrity sha512-uz9L5pGDF34kW40DUmFRAvOhjJjsG1sZ8wlXFjRyTzeoWTbZm0jwV8SK9w6k9aEc3CYanVkFvPgoASSuNi2uXg==
dependencies:
fs-extra "9.0.1"
js-yaml "3.14.0"
json-stringify-pretty-compact "2.0.0"
lodash.clonedeep "4.5.0"
lodash.isequal "4.5.0"
object-align "1.0.15"
xml-js "1.6.11"
yaml-boost "1.10.2"

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 @@ -8032,6 +8051,16 @@ yaml-boost@1.10.1:
lodash.mergewith "4.6.2"
lodash.set "4.3.2"

yaml-boost@1.10.2:
version "1.10.2"
resolved "https://registry.yarnpkg.com/yaml-boost/-/yaml-boost-1.10.2.tgz#1808790ce6b2f9de5faedcb2a76f5783e934dcad"
integrity sha512-7WVZLELKtv2yc1LK683b+Tw7U9O6B9oNzmXnK0+yQ3DnTpwfe3cTQXduqRvipvrS7qsllFCZYt20Y5Mp5X0s9w==
dependencies:
js-yaml "3.14.0"
lodash.get "4.4.2"
lodash.mergewith "4.6.2"
lodash.set "4.3.2"

yaml-boost@1.9.23:
version "1.9.23"
resolved "https://registry.yarnpkg.com/yaml-boost/-/yaml-boost-1.9.23.tgz#7e79110c73c92c0102702f29dcac6cd60e7b8f1a"
Expand Down

0 comments on commit 6730903

Please sign in to comment.