diff --git a/package-lock.json b/package-lock.json index 165d2786..37450794 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,12 +18,12 @@ "@codemirror/lang-json": "^6.0.1", "@codemirror/language": "^6.10.1", "@codemirror/state": "^6.4.1", - "@codemirror/view": "^6.25.0", + "@codemirror/view": "^6.25.1", "@observablehq/plot": "^0.6.13", "@tailwindcss/typography": "^0.5.10", "@types/codemirror": "^5.60.15", "@types/html-escaper": "^3.0.2", - "astro": "^4.5.0", + "astro": "^4.5.2", "astro-auto-import": "^0.4.2", "codemirror": "^6.0.1", "d3": "^7.8.5", @@ -879,9 +879,9 @@ "integrity": "sha512-QkEyUiLhsJoZkbumGZlswmAhA7CBU02Wrz7zvH4SrcifbsqwlXShVXg65f3v/ts57W3dqyamEriMhij1Z3Zz4A==" }, "node_modules/@codemirror/view": { - "version": "6.25.0", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.25.0.tgz", - "integrity": "sha512-XnMGOm6qXB8znzCko0N7k97qZayVdvqpA0JebxA5fHtgBjC/XlCPhH9TK92TahsoCKMPQlaTCUep06Dwj/+GXQ==", + "version": "6.25.1", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.25.1.tgz", + "integrity": "sha512-2LXLxsQnHDdfGzDvjzAwZh2ZviNJm7im6tGpa0IONIDnFd8RZ80D2SNi8PDi6YjKcMoMRK20v6OmKIdsrwsyoQ==", "dependencies": { "@codemirror/state": "^6.4.0", "style-mod": "^4.1.0", @@ -1957,9 +1957,9 @@ } }, "node_modules/astro": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.0.tgz", - "integrity": "sha512-NyBePQs0MqsLLde2hOuZO6eiLY2SzpDDeDQDfx39r2Ho2wmlaRFiWxIvcI5vAw75UNVUQuLWRDe+ZNl29AossQ==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.2.tgz", + "integrity": "sha512-Nq3GojlwXJ3XD047khraCWu/6aqGFfcyq7Q0blpTBSZnCz2s4Zri04PHvUkbKF7TK2UljkFuTXKP0CE4ZuJi9Q==", "dependencies": { "@astrojs/compiler": "^2.7.0", "@astrojs/internal-helpers": "0.3.0", diff --git a/package.json b/package.json index eb9188ef..8a13f153 100644 --- a/package.json +++ b/package.json @@ -22,12 +22,12 @@ "@codemirror/lang-json": "^6.0.1", "@codemirror/language": "^6.10.1", "@codemirror/state": "^6.4.1", - "@codemirror/view": "^6.25.0", + "@codemirror/view": "^6.25.1", "@observablehq/plot": "^0.6.13", "@tailwindcss/typography": "^0.5.10", "@types/codemirror": "^5.60.15", "@types/html-escaper": "^3.0.2", - "astro": "^4.5.0", + "astro": "^4.5.2", "astro-auto-import": "^0.4.2", "codemirror": "^6.0.1", "d3": "^7.8.5", diff --git a/src/content/writing/2024-03-11-personal-crm.md b/src/content/writing/2024-03-11-personal-crm.md index 39ea22fa..37037c02 100644 --- a/src/content/writing/2024-03-11-personal-crm.md +++ b/src/content/writing/2024-03-11-personal-crm.md @@ -3,7 +3,7 @@ description: "My personal tool for keeping track of people and interactions tail draft: false pubDate: "2024-03-11T23:00:00.000Z" tags: ["pkm", "people", "review"] -title: My "Personal CRM" Rolodex +title: "My \"Personal CRM\" Rolodex" heroImage: https://images.unsplash.com/photo-1586281380614-bf2205048318?q=80&w=2340&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D heroImageAlt: Unsplash image from Markus Winkler showing an empty paper with a contact list ---