Skip to content

Commit 0f7e0df

Browse files
dependabot-preview[bot]Chris Garrett
authored andcommitted
Bump walk-sync from 1.1.3 to 2.0.2 (#168)
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] <[email protected]>
1 parent 75ed01f commit 0f7e0df

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"minimatch": "^3.0.4",
4242
"puppeteer": "^1.17.0",
4343
"sync-disk-cache": "^1.3.3",
44-
"walk-sync": "^1.1.3",
44+
"walk-sync": "^2.0.2",
4545
"winston": "^3.2.1"
4646
},
4747
"devDependencies": {

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4411,11 +4411,12 @@ map-visit@^1.0.0:
44114411
dependencies:
44124412
object-visit "^1.0.0"
44134413

4414-
matcher-collection@^1.1.1:
4415-
version "1.1.2"
4416-
resolved "https://registry.yarnpkg.com/matcher-collection/-/matcher-collection-1.1.2.tgz#1076f506f10ca85897b53d14ef54f90a5c426838"
4417-
integrity sha512-YQ/teqaOIIfUHedRam08PB3NK7Mjct6BvzRnJmpGDm8uFXpNr1sbY4yuflI5JcEs6COpYA0FpRQhSDBf1tT95g==
4414+
matcher-collection@^2.0.0:
4415+
version "2.0.0"
4416+
resolved "https://registry.yarnpkg.com/matcher-collection/-/matcher-collection-2.0.0.tgz#470ae263c793e897b3f1e72c695016b7aea355c4"
4417+
integrity sha512-wSi4BgQGTFfBN5J+pIaS78rEKk4qIkjrw+NfJYdHsd2cRVIQsbDi3BZtNAXTFA2WHvlbS9kLGtTjv3cPJKuRSw==
44184418
dependencies:
4419+
"@types/minimatch" "^3.0.3"
44194420
minimatch "^3.0.2"
44204421

44214422
mem@^1.1.0:
@@ -6674,14 +6675,14 @@ w3c-hr-time@^1.0.1:
66746675
dependencies:
66756676
browser-process-hrtime "^0.1.2"
66766677

6677-
walk-sync@^1.1.3:
6678-
version "1.1.3"
6679-
resolved "https://registry.yarnpkg.com/walk-sync/-/walk-sync-1.1.3.tgz#3b7b6468f068b5eba2278c931c57db3d39092969"
6680-
integrity sha512-23ivbET0Q/389y3EHpiIgxx881AS2mwdXA7iBqUDNSymoTPYb2jWlF3gkuuAP1iLgdNXmiHw/kZ/wZwrELU6Ag==
6678+
walk-sync@^2.0.2:
6679+
version "2.0.2"
6680+
resolved "https://registry.yarnpkg.com/walk-sync/-/walk-sync-2.0.2.tgz#5ea8a28377c8be68c92d50f4007ea381725da14b"
6681+
integrity sha512-dCZkrxfHjPn7tIvdYrX3uMD/R0beVrHpA8lROQ5wWrl8psJgR6xwCkwqTFes0dNujbS2o/ITpvSYgIFsLsf13A==
66816682
dependencies:
66826683
"@types/minimatch" "^3.0.3"
66836684
ensure-posix-path "^1.1.0"
6684-
matcher-collection "^1.1.1"
6685+
matcher-collection "^2.0.0"
66856686

66866687
walker@^1.0.7, walker@~1.0.5:
66876688
version "1.0.7"

0 commit comments

Comments
 (0)