diff --git a/package-lock.json b/package-lock.json index 7c39b98..7552db9 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.28.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.28.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-19.28.0.tgz", + "integrity": "sha512-Xe3ZS/NtxRK/QXMlqh6Xn49nM4153VXgPQcwyIx6r2McZKkrAhP7xPe7yLhfx3X34rnxj6yimCnX7kswV30Vqw==", "license": "MIT", "engines": { "node": ">=8" diff --git a/package.json b/package.json index 9b6c4f9..fb1c246 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.28.0", "next": "16.2.6", "react": "19.2.6", "react-dom": "19.2.6",