From b44b49832953d792a38854442858d424f620fb57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:50:57 +0000 Subject: [PATCH] Bump eslint-plugin-playwright from 0.22.2 to 1.3.1 in /api-tests Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.22.2 to 1.3.1. - [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases) - [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md) - [Commits](https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.22.2...v1.3.1) --- updated-dependencies: - dependency-name: eslint-plugin-playwright dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api-tests/package-lock.json | 19 +++++++++++-------- api-tests/package.json | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/api-tests/package-lock.json b/api-tests/package-lock.json index 6701217a..8915e980 100644 --- a/api-tests/package-lock.json +++ b/api-tests/package-lock.json @@ -18,7 +18,7 @@ "eslint": "^8.56.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^17.1.0", - "eslint-plugin-playwright": "^0.22.2" + "eslint-plugin-playwright": "^1.3.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -1193,15 +1193,18 @@ } }, "node_modules/eslint-plugin-playwright": { - "version": "0.22.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.22.2.tgz", - "integrity": "sha512-LtOB9myIX1O7HHqg9vtvBLjvXq1MXKuXIcD1nS+qZiMUJV6s9HBdilURAr9pIFc9kEelbVF54hOJ8pMxHvJP7g==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-1.3.1.tgz", + "integrity": "sha512-c7e42g401nHpohGppTmP2ITPEje4PGJ/8C4Tku5PwyRn/HyVTTmrv3oifIRzKKHV3PHz8gucwCIMzn196ghaHg==", "dev": true, "dependencies": { "globals": "^13.23.0" }, + "engines": { + "node": ">=16.6.0" + }, "peerDependencies": { - "eslint": ">=7", + "eslint": ">=8.40.0", "eslint-plugin-jest": ">=25" }, "peerDependenciesMeta": { @@ -3809,9 +3812,9 @@ } }, "eslint-plugin-playwright": { - "version": "0.22.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.22.2.tgz", - "integrity": "sha512-LtOB9myIX1O7HHqg9vtvBLjvXq1MXKuXIcD1nS+qZiMUJV6s9HBdilURAr9pIFc9kEelbVF54hOJ8pMxHvJP7g==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-1.3.1.tgz", + "integrity": "sha512-c7e42g401nHpohGppTmP2ITPEje4PGJ/8C4Tku5PwyRn/HyVTTmrv3oifIRzKKHV3PHz8gucwCIMzn196ghaHg==", "dev": true, "requires": { "globals": "^13.23.0" diff --git a/api-tests/package.json b/api-tests/package.json index 08557bba..4a69077b 100644 --- a/api-tests/package.json +++ b/api-tests/package.json @@ -20,7 +20,7 @@ "eslint": "^8.56.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^17.1.0", - "eslint-plugin-playwright": "^0.22.2" + "eslint-plugin-playwright": "^1.3.1" }, "dependencies": { "@playwright/test": "^1.41.2",