From adcbeabe97dd7fd82f475fe71e7c7c2db85f15a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 18:22:56 +0000 Subject: [PATCH] Bump eslint-plugin-primer-react from 5.2.0 to 5.3.0 Bumps [eslint-plugin-primer-react](https://github.com/primer/eslint-plugin-primer-react) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/primer/eslint-plugin-primer-react/releases) - [Changelog](https://github.com/primer/eslint-plugin-primer-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/eslint-plugin-primer-react/compare/v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-primer-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 21d179a0df81..a13278abecab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -137,7 +137,7 @@ "eslint-plugin-github": "^5.0.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", - "eslint-plugin-primer-react": "^5.2.0", + "eslint-plugin-primer-react": "^5.3.0", "event-to-promise": "^0.8.0", "graphql": "^16.8.1", "http-status-code": "^2.1.0", @@ -5978,9 +5978,9 @@ } }, "node_modules/eslint-plugin-primer-react": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-primer-react/-/eslint-plugin-primer-react-5.2.0.tgz", - "integrity": "sha512-+TlUlzM692hRSrYsplbv801ojIfcc9dqsbXRLjbq+ijvaxAGLhc3sax05/6cMaWUFXuOtH/fCrTxTwPiU6tSpw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-primer-react/-/eslint-plugin-primer-react-5.3.0.tgz", + "integrity": "sha512-Nw9pAZww4ZPgzffrvexbNytOkoyKm4RLOmrPio5VEZ5BIFNy+uLyiBE5WGRuig4a0KbbjjOM5haLCvC43daAvw==", "dev": true, "dependencies": { "@styled-system/props": "^5.1.5", diff --git a/package.json b/package.json index 1448e1664df7..8f54d9ebe833 100644 --- a/package.json +++ b/package.json @@ -351,7 +351,7 @@ "eslint-plugin-github": "^5.0.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", - "eslint-plugin-primer-react": "^5.2.0", + "eslint-plugin-primer-react": "^5.3.0", "event-to-promise": "^0.8.0", "graphql": "^16.8.1", "http-status-code": "^2.1.0",