From 4fa6866dea709750478aba51aafc3f1360921a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 19:57:11 +0000 Subject: [PATCH] build(deps): bump atsds-bnf from 0.0.14 to 0.0.15 Bumps [atsds-bnf](https://github.com/USTC-KnowledgeComputingLab/ds/tree/HEAD/bnf) from 0.0.14 to 0.0.15. - [Commits](https://github.com/USTC-KnowledgeComputingLab/ds/commits/v0.0.15/bnf) --- updated-dependencies: - dependency-name: atsds-bnf dependency-version: 0.0.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 02cad2c..d09a2f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "license": "AGPL-3.0-or-later", "dependencies": { "atsds": "^0.0.14", - "atsds-bnf": "^0.0.14", + "atsds-bnf": "^0.0.15", "atsds-egg": "^0.0.14", "commander": "^14.0.2", "mariadb": "^3.4.5", @@ -3447,9 +3447,9 @@ "license": "AGPL-3.0-or-later" }, "node_modules/atsds-bnf": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/atsds-bnf/-/atsds-bnf-0.0.14.tgz", - "integrity": "sha512-HC+h+YWU4nFkZUYkfDAZCUnXLCEUR5iSawtR5nf8tMned92ly+cp4zQlxqtDdwMWRtD9rOCiXy9zpdLOFA+Hng==", + "version": "0.0.15", + "resolved": "https://registry.npmjs.org/atsds-bnf/-/atsds-bnf-0.0.15.tgz", + "integrity": "sha512-b4xLVtG3jqXFpWLP0gY0+64a8ADMRy3MrqCvF848AevA67v3dtcG2CKNfHPLqSdmY/ZULjP/sHfUJlqf9wj9PA==", "license": "AGPL-3.0-or-later" }, "node_modules/atsds-egg": { diff --git a/package.json b/package.json index b8131d2..b37c9f3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "atsds": "^0.0.14", - "atsds-bnf": "^0.0.14", + "atsds-bnf": "^0.0.15", "atsds-egg": "^0.0.14", "commander": "^14.0.2", "mariadb": "^3.4.5",