Skip to content

Commit 80d0e0f

Browse files
authored
chore(deps): replace micromatch with picomatch (#4505)
1 parent 6a2efc3 commit 80d0e0f

File tree

3 files changed

+14
-21
lines changed

3 files changed

+14
-21
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@
138138
"@types/markdown-it-attrs": "^4.1.3",
139139
"@types/markdown-it-container": "^2.0.10",
140140
"@types/markdown-it-emoji": "^3.0.1",
141-
"@types/micromatch": "^4.0.9",
142141
"@types/minimist": "^1.2.5",
143142
"@types/node": "^22.10.7",
143+
"@types/picomatch": "^3.0.2",
144144
"@types/postcss-prefix-selector": "^1.16.3",
145145
"@types/prompts": "^2.4.9",
146146
"chokidar": "^4.0.3",
@@ -161,13 +161,13 @@
161161
"markdown-it-container": "^4.0.0",
162162
"markdown-it-emoji": "^3.0.0",
163163
"markdown-it-mathjax3": "^4.3.2",
164-
"micromatch": "^4.0.8",
165164
"minimist": "^1.2.8",
166165
"nanoid": "^5.0.9",
167166
"ora": "^8.1.1",
168167
"p-map": "^7.0.3",
169168
"path-to-regexp": "^6.3.0",
170169
"picocolors": "^1.1.1",
170+
"picomatch": "^4.0.2",
171171
"pkg-dir": "^8.0.0",
172172
"playwright-chromium": "^1.49.1",
173173
"polka": "^1.0.0-next.28",

pnpm-lock.yaml

Lines changed: 11 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/node/plugins/staticDataPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { isMatch } from 'micromatch'
1+
import { isMatch } from 'picomatch'
22
import path, { dirname, resolve } from 'node:path'
33
import { glob } from 'tinyglobby'
44
import {

0 commit comments

Comments
 (0)