diff --git a/package-lock.json b/package-lock.json index cee2279..eae30af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1347,13 +1347,18 @@ } }, "node_modules/playwright-layout-inspector": { + "name": "@spelech/playwright-layout-inspector", "version": "1.0.0", - "resolved": "git+ssh://git@github.com/spelech/playwright-layout-inspector.git#d63b24610f82262ab77ba68657b0fcb071bf9319", + "resolved": "git+ssh://git@github.com/spelech/playwright-layout-inspector.git#c042a0424a8ffd659f574effe785f67141084259", + "integrity": "sha512-oIxDgAMW8YZIzag2NYv2F1wWoQFqnCe6p2Lo4KGjRaf1AGdYebixJIig+5Yiv58pveq1zoK9Haa1A1dF6zstLg==", "dev": true, "license": "MIT", "bin": { "playwright-layout-inspector": "dist/cli.mjs" }, + "engines": { + "node": ">=20.0.0" + }, "peerDependencies": { "@playwright/test": "^1.30.0 || ^1.40.0 || ^1.50.0 || ^1.60.0", "playwright": "^1.30.0 || ^1.40.0 || ^1.50.0 || ^1.60.0"