Skip to content

Commit d348fe1

Browse files
committed
types/listr, types/mz, types/request, types/json-stable-stringify
1 parent 6ebd002 commit d348fe1

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@
7474
"@types/eslint": "7.29.0",
7575
"@types/inquirer": "8.2.10",
7676
"@types/js-yaml": "4.0.9",
77-
"@types/listr": "0.14.4",
77+
"@types/listr": "0.14.9",
7878
"@types/long": "4.0.2",
7979
"@types/mocha": "9.1.1",
80-
"@types/mz": "2.7.4",
80+
"@types/mz": "2.7.8",
8181
"@types/node": "16.18.68",
82-
"@types/request": "2.48.8",
82+
"@types/request": "2.48.12",
8383
"@types/sinon": "9.0.11",
8484
"@types/sinon-chai": "3.2.9",
8585
"@types/tmp": "0.2.3",

packages/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"@rollup/plugin-alias": "5.1.0",
116116
"@rollup/plugin-json": "4.1.0",
117117
"@types/eslint": "7.29.0",
118-
"@types/json-stable-stringify": "1.0.34",
118+
"@types/json-stable-stringify": "1.0.36",
119119
"chai-exclude": "2.1.0",
120120
"json-stable-stringify": "1.0.2",
121121
"protobufjs": "7.2.4",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3540,10 +3540,10 @@
35403540
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz"
35413541
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
35423542

3543-
"@types/[email protected].34":
3544-
version "1.0.34"
3545-
resolved "https://registry.npmjs.org/@types/json-stable-stringify/-/json-stable-stringify-1.0.34.tgz"
3546-
integrity sha512-s2cfwagOQAS8o06TcwKfr9Wx11dNGbH2E9vJz1cqV+a/LOyhWNLUNd6JSRYNzvB4d29UuJX2M0Dj9vE1T8fRXw==
3543+
"@types/[email protected].36":
3544+
version "1.0.36"
3545+
resolved "https://registry.npmjs.org/@types/json-stable-stringify/-/json-stable-stringify-1.0.36.tgz#fe6c6001a69ff8160a772da08779448a333c7ddd"
3546+
integrity sha512-b7bq23s4fgBB76n34m2b3RBf6M369B0Z9uRR8aHTMd8kZISRkmDEpPD8hhpYvDFzr3bJCPES96cm3Q6qRNDbQw==
35473547

35483548
"@types/json5@^0.0.29":
35493549
version "0.0.29"
@@ -3557,10 +3557,10 @@
35573557
dependencies:
35583558
"@types/node" "*"
35593559

3560-
"@types/[email protected].4":
3561-
version "0.14.4"
3562-
resolved "https://registry.npmjs.org/@types/listr/-/listr-0.14.4.tgz"
3563-
integrity sha512-+MWvidNujBUgJsi4yMVwEQQwaHe6oHedPSy+dwk3akGEeuIbvhWkK+TGsXSwbFup7Y0cCBb+wzzdD+yGKp7sOg==
3560+
"@types/[email protected].9":
3561+
version "0.14.9"
3562+
resolved "https://registry.npmjs.org/@types/listr/-/listr-0.14.9.tgz#736581cfdfcdb821bace0a3e5b05e91182e00c85"
3563+
integrity sha512-Ncsy/jtO/HZYrupLGcnp1BOswZVsNvggjIjnf2EZ1xECfU4hxcQ3FWvFEyR+/DXssz0HDm74Op/tEsyrB3eV5w==
35643564
dependencies:
35653565
"@types/node" "*"
35663566
rxjs "^6.5.1"
@@ -3595,10 +3595,10 @@
35953595
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz"
35963596
integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
35973597

3598-
"@types/[email protected].4":
3599-
version "2.7.4"
3600-
resolved "https://registry.npmjs.org/@types/mz/-/mz-2.7.4.tgz"
3601-
integrity sha512-Zs0imXxyWT20j3Z2NwKpr0IO2LmLactBblNyLua5Az4UHuqOQ02V3jPTgyKwDkuc33/ahw+C3O1PIZdrhFMuQA==
3598+
"@types/[email protected].8":
3599+
version "2.7.8"
3600+
resolved "https://registry.npmjs.org/@types/mz/-/mz-2.7.8.tgz#5ac05b34f08e6225d7ad9b05e158b03d9ca9e2d4"
3601+
integrity sha512-mGLNqqwt8yu4pDw9rEphAiyWnEdok0GzOGrwi5EiTuDFxw7H3ZaEI4ASFKq4HaZtemtjQ8MkcmtWcrU4V0WkIw==
36023602
dependencies:
36033603
"@types/node" "*"
36043604

@@ -3679,10 +3679,10 @@
36793679
resolved "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz"
36803680
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
36813681

3682-
"@types/[email protected].8":
3683-
version "2.48.8"
3684-
resolved "https://registry.npmjs.org/@types/request/-/request-2.48.8.tgz"
3685-
integrity sha512-whjk1EDJPcAR2kYHRbFl/lKeeKYTi05A15K9bnLInCVroNDCtXce57xKdI0/rQaA3K+6q0eFyUBPmqfSndUZdQ==
3682+
"@types/[email protected].12":
3683+
version "2.48.12"
3684+
resolved "https://registry.npmjs.org/@types/request/-/request-2.48.12.tgz#0f590f615a10f87da18e9790ac94c29ec4c5ef30"
3685+
integrity sha512-G3sY+NpsA9jnwm0ixhAFQSJ3Q9JkpLZpJbI3GMv0mIAT0y3mRabYeINzal5WOChIiaTEGQYlHOKgkaM9EisWHw==
36863686
dependencies:
36873687
"@types/caseless" "*"
36883688
"@types/node" "*"

0 commit comments

Comments
 (0)