From 7273ebf4010bc7bcb0ff95b03d10913c7d769132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 09:01:04 +0000 Subject: [PATCH] chore(deps): bump the lint group with 2 updates Bumps the lint group with 2 updates: [eslint](https://github.com/eslint/eslint) and [eslint-plugin-playwright](https://github.com/mskelton/eslint-plugin-playwright). Updates `eslint` from 9.39.2 to 9.39.3 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.2...v9.39.3) Updates `eslint-plugin-playwright` from 2.7.0 to 2.7.1 - [Release notes](https://github.com/mskelton/eslint-plugin-playwright/releases) - [Changelog](https://github.com/mskelton/eslint-plugin-playwright/blob/main/CHANGELOG.md) - [Commits](https://github.com/mskelton/eslint-plugin-playwright/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.39.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: eslint-plugin-playwright dependency-version: 2.7.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b8c2c286..aa50b8735 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,10 +65,10 @@ "babel-loader": "^10.0.0", "babel-plugin-transform-inline-environment-variables": "^0.4.4", "css-loader": "^5.2.7", - "eslint": "^9.39.2", + "eslint": "^9.39.3", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-playwright": "^2.7.0", + "eslint-plugin-playwright": "^2.7.1", "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react": "^7.37.2", "eslint-plugin-unused-imports": "^4.4.1", @@ -3396,9 +3396,9 @@ "license": "MIT" }, "node_modules/@eslint/js": { - "version": "9.39.2", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz", - "integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==", + "version": "9.39.3", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.3.tgz", + "integrity": "sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==", "dev": true, "license": "MIT", "engines": { @@ -11698,9 +11698,9 @@ } }, "node_modules/eslint": { - "version": "9.39.2", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.2.tgz", - "integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==", + "version": "9.39.3", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.3.tgz", + "integrity": "sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==", "dev": true, "license": "MIT", "dependencies": { @@ -11710,7 +11710,7 @@ "@eslint/config-helpers": "^0.4.2", "@eslint/core": "^0.17.0", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "9.39.2", + "@eslint/js": "9.39.3", "@eslint/plugin-kit": "^0.4.1", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", @@ -11868,9 +11868,9 @@ } }, "node_modules/eslint-plugin-playwright": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-2.7.0.tgz", - "integrity": "sha512-kUgwDZL3knnuJF53WSf5xNnB1aLPnX8furoh0PSrmmFIfMfIMmY3sNd4gtZ2MUUnaIX1/A9ndYtD7bhV1dj+1g==", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-2.7.1.tgz", + "integrity": "sha512-IGwSjYN6N5E0I+xbRpmLXXRKQfiRaEEGEasMWKmIoiLFe+izb81EKBMGSjD/NzlXrWGx/Ys7zDOkgYEHQT2g6Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1588d4bdb..bebfc52e9 100644 --- a/package.json +++ b/package.json @@ -60,10 +60,10 @@ "babel-loader": "^10.0.0", "babel-plugin-transform-inline-environment-variables": "^0.4.4", "css-loader": "^5.2.7", - "eslint": "^9.39.2", + "eslint": "^9.39.3", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-playwright": "^2.7.0", + "eslint-plugin-playwright": "^2.7.1", "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react": "^7.37.2", "eslint-plugin-unused-imports": "^4.4.1",