From 7d68145a266351b9f10b071b814ecb63594891ba Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 7 May 2024 17:10:48 -0700 Subject: [PATCH] fix: deps --- package-lock.json | 10 ---------- package.json | 1 - 2 files changed, 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 431d01d8..1ec603a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,6 @@ "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0", "@cdransf/eleventy-plugin-tabler-icons": "^1.3.0", - "@netlify/blobs": "^7.2.0", "@supabase/supabase-js": "^2.43.1", "dotenv-flow": "^4.1.0", "gray-matter": "^4.0.3", @@ -859,15 +858,6 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/@netlify/blobs": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-7.3.0.tgz", - "integrity": "sha512-wN/kNTZo4xjlUM/C0WILOkJbe8p4AFquSGkZEIoIcgnsx5ikp2GyqGiq1WMLee7QdbnqeIV2g2hn/PjT324E5w==", - "dev": true, - "engines": { - "node": "^14.16.0 || >=16.0.0" - } - }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", diff --git a/package.json b/package.json index b406c4db..26614adc 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,6 @@ "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0", "@cdransf/eleventy-plugin-tabler-icons": "^1.3.0", - "@netlify/blobs": "^7.2.0", "@supabase/supabase-js": "^2.43.1", "dotenv-flow": "^4.1.0", "gray-matter": "^4.0.3",