diff --git a/CHANGELOG.md b/CHANGELOG.md index f4060efb0059..e1f7c29c7007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,7 +73,7 @@ - `[jest-mock]` [**BREAKING**] Remove `MockFunctionMetadataType`, `MockFunctionMetadata` and `SpyInstance` types ([#14621](https://github.com/jestjs/jest/pull/14621)) - `[jest-schemas]` Upgrade `@sinclair/typebox` ([#14775](https://github.com/jestjs/jest/pull/14775)) - `[jest-transform]` Upgrade `write-file-atomic` ([#14274](https://github.com/jestjs/jest/pull/14274)) -- `[jest-util]` Upgrade `picomatch` to v3 ([#14653](https://github.com/jestjs/jest/pull/14653)) +- `[jest-util]` Upgrade `picomatch` to v4 ([#14653](https://github.com/jestjs/jest/pull/14653) & [#14885](https://github.com/jestjs/jest/pull/14885)) - `[docs] Append to NODE_OPTIONS, not overwrite ([#14730](https://github.com/jestjs/jest/pull/14730))` - `[docs]` Updated `.toHaveBeenCalled()` documentation to correctly reflect its functionality ([#14842](https://github.com/jestjs/jest/pull/14842)) diff --git a/packages/jest-util/package.json b/packages/jest-util/package.json index b94078b05907..93ac5b46d00c 100644 --- a/packages/jest-util/package.json +++ b/packages/jest-util/package.json @@ -24,7 +24,7 @@ "chalk": "^4.0.0", "ci-info": "^4.0.0", "graceful-fs": "^4.2.9", - "picomatch": "^3.0.0" + "picomatch": "^4.0.0" }, "devDependencies": { "@types/graceful-fs": "^4.1.3", diff --git a/yarn.lock b/yarn.lock index cd0a06124cef..fadc0e22c6de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13240,7 +13240,7 @@ __metadata: chalk: ^4.0.0 ci-info: ^4.0.0 graceful-fs: ^4.2.9 - picomatch: ^3.0.0 + picomatch: ^4.0.0 languageName: unknown linkType: soft @@ -16668,10 +16668,10 @@ __metadata: languageName: node linkType: hard -"picomatch@npm:^3.0.0": - version: 3.0.1 - resolution: "picomatch@npm:3.0.1" - checksum: b7fe18174bcc05bbf0ea09cc85623ae395676b3e6bc25636d4c20db79a948586237e429905453bf1ba385bc7a7aa5b56f1b351680e650d2b5c305ceb98dfc914 +"picomatch@npm:^4.0.0": + version: 4.0.1 + resolution: "picomatch@npm:4.0.1" + checksum: f135d38bb7d190186907714cf2f3abe043de9c66b1c5e5687ae7ae63fd9693a51634aa3662ac1dcd79e1209e02edcaa0740c4f3edda2ffed03f1a0bee38d8f67 languageName: node linkType: hard