diff --git a/package-lock.json b/package-lock.json index 1589048c..9d643a81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "11.3.11", + "version": "11.4.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "11.3.11", + "version": "11.4.12", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.2.2", @@ -28,7 +28,7 @@ "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0", "@aws-sdk/client-s3": "^3.554.0", - "@cdransf/eleventy-plugin-tabler-icons": "^1.1.0", + "@cdransf/eleventy-plugin-tabler-icons": "^1.2.0", "@netlify/blobs": "^7.2.0", "@rknightuk/eleventy-plugin-post-graph": "^1.0.6", "child_process": "^1.0.2", @@ -1237,9 +1237,9 @@ "integrity": "sha512-3yzlvCsAwqrHjNHsgalT9HfuHac37hX80Nff0Pfw2RH9XsfCLoVJABfKeXA1BBr6/wSdOHUgOQyEYTubIiTGfg==" }, "node_modules/@cdransf/eleventy-plugin-tabler-icons": { - "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==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-1.2.0.tgz", + "integrity": "sha512-uHa1YpodjQDCNoluFok1NsCZDGiyglsxLH7rwiZbiJcyIDD6HDweIwF5kUx1DD1BFba/wLRuQvCBW66x0aLj7g==", "dev": true }, "node_modules/@cdransf/select-pagination": { diff --git a/package.json b/package.json index af307b1b..5fedfd1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "11.4.11", + "version": "11.4.12", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { @@ -38,7 +38,7 @@ "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0", "@aws-sdk/client-s3": "^3.554.0", - "@cdransf/eleventy-plugin-tabler-icons": "^1.1.0", + "@cdransf/eleventy-plugin-tabler-icons": "^1.2.0", "@netlify/blobs": "^7.2.0", "@rknightuk/eleventy-plugin-post-graph": "^1.0.6", "child_process": "^1.0.2",