From 218171120bd996ca32aeb6ace54719058be27e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 09:33:36 +0000 Subject: [PATCH] Bump xml2js and sync-i18n Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) and [sync-i18n](https://github.com/andreip1123/sync-i18n). These dependencies needed to be updated together. Updates `xml2js` from 0.4.19 to 0.5.0 - [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/compare/0.4.19...0.5.0) Updates `sync-i18n` from 0.0.18 to 0.0.21 - [Commits](https://github.com/andreip1123/sync-i18n/commits) --- updated-dependencies: - dependency-name: xml2js dependency-type: indirect - dependency-name: sync-i18n dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 918617b..b7fb6a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -173,29 +173,31 @@ "dev": true }, "sync-i18n": { - "version": "0.0.18", - "resolved": "https://registry.npmjs.org/sync-i18n/-/sync-i18n-0.0.18.tgz", - "integrity": "sha512-FN6KEQxZixLSBI75hWvhfBs6Ju88kXmFW141WppKT9yuGDTA5myZ6VfIo081XEcld0zvCf67A/pL+tqib1lS8Q==", + "version": "0.0.21", + "resolved": "https://registry.npmjs.org/sync-i18n/-/sync-i18n-0.0.21.tgz", + "integrity": "sha512-Zv4wsYAVbHlK/jc/fsteyfwLQQOBWHilMm5pFjh23u4Mw5Y8nlTBJ5uiBo9dFFwuTWL0iKkqRLrOQot3qdUONw==", "dev": true, "requires": { - "xml2js": "0.4.19" + "xml2js": "0.5.0" + }, + "dependencies": { + "xml2js": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz", + "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==", + "dev": true, + "requires": { + "sax": ">=0.6.0", + "xmlbuilder": "~11.0.0" + } + }, + "xmlbuilder": { + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", + "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", + "dev": true + } } - }, - "xml2js": { - "version": "0.4.19", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.19.tgz", - "integrity": "sha512-esZnJZJOiJR9wWKMyuvSE1y6Dq5LCuJanqhxslH2bxM6duahNZ+HMpCLhBQGZkbX6xRf8x1Y2eJlgt2q3qo49Q==", - "dev": true, - "requires": { - "sax": ">=0.6.0", - "xmlbuilder": "~9.0.1" - } - }, - "xmlbuilder": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", - "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=", - "dev": true } } }