From ad5f7beffbd54c3cea3fb42d21f023aaea396210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:13:43 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [@xmldom/xmldom](https://github.com/xmldom/xmldom) and [uuid](https://github.com/uuidjs/uuid). Updates `@xmldom/xmldom` from 0.9.9 to 0.9.10 - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/0.9.9...0.9.10) Removes `uuid` --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-version: 0.9.10 dependency-type: direct:production - dependency-name: uuid dependency-version: dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 89 ++++++++++--------- package.json | 2 +- .../package.json | 2 +- packages/metaed-plugin-edfi-xsd/package.json | 2 +- 4 files changed, 49 insertions(+), 46 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1910b71a..7705362cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint-plugin-json": "3.1.0", "eslint-plugin-prettier": "4.2.1", "jest": "^30.0.3", - "jest-junit": "^16.0.0", + "jest-junit": "^17.0.0", "jsinspect": "^0.12.7", "lerna": "^9.0.7", "pgtools": "^1.0.1", @@ -289,9 +289,9 @@ } }, "node_modules/@azure/identity": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.13.0.tgz", - "integrity": "sha512-uWC0fssc+hs1TGGVkkghiaFkkS7NkTxfnCH+Hdg+yTehTpMcehpok4PgUKKdyCH+9ldu6FhiHRv84Ntqj1vVcw==", + "version": "4.13.1", + "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.13.1.tgz", + "integrity": "sha512-5C/2WD5Vb1lHnZS16dNQRPMjN6oV/Upba+C9nBIs15PmOi6A3ZGs4Lr2u60zw4S04gi+u3cEXiqTVP7M4Pz3kw==", "dev": true, "license": "MIT", "dependencies": { @@ -302,8 +302,8 @@ "@azure/core-tracing": "^1.0.0", "@azure/core-util": "^1.11.0", "@azure/logger": "^1.0.0", - "@azure/msal-browser": "^4.2.0", - "@azure/msal-node": "^3.5.0", + "@azure/msal-browser": "^5.5.0", + "@azure/msal-node": "^5.1.0", "open": "^10.1.0", "tslib": "^2.2.0" }, @@ -402,22 +402,22 @@ } }, "node_modules/@azure/msal-browser": { - "version": "4.29.1", - "resolved": "https://registry.npmjs.org/@azure/msal-browser/-/msal-browser-4.29.1.tgz", - "integrity": "sha512-1Vrt27du1cl4QHkzLc6L4aeXqliPIDIs5l/1I4hWWMXkXccY/EznJT1+pBdoVze0azTAI8sCyq5B4cBVYG1t9w==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/@azure/msal-browser/-/msal-browser-5.10.0.tgz", + "integrity": "sha512-2Y4TlG5mCfxviHutfW50i8Xd8xhGKTgieL02vMYOE5ZbZrVM+drKSGD//tweRAmlmqqp+F9vrKoHWri/buzxWQ==", "dev": true, "license": "MIT", "dependencies": { - "@azure/msal-common": "15.16.1" + "@azure/msal-common": "16.6.0" }, "engines": { "node": ">=0.8.0" } }, "node_modules/@azure/msal-common": { - "version": "15.16.1", - "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-15.16.1.tgz", - "integrity": "sha512-qxUG9TCl+TVSSX58onVDHDWrvT5CE0+NeeUAbkQqaESpSm79u5IePLnPWMMjCUnUR2zJd4+Bt9vioVRzLmJb2g==", + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-16.6.0.tgz", + "integrity": "sha512-FemGljX0csPlBMUE5GUan7BfRn1emeMRUhHSARhqzLN6LA9nt+MgzmAQ1xVqdLm+6plVoxsq9mS5eoyKtpPSgA==", "dev": true, "license": "MIT", "engines": { @@ -425,18 +425,17 @@ } }, "node_modules/@azure/msal-node": { - "version": "3.8.9", - "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-3.8.9.tgz", - "integrity": "sha512-jZ0pw/BbdEUWGhomCaAiVDfXRI/9K56m5hTNqB/CzcbZEYhXm5qpK1cDngN1iXfwSfmUMorOUQ2FC0dyuQ9uRg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-5.2.0.tgz", + "integrity": "sha512-b/ak8XAqpnGk1N1nsyTVV0Remp48BP3QrGQZ1uCMcvg2S8X1eSXzhHQZEae2oX276Q4KFAqCUswanDtcvIKLrw==", "dev": true, "license": "MIT", "dependencies": { - "@azure/msal-common": "15.16.1", - "jsonwebtoken": "^9.0.0", - "uuid": "^8.3.0" + "@azure/msal-common": "16.6.0", + "jsonwebtoken": "^9.0.0" }, "engines": { - "node": ">=16" + "node": ">=20" } }, "node_modules/@babel/code-frame": { @@ -10927,19 +10926,33 @@ } }, "node_modules/jest-junit": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-16.0.0.tgz", - "integrity": "sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-17.0.0.tgz", + "integrity": "sha512-RYWCkq4j59gUXj5DsgbIE7xFBZzu1gtibPhyjSjMmGaOTLnqlXhg7x9zuGCwgbCuMAyoyvk0Mi8wSrRR5uOeLA==", "dev": true, "license": "Apache-2.0", "dependencies": { "mkdirp": "^1.0.4", "strip-ansi": "^6.0.1", - "uuid": "^8.3.2", + "uuid": "^14.0.0", "xml": "^1.0.1" }, "engines": { - "node": ">=10.12.0" + "node": ">=20.0.0" + } + }, + "node_modules/jest-junit/node_modules/uuid": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", + "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist-node/bin/uuid" } }, "node_modules/jest-leak-detector": { @@ -17179,16 +17192,6 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", "license": "MIT" }, - "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "dev": true, - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/v8-compile-cache-lib": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", @@ -18389,7 +18392,7 @@ "@edfi/metaed-plugin-edfi-unified": "4.7.1-dev.1", "@edfi/metaed-plugin-edfi-unified-advanced": "4.7.1-dev.1", "@edfi/metaed-plugin-edfi-xsd": "4.7.1-dev.1", - "@xmldom/xmldom": "^0.9.9", + "@xmldom/xmldom": "^0.9.10", "handlebars": "^4.7.7", "js-beautify": "^1.14.7", "write-excel-file": "^2.0.9" @@ -18399,9 +18402,9 @@ } }, "packages/metaed-plugin-edfi-xml-dictionary/node_modules/@xmldom/xmldom": { - "version": "0.9.9", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.9.tgz", - "integrity": "sha512-qycIHAucxy/LXAYIjmLmtQ8q9GPnMbnjG1KXhWm9o5sCr6pOYDATkMPiTNa6/v8eELyqOQ2FsEqeoFYmgv/gJg==", + "version": "0.9.10", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.10.tgz", + "integrity": "sha512-A9gOqLdi6cV4ibazAjcQufGj0B1y/vDqYrcuP6d/6x8P27gRS8643Dj9o1dEKtB6O7fwxb2FgBmJS2mX7gpvdw==", "license": "MIT", "engines": { "node": ">=14.6" @@ -18415,7 +18418,7 @@ "@edfi/metaed-core": "4.7.1-dev.1", "@edfi/metaed-plugin-edfi-unified": "4.7.1-dev.1", "@edfi/metaed-plugin-edfi-unified-advanced": "4.7.1-dev.1", - "@xmldom/xmldom": "^0.9.9", + "@xmldom/xmldom": "^0.9.10", "deep-freeze": "^0.0.1", "handlebars": "^4.7.7", "js-beautify": "^1.14.7", @@ -18429,9 +18432,9 @@ } }, "packages/metaed-plugin-edfi-xsd/node_modules/@xmldom/xmldom": { - "version": "0.9.9", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.9.tgz", - "integrity": "sha512-qycIHAucxy/LXAYIjmLmtQ8q9GPnMbnjG1KXhWm9o5sCr6pOYDATkMPiTNa6/v8eELyqOQ2FsEqeoFYmgv/gJg==", + "version": "0.9.10", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.10.tgz", + "integrity": "sha512-A9gOqLdi6cV4ibazAjcQufGj0B1y/vDqYrcuP6d/6x8P27gRS8643Dj9o1dEKtB6O7fwxb2FgBmJS2mX7gpvdw==", "license": "MIT", "engines": { "node": ">=14.6" diff --git a/package.json b/package.json index 061467990..3393c9868 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "eslint-plugin-json": "3.1.0", "eslint-plugin-prettier": "4.2.1", "jest": "^30.0.3", - "jest-junit": "^16.0.0", + "jest-junit": "^17.0.0", "jsinspect": "^0.12.7", "lerna": "^9.0.7", "pgtools": "^1.0.1", diff --git a/packages/metaed-plugin-edfi-xml-dictionary/package.json b/packages/metaed-plugin-edfi-xml-dictionary/package.json index 416360eb0..4fa1c0c6c 100644 --- a/packages/metaed-plugin-edfi-xml-dictionary/package.json +++ b/packages/metaed-plugin-edfi-xml-dictionary/package.json @@ -17,7 +17,7 @@ "@edfi/metaed-plugin-edfi-unified": "4.7.1-dev.1", "@edfi/metaed-plugin-edfi-unified-advanced": "4.7.1-dev.1", "@edfi/metaed-plugin-edfi-xsd": "4.7.1-dev.1", - "@xmldom/xmldom": "^0.9.9", + "@xmldom/xmldom": "^0.9.10", "handlebars": "^4.7.7", "js-beautify": "^1.14.7", "write-excel-file": "^2.0.9" diff --git a/packages/metaed-plugin-edfi-xsd/package.json b/packages/metaed-plugin-edfi-xsd/package.json index d63fab7ff..22d035b0a 100644 --- a/packages/metaed-plugin-edfi-xsd/package.json +++ b/packages/metaed-plugin-edfi-xsd/package.json @@ -16,7 +16,7 @@ "@edfi/metaed-core": "4.7.1-dev.1", "@edfi/metaed-plugin-edfi-unified": "4.7.1-dev.1", "@edfi/metaed-plugin-edfi-unified-advanced": "4.7.1-dev.1", - "@xmldom/xmldom": "^0.9.9", + "@xmldom/xmldom": "^0.9.10", "deep-freeze": "^0.0.1", "handlebars": "^4.7.7", "js-beautify": "^1.14.7",