Skip to content

Commit 6943364

Browse files
committed
Merge remote-tracking branch 'origin/main' into development
2 parents 21fea22 + 36bef34 commit 6943364

File tree

5 files changed

+22
-19
lines changed

5 files changed

+22
-19
lines changed

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- run: |
1616
cd src
1717
npm ci

package-lock.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/package-lock.json

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

src/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"test:live": "bash ../test-api.sh"
1414
},
1515
"dependencies": {
16-
"@google-cloud/firestore": "7.3.0",
17-
"@google-cloud/functions-framework": "^4.0.0"
16+
"@google-cloud/firestore": "7.11.1",
17+
"@google-cloud/functions-framework": "4.0.0"
1818
},
1919
"devDependencies": {
2020
"@jest/transform": "^30.0.0-beta.3",
2121
"jest": "29.7.0",
22-
"supertest": "^7.1.0"
22+
"supertest": "7.1.0"
2323
},
2424
"jest": {
2525
"testEnvironment": "node",

0 commit comments

Comments
 (0)