From 6354ca3220fe9d1a0086d164da4e7f27a81e621e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 20:56:56 +0000 Subject: [PATCH] chore(deps): bump fast-xml-parser and @google-cloud/storage Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 5.4.1 and updates ancestor dependency [@google-cloud/storage](https://github.com/googleapis/nodejs-storage). These dependencies need to be updated together. Updates `fast-xml-parser` from 4.5.3 to 5.4.1 - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.5.3...v5.4.1) Updates `@google-cloud/storage` from 7.15.2 to 7.19.0 - [Release notes](https://github.com/googleapis/nodejs-storage/releases) - [Changelog](https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/nodejs-storage/compare/v7.15.2...v7.19.0) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.4.1 dependency-type: indirect - dependency-name: "@google-cloud/storage" dependency-version: 7.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../infra-manager-processor/package-lock.json | 39 ++++++++++++------- .../src/infra-manager-processor/package.json | 2 +- 2 files changed, 27 insertions(+), 14 deletions(-) diff --git a/reference-architectures/sandboxes/sandbox-modules/src/infra-manager-processor/package-lock.json b/reference-architectures/sandboxes/sandbox-modules/src/infra-manager-processor/package-lock.json index 3f387ae..e7295c1 100644 --- a/reference-architectures/sandboxes/sandbox-modules/src/infra-manager-processor/package-lock.json +++ b/reference-architectures/sandboxes/sandbox-modules/src/infra-manager-processor/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@google-cloud/firestore": "^7.1.0", - "@google-cloud/storage": "^7.7.0", + "@google-cloud/storage": "^7.19.0", "axios": "^1.13.5", "express": "^4.22.1", "google-auth-library": "^9.4.1" @@ -85,18 +85,18 @@ } }, "node_modules/@google-cloud/storage": { - "version": "7.15.2", - "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.15.2.tgz", - "integrity": "sha512-+2k+mcQBb9zkaXMllf2wwR/rI07guAx+eZLWsGTDihW2lJRGfiqB7xu1r7/s4uvSP/T+nAumvzT5TTscwHKJ9A==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.19.0.tgz", + "integrity": "sha512-n2FjE7NAOYyshogdc7KQOl/VZb4sneqPjWouSyia9CMDdMhRX5+RIbqalNmC7LOLzuLAN89VlF2HvG8na9G+zQ==", "license": "Apache-2.0", "dependencies": { "@google-cloud/paginator": "^5.0.0", "@google-cloud/projectify": "^4.0.0", - "@google-cloud/promisify": "^4.0.0", + "@google-cloud/promisify": "<4.1.0", "abort-controller": "^3.0.0", "async-retry": "^1.3.3", "duplexify": "^4.1.3", - "fast-xml-parser": "^4.4.1", + "fast-xml-parser": "^5.3.4", "gaxios": "^6.0.2", "google-auth-library": "^9.6.3", "html-entities": "^2.5.2", @@ -1043,10 +1043,22 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "license": "MIT" }, + "node_modules/fast-xml-builder": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.0.0.tgz", + "integrity": "sha512-fpZuDogrAgnyt9oDDz+5DBz0zgPdPZz6D4IR7iESxRXElrlGTRkHJ9eEt+SACRJwT0FNFrt71DFQIUFBJfX/uQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT" + }, "node_modules/fast-xml-parser": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz", - "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.4.1.tgz", + "integrity": "sha512-BQ30U1mKkvXQXXkAGcuyUA/GA26oEB7NzOtsxCDtyu62sjGw5QraKFhx2Em3WQNjPw9PG6MQ9yuIIgkSDfGu5A==", "funding": [ { "type": "github", @@ -1055,7 +1067,8 @@ ], "license": "MIT", "dependencies": { - "strnum": "^1.1.1" + "fast-xml-builder": "^1.0.0", + "strnum": "^2.1.2" }, "bin": { "fxparser": "src/cli/cli.js" @@ -2085,9 +2098,9 @@ } }, "node_modules/strnum": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.1.tgz", - "integrity": "sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.0.tgz", + "integrity": "sha512-Y7Bj8XyJxnPAORMZj/xltsfo55uOiyHcU2tnAVzHUnSJR/KsEX+9RoDeXEnsXtl/CX4fAcrt64gZ13aGaWPeBg==", "funding": [ { "type": "github", diff --git a/reference-architectures/sandboxes/sandbox-modules/src/infra-manager-processor/package.json b/reference-architectures/sandboxes/sandbox-modules/src/infra-manager-processor/package.json index e3e0ddb..0f78084 100644 --- a/reference-architectures/sandboxes/sandbox-modules/src/infra-manager-processor/package.json +++ b/reference-architectures/sandboxes/sandbox-modules/src/infra-manager-processor/package.json @@ -13,7 +13,7 @@ "dependencies": { "express": "^4.22.1", "@google-cloud/firestore": "^7.1.0", - "@google-cloud/storage": "^7.7.0", + "@google-cloud/storage": "^7.19.0", "axios": "^1.13.5", "google-auth-library": "^9.4.1" },