From 7a0e7ea97cdecda0564a2a2ca2a479b06b2e532b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 06:14:50 +0000 Subject: [PATCH] build(deps): bump atsds in /egg in the npm-dependencies group Bumps the npm-dependencies group in /egg with 1 update: [atsds](https://github.com/USTC-KnowledgeComputingLab/ds). Updates `atsds` from 0.0.20 to 0.0.21 - [Commits](https://github.com/USTC-KnowledgeComputingLab/ds/compare/v0.0.20...v0.0.21) --- updated-dependencies: - dependency-name: atsds dependency-version: 0.0.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- egg/package-lock.json | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/egg/package-lock.json b/egg/package-lock.json index bdcc7e3..c4d6f1e 100644 --- a/egg/package-lock.json +++ b/egg/package-lock.json @@ -1607,9 +1607,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -1627,9 +1624,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -1647,9 +1641,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -1667,9 +1658,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -1687,9 +1675,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -1707,9 +1692,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -2361,9 +2343,9 @@ } }, "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/available-typed-arrays": {