Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit ec98b3b

Browse files
Build(deps): Bump walk-sync from 1.1.3 to 2.0.2
Bumps [walk-sync](https://github.com/joliss/node-walk-sync) from 1.1.3 to 2.0.2. - [Release notes](https://github.com/joliss/node-walk-sync/releases) - [Changelog](https://github.com/joliss/node-walk-sync/blob/master/CHANGELOG.md) - [Commits](joliss/node-walk-sync@v1.1.3...v2.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 7403ade commit ec98b3b

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"broccoli-lint-eslint": "^5.0.0",
4242
"ember-cli-version-checker": "^3.1.3",
4343
"rsvp": "^4.8.5",
44-
"walk-sync": "^1.1.3"
44+
"walk-sync": "^2.0.2"
4545
},
4646
"devDependencies": {
4747
"broccoli-asset-rev": "^3.0.0",

yarn.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6331,6 +6331,14 @@ matcher-collection@^1.0.0, matcher-collection@^1.0.5, matcher-collection@^1.1.1:
63316331
dependencies:
63326332
minimatch "^3.0.2"
63336333

6334+
matcher-collection@^2.0.0:
6335+
version "2.0.0"
6336+
resolved "https://registry.yarnpkg.com/matcher-collection/-/matcher-collection-2.0.0.tgz#470ae263c793e897b3f1e72c695016b7aea355c4"
6337+
integrity sha512-wSi4BgQGTFfBN5J+pIaS78rEKk4qIkjrw+NfJYdHsd2cRVIQsbDi3BZtNAXTFA2WHvlbS9kLGtTjv3cPJKuRSw==
6338+
dependencies:
6339+
"@types/minimatch" "^3.0.3"
6340+
minimatch "^3.0.2"
6341+
63346342
md5-hex@^2.0.0:
63356343
version "2.0.0"
63366344
resolved "https://registry.yarnpkg.com/md5-hex/-/md5-hex-2.0.0.tgz#d0588e9f1c74954492ecd24ac0ac6ce997d92e33"
@@ -8848,6 +8856,15 @@ walk-sync@^1.0.0, walk-sync@^1.1.3:
88488856
ensure-posix-path "^1.1.0"
88498857
matcher-collection "^1.1.1"
88508858

8859+
walk-sync@^2.0.2:
8860+
version "2.0.2"
8861+
resolved "https://registry.yarnpkg.com/walk-sync/-/walk-sync-2.0.2.tgz#5ea8a28377c8be68c92d50f4007ea381725da14b"
8862+
integrity sha512-dCZkrxfHjPn7tIvdYrX3uMD/R0beVrHpA8lROQ5wWrl8psJgR6xwCkwqTFes0dNujbS2o/ITpvSYgIFsLsf13A==
8863+
dependencies:
8864+
"@types/minimatch" "^3.0.3"
8865+
ensure-posix-path "^1.1.0"
8866+
matcher-collection "^2.0.0"
8867+
88518868
walker@~1.0.5:
88528869
version "1.0.7"
88538870
resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb"

0 commit comments

Comments
 (0)