Skip to content

Commit

Permalink
fix(deps): update dependency minimatch to v9 (#105)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency minimatch to v9

* fix: minimatch imports

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Niels Maerten <[email protected]>
  • Loading branch information
renovate[bot] and nielsmaerten authored May 29, 2023
1 parent 8c21692 commit ff19e48
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"glob": "^10.2.2",
"js-yaml": "^4.1.0",
"luxon": "^3.3.0",
"minimatch": "^8.0.2",
"minimatch": "^9.0.0",
"prompts": "^2.4.2",
"ynab": "^1.47.0",
"zlib": "^1.0.5"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/filesystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
ParsedBankFile,
Transaction,
} from "../types";
import minimatch from "minimatch";
import { minimatch } from "minimatch";
import { sync as globSync } from "glob";
import path from "path";
import fs, { rmSync, writeFileSync } from "fs";
Expand Down
13 changes: 2 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5035,16 +5035,7 @@ fsevents@^2.3.2:
languageName: node
linkType: hard

"minimatch@npm:^8.0.2":
version: 8.0.4
resolution: "minimatch@npm:8.0.4"
dependencies:
brace-expansion: ^2.0.1
checksum: 2e46cffb86bacbc524ad45a6426f338920c529dd13f3a732cc2cf7618988ee1aae88df4ca28983285aca9e0f45222019ac2d14ebd17c1edadd2ee12221ab801a
languageName: node
linkType: hard

"minimatch@npm:^9.0.1":
"minimatch@npm:^9.0.0, minimatch@npm:^9.0.1":
version: 9.0.1
resolution: "minimatch@npm:9.0.1"
dependencies:
Expand Down Expand Up @@ -7514,7 +7505,7 @@ resolve@^1.20.0:
jest: ^29.5.0
js-yaml: ^4.1.0
luxon: ^3.3.0
minimatch: ^8.0.2
minimatch: ^9.0.0
np: ^7.7.0
pkg: ^5.8.1
prettier: 2.8.8
Expand Down

0 comments on commit ff19e48

Please sign in to comment.