From 0788c3a207aaf37d8defd0fba26f9272caf59237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 07:36:22 +0000 Subject: [PATCH] Bump glob in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [glob](https://github.com/isaacs/node-glob). Updates `glob` from 11.0.1 to 11.1.0 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v11.0.1...v11.1.0) --- updated-dependencies: - dependency-name: glob dependency-version: 11.1.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/element-web-playwright-common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/element-web-playwright-common/package.json b/packages/element-web-playwright-common/package.json index 1d07e7af9e..cdefa2e8af 100644 --- a/packages/element-web-playwright-common/package.json +++ b/packages/element-web-playwright-common/package.json @@ -31,7 +31,7 @@ "dependencies": { "@axe-core/playwright": "^4.10.1", "@testcontainers/postgresql": "^11.0.0", - "glob": "^11.0.3", + "glob": "^11.1.0", "lodash-es": "^4.17.21", "mailpit-api": "^1.2.0", "strip-ansi": "^7.1.0",