diff --git a/.eleventy.js b/.eleventy.js index 91c32c94..d32c0228 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -1,5 +1,5 @@ import syntaxHighlight from '@11ty/eleventy-plugin-syntaxhighlight' -import tablerIcons from '@cdransf/eleventy-plugin-tablericons' +import tablerIcons from '@cdransf/eleventy-plugin-tabler-icons' import postGraph from '@rknightuk/eleventy-plugin-post-graph' import markdownIt from 'markdown-it' diff --git a/package-lock.json b/package-lock.json index 6adbd4cf..db2adbae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "7.9.1", + "version": "7.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "7.9.1", + "version": "7.9.2", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.2.2", @@ -26,7 +26,7 @@ "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@aws-sdk/client-s3": "^3.521.0", - "@cdransf/eleventy-plugin-tablericons": "^1.0.1", + "@cdransf/eleventy-plugin-tabler-icons": "^1.0.2", "@rknightuk/eleventy-plugin-post-graph": "^1.0.6", "child_process": "^1.0.2", "dotenv-flow": "^4.1.0", @@ -1212,10 +1212,10 @@ "resolved": "https://registry.npmjs.org/@cdransf/api-text/-/api-text-1.2.2.tgz", "integrity": "sha512-3yzlvCsAwqrHjNHsgalT9HfuHac37hX80Nff0Pfw2RH9XsfCLoVJABfKeXA1BBr6/wSdOHUgOQyEYTubIiTGfg==" }, - "node_modules/@cdransf/eleventy-plugin-tablericons": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tablericons/-/eleventy-plugin-tablericons-1.0.1.tgz", - "integrity": "sha512-qt3fslCaeGV/Vi3Wt3Rtm0g55wo9tN/nwQlkvXCol293eabPUHtBVJgphJTHqzLdU6N8Zt3l4bPwt6sc4qURtw==", + "node_modules/@cdransf/eleventy-plugin-tabler-icons": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-1.0.2.tgz", + "integrity": "sha512-+jt9h+Zah9qhatxZstu2b/qfc7cyXoDCwrfSP6sdFv1+y5/kIk2PcNK5tDG9wZGoeW6TdST9xw8FztThLv+Bxg==", "dev": true }, "node_modules/@cdransf/theme-toggle": { diff --git a/package.json b/package.json index 687e4bbf..7899f086 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@aws-sdk/client-s3": "^3.521.0", - "@cdransf/eleventy-plugin-tablericons": "^1.0.1", + "@cdransf/eleventy-plugin-tabler-icons": "^1.0.2", "@rknightuk/eleventy-plugin-post-graph": "^1.0.6", "child_process": "^1.0.2", "dotenv-flow": "^4.1.0",