From d58fefc0499c20919f11df6344883c92c3a78bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 05:27:57 +0000 Subject: [PATCH] deps: bump the dependency-updates group across 1 directory with 2 updates Bumps the dependency-updates group with 2 updates in the / directory: [@primer/react](https://github.com/primer/react) and [eslint-plugin-github](https://github.com/github/eslint-plugin-github). Updates `@primer/react` from 37.10.0 to 37.11.0 - [Release notes](https://github.com/primer/react/releases) - [Commits](https://github.com/primer/react/compare/@primer/react@37.10.0...@primer/react@37.11.0) Updates `eslint-plugin-github` from 5.1.5 to 5.1.6 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v5.1.5...v5.1.6) --- updated-dependencies: - dependency-name: "@primer/react" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependency-updates - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependency-updates ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1df343bfe89..de0ff789aea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9717,16 +9717,16 @@ "license": "MIT" }, "node_modules/@primer/react": { - "version": "37.10.0", - "resolved": "https://registry.npmjs.org/@primer/react/-/react-37.10.0.tgz", - "integrity": "sha512-XO8fsW6q171X1H7HS3tvbYiZeST5CbHxUscBnkgMlqgTAbYqq4Gbpj/tSL9WOLF/+XJ4MY+47zOAHfQF1DMANQ==", + "version": "37.11.0", + "resolved": "https://registry.npmjs.org/@primer/react/-/react-37.11.0.tgz", + "integrity": "sha512-3fWSkZbGXzPxSfDCJfr1Hmozcx88dLi/EPd/IhDvFwqt/WsJ7pAMfdg3djETDryDrTvU52auIRRfz+L6fZPyTQ==", "license": "MIT", "dependencies": { "@github/relative-time-element": "^4.4.3", "@github/tab-container-element": "^4.8.0", "@lit-labs/react": "1.2.1", "@oddbird/popover-polyfill": "^0.4.4", - "@primer/behaviors": "^1.7.2", + "@primer/behaviors": "^1.8.0", "@primer/live-region-element": "^0.7.1", "@primer/octicons-react": "^19.13.0", "@primer/primitives": "9.x || 10.x", @@ -19219,10 +19219,11 @@ } }, "node_modules/eslint-plugin-github": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.5.tgz", - "integrity": "sha512-vRgIVJ88FfESAGGYsJlf7SQhQlFEJaa7/I9z/5K5vKbWEQ3DnRkg8cvoj8LZA30MFb2uW1SltOcEj+Q8UR8LxA==", + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.6.tgz", + "integrity": "sha512-7DY92UOUoapfxR0iYTEb1FaEajcRBY33UB8z+DEtbpak4jEJhSremjXHDAevKCdEztnUVZbS6ZbbK11Tqs8bpA==", "dev": true, + "license": "MIT", "dependencies": { "@eslint/compat": "^1.2.3", "@eslint/eslintrc": "^3.1.0", @@ -19237,7 +19238,7 @@ "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-i18n-text": "^1.0.1", "eslint-plugin-import": "^2.25.2", - "eslint-plugin-jsx-a11y": "^6.7.1", + "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-no-only-tests": "^3.0.0", "eslint-plugin-prettier": "^5.2.1", "eslint-rule-documentation": ">=1.0.0",