diff --git a/examples/odata-cli/package.json b/examples/odata-cli/package.json index 93122d00c10..9d04e48db9f 100644 --- a/examples/odata-cli/package.json +++ b/examples/odata-cli/package.json @@ -19,7 +19,7 @@ "@sap-ux/btp-utils": "workspace:*", "@sap-ux/logger": "workspace:*", "dotenv": "17.4.2", - "fast-xml-parser": "5.5.9" + "fast-xml-parser": "5.7.0" }, "files": [ "dist", diff --git a/packages/adp-tooling/package.json b/packages/adp-tooling/package.json index a62ab6b130e..2d6f3c618ea 100644 --- a/packages/adp-tooling/package.json +++ b/packages/adp-tooling/package.json @@ -60,7 +60,7 @@ "mem-fs-editor": "9.4.0", "prompts": "2.4.2", "sanitize-filename": "1.6.4", - "uuid": "11.1.0" + "uuid": "14.0.0" }, "devDependencies": { "@sap-ux/store": "workspace:*", diff --git a/packages/axios-extension/package.json b/packages/axios-extension/package.json index 4af8098c0d2..a467f51a570 100644 --- a/packages/axios-extension/package.json +++ b/packages/axios-extension/package.json @@ -31,12 +31,12 @@ "@sap-ux/feature-toggle": "workspace:*", "axios": "1.15.0", "detect-content-type": "1.2.0", - "fast-xml-parser": "5.5.9", + "fast-xml-parser": "5.7.0", "lodash": "4.18.1", "open": "8.4.2", "qs": "6.15.0", "xpath": "0.0.34", - "@xmldom/xmldom": "0.8.12", + "@xmldom/xmldom": "0.8.13", "https-proxy-agent": "7.0.6", "http-proxy-agent": "7.0.2", "proxy-from-env": "1.1.0" diff --git a/packages/control-property-editor/package.json b/packages/control-property-editor/package.json index 4f6d8def4af..560d5f9d18d 100644 --- a/packages/control-property-editor/package.json +++ b/packages/control-property-editor/package.json @@ -61,7 +61,7 @@ "esbuild-plugin-copy": "2.1.1", "@esbuild-plugins/node-modules-polyfill": "0.2.2", "@sap-ux-private/control-property-editor-common": "workspace:*", - "uuid": "11.1.0" + "uuid": "14.0.0" }, "engines": { "node": ">=20.x" diff --git a/packages/fe-fpm-writer/package.json b/packages/fe-fpm-writer/package.json index e3a310972b4..d1406779ed5 100644 --- a/packages/fe-fpm-writer/package.json +++ b/packages/fe-fpm-writer/package.json @@ -35,7 +35,7 @@ "@sap-ux/project-access": "workspace:*", "@sap-ux/logger": "workspace:*", "@sap-ux/vocabularies-types": "0.15.0", - "@xmldom/xmldom": "0.8.12", + "@xmldom/xmldom": "0.8.13", "ejs": "3.1.10", "i18next": "25.10.10", "mem-fs": "2.1.0", diff --git a/packages/fiori-app-sub-generator/package.json b/packages/fiori-app-sub-generator/package.json index 5c04b86a55d..33b90750716 100644 --- a/packages/fiori-app-sub-generator/package.json +++ b/packages/fiori-app-sub-generator/package.json @@ -55,7 +55,7 @@ "lodash": "4.18.1", "mem-fs": "2.1.0", "mem-fs-editor": "9.4.0", - "uuid": "11.1.0", + "uuid": "14.0.0", "yeoman-generator": "5.10.0" }, "devDependencies": { diff --git a/packages/fiori-docs-embeddings/package.json b/packages/fiori-docs-embeddings/package.json index cd06dbc2ffd..53adaeed7b3 100644 --- a/packages/fiori-docs-embeddings/package.json +++ b/packages/fiori-docs-embeddings/package.json @@ -39,7 +39,7 @@ "node-fetch": "^3.3.2", "marked": "^12.0.0", "gray-matter": "^4.0.3", - "fast-xml-parser": "5.5.9", + "fast-xml-parser": "5.7.0", "tsx": "^4.7.0" }, "keywords": [ diff --git a/packages/generator-adp/package.json b/packages/generator-adp/package.json index e6cfe5e104f..c90c05f9b03 100644 --- a/packages/generator-adp/package.json +++ b/packages/generator-adp/package.json @@ -55,7 +55,7 @@ "@sap-ux/telemetry": "workspace:*", "i18next": "25.10.10", "yeoman-generator": "5.10.0", - "uuid": "11.1.0" + "uuid": "14.0.0" }, "devDependencies": { "@jest/types": "30.3.0", diff --git a/packages/odata-service-inquirer/package.json b/packages/odata-service-inquirer/package.json index 7e88ac85a23..150b42ef78b 100644 --- a/packages/odata-service-inquirer/package.json +++ b/packages/odata-service-inquirer/package.json @@ -47,7 +47,7 @@ "axios": "1.15.0", "axios-logger": "2.8.1", "circular-reference-remover": "2.1.0", - "fast-xml-parser": "5.5.9", + "fast-xml-parser": "5.7.0", "i18next": "25.10.10", "inquirer-autocomplete-prompt": "2.0.1", "os-name": "4.0.1", diff --git a/packages/odata-service-writer/package.json b/packages/odata-service-writer/package.json index 522fb3cbca1..071bc35440d 100644 --- a/packages/odata-service-writer/package.json +++ b/packages/odata-service-writer/package.json @@ -38,7 +38,7 @@ "@sap-ux/project-access": "workspace:*", "@sap-ux/ui5-config": "workspace:*", "ejs": "3.1.10", - "fast-xml-parser": "5.5.9", + "fast-xml-parser": "5.7.0", "i18next": "25.10.10", "mem-fs": "2.1.0", "mem-fs-editor": "9.4.0", diff --git a/packages/project-access/package.json b/packages/project-access/package.json index 395a7b1dc04..e1fc3e0f3b1 100644 --- a/packages/project-access/package.json +++ b/packages/project-access/package.json @@ -34,7 +34,7 @@ "dependencies": { "@sap-ux/i18n": "workspace:*", "@sap-ux/ui5-config": "workspace:*", - "fast-xml-parser": "5.5.9", + "fast-xml-parser": "5.7.0", "findit2": "2.2.3", "json-parse-even-better-errors": "5.0.0", "mem-fs": "2.1.0", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 2c461d1c368..6a27432bd72 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -38,7 +38,7 @@ "react-select": "5.10.2", "react-virtualized": "9.22.6", "sanitize-html": "2.17.3", - "uuid": "11.1.0" + "uuid": "14.0.0" }, "peerDependencies": { "react": ">=16.14.0",