Skip to content

Commit 574125e

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

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '20.19.1'
29+
node-version: '20.19.6'
3030

3131
- name: Cache dependencies
3232
uses: actions/cache@v3
@@ -108,7 +108,7 @@ jobs:
108108
if: steps.pkg_version.outputs.publish == 1
109109
uses: actions/setup-node@v4
110110
with:
111-
node-version: '20.19.1'
111+
node-version: '20.19.6'
112112
registry-url: 'https://registry.npmjs.org/'
113113

114114
- name: Cache dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '20.19.1'
29+
node-version: '20.19.6'
3030
registry-url: 'https://registry.npmjs.org/'
3131

3232
- name: Cache dependencies

functions/package-lock.json

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

functions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7",
1616
"@ecomplus/client": "^2.4.0",
1717
"@ecomplus/utils": "^1.4.1",
18-
"@google-cloud/firestore": "^7.11.0",
18+
"@google-cloud/firestore": "^7.11.6",
1919
"@google-cloud/pubsub": "^3.7.5",
20-
"axios": "^1.9.0",
20+
"axios": "^1.13.2",
2121
"express": "^4.21.2",
2222
"firebase-admin": "^11.11.1",
2323
"firebase-functions": "^4.9.0",
24-
"form-data": "^3.0.3",
24+
"form-data": "^3.0.4",
2525
"js2xmlparser": "^4.0.2",
2626
"querystring": "^0.2.1"
2727
},

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"homepage": "https://github.com/ecomplus/application-starter#readme",
3838
"dependencies": {
39-
"dotenv": "^16.5.0",
39+
"dotenv": "^16.6.1",
4040
"firebase-tools": "^13.29.3",
4141
"uglify-js": "^3.19.3"
4242
},

0 commit comments

Comments
 (0)