From b1810c5f97d01379c0e55fa81bf5eee1e9771771 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 23:32:27 +0000 Subject: [PATCH] fix(deps): bump smart-fs from 2.0.0 to 2.0.1 Bumps [smart-fs](https://github.com/blackflux/smart-fs) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/blackflux/smart-fs/releases) - [Changelog](https://github.com/blackflux/smart-fs/blob/master/.releaserc.json) - [Commits](https://github.com/blackflux/smart-fs/compare/v2.0.0...v2.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 00f1fe10..01587cea 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/yarn.lock b/yarn.lock index c8f1eea3..80c8f28c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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"