Skip to content

Commit e0efbd8

Browse files
dependency: update dependency micromatch to v4.0.8 (#31330)
* fix(deps): update dependency micromatch to v4.0.8 * caret dep * changelog entry --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane <[email protected]>
1 parent 60069bb commit e0efbd8

File tree

4 files changed

+9
-16
lines changed

4 files changed

+9
-16
lines changed

cli/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ _Released 3/25/2025 (PENDING)_
77

88
- Upgraded `@cypress/request` from `3.0.7` to `3.0.8`. Addressed in [#31311](https://github.com/cypress-io/cypress/pull/31311).
99
- Upgraded `cross-fetch` from `3.1.8` to `4.1.0`. Addressed in [#31327](https://github.com/cypress-io/cypress/pull/31327).
10+
- Upgraded `micromatch` from `4.0.6` to `4.0.8`. Addressed in [#31330](https://github.com/cypress-io/cypress/pull/31330).
1011
- Upgraded `systeminformation` from `5.21.7` to `5.22.8`. Addressed in [#31281](https://github.com/cypress-io/cypress/pull/31281).
1112

1213
## 14.2.0

packages/data-context/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"isbinaryfile": "^4.0.8",
4646
"launch-editor": "2.9.1",
4747
"lodash": "4.17.21",
48-
"micromatch": "4.0.6",
48+
"micromatch": "^4.0.8",
4949
"minimatch": "3.1.2",
5050
"node-machine-id": "1.1.12",
5151
"p-defer": "^3.0.0",
@@ -81,7 +81,7 @@
8181
"@types/dedent": "^0.7.0",
8282
"@types/ejs": "^3.1.2",
8383
"@types/fs-extra": "^8.0.1",
84-
"@types/micromatch": "4.0.2",
84+
"@types/micromatch": "4.0.9",
8585
"@types/mocha": "^8.0.3",
8686
"@types/parse-glob": "3.0.29",
8787
"@types/prettier": "2.4.3",

packages/graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@packages/types": "0.0.0-development",
5353
"@types/dedent": "^0.7.0",
5454
"@types/graphql-resolve-batch": "1.1.6",
55-
"@types/micromatch": "4.0.2",
55+
"@types/micromatch": "4.0.9",
5656
"@types/server-destroy": "^1.0.1",
5757
"chai": "^4.2.0",
5858
"chokidar": "3.6.0",

yarn.lock

+5-13
Original file line numberDiff line numberDiff line change
@@ -8178,10 +8178,10 @@
81788178
resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-1.0.2.tgz#e2ce9d83a613bacf284c7be7d491945e39e1f8e9"
81798179
integrity sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA==
81808180

8181-
"@types/[email protected].2":
8182-
version "4.0.2"
8183-
resolved "https://registry.yarnpkg.com/@types/micromatch/-/micromatch-4.0.2.tgz#ce29c8b166a73bf980a5727b1e4a4d099965151d"
8184-
integrity sha512-oqXqVb0ci19GtH0vOA/U2TmHTcRY9kuZl4mqUxe0QmJAlIW13kzhuK5pi1i9+ngav8FjpSb9FVS/GE00GLX1VA==
8181+
"@types/[email protected].9":
8182+
version "4.0.9"
8183+
resolved "https://registry.yarnpkg.com/@types/micromatch/-/micromatch-4.0.9.tgz#8e5763a8c1fc7fbf26144d9215a01ab0ff702dbb"
8184+
integrity sha512-7V+8ncr22h4UoYRLnLXSpTxjQrNUXtWHGeMPRJt1nULXI57G9bIcpyrHlmrQ7QK24EyyuXvYcSSWAM8GA9nqCg==
81858185
dependencies:
81868186
"@types/braces" "*"
81878187

@@ -22420,14 +22420,6 @@ [email protected], methods@^1.1.1, methods@^1.1.2, methods@~1.1.2:
2242022420
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
2242122421
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
2242222422

22423-
22424-
version "4.0.6"
22425-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.6.tgz#ab4e37c42726b9cd788181ba4a2a4fead8e394a3"
22426-
integrity sha512-Y4Ypn3oujJYxJcMacVgcs92wofTHxp9FzfDpQON4msDefoC0lb3ETvQLOdLcbhSwU1bz8HrL/1sygfBIHudrkQ==
22427-
dependencies:
22428-
braces "^3.0.3"
22429-
picomatch "^4.0.2"
22430-
2243122423
micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4:
2243222424
version "3.1.10"
2243322425
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
@@ -25697,7 +25689,7 @@ [email protected]:
2569725689
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
2569825690
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
2569925691

25700-
[email protected], picomatch@^4.0.2:
25692+
2570125693
version "4.0.2"
2570225694
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
2570325695
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==

0 commit comments

Comments
 (0)