aboutsummaryrefslogtreecommitdiff
path: root/extension/package-lock.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/package-lock.json')
-rw-r--r--extension/package-lock.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/extension/package-lock.json b/extension/package-lock.json
index dec73f0..bf558a0 100644
--- a/extension/package-lock.json
+++ b/extension/package-lock.json
@@ -26,12 +26,14 @@
"jose": "^5.0.x",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.4",
+ "otpauth": "^9.2.1",
"pinia": "^2.1.7",
"sass": "^1.56.1",
"serialize-error": "^11.0.0",
"universal-cookie": "^7.0.x",
"vite-plugin-web-extension": "^4.1.1",
"vue": "^3.2.47",
+ "vue3-otp-input": "^0.4.1",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
@@ -5186,6 +5188,14 @@
"node": ">=0.6.0"
}
},
+ "node_modules/jssha": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/jssha/-/jssha-3.3.1.tgz",
+ "integrity": "sha512-VCMZj12FCFMQYcFLPRm/0lOBbLi8uM2BhXPTqw3U4YAfs4AZfiApOoBLoN8cQE60Z50m1MYMTQVCfgF/KaCVhQ==",
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/jszip": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz",
@@ -5932,6 +5942,17 @@
"node": ">= 0.4.0"
}
},
+ "node_modules/otpauth": {
+ "version": "9.2.1",
+ "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.1.tgz",
+ "integrity": "sha512-/MRvcm63pzK20NCsIOe8Btun42/yWNylPbUo/h5dMpSRJpoAJstWodEUjm4zUDeT1+Vbqif2E8IcP4trl1U4gQ==",
+ "dependencies": {
+ "jssha": "~3.3.1"
+ },
+ "funding": {
+ "url": "https://github.com/hectorm/otpauth?sponsor=1"
+ }
+ },
"node_modules/p-cancelable": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
@@ -8382,6 +8403,18 @@
"typescript": "*"
}
},
+ "node_modules/vue3-otp-input": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/vue3-otp-input/-/vue3-otp-input-0.4.1.tgz",
+ "integrity": "sha512-wVl9i3DcWlO0C7fBI9V+RIP3crm/1tY72fuhvb3YM2JfbLoYofB96aPl5AgFhA0Cse5bQEMYtIvOeiqW3rfbAw==",
+ "engines": {
+ "node": ">=16.0.0",
+ "npm": ">=8.0.0"
+ },
+ "peerDependencies": {
+ "vue": "^3.0.*"
+ }
+ },
"node_modules/watchpack": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz",