Skip to content

Commit

Permalink
fix(deps): bump smart-fs from 2.0.1 to 2.0.2
Browse files Browse the repository at this point in the history
Bumps [smart-fs](https://github.com/blackflux/smart-fs) from 2.0.1 to 2.0.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@v2.0.1...v2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Mar 17, 2021
1 parent f400b4b commit a58bd2e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
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": "2.0.1"
"smart-fs": "2.0.2"
}
}
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5498,6 +5498,13 @@ object-lib@2.1.2:
dependencies:
object-scan "14.0.0"

object-lib@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/object-lib/-/object-lib-3.0.0.tgz#630e437ef876f57d0483e54b485894ab37aca23e"
integrity sha512-CIlney6fXVZDlFcvRJVG4Bfemb5yceKjuSpv85Frm+SynKFPLNQGlFCRxYNlCrWnlhKdCs4MUei8ZA/cESczBA==
dependencies:
object-scan "14.0.0"

object-scan@13.8.0:
version "13.8.0"
resolved "https://registry.yarnpkg.com/object-scan/-/object-scan-13.8.0.tgz#70ec43620b76fbc580856beb5275ee28321f781c"
Expand Down Expand Up @@ -6941,17 +6948,17 @@ 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==
smart-fs@2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/smart-fs/-/smart-fs-2.0.2.tgz#684814a9137efea10bc7d4ff437a2bad6cc9ac79"
integrity sha512-BQSuFSArvimIV6tEOMKTOu7ZVKq/SUcuuTO27cquPKzbA8fFZKOabZUq1JpMoh24SBfxXxncEwvmgZIwHZZLuA==
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"
object-lib "3.0.0"
xml-js "1.6.11"
yaml-boost "2.0.0"

Expand Down

0 comments on commit a58bd2e

Please sign in to comment.