From 7a8dbe69f6394ee5e9d6939272b83c0707597f2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 02:51:50 +0000 Subject: [PATCH] build(deps): bump the npm-dependencies group with 3 updates Bumps the npm-dependencies group with 3 updates: [atsds](https://github.com/USTC-KnowledgeComputingLab/ds), [atsds-bnf](https://github.com/USTC-KnowledgeComputingLab/ds/tree/HEAD/bnf) and [atsds-egg](https://github.com/USTC-KnowledgeComputingLab/ds/tree/HEAD/egg). Updates `atsds` from 0.0.20 to 0.0.21 - [Commits](https://github.com/USTC-KnowledgeComputingLab/ds/compare/v0.0.20...v0.0.21) Updates `atsds-bnf` from 0.0.20 to 0.0.21 - [Commits](https://github.com/USTC-KnowledgeComputingLab/ds/commits/v0.0.21/bnf) Updates `atsds-egg` from 0.0.20 to 0.0.21 - [Commits](https://github.com/USTC-KnowledgeComputingLab/ds/commits/v0.0.21/egg) --- updated-dependencies: - dependency-name: atsds dependency-version: 0.0.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: atsds-bnf dependency-version: 0.0.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: atsds-egg dependency-version: 0.0.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index c104345..54bdf4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,9 +7,9 @@ "name": "@hzhangxyz/ddss", "license": "AGPL-3.0-or-later", "dependencies": { - "atsds": "^0.0.20", - "atsds-bnf": "^0.0.20", - "atsds-egg": "^0.0.20", + "atsds": "^0.0.21", + "atsds-bnf": "^0.0.21", + "atsds-egg": "^0.0.21", "commander": "^14.0.3", "mariadb": "^3.5.2", "mysql2": "^3.20.0", @@ -3740,21 +3740,21 @@ } }, "node_modules/atsds": { - "version": "0.0.20", - "resolved": "https://registry.npmjs.org/atsds/-/atsds-0.0.20.tgz", - "integrity": "sha512-0tzrNt9NG41I2DcyesIibAgQZ1dwLqO74sHz4b6aothYNKmV0+Y/osu1luB8A6Dpc7Ca0Tr+hx7bBZy5D8Irww==", + "version": "0.0.21", + "resolved": "https://registry.npmjs.org/atsds/-/atsds-0.0.21.tgz", + "integrity": "sha512-lLuBBKHZrk/SPLirQ7LZjoDJVSRHKDbpU3K5odesPyCrjBmT+Z1YPonQGteCeBelatpFbxkpOMdY3A4jquvMfg==", "license": "AGPL-3.0-or-later" }, "node_modules/atsds-bnf": { - "version": "0.0.20", - "resolved": "https://registry.npmjs.org/atsds-bnf/-/atsds-bnf-0.0.20.tgz", - "integrity": "sha512-Wd6Fssnr/btRrBAW45DXAdmsnLp332QmqTwtBAiFeecKSROyIwMlY7d4VxcQx8Rvb7NFEVizZ/87g2n3HLN8bQ==", + "version": "0.0.21", + "resolved": "https://registry.npmjs.org/atsds-bnf/-/atsds-bnf-0.0.21.tgz", + "integrity": "sha512-hgQVTtqiXYnGLgIuBFo/j8zYwSKL3ZKukLzfaf3hg4BsCkdzHZMUsDiv0g2i+zNrvY4wsEMdSBmdWSQCF6wYNw==", "license": "AGPL-3.0-or-later" }, "node_modules/atsds-egg": { - "version": "0.0.20", - "resolved": "https://registry.npmjs.org/atsds-egg/-/atsds-egg-0.0.20.tgz", - "integrity": "sha512-bjBD1JIDjm9JRednYEnCOOZj5mnmYzGB6baNmzuUg7qJynXejf2qUva0Qa2Avg+leyZswgy9XfhWz718MvIzxA==", + "version": "0.0.21", + "resolved": "https://registry.npmjs.org/atsds-egg/-/atsds-egg-0.0.21.tgz", + "integrity": "sha512-z9dN7FPLoJFB/mnjIBi7yLyuDk2K5HRDa8/4/JWNEasNmw+NslCHxQLQfTnSrwWjjwRqQjR/moaPgRA+2UpZMQ==", "license": "AGPL-3.0-or-later", "dependencies": { "atsds": "*" diff --git a/package.json b/package.json index 2169ef1..00743c4 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,9 @@ "docs": "vitepress build" }, "dependencies": { - "atsds": "^0.0.20", - "atsds-bnf": "^0.0.20", - "atsds-egg": "^0.0.20", + "atsds": "^0.0.21", + "atsds-bnf": "^0.0.21", + "atsds-egg": "^0.0.21", "commander": "^14.0.3", "mariadb": "^3.5.2", "mysql2": "^3.20.0",