|
@@ -7,6 +7,7 @@
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"dayjs": "^1.11.13",
|
|
"dayjs": "^1.11.13",
|
|
"js-base64": "^3.7.7",
|
|
"js-base64": "^3.7.7",
|
|
|
|
+ "js-sha256": "^0.11.0",
|
|
"lodash-es": "^4.17.21",
|
|
"lodash-es": "^4.17.21",
|
|
"luch-request": "^3.1.1",
|
|
"luch-request": "^3.1.1",
|
|
"pinia": "^2.2.2",
|
|
"pinia": "^2.2.2",
|
|
@@ -1277,6 +1278,12 @@
|
|
"resolved": "https://registry.npmmirror.com/js-base64/-/js-base64-3.7.7.tgz",
|
|
"resolved": "https://registry.npmmirror.com/js-base64/-/js-base64-3.7.7.tgz",
|
|
"integrity": "sha512-7rCnleh0z2CkXhH67J8K1Ytz0b2Y+yxTPL+/KOJoa20hfnVQ/3/T6W/KflYI4bRHRagNeXeU2bkNGI3v1oS/lw=="
|
|
"integrity": "sha512-7rCnleh0z2CkXhH67J8K1Ytz0b2Y+yxTPL+/KOJoa20hfnVQ/3/T6W/KflYI4bRHRagNeXeU2bkNGI3v1oS/lw=="
|
|
},
|
|
},
|
|
|
|
+ "node_modules/js-sha256": {
|
|
|
|
+ "version": "0.11.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/js-sha256/-/js-sha256-0.11.0.tgz",
|
|
|
|
+ "integrity": "sha512-6xNlKayMZvds9h1Y1VWc0fQHQ82BxTXizWPEtEeGvmOUYpBRy4gbWroHLpzowe6xiQhHpelCQiE7HEdznyBL9Q==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/js-tokens": {
|
|
"node_modules/js-tokens": {
|
|
"version": "9.0.0",
|
|
"version": "9.0.0",
|
|
"resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.0.tgz",
|