chore(package.json): update icons

This commit is contained in:
Cory Dransfeldt 2025-05-16 15:57:46 -07:00
parent 943ee11fd0
commit f14f13cd15
No known key found for this signature in database
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "6.0.2",
"version": "6.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "6.0.2",
"version": "6.0.3",
"license": "MIT",
"dependencies": {
"html-minifier-terser": "7.2.0",
@ -16,7 +16,7 @@
"devDependencies": {
"@11ty/eleventy": "v3.1.0",
"@11ty/eleventy-fetch": "5.1.0",
"@cdransf/eleventy-plugin-tabler-icons": "^2.11.1",
"@cdransf/eleventy-plugin-tabler-icons": "^2.12.0",
"concurrently": "9.1.2",
"cssnano": "^7.0.7",
"dotenv": "16.5.0",
@ -259,9 +259,9 @@
}
},
"node_modules/@cdransf/eleventy-plugin-tabler-icons": {
"version": "2.11.1",
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-2.11.1.tgz",
"integrity": "sha512-C/JFeD5dR6ztqcPqv0OGaSwQO5N+DgLss2fNiEJ5PTDs78r4tLWOTDvUuJG0NmcXaRCs42IsKBwQ7/yboafyCg==",
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-2.12.0.tgz",
"integrity": "sha512-CcMJV71Y3wQPHj6vDU+lfTjAqgHMt8YFxDUhs4cPcQvcR3f3ieVhxyyuqf0jCccuWKJ5JxfVLnMK61SQbvH/fA==",
"dev": true,
"license": "MIT"
},

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "6.0.2",
"version": "6.0.3",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {
@ -39,7 +39,7 @@
"devDependencies": {
"@11ty/eleventy": "v3.1.0",
"@11ty/eleventy-fetch": "5.1.0",
"@cdransf/eleventy-plugin-tabler-icons": "^2.11.1",
"@cdransf/eleventy-plugin-tabler-icons": "^2.12.0",
"concurrently": "9.1.2",
"cssnano": "^7.0.7",
"dotenv": "16.5.0",