Skip to content

Commit e4e1301

Browse files
committed
Downgrade minimatch
1 parent 68885ac commit e4e1301

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"cosmiconfig": "^8.1.3",
5353
"deepmerge-ts": "^4.3.0",
5454
"ember-codemods-telemetry-helpers": "^3.0.0",
55-
"minimatch": "^9.0.0",
55+
"minimatch": "^7.4.6",
5656
"walk-sync": "^3.0.0",
5757
"winston": "^3.8.2",
5858
"zod": "^3.20.6"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5957,10 +5957,10 @@ minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatc
59575957
dependencies:
59585958
brace-expansion "^1.1.7"
59595959

5960-
minimatch@^9.0.0:
5961-
version "9.0.0"
5962-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.0.tgz#bfc8e88a1c40ffd40c172ddac3decb8451503b56"
5963-
integrity sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==
5960+
minimatch@^7.4.6:
5961+
version "7.4.6"
5962+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.6.tgz#845d6f254d8f4a5e4fd6baf44d5f10c8448365fb"
5963+
integrity sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==
59645964
dependencies:
59655965
brace-expansion "^2.0.1"
59665966

0 commit comments

Comments
 (0)