mirror of
https://github.com/TryGhost/Ghost-Admin.git
synced 2023-12-14 02:33:04 +01:00
Update dependency walk-sync to v2.1.0 (#1547)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
6082672893
commit
cc7a0edf4e
2 changed files with 14 additions and 5 deletions
|
@ -129,7 +129,7 @@
|
|||
"testem": "3.0.3",
|
||||
"top-gh-contribs": "2.0.4",
|
||||
"validator": "7.2.0",
|
||||
"walk-sync": "2.0.2"
|
||||
"walk-sync": "2.1.0"
|
||||
},
|
||||
"ember-addon": {
|
||||
"paths": [
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -13958,10 +13958,10 @@ w3c-hr-time@^1.0.1:
|
|||
dependencies:
|
||||
browser-process-hrtime "^1.0.0"
|
||||
|
||||
walk-sync@2.0.2, walk-sync@^2.0.0, walk-sync@^2.0.2:
|
||||
version "2.0.2"
|
||||
resolved "https://registry.yarnpkg.com/walk-sync/-/walk-sync-2.0.2.tgz#5ea8a28377c8be68c92d50f4007ea381725da14b"
|
||||
integrity sha512-dCZkrxfHjPn7tIvdYrX3uMD/R0beVrHpA8lROQ5wWrl8psJgR6xwCkwqTFes0dNujbS2o/ITpvSYgIFsLsf13A==
|
||||
walk-sync@2.1.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/walk-sync/-/walk-sync-2.1.0.tgz#e214248e5f5cf497ddd87db5a2a02e47e29c6501"
|
||||
integrity sha512-KpH9Xw64LNSx7/UI+3guRZvJWlDxVA4+KKb/4puRoVrG8GkvZRxnF3vhxdjgpoKJGL2TVg1OrtkXIE/VuGPLHQ==
|
||||
dependencies:
|
||||
"@types/minimatch" "^3.0.3"
|
||||
ensure-posix-path "^1.1.0"
|
||||
|
@ -13984,6 +13984,15 @@ walk-sync@^1.0.0, walk-sync@^1.1.3:
|
|||
ensure-posix-path "^1.1.0"
|
||||
matcher-collection "^1.1.1"
|
||||
|
||||
walk-sync@^2.0.0, walk-sync@^2.0.2:
|
||||
version "2.0.2"
|
||||
resolved "https://registry.yarnpkg.com/walk-sync/-/walk-sync-2.0.2.tgz#5ea8a28377c8be68c92d50f4007ea381725da14b"
|
||||
integrity sha512-dCZkrxfHjPn7tIvdYrX3uMD/R0beVrHpA8lROQ5wWrl8psJgR6xwCkwqTFes0dNujbS2o/ITpvSYgIFsLsf13A==
|
||||
dependencies:
|
||||
"@types/minimatch" "^3.0.3"
|
||||
ensure-posix-path "^1.1.0"
|
||||
matcher-collection "^2.0.0"
|
||||
|
||||
walker@~1.0.5:
|
||||
version "1.0.7"
|
||||
resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb"
|
||||
|
|
Loading…
Reference in a new issue