Skip to content

Commit af2b4f1

Browse files
committed
1 parent fef1048 commit af2b4f1

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
"@types/react": "^17.0.2",
7373
"minimatch": "^3.1.5",
7474
"serialize-javascript": "^7.0.4",
75-
"flatted": "^3.4.0"
75+
"flatted": "^3.4.0",
76+
"**/picomatch": "^4.0.4"
7677
},
7778
"engines": {
7879
"node": ">=20"

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6296,15 +6296,10 @@ picocolors@1.1.1, picocolors@^1.1.1:
62966296
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
62976297
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
62986298

6299-
picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
6300-
version "2.3.1"
6301-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
6302-
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
6303-
6304-
picomatch@^4.0.3:
6305-
version "4.0.3"
6306-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
6307-
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
6299+
picomatch@>=2.3.2, picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1, picomatch@^4.0.3:
6300+
version "4.0.4"
6301+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
6302+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
63086303

63096304
pirates@^4.0.4:
63106305
version "4.0.7"

0 commit comments

Comments
 (0)