Skip to content

Commit

Permalink
chore(examples): update dependency cypress-firebase to v2.2.5 (#767)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 31, 2022
1 parent 3edeb29 commit bdd94a8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"cross-env": "7.0.3",
"cypress": "10.11.0",
"cypress-firebase": "2.2.2",
"cypress-firebase": "2.2.5",
"eslint-plugin-chai-friendly": "0.7.2",
"eslint-plugin-cypress": "2.12.1",
"firebase-admin": "10.3.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/basic/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6380,10 +6380,10 @@ csv-parse@^5.0.4:
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.0.4.tgz#97e5e654413bcf95f2714ce09bcb2be6de0eb8e3"
integrity sha512-5AIdl8l6n3iYQYxan5djB5eKDa+vBnhfWZtRpJTcrETWfVLYN0WSj3L9RwvgYt+psoO77juUr8TG8qpfGZifVQ==

[email protected].2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/cypress-firebase/-/cypress-firebase-2.2.2.tgz#493c8736cb80aceb7b3548d690a547b02cf72aa5"
integrity sha512-EfpSJ8z8WXnIM1ezbxFUk51Kt6jaFFnEZp6uOoSgb9DF58hwxJ+MoSw1rpyX8Kwuiv/14pFpDiI1U+ZvSTK5fg==
[email protected].5:
version "2.2.5"
resolved "https://registry.yarnpkg.com/cypress-firebase/-/cypress-firebase-2.2.5.tgz#07c30a9d01628abffa9b3a3c2b238744501d8ff6"
integrity sha512-KE2T+t37FB4LCJ5GceFBCN6V+svtljRKra/dzzS2+i8altuybllS7K4UP5/Pn5o2gZw/6dOz+GGRGTXVjpHlUg==

[email protected]:
version "10.11.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/react-dom": "17.0.11",
"cross-env": "7.0.3",
"cypress": "12.2.0",
"cypress-firebase": "2.2.2",
"cypress-firebase": "2.2.5",
"eslint-plugin-chai-friendly": "0.7.2",
"eslint-plugin-cypress": "2.12.1",
"firebase-admin": "11.4.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/typescript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5907,10 +5907,10 @@ csv-parse@^5.0.4:
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.0.4.tgz#97e5e654413bcf95f2714ce09bcb2be6de0eb8e3"
integrity sha512-5AIdl8l6n3iYQYxan5djB5eKDa+vBnhfWZtRpJTcrETWfVLYN0WSj3L9RwvgYt+psoO77juUr8TG8qpfGZifVQ==

[email protected].2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/cypress-firebase/-/cypress-firebase-2.2.2.tgz#493c8736cb80aceb7b3548d690a547b02cf72aa5"
integrity sha512-EfpSJ8z8WXnIM1ezbxFUk51Kt6jaFFnEZp6uOoSgb9DF58hwxJ+MoSw1rpyX8Kwuiv/14pFpDiI1U+ZvSTK5fg==
[email protected].5:
version "2.2.5"
resolved "https://registry.yarnpkg.com/cypress-firebase/-/cypress-firebase-2.2.5.tgz#07c30a9d01628abffa9b3a3c2b238744501d8ff6"
integrity sha512-KE2T+t37FB4LCJ5GceFBCN6V+svtljRKra/dzzS2+i8altuybllS7K4UP5/Pn5o2gZw/6dOz+GGRGTXVjpHlUg==

[email protected]:
version "12.2.0"
Expand Down

0 comments on commit bdd94a8

Please sign in to comment.