Skip to content

Commit

Permalink
Update dependency minimatch to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent f817b9b commit 853c54a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"form-data": "^4.0.0",
"minimatch": "^9.0.3",
"minimatch": "^10.0.0",
"node-fetch": "^3.3.2",
"node-html-parser": "^6.1.12",
"winston": "^3.11.0"
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ __metadata:
eslint: "npm:^8.56.0"
form-data: "npm:^4.0.0"
jest: "npm:^29.7.0"
minimatch: "npm:^9.0.3"
minimatch: "npm:^10.0.0"
node-fetch: "npm:^3.3.2"
node-html-parser: "npm:^6.1.12"
prettier: "npm:^3.2.5"
Expand Down Expand Up @@ -3697,6 +3697,15 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^10.0.0":
version: 10.0.1
resolution: "minimatch@npm:10.0.1"
dependencies:
brace-expansion: "npm:^2.0.1"
checksum: 10c0/e6c29a81fe83e1877ad51348306be2e8aeca18c88fdee7a99df44322314279e15799e41d7cb274e4e8bb0b451a3bc622d6182e157dfa1717d6cda75e9cd8cd5d
languageName: node
linkType: hard

"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
version: 3.1.2
resolution: "minimatch@npm:3.1.2"
Expand All @@ -3715,7 +3724,7 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^9.0.3, minimatch@npm:^9.0.4":
"minimatch@npm:^9.0.4":
version: 9.0.5
resolution: "minimatch@npm:9.0.5"
dependencies:
Expand Down

0 comments on commit 853c54a

Please sign in to comment.