Skip to content

Commit 07cc3ef

Browse files
authored
Merge pull request #508 from gitKrystan/dependency-upgrades
Upgrade walk-sync
2 parents af63cf2 + 41551c4 commit 07cc3ef

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"deepmerge-ts": "^4.3.0",
5454
"ember-codemods-telemetry-helpers": "^3.0.0",
5555
"minimatch": "^7.3.0",
56-
"walk-sync": "^2.0.2",
56+
"walk-sync": "^3.0.0",
5757
"winston": "^3.2.1",
5858
"zod": "^3.20.2"
5959
},

yarn.lock

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,6 +1769,11 @@
17691769
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
17701770
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
17711771

1772+
"@types/minimatch@^3.0.4":
1773+
version "3.0.5"
1774+
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
1775+
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
1776+
17721777
"@types/node@*", "@types/node@>= 8":
17731778
version "13.13.0"
17741779
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.0.tgz#30d2d09f623fe32cde9cb582c7a6eda2788ce4a8"
@@ -5236,6 +5241,14 @@ matcher-collection@^2.0.0:
52365241
"@types/minimatch" "^3.0.3"
52375242
minimatch "^3.0.2"
52385243

5244+
matcher-collection@^2.0.1:
5245+
version "2.0.1"
5246+
resolved "https://registry.yarnpkg.com/matcher-collection/-/matcher-collection-2.0.1.tgz#90be1a4cf58d6f2949864f65bb3b0f3e41303b29"
5247+
integrity sha512-daE62nS2ZQsDg9raM0IlZzLmI2u+7ZapXBwdoeBUKAYERPDDIc0qNqA8E0Rp2D+gspKR7BgIFP52GeujaGXWeQ==
5248+
dependencies:
5249+
"@types/minimatch" "^3.0.3"
5250+
minimatch "^3.0.2"
5251+
52395252
mdast-util-from-markdown@^0.8.1:
52405253
version "0.8.4"
52415254
resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.4.tgz#2882100c1b9fc967d3f83806802f303666682d32"
@@ -7305,6 +7318,16 @@ walk-sync@^2.0.2:
73057318
matcher-collection "^2.0.0"
73067319
minimatch "^3.0.4"
73077320

7321+
walk-sync@^3.0.0:
7322+
version "3.0.0"
7323+
resolved "https://registry.yarnpkg.com/walk-sync/-/walk-sync-3.0.0.tgz#67f882925021e20569a1edd560b8da31da8d171c"
7324+
integrity sha512-41TvKmDGVpm2iuH7o+DAOt06yyu/cSHpX3uzAwetzASvlNtVddgIjXIb2DfB/Wa20B1Jo86+1Dv1CraSU7hWdw==
7325+
dependencies:
7326+
"@types/minimatch" "^3.0.4"
7327+
ensure-posix-path "^1.1.0"
7328+
matcher-collection "^2.0.1"
7329+
minimatch "^3.0.4"
7330+
73087331
walker@^1.0.8:
73097332
version "1.0.8"
73107333
resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.8.tgz#bd498db477afe573dc04185f011d3ab8a8d7653f"

0 commit comments

Comments
 (0)