From 6688c4b0f4e5adbf9ec20b4e3179d1326563e355 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 22:25:31 +0000 Subject: [PATCH] chore(deps): update eslint-plugin-playwright to v1.1.0 --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8986e1bb..e6337bd29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "clsx": "2.1.0", "cross-env": "7.0.3", "eslint": "8.56.0", - "eslint-plugin-playwright": "1.0.1", + "eslint-plugin-playwright": "1.1.0", "eslint-plugin-wkovacs64": "16.0.0", "git-current-commit": "1.1.0", "hibp": "14.0.3", @@ -5393,12 +5393,15 @@ } }, "node_modules/eslint-plugin-playwright": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-1.0.1.tgz", - "integrity": "sha512-fq3oIZSE7/aHry2gaZRXGYwSkKDkoV+PKyQfyKmtMg4Gt4vQ41dZc4qBPd6VrdXLAflbL1i5KEl3bF9x1UFbVw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-1.1.0.tgz", + "integrity": "sha512-HYh91H2I5Tf7HZ2LNnP7l9bRbharWomN1RzXMA/8KcTf1UDoc7OJxulny2O5QWxghBJk0MoElG6sil0fkPwnSA==", "dependencies": { "globals": "^13.23.0" }, + "engines": { + "node": ">=16.6.0" + }, "peerDependencies": { "eslint": ">=7", "eslint-plugin-jest": ">=25" @@ -18188,9 +18191,9 @@ } }, "eslint-plugin-playwright": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-1.0.1.tgz", - "integrity": "sha512-fq3oIZSE7/aHry2gaZRXGYwSkKDkoV+PKyQfyKmtMg4Gt4vQ41dZc4qBPd6VrdXLAflbL1i5KEl3bF9x1UFbVw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-1.1.0.tgz", + "integrity": "sha512-HYh91H2I5Tf7HZ2LNnP7l9bRbharWomN1RzXMA/8KcTf1UDoc7OJxulny2O5QWxghBJk0MoElG6sil0fkPwnSA==", "requires": { "globals": "^13.23.0" }, diff --git a/package.json b/package.json index 74ca19d5b..bd15c19a1 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "clsx": "2.1.0", "cross-env": "7.0.3", "eslint": "8.56.0", - "eslint-plugin-playwright": "1.0.1", + "eslint-plugin-playwright": "1.1.0", "eslint-plugin-wkovacs64": "16.0.0", "git-current-commit": "1.1.0", "hibp": "14.0.3",