Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit 8c0bf4c

Browse files
committed
Merge branch 'master' of github.com:Aginix/nestjs-firebase-admin
2 parents 840e43b + ed79b2e commit 8c0bf4c

File tree

3 files changed

+23
-29
lines changed

3 files changed

+23
-29
lines changed

package-lock.json

Lines changed: 10 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@nestjs/common": "^7.1.2",
4343
"@nestjs/core": "^7.1.2",
4444
"@nestjs/testing": "7.3.2",
45-
"@types/jest": "25.2.3",
45+
"@types/jest": "26.0.7",
4646
"@types/node": "13.13.5",
4747
"dotenv": "^8.1.0",
4848
"husky": "4.2.5",
@@ -54,7 +54,7 @@
5454
"supertest": "4.0.2",
5555
"ts-jest": "24.3.0",
5656
"tslint": "6.1.2",
57-
"typescript": "3.9.6"
57+
"typescript": "3.9.7"
5858
},
5959
"lint-staged": {
6060
"*.ts": [

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -617,10 +617,10 @@
617617
"@types/istanbul-lib-coverage" "*"
618618
"@types/istanbul-lib-report" "*"
619619

620-
"@types/jest@25.2.3":
621-
version "25.2.3"
622-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.3.tgz#33d27e4c4716caae4eced355097a47ad363fdcaf"
623-
integrity sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==
620+
"@types/jest@26.0.7":
621+
version "26.0.7"
622+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.7.tgz#495cb1d1818c1699dbc3b8b046baf1c86ef5e324"
623+
integrity sha512-+x0077/LoN6MjqBcVOe1y9dpryWnfDZ+Xfo3EqGeBcfPRJlQp3Lw62RvNlWxuGv7kOEwlHriAa54updi3Jvvwg==
624624
dependencies:
625625
jest-diff "^25.2.1"
626626
pretty-format "^25.2.1"
@@ -3401,9 +3401,9 @@ lodash.sortby@^4.7.0:
34013401
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
34023402

34033403
lodash@^4.17.13, lodash@^4.17.15:
3404-
version "4.17.15"
3405-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
3406-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
3404+
version "4.17.19"
3405+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
3406+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
34073407

34083408
log-symbols@^4.0.0:
34093409
version "4.0.0"
@@ -5063,10 +5063,10 @@ typedarray@^0.0.6:
50635063
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
50645064
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
50655065

5066-
5067-
version "3.9.6"
5068-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
5069-
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==
5066+
5067+
version "3.9.7"
5068+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
5069+
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
50705070

50715071
uglify-js@^3.1.4:
50725072
version "3.9.3"

0 commit comments

Comments
 (0)