Skip to content

Commit

Permalink
fix(deps): update dependency minimatch to v9.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 28, 2024
1 parent 697d893 commit 69d9835
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion projects/json-pointer-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
},
"dependencies": {
"jsonpointer": "^5.0.1",
"minimatch": "9.0.3"
"minimatch": "9.0.4"
}
}
2 changes: 1 addition & 1 deletion projects/optic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"log-node": "^8.0.3",
"loglevel": "^1.8.0",
"micromatch": "^4.0.5",
"minimatch": "9.0.3",
"minimatch": "9.0.4",
"mockttp": "3.10.0",
"node-fetch": "^2.6.7",
"node-forge": "^1.2.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3701,7 +3701,7 @@ __metadata:
babel-jest: "npm:^29.3.1"
jest: "npm:^29.3.1"
jsonpointer: "npm:^5.0.1"
minimatch: "npm:9.0.3"
minimatch: "npm:9.0.4"
prettier: "npm:^3.0.0"
ts-jest: "npm:^29.0.3"
ts-node: "npm:^10.9.1"
Expand Down Expand Up @@ -3875,7 +3875,7 @@ __metadata:
log-node: "npm:^8.0.3"
loglevel: "npm:^1.8.0"
micromatch: "npm:^4.0.5"
minimatch: "npm:9.0.3"
minimatch: "npm:9.0.4"
mockttp: "npm:3.10.0"
node-fetch: "npm:^2.6.7"
node-forge: "npm:^1.2.1"
Expand Down Expand Up @@ -8925,12 +8925,12 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:9.0.3":
version: 9.0.3
resolution: "minimatch@npm:9.0.3"
"minimatch@npm:9.0.4":
version: 9.0.4
resolution: "minimatch@npm:9.0.4"
dependencies:
brace-expansion: "npm:^2.0.1"
checksum: 10c0/85f407dcd38ac3e180f425e86553911d101455ca3ad5544d6a7cec16286657e4f8a9aa6695803025c55e31e35a91a2252b5dc8e7d527211278b8b65b4dbd5eac
checksum: 10c0/2c16f21f50e64922864e560ff97c587d15fd491f65d92a677a344e970fe62aafdbeafe648965fa96d33c061b4d0eabfe0213466203dd793367e7f28658cf6414
languageName: node
linkType: hard

Expand Down

0 comments on commit 69d9835

Please sign in to comment.