diff --git a/_includes/layouts/fediverse/moderation.njk b/_includes/layouts/fediverse/moderation.njk index b66259c..fad3238 100644 --- a/_includes/layouts/fediverse/moderation.njk +++ b/_includes/layouts/fediverse/moderation.njk @@ -51,41 +51,6 @@
To view our blocklists and other moderation configurations here, along with reasons, please refer to below:
-Moderation lists are no longer publicly accessible due to recent events. If you're a user of any of our Synth.Download fediverse instances or are a friend who wants a blocklist, contact an admin for the most recent copy of the lists.
\ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e3ca4c4..2f5c0f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@11ty/eleventy": "^3.1.2", "@11ty/eleventy-navigation": "^1.0.4", "@11ty/eleventy-plugin-rss": "^2.0.4", - "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1", + "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2", "lightningcss": "^1.30.1", "terser": "^5.43.1", "zod": "^3.25.76", @@ -169,9 +169,9 @@ } }, "node_modules/@11ty/eleventy-plugin-syntaxhighlight": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-5.0.1.tgz", - "integrity": "sha512-xDPF3Ay38XlmWZe9ER0SLtMmNah7olUBlGORhUiCUkPh3jYGVCDTDayi4tbFI9Dxha8NwKlfBZ2FXM/s3aZzAg==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-5.0.2.tgz", + "integrity": "sha512-T6xVVRDJuHlrFMHbUiZkHjj5o1IlLzZW+1IL9eUsyXFU7rY2ztcYhZew/64vmceFFpQwzuSfxQOXxTJYmKkQ+A==", "license": "MIT", "dependencies": { "prismjs": "^1.30.0" @@ -1493,9 +1493,9 @@ "license": "BSD-3-Clause" }, "node_modules/morphdom": { - "version": "2.7.5", - "resolved": "https://registry.npmjs.org/morphdom/-/morphdom-2.7.5.tgz", - "integrity": "sha512-z6bfWFMra7kBqDjQGHud1LSXtq5JJC060viEkQFMBX6baIecpkNr2Ywrn2OQfWP3rXiNFQRPoFjD8/TvJcWcDg==", + "version": "2.7.7", + "resolved": "https://registry.npmjs.org/morphdom/-/morphdom-2.7.7.tgz", + "integrity": "sha512-04GmsiBcalrSCNmzfo+UjU8tt3PhZJKzcOy+r1FlGA7/zri8wre3I1WkYN9PT3sIeIKfW9bpyElA+VzOg2E24g==", "license": "MIT" }, "node_modules/ms": { @@ -1586,9 +1586,9 @@ } }, "node_modules/picomatch": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", - "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", "license": "MIT", "engines": { "node": ">=12" diff --git a/package.json b/package.json index 5036a2f..0fbe2ee 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@11ty/eleventy": "^3.1.2", "@11ty/eleventy-navigation": "^1.0.4", "@11ty/eleventy-plugin-rss": "^2.0.4", - "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1", + "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2", "lightningcss": "^1.30.1", "terser": "^5.43.1", "zod": "^3.25.76",