From 65a37ee61210b93c6b5959cda592ae3e92bb255f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 19:29:54 +0000 Subject: [PATCH] build(deps-dev): bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /e2e directory: [picomatch](https://github.com/micromatch/picomatch). Bumps the npm_and_yarn group with 1 update in the /packages/doubles/vitest directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `picomatch` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2) Updates `vitest` from 1.6.1 to 4.1.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/vitest) --- updated-dependencies: - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- e2e/yarn.lock | 6 +++--- packages/doubles/vitest/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e/yarn.lock b/e2e/yarn.lock index 004e9b09..dc6b0593 100644 --- a/e2e/yarn.lock +++ b/e2e/yarn.lock @@ -677,9 +677,9 @@ path-type@^4.0.0: integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== picomatch@^2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" - integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== + version "2.3.2" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.2.tgz#5a942915e26b372dc0f0e6753149a16e6b1c5601" + integrity sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA== prelude-ls@^1.2.1: version "1.2.1" diff --git a/packages/doubles/vitest/package.json b/packages/doubles/vitest/package.json index 473fc29a..43c7299f 100644 --- a/packages/doubles/vitest/package.json +++ b/packages/doubles/vitest/package.json @@ -71,7 +71,7 @@ "devDependencies": { "@vitest/coverage-v8": "^1.6.1", "@vitest/spy": "^1.6.1", - "vitest": "^1.6.1" + "vitest": "^4.1.0" }, "publishConfig": { "access": "public",