Skip to content

Commit 8d61fa0

Browse files
authored
chore(*): bump runtime to node22 (#2661)
* chore(*): bump runtime to node22 * chore(delete-user-data): revert update * chore(firestore-shorten-urls-bitly): run npm audit fix * chore(firestore-translate-text): run npm audit fix * chore(rtdb-limit-child-nodes): run npm audit fix * chore(rtdb-uppercase-messages): run npm audit fix * chore(storage-resize-images): run npm audit fix * chore(firestore-counter): run npm audit fix
1 parent 98b875b commit 8d61fa0

File tree

20 files changed

+1334
-706
lines changed

20 files changed

+1334
-706
lines changed

firestore-bigquery-export/extension.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: firestore-bigquery-export
16-
version: 0.2.8
16+
version: 0.2.9
1717
specVersion: v1beta
1818

1919
displayName: Stream Firestore to BigQuery
@@ -77,7 +77,7 @@ resources:
7777
description: >-
7878
A task-triggered function that gets called on BigQuery sync
7979
properties:
80-
runtime: nodejs20
80+
runtime: nodejs22
8181
taskQueueTrigger:
8282
rateLimits:
8383
maxConcurrentDispatches: 500
@@ -91,7 +91,7 @@ resources:
9191
description: >-
9292
Runs configuration for sycning with BigQuery
9393
properties:
94-
runtime: nodejs20
94+
runtime: nodejs22
9595
taskQueueTrigger:
9696
retryConfig:
9797
maxAttempts: 15
@@ -102,7 +102,7 @@ resources:
102102
description: >-
103103
Runs configuration for sycning with BigQuery
104104
properties:
105-
runtime: nodejs20
105+
runtime: nodejs22
106106
taskQueueTrigger:
107107
retryConfig:
108108
maxAttempts: 15

firestore-bigquery-export/functions/package-lock.json

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

firestore-send-email/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 0.2.6
2+
3+
chore: audit and audit fix packages
4+
15
## Version 0.2.5
26

37
fix: bump dependencies to fix vulnerabilities

firestore-send-email/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: firestore-send-email
16-
version: 0.2.5
16+
version: 0.2.6
1717
specVersion: v1beta
1818

1919
displayName: Trigger Email from Firestore

0 commit comments

Comments
 (0)