From 00f5a5299cb221458dc150d2b9798feb4b3cb0aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 04:59:38 +0000 Subject: [PATCH] (chore): Bump eslint-plugin-patternfly-react from 5.1.1 to 5.2.0 Bumps [eslint-plugin-patternfly-react](https://github.com/patternfly/patternfly-react) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/eslint-plugin-patternfly-react@5.1.1...eslint-plugin-patternfly-react@5.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-patternfly-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ccc4fde..75b0a082 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "eslint-plugin-jest-dom": "^5.1.0", "eslint-plugin-jsdoc": "^46.9.0", "eslint-plugin-markdown": "^3.0.1", - "eslint-plugin-patternfly-react": "^5.1.1", + "eslint-plugin-patternfly-react": "^5.2.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-simple-import-sort": "^10.0.0", @@ -9248,9 +9248,9 @@ } }, "node_modules/eslint-plugin-patternfly-react": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-patternfly-react/-/eslint-plugin-patternfly-react-5.1.1.tgz", - "integrity": "sha512-VZPUuBDreLRSrJxxZ/uHzlON/LHWUWZ4aTRRo6jS1bFihhh7q/Idg7aUNL9iorzujZ9gT0MF3+b3XVIybd5lJg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-patternfly-react/-/eslint-plugin-patternfly-react-5.2.0.tgz", + "integrity": "sha512-XtIcfi5eTmICwI+hY1hko2tWOfOeom8J/2WQVe1SJR9WTu1VM62yWn0MycROEbE1eFXjwSC64cAccFmWsfMNtw==", "dev": true, "dependencies": { "@babel/eslint-parser": "^7.19.1", diff --git a/package.json b/package.json index 1e0a2da2..8f21f8c6 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "eslint-plugin-jest-dom": "^5.1.0", "eslint-plugin-jsdoc": "^46.9.0", "eslint-plugin-markdown": "^3.0.1", - "eslint-plugin-patternfly-react": "^5.1.1", + "eslint-plugin-patternfly-react": "^5.2.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-simple-import-sort": "^10.0.0",