diff --git a/package.json b/package.json index 9b8fbcc..3036ebf 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@arco-design/color": "^0.4.0", "@arco-design/web-vue": "^2.57.0", "@fingerprintjs/fingerprintjs": "^4.6.2", - "@noble/hashes": "^1.8.0", + "@noble/hashes": "^2.0.1", "@visactor/vchart": "^1.13.16", "@visactor/vchart-arco-theme": "^1.12.2", "@vueuse/core": "^13.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f76d348..babe0ad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ dependencies: specifier: ^4.6.2 version: 4.6.2 '@noble/hashes': - specifier: ^1.8.0 - version: 1.8.0 + specifier: ^2.0.1 + version: 2.0.1 '@visactor/vchart': specifier: ^1.13.16 version: 1.13.20 @@ -66,7 +66,7 @@ devDependencies: version: 1.4.6 '@commitlint/cli': specifier: ^19.8.1 - version: 19.8.1(@types/node@24.5.2)(typescript@5.9.2) + version: 19.8.1(@types/node@24.6.1)(typescript@5.9.2) '@commitlint/config-conventional': specifier: ^19.8.1 version: 19.8.1 @@ -168,7 +168,7 @@ devDependencies: version: 29.0.0(vue@3.5.13) vite: specifier: ^6.3.5 - version: 6.3.6(@types/node@24.5.2)(less@4.4.1) + version: 6.3.6(@types/node@24.6.1)(less@4.4.1) vite-plugin-compression: specifier: ^0.5.1 version: 0.5.1(vite@6.3.6) @@ -493,14 +493,14 @@ packages: resolution: {integrity: sha512-sxHjO6wKn4/0wHCFYbh6tljj+ciP9BKgyBi09NLsor3sN+nu/Rt3FwLw6bYp7bp8usHpmcwUozrB/u4RuSw/eg==} dev: true - /@commitlint/cli@19.8.1(@types/node@24.5.2)(typescript@5.9.2): + /@commitlint/cli@19.8.1(@types/node@24.6.1)(typescript@5.9.2): resolution: {integrity: sha512-LXUdNIkspyxrlV6VDHWBmCZRtkEVRpBKxi2Gtw3J54cGWhLCTouVD/Q6ZSaSvd2YaDObWK8mDjrz3TIKtaQMAA==} engines: {node: '>=v18'} hasBin: true dependencies: '@commitlint/format': 19.8.1 '@commitlint/lint': 19.8.1 - '@commitlint/load': 19.8.1(@types/node@24.5.2)(typescript@5.9.2) + '@commitlint/load': 19.8.1(@types/node@24.6.1)(typescript@5.9.2) '@commitlint/read': 19.8.1 '@commitlint/types': 19.8.1 tinyexec: 1.0.1 @@ -569,7 +569,7 @@ packages: '@commitlint/types': 19.8.1 dev: true - /@commitlint/load@19.8.1(@types/node@24.5.2)(typescript@5.9.2): + /@commitlint/load@19.8.1(@types/node@24.6.1)(typescript@5.9.2): resolution: {integrity: sha512-9V99EKG3u7z+FEoe4ikgq7YGRCSukAcvmKQuTtUyiYPnOd9a2/H9Ak1J9nJA1HChRQp9OA/sIKPugGS+FK/k1A==} engines: {node: '>=v18'} dependencies: @@ -579,7 +579,7 @@ packages: '@commitlint/types': 19.8.1 chalk: 5.6.2 cosmiconfig: 9.0.0(typescript@5.9.2) - cosmiconfig-typescript-loader: 6.1.0(@types/node@24.5.2)(cosmiconfig@9.0.0)(typescript@5.9.2) + cosmiconfig-typescript-loader: 6.1.0(@types/node@24.6.1)(cosmiconfig@9.0.0)(typescript@5.9.2) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -1093,9 +1093,9 @@ packages: resolution: {integrity: sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==} dev: true - /@noble/hashes@1.8.0: - resolution: {integrity: sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==} - engines: {node: ^14.21.3 || >=16} + /@noble/hashes@2.0.1: + resolution: {integrity: sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw==} + engines: {node: '>= 20.19.0'} dev: false /@nodelib/fs.scandir@2.1.5: @@ -1513,6 +1513,12 @@ packages: undici-types: 7.12.0 dev: true + /@types/node@24.6.1: + resolution: {integrity: sha512-ljvjjs3DNXummeIaooB4cLBKg2U6SPI6Hjra/9rRIy7CpM0HpLtG9HptkMKAb4HYWy5S7HUvJEuWgr/y0U8SHw==} + dependencies: + undici-types: 7.13.0 + dev: true + /@types/nprogress@0.2.3: resolution: {integrity: sha512-k7kRA033QNtC+gLc4VPlfnue58CM1iQLgn1IMAU8VPHGOj7oIHPp9UlhedEnD/Gl8evoCjwkZjlBORtZ3JByUA==} dev: true @@ -1872,7 +1878,7 @@ packages: '@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.4) '@rolldown/pluginutils': 1.0.0-beta.38 '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.4) - vite: 6.3.6(@types/node@24.5.2)(less@4.4.1) + vite: 6.3.6(@types/node@24.6.1)(less@4.4.1) vue: 3.5.13(typescript@5.9.2) transitivePeerDependencies: - supports-color @@ -1886,7 +1892,7 @@ packages: vue: ^3.2.25 dependencies: '@rolldown/pluginutils': 1.0.0-beta.29 - vite: 6.3.6(@types/node@24.5.2)(less@4.4.1) + vite: 6.3.6(@types/node@24.6.1)(less@4.4.1) vue: 3.5.13(typescript@5.9.2) dev: true @@ -2640,7 +2646,7 @@ packages: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: false - /cosmiconfig-typescript-loader@6.1.0(@types/node@24.5.2)(cosmiconfig@9.0.0)(typescript@5.9.2): + /cosmiconfig-typescript-loader@6.1.0(@types/node@24.6.1)(cosmiconfig@9.0.0)(typescript@5.9.2): resolution: {integrity: sha512-tJ1w35ZRUiM5FeTzT7DtYWAFFv37ZLqSRkGi2oeCK1gPhvaWjkAtfXvLmvE1pRfxxp9aQo6ba/Pvg1dKj05D4g==} engines: {node: '>=v18'} peerDependencies: @@ -2648,7 +2654,7 @@ packages: cosmiconfig: '>=9' typescript: '>=5' dependencies: - '@types/node': 24.5.2 + '@types/node': 24.6.1 cosmiconfig: 9.0.0(typescript@5.9.2) jiti: 2.5.1 typescript: 5.9.2 @@ -5327,6 +5333,10 @@ packages: resolution: {integrity: sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==} dev: true + /undici-types@7.13.0: + resolution: {integrity: sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==} + dev: true + /unicorn-magic@0.1.0: resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} engines: {node: '>=18'} @@ -5458,7 +5468,7 @@ packages: chalk: 4.1.2 debug: 4.4.3 fs-extra: 10.1.0 - vite: 6.3.6(@types/node@24.5.2)(less@4.4.1) + vite: 6.3.6(@types/node@24.6.1)(less@4.4.1) transitivePeerDependencies: - supports-color dev: true @@ -5476,7 +5486,7 @@ packages: vue: 3.5.13(typescript@5.9.2) dev: true - /vite@6.3.6(@types/node@24.5.2)(less@4.4.1): + /vite@6.3.6(@types/node@24.6.1)(less@4.4.1): resolution: {integrity: sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true @@ -5516,7 +5526,7 @@ packages: yaml: optional: true dependencies: - '@types/node': 24.5.2 + '@types/node': 24.6.1 esbuild: 0.25.10 fdir: 6.5.0(picomatch@4.0.3) less: 4.4.1