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",