From 0ad54bfd715b71d6941ca09d09febc1963d2274e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 19:05:16 +0000 Subject: [PATCH] build(deps): bump fast-xml-parser and @google-cloud/storage Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 5.3.4 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.4 - [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.4) Updates `@google-cloud/storage` from 7.17.0 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.17.0...v7.19.0) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.4 dependency-type: indirect - dependency-name: "@google-cloud/storage" dependency-version: 7.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Legacy/SwimMeet/package-lock.json | 24 ++++++++++++------------ Legacy/SwimMeet/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Legacy/SwimMeet/package-lock.json b/Legacy/SwimMeet/package-lock.json index cb8ee7c8..69b54e96 100644 --- a/Legacy/SwimMeet/package-lock.json +++ b/Legacy/SwimMeet/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.37.0", - "@google-cloud/storage": "^7.17.0", + "@google-cloud/storage": "^7.19.0", "@google/genai": "^1.14.0", "@hookform/resolvers": "^3.10.0", "@jridgewell/trace-mapping": "^0.3.25", @@ -1408,9 +1408,9 @@ } }, "node_modules/@google-cloud/storage": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.17.0.tgz", - "integrity": "sha512-5m9GoZqKh52a1UqkxDBu/+WVFDALNtHg5up5gNmNbXQWBcV813tzJKsyDtKjOPrlR1em1TxtD7NSPCrObH7koQ==", + "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", @@ -1419,7 +1419,7 @@ "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", @@ -6149,9 +6149,9 @@ } }, "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.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz", + "integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==", "funding": [ { "type": "github", @@ -6160,7 +6160,7 @@ ], "license": "MIT", "dependencies": { - "strnum": "^1.1.1" + "strnum": "^2.1.0" }, "bin": { "fxparser": "src/cli/cli.js" @@ -9383,9 +9383,9 @@ } }, "node_modules/strnum": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz", - "integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==", + "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/Legacy/SwimMeet/package.json b/Legacy/SwimMeet/package.json index 77579584..3dfdfa48 100644 --- a/Legacy/SwimMeet/package.json +++ b/Legacy/SwimMeet/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@anthropic-ai/sdk": "^0.37.0", - "@google-cloud/storage": "^7.17.0", + "@google-cloud/storage": "^7.19.0", "@google/genai": "^1.14.0", "@hookform/resolvers": "^3.10.0", "@jridgewell/trace-mapping": "^0.3.25",