From 15d9ec4b6522dca694756e4c5e19296fff664b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:41:08 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-playwright in /ui (#1843) Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.15.2 to 0.15.3. - [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.15.2...v0.15.3) --- updated-dependencies: - dependency-name: eslint-plugin-playwright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package-lock.json | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 0878b926fa..c44cf5ea65 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -65,7 +65,7 @@ "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-n": "^15.7.0", "eslint-plugin-no-relative-import-paths": "^1.5.2", - "eslint-plugin-playwright": "^0.15.2", + "eslint-plugin-playwright": "^0.15.3", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", @@ -6456,9 +6456,9 @@ "dev": true }, "node_modules/eslint-plugin-playwright": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.15.2.tgz", - "integrity": "sha512-Q2jQ7ORjZscvwxR6MEgITZy23vxlnYlJlMR7aICFczWVMijTCZPGvvMoZaLWkAzx5J6fciulwbg+JJeRjMkTig==", + "version": "0.15.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.15.3.tgz", + "integrity": "sha512-LQMW5y0DLK5Fnpya7JR1oAYL2/7Y9wDiYw6VZqlKqcRGSgjbVKNqxraphk7ra1U3Bb5EK444xMgUlQPbMg2M1g==", "dev": true, "peerDependencies": { "eslint": ">=7", @@ -16922,9 +16922,9 @@ "dev": true }, "eslint-plugin-playwright": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.15.2.tgz", - "integrity": "sha512-Q2jQ7ORjZscvwxR6MEgITZy23vxlnYlJlMR7aICFczWVMijTCZPGvvMoZaLWkAzx5J6fciulwbg+JJeRjMkTig==", + "version": "0.15.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.15.3.tgz", + "integrity": "sha512-LQMW5y0DLK5Fnpya7JR1oAYL2/7Y9wDiYw6VZqlKqcRGSgjbVKNqxraphk7ra1U3Bb5EK444xMgUlQPbMg2M1g==", "dev": true, "requires": {} }, diff --git a/ui/package.json b/ui/package.json index efb65a2ce4..5c89837936 100644 --- a/ui/package.json +++ b/ui/package.json @@ -69,7 +69,7 @@ "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-n": "^15.7.0", "eslint-plugin-no-relative-import-paths": "^1.5.2", - "eslint-plugin-playwright": "^0.15.2", + "eslint-plugin-playwright": "^0.15.3", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2",