Skip to content

Commit 1affc53

Browse files
Update dependency protobufjs to v7.3.0 [SECURITY]
1 parent beaa4df commit 1affc53

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

packages/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"@types/json-stable-stringify": "1.0.36",
120120
"chai-exclude": "2.1.0",
121121
"json-stable-stringify": "1.1.1",
122-
"protobufjs": "7.2.6",
122+
"protobufjs": "7.3.0",
123123
"rollup": "2.79.1",
124124
"rollup-plugin-copy": "3.5.0",
125125
"rollup-plugin-copy-assets": "2.0.3",

yarn.lock

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14304,10 +14304,10 @@ [email protected]:
1430414304
"@types/node" ">=13.7.0"
1430514305
long "^4.0.0"
1430614306

14307-
protobufjs@7.2.6, protobufjs@^7.2.4:
14308-
version "7.2.6"
14309-
resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz#4a0ccd79eb292717aacf07530a07e0ed20278215"
14310-
integrity sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==
14307+
protobufjs@7.3.0:
14308+
version "7.3.0"
14309+
resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.0.tgz#a32ec0422c039798c41a0700306a6e305b9cb32c"
14310+
integrity sha512-YWD03n3shzV9ImZRX3ccbjqLxj7NokGN0V/ESiBV5xWqrommYHYiihuIyavq03pWSGqlyvYUFmfoMKd+1rPA/g==
1431114311
dependencies:
1431214312
"@protobufjs/aspromise" "^1.1.2"
1431314313
"@protobufjs/base64" "^1.1.2"
@@ -14341,6 +14341,24 @@ protobufjs@^6.11.3:
1434114341
"@types/node" ">=13.7.0"
1434214342
long "^4.0.0"
1434314343

14344+
protobufjs@^7.2.4:
14345+
version "7.2.6"
14346+
resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz#4a0ccd79eb292717aacf07530a07e0ed20278215"
14347+
integrity sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==
14348+
dependencies:
14349+
"@protobufjs/aspromise" "^1.1.2"
14350+
"@protobufjs/base64" "^1.1.2"
14351+
"@protobufjs/codegen" "^2.0.4"
14352+
"@protobufjs/eventemitter" "^1.1.0"
14353+
"@protobufjs/fetch" "^1.1.0"
14354+
"@protobufjs/float" "^1.0.2"
14355+
"@protobufjs/inquire" "^1.1.0"
14356+
"@protobufjs/path" "^1.1.2"
14357+
"@protobufjs/pool" "^1.1.0"
14358+
"@protobufjs/utf8" "^1.1.0"
14359+
"@types/node" ">=13.7.0"
14360+
long "^5.0.0"
14361+
1434414362
protocols@^1.1.0, protocols@^1.4.0:
1434514363
version "1.4.8"
1434614364
resolved "https://registry.npmjs.org/protocols/-/protocols-1.4.8.tgz"

0 commit comments

Comments
 (0)