From c83194f23b846a442eaffd4a6d53f4325e429818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 20:03:49 +0000 Subject: [PATCH] Bump @primer/octicons-react from 19.26.0 to 19.27.0 Bumps [@primer/octicons-react](https://github.com/primer/octicons) from 19.26.0 to 19.27.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.26.0...v19.27.0) --- updated-dependencies: - dependency-name: "@primer/octicons-react" dependency-version: 19.27.0 dependency-type: direct:production 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 7c39b98..2823762 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "site", "version": "0.1.0", "dependencies": { - "@primer/octicons-react": "^19.26.0", + "@primer/octicons-react": "^19.27.0", "next": "16.2.6", "react": "19.2.6", "react-dom": "19.2.6", @@ -1180,9 +1180,9 @@ } }, "node_modules/@primer/octicons-react": { - "version": "19.26.0", - "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-19.26.0.tgz", - "integrity": "sha512-qC8GiNlNlEXrMyUlq8VBQIGFoS56EzE4guL31WIvjjjCS01pHgmGC0OAJndtqaCsrTgoqYjkFsYTwdc8y09O4g==", + "version": "19.27.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-19.27.0.tgz", + "integrity": "sha512-9bm6DPfMlRMPnAfbqKhRIk9aaYbEw89DHqE9L0k2Xph0AjR+OxCy59of5X0G0epuplMBGFCnkaNhR2HmeJnNJw==", "license": "MIT", "engines": { "node": ">=8" diff --git a/package.json b/package.json index 9b6c4f9..55623f6 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "export": "next export" }, "dependencies": { - "@primer/octicons-react": "^19.26.0", + "@primer/octicons-react": "^19.27.0", "next": "16.2.6", "react": "19.2.6", "react-dom": "19.2.6",