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": {