From fc627a6efa63ddda6557ce513aa40330bc3134ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 05:22:47 +0000 Subject: [PATCH] deps: bump the dependency-updates group with 2 updates Bumps the dependency-updates group with 2 updates: [@primer/octicons-react](https://github.com/primer/octicons) and [eslint-plugin-primer-react](https://github.com/primer/eslint-plugin-primer-react). Updates `@primer/octicons-react` from 19.17.0 to 19.18.0 - [Release notes](https://github.com/primer/octicons/releases) - [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/octicons/compare/v19.17.0...v19.18.0) Updates `eslint-plugin-primer-react` from 8.1.0 to 8.2.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/v8.1.0...v8.2.0) --- updated-dependencies: - dependency-name: "@primer/octicons-react" dependency-version: 19.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependency-updates - dependency-name: eslint-plugin-primer-react dependency-version: 8.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependency-updates ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b27096e077f..097b64bcb32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9845,9 +9845,9 @@ } }, "node_modules/@primer/octicons-react": { - "version": "19.17.0", - "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-19.17.0.tgz", - "integrity": "sha512-XsdVh2zL5mXH514Yz+DwRnCni45hzc9a+c4DP1Xf8HHO2WuAznqd3e/nAq6x0AYktN7mieq/eGHXkVRydl8Zjw==", + "version": "19.18.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-19.18.0.tgz", + "integrity": "sha512-nLFlLmWfz3McbTiOUKVO+iwB15ALYQC9rHeP8K3qM1pyJ8svGaPjGR72BQSEM8ThyQUUodq/Re1n94tO5NNhzQ==", "license": "MIT", "engines": { "node": ">=8" @@ -20087,14 +20087,14 @@ } }, "node_modules/eslint-plugin-primer-react": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-primer-react/-/eslint-plugin-primer-react-8.1.0.tgz", - "integrity": "sha512-kLv9agG+f2lCounOOgpNH+0t1Z2Ni5eBVthLGBIEBNP0fF35pYNFN+XllUaF8lt6J0xf6vD57YkBbmN6geOgKQ==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-primer-react/-/eslint-plugin-primer-react-8.2.0.tgz", + "integrity": "sha512-+uz0T1qyfRhMavojoATVrLBdQ/JoX7XMc6BMowCBtB+M+AerrW8lXj9pVUViMe35Iaw+3eRMHAdXHho82BYyvw==", "dev": true, "license": "MIT", "dependencies": { "@styled-system/props": "^5.1.5", - "@typescript-eslint/utils": "8.39.0", + "@typescript-eslint/utils": "^8.39.0", "eslint-plugin-github": "^6.0.0", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-traverse": "^1.0.0",