Update npm dependencies

This commit is contained in:
Bubka
2024-03-31 16:06:46 +02:00
parent f43fc97523
commit 5fb1d60636
7 changed files with 690 additions and 614 deletions

2
vite.config.js vendored
View File

@@ -74,7 +74,7 @@ export default defineConfig({
build: {
rollupOptions: {
output: {
banner: '/*! 2FAuth version ' + version + ' - Copyright (c) 2023 Bubka - https://github.com/Bubka/2FAuth */',
banner: '/*! 2FAuth version ' + version + ' - Copyright (c) 2024 Bubka - https://github.com/Bubka/2FAuth */',
},
},
},