diff --git a/package-lock.json b/package-lock.json index c9c37837..102d7a1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "8.0.0", + "version": "8.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "8.0.0", + "version": "8.0.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.535.0", - "@cdransf/eleventy-plugin-tabler-icons": "^1.0.3", + "@cdransf/eleventy-plugin-tabler-icons": "^1.1.0", "@rknightuk/eleventy-plugin-post-graph": "^1.0.6", "child_process": "^1.0.2", "dotenv-flow": "^4.1.0", @@ -1213,9 +1213,9 @@ "integrity": "sha512-3yzlvCsAwqrHjNHsgalT9HfuHac37hX80Nff0Pfw2RH9XsfCLoVJABfKeXA1BBr6/wSdOHUgOQyEYTubIiTGfg==" }, "node_modules/@cdransf/eleventy-plugin-tabler-icons": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-1.0.3.tgz", - "integrity": "sha512-+CzUvxxrINHCqC9+l9nylWXvNrPuNHoxGSeRmAf20Ta1qvXJGsTHN/hDYYf4ocHEEqQ516wm7FJ4vvgDUIZhFw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-1.1.0.tgz", + "integrity": "sha512-hL94Eez7twe31eQzH4iNk6bb3HjRc2Qnqq+d1O9XpVhKnJPKkMlp+trqnidvos8EEqU4H3VkyVANachFm5cxSw==", "dev": true }, "node_modules/@cdransf/theme-toggle": { diff --git a/package.json b/package.json index 74709b3c..e279a066 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "8.0.1", + "version": "8.0.3", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { @@ -36,7 +36,7 @@ "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@aws-sdk/client-s3": "^3.535.0", - "@cdransf/eleventy-plugin-tabler-icons": "^1.0.3", + "@cdransf/eleventy-plugin-tabler-icons": "^1.1.0", "@rknightuk/eleventy-plugin-post-graph": "^1.0.6", "child_process": "^1.0.2", "dotenv-flow": "^4.1.0",