npm audit

This commit is contained in:
Jon Staab 2024-08-12 11:30:40 -07:00
parent 2b68601273
commit f92b4db7a2
3 changed files with 1 additions and 4 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -38,8 +38,7 @@
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite-plugin-html-config": "^1.0.11",
"vite-plugin-mkcert": "^1.17.5",
"vite-plugin-node-polyfills": "^0.17.0",
"vite-plugin-node-polyfills": "^0.2.0",
"vite-plugin-pwa": "^0.17.5"
},
"dependencies": {

View File

@ -3,7 +3,6 @@ import dotenv from "dotenv"
import * as path from "path"
import {defineConfig} from "vite"
import {VitePWA} from "vite-plugin-pwa"
import mkcert from "vite-plugin-mkcert"
import {favicons} from "favicons"
import htmlPlugin from "vite-plugin-html-config"
import sveltePreprocess from "svelte-preprocess"
@ -37,7 +36,6 @@ export default defineConfig(async () => {
},
},
plugins: [
mkcert(),
nodePolyfills({
protocolImports: true,
}),