From d519834012d23d2957e4db124aa4e7f3ee8bfc80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:31:46 +0000 Subject: [PATCH] Bump sm-crypto from 0.3.13 to 0.4.0 in /plugin Bumps [sm-crypto](https://github.com/JuneAndGreen/sm-crypto) from 0.3.13 to 0.4.0. - [Changelog](https://github.com/JuneAndGreen/sm-crypto/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuneAndGreen/sm-crypto/commits) --- updated-dependencies: - dependency-name: sm-crypto dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugin/package-lock.json | 15 +++++++-------- plugin/package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 1fa4163..6708ae0 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -16,7 +16,7 @@ "pinyin-match": "^1.2.6", "png2icons": "^2.0.1", "ses": "^1.12.0", - "sm-crypto": "^0.3.13", + "sm-crypto": "^0.4.0", "tree-kill": "^1.2.2" } }, @@ -238,10 +238,9 @@ } }, "node_modules/sm-crypto": { - "version": "0.3.13", - "resolved": "https://registry.npmjs.org/sm-crypto/-/sm-crypto-0.3.13.tgz", - "integrity": "sha512-ztNF+pZq6viCPMA1A6KKu3bgpkmYti5avykRHbcFIdSipFdkVmfUw2CnpM2kBJyppIalqvczLNM3wR8OQ0pT5w==", - "license": "MIT", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/sm-crypto/-/sm-crypto-0.4.0.tgz", + "integrity": "sha512-OexH2V1EqmhXuOIPGoCl55OjMF0wwPUM/zhUjT0Q6vHBeopSRvTNRy76/1eRoFs3VBKt39hdFnxwpFmooHYa2A==", "dependencies": { "jsbn": "^1.1.0" } @@ -427,9 +426,9 @@ } }, "sm-crypto": { - "version": "0.3.13", - "resolved": "https://registry.npmjs.org/sm-crypto/-/sm-crypto-0.3.13.tgz", - "integrity": "sha512-ztNF+pZq6viCPMA1A6KKu3bgpkmYti5avykRHbcFIdSipFdkVmfUw2CnpM2kBJyppIalqvczLNM3wR8OQ0pT5w==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/sm-crypto/-/sm-crypto-0.4.0.tgz", + "integrity": "sha512-OexH2V1EqmhXuOIPGoCl55OjMF0wwPUM/zhUjT0Q6vHBeopSRvTNRy76/1eRoFs3VBKt39hdFnxwpFmooHYa2A==", "requires": { "jsbn": "^1.1.0" } diff --git a/plugin/package.json b/plugin/package.json index 411f72d..4dcf4fb 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -11,7 +11,7 @@ "pinyin-match": "^1.2.6", "png2icons": "^2.0.1", "ses": "^1.12.0", - "sm-crypto": "^0.3.13", + "sm-crypto": "^0.4.0", "tree-kill": "^1.2.2" } }