Skip to content

Commit 280c256

Browse files
Update dependency protobufjs to v6.11.3 [SECURITY] (#6328)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b12af44 commit 280c256

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

packages/firestore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@types/eslint": "7.29.0",
101101
"@types/json-stable-stringify": "1.0.34",
102102
"json-stable-stringify": "1.0.1",
103-
"protobufjs": "6.11.2",
103+
"protobufjs": "6.11.3",
104104
"rollup": "2.72.1",
105105
"rollup-plugin-copy": "3.4.0",
106106
"rollup-plugin-copy-assets": "2.0.3",

yarn.lock

+19
Original file line numberDiff line numberDiff line change
@@ -13874,6 +13874,25 @@ [email protected], protobufjs@^6.10.0:
1387413874
"@types/node" ">=13.7.0"
1387513875
long "^4.0.0"
1387613876

13877+
13878+
version "6.11.3"
13879+
resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz#637a527205a35caa4f3e2a9a4a13ddffe0e7af74"
13880+
integrity sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==
13881+
dependencies:
13882+
"@protobufjs/aspromise" "^1.1.2"
13883+
"@protobufjs/base64" "^1.1.2"
13884+
"@protobufjs/codegen" "^2.0.4"
13885+
"@protobufjs/eventemitter" "^1.1.0"
13886+
"@protobufjs/fetch" "^1.1.0"
13887+
"@protobufjs/float" "^1.0.2"
13888+
"@protobufjs/inquire" "^1.1.0"
13889+
"@protobufjs/path" "^1.1.2"
13890+
"@protobufjs/pool" "^1.1.0"
13891+
"@protobufjs/utf8" "^1.1.0"
13892+
"@types/long" "^4.0.1"
13893+
"@types/node" ">=13.7.0"
13894+
long "^4.0.0"
13895+
1387713896
protocols@^1.1.0, protocols@^1.4.0:
1387813897
version "1.4.8"
1387913898
resolved "https://registry.npmjs.org/protocols/-/protocols-1.4.8.tgz#48eea2d8f58d9644a4a32caae5d5db290a075ce8"

0 commit comments

Comments
 (0)