From e2e61b1a234d9ad15060cc4d47def8f8c5e842fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:36:08 -0700 Subject: [PATCH] chore: bump eslint-plugin-primer-react from 4.0.3 to 4.0.4 (#871) Bumps [eslint-plugin-primer-react](https://github.com/primer/eslint-plugin-primer-react) from 4.0.3 to 4.0.4. - [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/v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: eslint-plugin-primer-react 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> --- package-lock.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06f0ec63f79..02f8e28b00d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15864,13 +15864,12 @@ } }, "node_modules/eslint-plugin-primer-react": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-primer-react/-/eslint-plugin-primer-react-4.0.3.tgz", - "integrity": "sha512-+aKtMRcQZZQYOsEXW7j1A7/Np217CARq5K4if9d4IKWVufsU6dlIc9v1+mBvYMm4DTsmIWAR8jW+p5yvkZiGHw==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-primer-react/-/eslint-plugin-primer-react-4.0.4.tgz", + "integrity": "sha512-iYTsxcYPZYyRvRS/BS6OFsbGJamJBHJsj2KBQFrmcTDSLmmup7UK5xfG7cSMhrndzNNafu52elFt1dJ0uNfJxg==", "dev": true, "dependencies": { "@styled-system/props": "^5.1.5", - "eslint-plugin-github": "^4.9.2", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-traverse": "^1.0.0", "lodash": "^4.17.21",