From 5016edaa6a771f88d288a5b76b8fd0d46356fe47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 18:33:27 +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.3.7 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.3.7 - [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/commits/v5.3.7) 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.3.7 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 | 26 +++++++++---------- .../src/infra-manager-processor/package.json | 2 +- 2 files changed, 14 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..5f1332d 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", @@ -1044,9 +1044,9 @@ "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.3.7", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.7.tgz", + "integrity": "sha512-JzVLro9NQv92pOM/jTCR6mHlJh2FGwtomH8ZQjhFj/R29P2Fnj38OgPJVtcvYw6SuKClhgYuwUZf5b3rd8u2mA==", "funding": [ { "type": "github", @@ -1055,7 +1055,7 @@ ], "license": "MIT", "dependencies": { - "strnum": "^1.1.1" + "strnum": "^2.1.2" }, "bin": { "fxparser": "src/cli/cli.js" @@ -2085,9 +2085,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.1.2", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz", + "integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==", "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" },