diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index 08b1d967..ef8f1d08 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1703786605507 + "timestamp": 1703793794577 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index 71def990..39aadb56 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -8273,7 +8273,10 @@ "url": "https://trakt.tv/movies/empire-records-1995", "content_text": "🎥: Empire Records #Movies #Watching #Trakt https://trakt.tv/movies/empire-records-1995", "date_published": "Thu, 28 Dec 2023 14:55:00 +0000", - "toots": [] + "toots": [ + "https://social.lol/users/cory/statuses/111659830116176273" + ], + "lastTootTimestamp": 1703793794573 }, "https://flamedfury.com/posts/relics-of-the-web/": { "id": "aHR0cHM6Ly9mbGFtZWRmdXJ5LmNvbS9wb3N0cy9yZWxpY3Mtb2YtdGhlLXdlYi8=", @@ -8285,5 +8288,13 @@ "https://social.lol/users/cory/statuses/111659358972649933" ], "lastTootTimestamp": 1703786605503 + }, + "https://trakt.tv/movies/falling-down-1993": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvZmFsbGluZy1kb3duLTE5OTM=", + "title": "🎥: Falling Down", + "url": "https://trakt.tv/movies/falling-down-1993", + "content_text": "🎥: Falling Down #Movies #Watching #Trakt https://trakt.tv/movies/falling-down-1993", + "date_published": "Thu, 28 Dec 2023 14:56:00 +0000", + "toots": [] } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index ae7e71e6..842a6b82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@11ty/eleventy-img": "^3.1.8", "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", - "@rknightuk/eleventy-plugin-post-graph": "^1.0.4", + "@rknightuk/eleventy-plugin-post-graph": "^1.0.5", "autoprefixer": "^10.4.16", "child_process": "^1.0.2", "clean-css": "^5.3.3", @@ -517,9 +517,9 @@ } }, "node_modules/@rknightuk/eleventy-plugin-post-graph": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@rknightuk/eleventy-plugin-post-graph/-/eleventy-plugin-post-graph-1.0.4.tgz", - "integrity": "sha512-TuQg8NHnKVjMKOTx2zZtRaK4RIfyWr2OE9tduZ/AzHktoVrj0xBhRNmJZKdYdeQa/3XjBw4GR7xPbgf33ZDBCg==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@rknightuk/eleventy-plugin-post-graph/-/eleventy-plugin-post-graph-1.0.5.tgz", + "integrity": "sha512-4IalfGTox4YnyqzuSWlHDVEbr2RgtzAlvOLBg5+I1lV1zKnMNlqkntF2nTMoE7SpoxQy4XN6qidBOdlbXWs3bg==", "dev": true, "dependencies": { "@11ty/eleventy": "^2.0.1", diff --git a/package.json b/package.json index 3c78372a..d781ac4c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@11ty/eleventy-img": "^3.1.8", "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", - "@rknightuk/eleventy-plugin-post-graph": "^1.0.4", + "@rknightuk/eleventy-plugin-post-graph": "^1.0.5", "autoprefixer": "^10.4.16", "child_process": "^1.0.2", "clean-css": "^5.3.3",