diff --git a/package-lock.json b/package-lock.json index 3e92de4..5a24ad9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.7.1", "license": "MIT", "dependencies": { - "expect-playwright": "^0.7.0", + "expect-playwright": "^0.8.0", "jest-process-manager": "^0.3.1", "nyc": "^15.1.0", "playwright-core": ">=1.2.0", @@ -3155,9 +3155,9 @@ } }, "node_modules/expect-playwright": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/expect-playwright/-/expect-playwright-0.7.2.tgz", - "integrity": "sha512-5o9si+8SUi68QVI0CRVv8tvTjZinpJWRSfQ3GP6v0DvlK55lDgFvD79r6A/NU+EUawrBc62qP30MxzOUnXNJZQ==" + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/expect-playwright/-/expect-playwright-0.8.0.tgz", + "integrity": "sha512-+kn8561vHAY+dt+0gMqqj1oY+g5xWrsuGMk4QGxotT2WS545nVqqjs37z6hrYfIuucwqthzwJfCJUEYqixyljg==" }, "node_modules/extend": { "version": "3.0.2", @@ -10441,9 +10441,9 @@ } }, "expect-playwright": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/expect-playwright/-/expect-playwright-0.7.2.tgz", - "integrity": "sha512-5o9si+8SUi68QVI0CRVv8tvTjZinpJWRSfQ3GP6v0DvlK55lDgFvD79r6A/NU+EUawrBc62qP30MxzOUnXNJZQ==" + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/expect-playwright/-/expect-playwright-0.8.0.tgz", + "integrity": "sha512-+kn8561vHAY+dt+0gMqqj1oY+g5xWrsuGMk4QGxotT2WS545nVqqjs37z6hrYfIuucwqthzwJfCJUEYqixyljg==" }, "extend": { "version": "3.0.2", diff --git a/package.json b/package.json index a22cb3e..e236cae 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "*.{js,ts}": "eslint --fix" }, "dependencies": { - "expect-playwright": "^0.7.0", + "expect-playwright": "^0.8.0", "jest-process-manager": "^0.3.1", "nyc": "^15.1.0", "playwright-core": ">=1.2.0",