diff options
| author | Matthew Kosarek <matthew@matthewkosarek.xyz> | 2026-08-09 19:32:06 -0400 |
|---|---|---|
| committer | Matthew Kosarek <matthew@matthewkosarek.xyz> | 2026-08-09 19:32:06 -0400 |
| commit | edd3b0972115ebddd068ed226158ace07c706401 (patch) | |
| tree | eca3a2ffc85283a99bbce1e7b0068ff5caa78f58 /package-lock.json | |
| parent | e51d273eff923a2c0c691d6f1d740bde74d05b56 (diff) | |
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 7f46593..6453ea0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "@astrojs/sitemap": "^3.7.1", "astro": "^5", "marked": "^17.0.4", + "openmoji": "^17.0.0", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0" } @@ -3567,6 +3568,12 @@ "regex-recursion": "^6.0.2" } }, + "node_modules/openmoji": { + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/openmoji/-/openmoji-17.0.0.tgz", + "integrity": "sha512-EBnYrNGdcdw+OSXmENeNE1yBNRu6tOraTmoOyUbJkTmvT/+XETp8RZLSJFzD3lrPc5N9CzsyPnRTk0Vp4UaI9w==", + "license": "CC-BY-SA-4.0" + }, "node_modules/p-limit": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz", @@ -3996,6 +4003,7 @@ "version": "4.59.0", "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.59.0.tgz", "integrity": "sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==", + "peer": true, "dependencies": { "@types/estree": "1.0.8" }, @@ -5254,6 +5262,7 @@ "version": "3.25.76", "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", + "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } |
