diff --git a/package-lock.json b/package-lock.json index 76d5999..8fac2b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/sitemap": "3.2.1", "@astrojs/tailwind": "^5.1.4", "@fontsource-variable/inter": "^5.1.0", - "@fontsource-variable/red-hat-mono": "^5.1.0", + "@fontsource-variable/red-hat-mono": "^5.1.1", "astro": "^5.1.1", "astro-icon": "^1.1.4", "rehype-external-links": "^3.0.0", @@ -783,10 +783,9 @@ "license": "OFL-1.1" }, "node_modules/@fontsource-variable/red-hat-mono": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@fontsource-variable/red-hat-mono/-/red-hat-mono-5.1.0.tgz", - "integrity": "sha512-oQb2wx97BCERvA0HjmWo014pr6s4pXDgjt/FOl07WSUGQefcmOWwpHbCDSQGGQhrAnTf3nziFFvtfkEf6qxN0w==", - "license": "OFL-1.1" + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@fontsource-variable/red-hat-mono/-/red-hat-mono-5.1.1.tgz", + "integrity": "sha512-yeZTpCFFU+fJwlhDrMdQROva42Kuaj1KjCp2HSHziT0FE+BPEL90oS0yAAdDZqwjgI77wDp2I6kgnZoHFV95AQ==" }, "node_modules/@iconify-json/mdi": { "version": "1.2.2", diff --git a/package.json b/package.json index d3838a0..fc46b9f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@astrojs/sitemap": "3.2.1", "@astrojs/tailwind": "^5.1.4", "@fontsource-variable/inter": "^5.1.0", - "@fontsource-variable/red-hat-mono": "^5.1.0", + "@fontsource-variable/red-hat-mono": "^5.1.1", "astro": "^5.1.1", "astro-icon": "^1.1.4", "rehype-external-links": "^3.0.0",