Add missing glob dependency for playwright-common

This commit is contained in:
Michael Telatynski 2025-06-20 12:09:34 +01:00
parent 46912a6a67
commit 03c2f2cd5f

View File

@ -1,7 +1,7 @@
{
"name": "@element-hq/element-web-playwright-common",
"type": "module",
"version": "1.4.1",
"version": "1.4.2",
"license": "SEE LICENSE IN README.md",
"repository": {
"type": "git",
@ -30,6 +30,7 @@
"dependencies": {
"@axe-core/playwright": "^4.10.1",
"@testcontainers/postgresql": "^11.0.0",
"glob": "^11.0.3",
"lodash-es": "^4.17.21",
"mailpit-api": "^1.2.0",
"strip-ansi": "^7.1.0",