diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index c1589e34..b69abbc3 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1704075353939 + "timestamp": 1704139381797 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index 76484f01..e7de1334 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -8438,6 +8438,42 @@ "url": "https://trakt.tv/movies/blade-trinity-2004", "content_text": "πŸŽ₯: Blade: Trinity #Movies #Watching #Trakt https://trakt.tv/movies/blade-trinity-2004", "date_published": "Sun, 31 Dec 2023 23:22:33 +0000", - "toots": [] + "toots": [ + "https://social.lol/users/cory/statuses/111678705029794471" + ], + "lastTootTimestamp": 1704081802886 + }, + "https://danmcquillan.org/ai_thatcherism.html": { + "id": "aHR0cHM6Ly9kYW5tY3F1aWxsYW4ub3JnL2FpX3RoYXRjaGVyaXNtLmh0bWw=", + "title": "πŸ”—: AI as Algorithmic Thatcherism", + "url": "https://danmcquillan.org/ai_thatcherism.html", + "content_text": "πŸ”—: AI as Algorithmic Thatcherism #Tech https://danmcquillan.org/ai_thatcherism.html", + "date_published": "Thu, 21 Dec 2023 16:30:16 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111679650009366048" + ], + "lastTootTimestamp": 1704096222144 + }, + "https://trakt.tv/movies/the-siege-1998": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLXNpZWdlLTE5OTg=", + "title": "πŸŽ₯: The Siege", + "url": "https://trakt.tv/movies/the-siege-1998", + "content_text": "πŸŽ₯: The Siege #Movies #Watching #Trakt https://trakt.tv/movies/the-siege-1998", + "date_published": "Mon, 01 Jan 2024 14:25:20 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111681535408955263" + ], + "lastTootTimestamp": 1704124991062 + }, + "https://thebaffler.com/latest/its-all-bullshit-tan": { + "id": "aHR0cHM6Ly90aGViYWZmbGVyLmNvbS9sYXRlc3QvaXRzLWFsbC1idWxsc2hpdC10YW4=", + "title": "πŸ”—: It’s All Bullshit", + "url": "https://thebaffler.com/latest/its-all-bullshit-tan", + "content_text": "πŸ”—: It’s All Bullshit #Tech https://thebaffler.com/latest/its-all-bullshit-tan", + "date_published": "Mon, 01 Jan 2024 17:36:13 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111682478520839428" + ], + "lastTootTimestamp": 1704139381793 } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 2b0cd234..efc746ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "markdown-it": "^14.0.0", "markdown-it-anchor": "^8.4.1", "markdown-it-footnote": "^4.0.0", - "marked": "^11.1.0", + "marked": "^11.1.1", "outdent": "^0.8.0", "pagefind": "^1.0.4", "sanitize-html": "^2.11.0", @@ -4059,9 +4059,9 @@ "dev": true }, "node_modules/marked": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.0.tgz", - "integrity": "sha512-fvKJWAPEafVj1dwGwcPI5mBB/0pvViL6NlCbNDG1HOIRwwAU/jeMoFxfbRLuirO1wRH7m4yPvBqD/O1wyWvayw==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.1.tgz", + "integrity": "sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 92fba5df..18507585 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "markdown-it": "^14.0.0", "markdown-it-anchor": "^8.4.1", "markdown-it-footnote": "^4.0.0", - "marked": "^11.1.0", + "marked": "^11.1.1", "outdent": "^0.8.0", "pagefind": "^1.0.4", "sanitize-html": "^2.11.0",