Skip to content

Commit 9a66947

Browse files
committed
path-package, protobufjs
1 parent d2b6f60 commit 9a66947

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"npm-run-all": "4.1.5",
137137
"nyc": "15.1.0",
138138
"ora": "5.4.1",
139-
"patch-package": "7.0.0",
139+
"patch-package": "7.0.2",
140140
"postinstall-postinstall": "2.1.0",
141141
"prettier": "2.8.7",
142142
"protractor": "5.4.2",

packages/firestore/package.json

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

yarn.lock

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13963,10 +13963,10 @@ pascalcase@^0.1.1:
1396313963
resolved "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz"
1396413964
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
1396513965

13966-
13967-
version "7.0.0"
13968-
resolved "https://registry.npmjs.org/patch-package/-/patch-package-7.0.0.tgz"
13969-
integrity sha512-eYunHbnnB2ghjTNc5iL1Uo7TsGMuXk0vibX3RFcE/CdVdXzmdbMsG/4K4IgoSuIkLTI5oHrMQk4+NkFqSed0BQ==
13966+
13967+
version "7.0.2"
13968+
resolved "https://registry.npmjs.org/patch-package/-/patch-package-7.0.2.tgz#c01589bb6964854b5210506a5845d47900641f5a"
13969+
integrity sha512-PMYfL8LXxGIRmxXLqlEaBxzKPu7/SdP13ld6GSfAUJUZRmBDPp8chZs0dpzaAFn9TSPnFiMwkC6PJt6pBiAl8Q==
1397013970
dependencies:
1397113971
"@yarnpkg/lockfile" "^1.1.0"
1397213972
chalk "^4.1.2"
@@ -13978,7 +13978,7 @@ [email protected]:
1397813978
minimist "^1.2.6"
1397913979
open "^7.4.2"
1398013980
rimraf "^2.6.3"
13981-
semver "^5.6.0"
13981+
semver "^7.5.3"
1398213982
slash "^2.0.0"
1398313983
tmp "^0.0.33"
1398413984
yaml "^2.2.2"
@@ -14385,7 +14385,25 @@ [email protected], protobufjs@^6.11.3:
1438514385
"@types/node" ">=13.7.0"
1438614386
long "^4.0.0"
1438714387

14388-
[email protected], protobufjs@^7.2.4:
14388+
14389+
version "7.2.6"
14390+
resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz#4a0ccd79eb292717aacf07530a07e0ed20278215"
14391+
integrity sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==
14392+
dependencies:
14393+
"@protobufjs/aspromise" "^1.1.2"
14394+
"@protobufjs/base64" "^1.1.2"
14395+
"@protobufjs/codegen" "^2.0.4"
14396+
"@protobufjs/eventemitter" "^1.1.0"
14397+
"@protobufjs/fetch" "^1.1.0"
14398+
"@protobufjs/float" "^1.0.2"
14399+
"@protobufjs/inquire" "^1.1.0"
14400+
"@protobufjs/path" "^1.1.2"
14401+
"@protobufjs/pool" "^1.1.0"
14402+
"@protobufjs/utf8" "^1.1.0"
14403+
"@types/node" ">=13.7.0"
14404+
long "^5.0.0"
14405+
14406+
protobufjs@^7.2.4:
1438914407
version "7.2.4"
1439014408
resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.4.tgz"
1439114409
integrity sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==

0 commit comments

Comments
 (0)