chore: update deps

This commit is contained in:
Cory Dransfeldt 2024-10-31 04:36:58 -07:00
parent fd0f584fb8
commit 05ef5cc82d
No known key found for this signature in database
2 changed files with 14 additions and 14 deletions

24
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "2.4.8",
"version": "2.4.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "2.4.8",
"version": "2.4.9",
"license": "MIT",
"dependencies": {
"@11ty/eleventy-fetch": "4.0.1",
@ -20,7 +20,7 @@
"devDependencies": {
"@11ty/eleventy": "v3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@cdransf/eleventy-plugin-tabler-icons": "^2.1.0",
"@cdransf/eleventy-plugin-tabler-icons": "^2.1.1",
"@supabase/supabase-js": "^2.46.1",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
@ -397,9 +397,9 @@
"license": "MIT"
},
"node_modules/@cdransf/eleventy-plugin-tabler-icons": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-2.1.0.tgz",
"integrity": "sha512-62bTyCSRbj6t9RrtGdK0PQyARWKi9p8fNAeKsxSlpJK4IJJjqFL1fwQdwT8TYzBZYxt2jjdUYD+PNAwuAF2bQg==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-2.1.1.tgz",
"integrity": "sha512-KCP2sT0xzZNc6PiMhu8JsMRumk+ee9ysWbQ2UTyhgovzl7RZ0Io0KdmBJ3IzeYcXRJOwWSsHg/e2Yv3Lgzs8xg==",
"dev": true,
"license": "MIT"
},
@ -722,9 +722,9 @@
"peer": true
},
"node_modules/@types/node": {
"version": "22.8.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.4.tgz",
"integrity": "sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw==",
"version": "22.8.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.5.tgz",
"integrity": "sha512-5iYk6AMPtsMbkZqCO1UGF9W5L38twq11S2pYWkybGHH2ogPUvXWNlQqJBzuEZWKj/WRH+QTeiv6ySWqJtvIEgA==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.19.8"
@ -1163,9 +1163,9 @@
}
},
"node_modules/caniuse-lite": {
"version": "1.0.30001675",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001675.tgz",
"integrity": "sha512-/wV1bQwPrkLiQMjaJF5yUMVM/VdRPOCU8QZ+PmG6uW6DvYSrNY1bpwHI/3mOcUosLaJCzYDi5o91IQB51ft6cg==",
"version": "1.0.30001676",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001676.tgz",
"integrity": "sha512-Qz6zwGCiPghQXGJvgQAem79esjitvJ+CxSbSQkW9H/UX5hg8XM88d4lp2W+MEQ81j+Hip58Il+jGVdazk1z9cw==",
"dev": true,
"funding": [
{

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "2.4.8",
"version": "2.4.9",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {
@ -37,7 +37,7 @@
"devDependencies": {
"@11ty/eleventy": "v3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@cdransf/eleventy-plugin-tabler-icons": "^2.1.0",
"@cdransf/eleventy-plugin-tabler-icons": "^2.1.1",
"@supabase/supabase-js": "^2.46.1",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",