Skip to content

Commit e9623c8

Browse files
chore(deps): update dependency firebase-functions-test to v3
1 parent 39704d9 commit e9623c8

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Diff for: functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-loader": "4.0.2",
3535
"eslint-plugin-import": "2.25.3",
3636
"eslint-plugin-prettier": "3.4.1",
37-
"firebase-functions-test": "0.3.3",
37+
"firebase-functions-test": "3.3.0",
3838
"firebase-tools": "8.20.0",
3939
"prettier": "2.5.0",
4040
"typescript": "4.5.2"

Diff for: functions/yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -2496,13 +2496,14 @@ [email protected]:
24962496
"@google-cloud/firestore" "^3.0.0"
24972497
"@google-cloud/storage" "^4.1.2"
24982498

2499-
firebase-functions-test@0.3.3:
2500-
version "0.3.3"
2501-
resolved "https://registry.yarnpkg.com/firebase-functions-test/-/firebase-functions-test-0.3.3.tgz#d26626d6c3edb03cd27eb79c12980c2551722517"
2502-
integrity sha512-dCppF/2Ztv87IyyBaUQlT1Z05ial5v/3LB0huS2ktXz05yNiID5FVIKtO0/+w9Q7/SThJ8qIDG0hoGDPt4Xcug==
2499+
2500+
version "3.3.0"
2501+
resolved "https://registry.yarnpkg.com/firebase-functions-test/-/firebase-functions-test-3.3.0.tgz#63566f0ea71d9fd0651c756b29a8b50ec5f408d8"
2502+
integrity sha512-X+OOA34MGrsTimFXTDnWT0psAqnmBkJ85bGCoLMwjgei5Prfkqh3bv5QASnXC/cmIVBSF2Qw9uW1+mF/t3kFlw==
25032503
dependencies:
25042504
"@types/lodash" "^4.14.104"
25052505
lodash "^4.17.5"
2506+
ts-deepmerge "^2.0.1"
25062507

25072508
25082509
version "3.16.0"
@@ -5726,6 +5727,11 @@ triple-beam@^1.2.0, triple-beam@^1.3.0:
57265727
resolved "https://registry.yarnpkg.com/triple-beam/-/triple-beam-1.3.0.tgz#a595214c7298db8339eeeee083e4d10bd8cb8dd9"
57275728
integrity sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==
57285729

5730+
ts-deepmerge@^2.0.1:
5731+
version "2.0.7"
5732+
resolved "https://registry.yarnpkg.com/ts-deepmerge/-/ts-deepmerge-2.0.7.tgz#36786a9a10b5f3a6f5154007cf17bfba7251e0a7"
5733+
integrity sha512-3phiGcxPSSR47RBubQxPoZ+pqXsEsozLo4G4AlSrsMKTFg9TA3l+3he5BqpUi9wiuDbaHWXH/amlzQ49uEdXtg==
5734+
57295735
tsconfig-paths@^3.11.0:
57305736
version "3.11.0"
57315737
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"

0 commit comments

Comments
 (0)