From 01207da4a6dda00eb2ade37805607906dff2d38a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 21:11:44 +0000 Subject: [PATCH 1/2] Bump protobufjs from 6.11.3 to 7.2.6 Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 7.2.6. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/v6.11.3...protobufjs-v7.2.6) --- updated-dependencies: - dependency-name: protobufjs dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index acf643dc0cc..dad9bf228c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14284,9 +14284,9 @@ proto3-json-serializer@^1.0.0: dependencies: protobufjs "^6.11.3" -protobufjs@6.11.3, protobufjs@^6.11.3: +protobufjs@6.11.3: version "6.11.3" - resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz" + resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz#637a527205a35caa4f3e2a9a4a13ddffe0e7af74" integrity sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg== dependencies: "@protobufjs/aspromise" "^1.1.2" @@ -14303,7 +14303,7 @@ protobufjs@6.11.3, protobufjs@^6.11.3: "@types/node" ">=13.7.0" long "^4.0.0" -protobufjs@7.2.6: +protobufjs@7.2.6, protobufjs@^7.2.4: version "7.2.6" resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz#4a0ccd79eb292717aacf07530a07e0ed20278215" integrity sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw== @@ -14321,10 +14321,10 @@ protobufjs@7.2.6: "@types/node" ">=13.7.0" long "^5.0.0" -protobufjs@^7.2.4: - version "7.2.4" - resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.4.tgz" - integrity sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ== +protobufjs@^6.11.3: + version "6.11.4" + resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.4.tgz#29a412c38bf70d89e537b6d02d904a6f448173aa" + integrity sha512-5kQWPaJHi1WoCpjTGszzQ32PG2F4+wRY6BmAT4Vfw56Q2FZ4YZzK20xUYQH4YkfehY1e6QSICrJquM6xXZNcrw== dependencies: "@protobufjs/aspromise" "^1.1.2" "@protobufjs/base64" "^1.1.2" @@ -14336,8 +14336,9 @@ protobufjs@^7.2.4: "@protobufjs/path" "^1.1.2" "@protobufjs/pool" "^1.1.0" "@protobufjs/utf8" "^1.1.0" + "@types/long" "^4.0.1" "@types/node" ">=13.7.0" - long "^5.0.0" + long "^4.0.0" protocols@^1.1.0, protocols@^1.4.0: version "1.4.8" From 8aa10765eddbfafd6c6d1839f856aecf6ddb0244 Mon Sep 17 00:00:00 2001 From: DellaBitta Date: Thu, 11 Apr 2024 11:09:28 -0400 Subject: [PATCH 2/2] added changeset. --- .changeset/empty-items-compete.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/empty-items-compete.md diff --git a/.changeset/empty-items-compete.md b/.changeset/empty-items-compete.md new file mode 100644 index 00000000000..cb849882698 --- /dev/null +++ b/.changeset/empty-items-compete.md @@ -0,0 +1,5 @@ +--- +'@firebase/firestore': patch +--- + +Updated protobufjs transitive dependency in Firetore.