Skip to content

Commit

Permalink
deps: update dependency micromatch to ^4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent 0989086 commit ea1ff9f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@tophat/eslint-config": "^9.0.0",
"@tophat/eslint-import-resolver-require": "^1.0.0",
"@types/jest": "^28.1.2",
"@types/micromatch": "^4.0.2",
"@types/micromatch": "^4.0.9",
"@types/node": "^16.0.0",
"@types/semver": "^7.3.6",
"@typescript-eslint/eslint-plugin": "^6.10.0",
Expand Down Expand Up @@ -95,7 +95,7 @@
]
},
"dependencies": {
"micromatch": "^4.0.5",
"micromatch": "^4.0.7",
"semver": "^7.3.7"
},
"packageManager": "[email protected]"
Expand Down
42 changes: 35 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2385,7 +2385,7 @@ __metadata:
"@tophat/eslint-config": "npm:^9.0.0"
"@tophat/eslint-import-resolver-require": "npm:^1.0.0"
"@types/jest": "npm:^28.1.2"
"@types/micromatch": "npm:^4.0.2"
"@types/micromatch": "npm:^4.0.9"
"@types/node": "npm:^16.0.0"
"@types/semver": "npm:^7.3.6"
"@typescript-eslint/eslint-plugin": "npm:^6.10.0"
Expand Down Expand Up @@ -2417,7 +2417,7 @@ __metadata:
jest: "npm:^29.7.0"
jest-junit: "npm:^13.2.0"
lint-staged: "npm:^11.0.0"
micromatch: "npm:^4.0.5"
micromatch: "npm:^4.0.7"
prettier: "npm:^3.0.3"
semver: "npm:^7.3.7"
typescript: "npm:5.2.2"
Expand Down Expand Up @@ -2600,12 +2600,12 @@ __metadata:
languageName: node
linkType: hard

"@types/micromatch@npm:^4.0.2":
version: 4.0.2
resolution: "@types/micromatch@npm:4.0.2"
"@types/micromatch@npm:^4.0.9":
version: 4.0.9
resolution: "@types/micromatch@npm:4.0.9"
dependencies:
"@types/braces": "npm:*"
checksum: 500e3c1d759a357199af601a7f4fb11d28447a8ec60fecd0bd3d4077da5bfb143f0b42ad7b91747b90a0dbd488a3d89d72bfd0b5531a8c3c8f42da222efe806e
checksum: 324f4bcb4a7caa2048bdd650f442d2c24b5bf6bc95e4d63d4741bd234fdcf3cde140217bd477b2c02c7fb0034c7293037fd7b61429ace84e997dd3b4d3b2b2f7
languageName: node
linkType: hard

Expand Down Expand Up @@ -4143,6 +4143,15 @@ __metadata:
languageName: node
linkType: hard

"braces@npm:^3.0.3":
version: 3.0.3
resolution: "braces@npm:3.0.3"
dependencies:
fill-range: "npm:^7.1.1"
checksum: fad11a0d4697a27162840b02b1fad249c1683cbc510cd5bf1a471f2f8085c046d41094308c577a50a03a579dd99d5a6b3724c4b5e8b14df2c4443844cfcda2c6
languageName: node
linkType: hard

"browserslist@npm:^4.21.9, browserslist@npm:^4.22.1":
version: 4.22.1
resolution: "browserslist@npm:4.22.1"
Expand Down Expand Up @@ -5792,6 +5801,15 @@ __metadata:
languageName: node
linkType: hard

"fill-range@npm:^7.1.1":
version: 7.1.1
resolution: "fill-range@npm:7.1.1"
dependencies:
to-regex-range: "npm:^5.0.1"
checksum: a7095cb39e5bc32fada2aa7c7249d3f6b01bd1ce461a61b0adabacccabd9198500c6fb1f68a7c851a657e273fce2233ba869638897f3d7ed2e87a2d89b4436ea
languageName: node
linkType: hard

"find-node-modules@npm:^2.1.2":
version: 2.1.2
resolution: "find-node-modules@npm:2.1.2"
Expand Down Expand Up @@ -8202,7 +8220,7 @@ __metadata:
languageName: node
linkType: hard

"micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:^4.0.5":
"micromatch@npm:^4.0.2, micromatch@npm:^4.0.4":
version: 4.0.5
resolution: "micromatch@npm:4.0.5"
dependencies:
Expand All @@ -8212,6 +8230,16 @@ __metadata:
languageName: node
linkType: hard

"micromatch@npm:^4.0.7":
version: 4.0.7
resolution: "micromatch@npm:4.0.7"
dependencies:
braces: "npm:^3.0.3"
picomatch: "npm:^2.3.1"
checksum: a11ed1cb67dcbbe9a5fc02c4062cf8bb0157d73bf86956003af8dcfdf9b287f9e15ec0f6d6925ff6b8b5b496202335e497b01de4d95ef6cf06411bc5e5c474a0
languageName: node
linkType: hard

"mime-db@npm:1.46.0":
version: 1.46.0
resolution: "mime-db@npm:1.46.0"
Expand Down

0 comments on commit ea1ff9f

Please sign in to comment.