From d82fec9e2a4238ff1833e67c01bc9b34e525d904 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 25 二月 2022 16:37:12 +0800 Subject: [PATCH] 2022-02-25 --- package-lock.json | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a03d23..f712e6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2955,6 +2955,11 @@ "@xtuc/long": "4.2.2" } }, + "@xmldom/xmldom": { + "version": "0.7.5", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.5.tgz", + "integrity": "sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==" + }, "@xtuc/ieee754": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", @@ -21234,6 +21239,14 @@ "async-limiter": "~1.0.0" } }, + "x2js": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/x2js/-/x2js-3.4.3.tgz", + "integrity": "sha512-+65+WHCaQ9E0Gb2FDz/tYRSRBGGvFsSMiWDGn8KbgJOLkJhZBMCU1lxuRMLyTcx/54IopT0rDQWCUz2f7FTsyQ==", + "requires": { + "@xmldom/xmldom": "^0.7.4" + } + }, "xcode": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/xcode/-/xcode-2.1.0.tgz", -- Gitblit v1.8.0