Skip to content

Commit 91913a0

Browse files
committed
chore: bump version to 1.2.2 and update dependencies
- Updated version from 1.2.1 to 1.2.2 in package.json - Removed firebase-functions dependency - Added overrides for @babel/core, form-data, and protobufjs
1 parent 9c37379 commit 91913a0

5 files changed

Lines changed: 139 additions & 2645 deletions

File tree

SECURITY.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
Security fixes are provided for the latest minor line only.
66

77
| Version | Supported |
8-
|---------| -- |
9-
| 1.2.x | |
10-
| 1.1.x | |
11-
| 1.0.x | |
12-
| < 1.0.0 | |
8+
|---------|:---------:|
9+
| 1.2.x | |
10+
| 1.1.x | |
11+
| 1.0.x | |
12+
| < 1.0.0 | |
1313

1414
If you run a self-hosted deployment, upgrade to the latest `1.2.x` patch release as soon as practical.
1515

@@ -31,7 +31,6 @@ Do **not** open a public issue for suspected vulnerabilities.
3131
- Contact the maintainer directly via GitHub
3232
- Contact us via email [expensemanagementwebsite@gmail.com](mailto:expensemanagementwebsite@gmail.com)
3333

34-
3534
### What to include
3635

3736
Please include as much detail as possible:

functions/package-lock.json

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

functions/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "expense-management-functions",
33
"description": "Firebase Cloud Functions for Expense Management",
4+
"private": true,
5+
"version": "1.2.2",
46
"scripts": {
57
"lint": "eslint .",
68
"serve": "firebase emulators:start --only functions",
@@ -21,6 +23,7 @@
2123
"eslint": "^9.39.4",
2224
"eslint-config-google": "^0.14.0"
2325
},
24-
"private": true,
25-
"version": "1.2.1"
26+
"overrides": {
27+
"protobufjs": "7.6.3"
28+
}
2629
}

0 commit comments

Comments
 (0)