Update vulnerable dependencies

This commit is contained in:
SoCuul
2025-11-05 19:24:49 -08:00
parent 740b3b7e48
commit f5db52cf93
3 changed files with 1394 additions and 710 deletions
+1387 -703
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -55,7 +55,7 @@
"postcss": "^8.4.27", "postcss": "^8.4.27",
"tailwindcss": "^3.3.3", "tailwindcss": "^3.3.3",
"typescript": "^5.0.2", "typescript": "^5.0.2",
"vite": "^4.4.5", "vite": "^7.2.0",
"webextension-polyfill": "^0.12.0" "webextension-polyfill": "^0.12.0"
} }
} }
+6 -6
View File
@@ -9,6 +9,12 @@
], ],
"module": "ESNext", "module": "ESNext",
"skipLibCheck": true, "skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
},
/* Bundler mode */ /* Bundler mode */
"moduleResolution": "bundler", "moduleResolution": "bundler",
"allowImportingTsExtensions": true, "allowImportingTsExtensions": true,
@@ -30,10 +36,4 @@
"path": "./tsconfig.node.json" "path": "./tsconfig.node.json"
} }
], ],
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
},
} }