Skip to content

Commit 4aef4f1

Browse files
fix(deps): update all non-major (#135)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c7dbde8 commit 4aef4f1

File tree

4 files changed

+11
-44
lines changed

4 files changed

+11
-44
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v2
2727
with:
28-
node-version: '20.19.3'
28+
node-version: '20.19.5'
2929

3030
- name: Cache dependencies
3131
uses: actions/cache@v2
@@ -106,7 +106,7 @@ jobs:
106106
if: steps.pkg_version.outputs.publish == 1
107107
uses: actions/setup-node@v2
108108
with:
109-
node-version: '20.19.3'
109+
node-version: '20.19.5'
110110
registry-url: 'https://registry.npmjs.org/'
111111

112112
- name: Cache dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v2
2727
with:
28-
node-version: '20.19.3'
28+
node-version: '20.19.5'
2929
registry-url: 'https://registry.npmjs.org/'
3030

3131
- name: Cache dependencies

functions/package-lock.json

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

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@ecomplus/client": "^2.4.0",
1818
"@ecomplus/transactional-mails": "^1.11.9",
1919
"@ecomplus/utils": "^1.4.1",
20-
"@google-cloud/firestore": "^7.11.2",
20+
"@google-cloud/firestore": "^7.11.6",
2121
"aws-sdk": "^2.1692.0",
2222
"axios": "^0.30.0",
2323
"cors": "^2.8.5",

0 commit comments

Comments
 (0)