Skip to content

Commit 7deb33e

Browse files
committed
chore(): update dependencies
1 parent 91f1806 commit 7deb33e

File tree

4 files changed

+40
-36
lines changed

4 files changed

+40
-36
lines changed

functions/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,22 @@
2626
"express": "4.18.2",
2727
"express-async-errors": "3.1.1",
2828
"firebase-admin": "12.0.0",
29-
"firebase-functions": "4.6.0",
29+
"firebase-functions": "4.7.0",
3030
"http-errors": "2.0.0",
3131
"node-fetch": "2.6.7",
32-
"openai": "4.26.0"
32+
"openai": "4.27.0"
3333
},
3434
"devDependencies": {
3535
"@firebase/firestore-types": "3.0.0",
3636
"@firebase/rules-unit-testing": "3.0.1",
3737
"@types/http-errors": "2.0.4",
3838
"@types/jest": "29.5.12",
3939
"@types/node-fetch": "2.6.11",
40-
"@typescript-eslint/eslint-plugin": "6.20.0",
41-
"@typescript-eslint/parser": "6.20.0",
40+
"@typescript-eslint/eslint-plugin": "6.21.0",
41+
"@typescript-eslint/parser": "6.21.0",
4242
"eslint": "8.56.0",
4343
"firebase-functions-test": "3.1.1",
44-
"firebase-tools": "13.1.0",
44+
"firebase-tools": "13.2.1",
4545
"jest": "29.7.0",
4646
"minimatch": "^9.0.3",
4747
"mock-express-request": "0.2.2",

ios/App/Podfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PODS:
2-
- Capacitor (5.6.0):
2+
- Capacitor (5.7.0):
33
- CapacitorCordova
44
- CapacitorBlobWriter (0.0.1):
55
- Capacitor
66
- GCDWebServer (~> 3.0)
77
- CapacitorClipboard (5.0.7):
88
- Capacitor
9-
- CapacitorCordova (5.6.0)
9+
- CapacitorCordova (5.7.0)
1010
- CapacitorFilesystem (5.2.1):
1111
- Capacitor
1212
- CapacitorFirebaseAnalytics (5.4.0):
@@ -245,10 +245,10 @@ EXTERNAL SOURCES:
245245
:path: "../../node_modules/@capacitor/splash-screen"
246246

247247
SPEC CHECKSUMS:
248-
Capacitor: ebfc16cdb8116d04c101686b080342872da42d43
248+
Capacitor: fc155ee2ee45a2093d716f13cf5aa5a865e2d85a
249249
CapacitorBlobWriter: 110eeaf80611f19bf01a8a05ff3672149ed0baad
250250
CapacitorClipboard: 45e5e25f2271f98712985d422776cdc5a779cca1
251-
CapacitorCordova: 931b48fcdbc9bc985fc2f16cec9f77c794a27729
251+
CapacitorCordova: e825fce1a2e14e4b5730641c7e098dccf74397b7
252252
CapacitorFilesystem: 9f3e3c7fea2fff12f46dd5b07a2914f2103e4cfc
253253
CapacitorFirebaseAnalytics: 7f6190fba37be5997caedaac402f76be2f740e39
254254
CapacitorFirebaseApp: fc23dafbf9ba238c8f58b6a915ffceeecbc7db37
@@ -284,4 +284,4 @@ SPEC CHECKSUMS:
284284

285285
PODFILE CHECKSUM: 21a176319e8c88223878d14b7f86521f16f6bdf4
286286

287-
COCOAPODS: 1.15.0
287+
COCOAPODS: 1.15.2

package.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -37,37 +37,37 @@
3737
},
3838
"private": true,
3939
"dependencies": {
40-
"@angular/animations": "17.1.2",
40+
"@angular/animations": "17.1.3",
4141
"@angular/cdk": "17.1.2",
42-
"@angular/common": "17.1.2",
43-
"@angular/compiler": "17.1.2",
44-
"@angular/core": "17.1.2",
45-
"@angular/forms": "17.1.2",
42+
"@angular/common": "17.1.3",
43+
"@angular/compiler": "17.1.3",
44+
"@angular/core": "17.1.3",
45+
"@angular/forms": "17.1.3",
4646
"@angular/material": "17.1.2",
47-
"@angular/platform-browser": "17.1.2",
48-
"@angular/platform-browser-dynamic": "17.1.2",
49-
"@angular/platform-server": "17.1.2",
50-
"@angular/router": "17.1.2",
51-
"@angular/service-worker": "17.1.2",
52-
"@angular/ssr": "17.1.2",
47+
"@angular/platform-browser": "17.1.3",
48+
"@angular/platform-browser-dynamic": "17.1.3",
49+
"@angular/platform-server": "17.1.3",
50+
"@angular/router": "17.1.3",
51+
"@angular/service-worker": "17.1.3",
52+
"@angular/ssr": "17.1.3",
5353
"@asymmetrik/ngx-leaflet": "17.0.0",
5454
"@capacitor-firebase/analytics": "5.4.0",
5555
"@capacitor-firebase/app": "5.4.0",
5656
"@capacitor-firebase/app-check": "5.4.0",
5757
"@capacitor-firebase/crashlytics": "5.4.0",
5858
"@capacitor-firebase/performance": "5.4.0",
5959
"@capacitor-firebase/storage": "^5.4.0",
60-
"@capacitor/android": "5.6.0",
60+
"@capacitor/android": "5.7.0",
6161
"@capacitor/clipboard": "5.0.7",
62-
"@capacitor/core": "5.6.0",
62+
"@capacitor/core": "5.7.0",
6363
"@capacitor/filesystem": "5.2.1",
64-
"@capacitor/ios": "5.6.0",
64+
"@capacitor/ios": "5.7.0",
6565
"@capacitor/keyboard": "5.0.8",
6666
"@capacitor/share": "5.0.7",
6767
"@capacitor/splash-screen": "5.0.7",
6868
"@ctrl/ngx-github-buttons": "9.0.0",
6969
"@google/model-viewer": "3.4.0",
70-
"@ionic/angular": "7.7.0",
70+
"@ionic/angular": "7.7.1",
7171
"@mediapipe/drawing_utils": "0.3.1675466124",
7272
"@mediapipe/holistic": "0.5.1675471629",
7373
"@mediapipe/tasks-text": "^0.10.9",
@@ -105,18 +105,18 @@
105105
"zone.js": "0.14.3"
106106
},
107107
"devDependencies": {
108-
"@angular-devkit/architect": "0.1701.2",
109-
"@angular-devkit/build-angular": "17.1.2",
108+
"@angular-devkit/architect": "0.1701.3",
109+
"@angular-devkit/build-angular": "17.1.3",
110110
"@angular-eslint/builder": "17.2.1",
111111
"@angular-eslint/eslint-plugin": "17.2.1",
112112
"@angular-eslint/eslint-plugin-template": "17.2.1",
113113
"@angular-eslint/schematics": "17.2.1",
114114
"@angular-eslint/template-parser": "17.2.1",
115-
"@angular/cli": "17.1.2",
116-
"@angular/compiler-cli": "17.1.2",
115+
"@angular/cli": "17.1.3",
116+
"@angular/compiler-cli": "17.1.3",
117117
"@capacitor/assets": "3.0.4",
118-
"@capacitor/cli": "5.6.0",
119-
"@ionic/angular-server": "7.7.0",
118+
"@capacitor/cli": "5.7.0",
119+
"@ionic/angular-server": "7.7.1",
120120
"@playwright/test": "1.41.2",
121121
"@sign-mt/configuration": "git://github.com/sign/.github.git",
122122
"@trapezedev/project": "7.0.10",
@@ -130,17 +130,17 @@
130130
"@types/web-app-manifest": "1.0.7",
131131
"@types/webgl2": "0.0.11",
132132
"@types/wicg-file-system-access": "2023.10.4",
133-
"@typescript-eslint/eslint-plugin": "6.20.0",
134-
"@typescript-eslint/parser": "6.20.0",
133+
"@typescript-eslint/eslint-plugin": "6.21.0",
134+
"@typescript-eslint/parser": "6.21.0",
135135
"deepmerge": "4.3.1",
136136
"dotenv": "16.4.1",
137137
"eslint": "8.56.0",
138138
"fuzzy": "0.1.3",
139139
"husky": "9.0.10",
140-
"inquirer": "9.2.13",
140+
"inquirer": "9.2.14",
141141
"inquirer-autocomplete-prompt": "3.0.1",
142142
"jasmine-axe": "1.1.0",
143-
"jasmine-core": "5.1.1",
143+
"jasmine-core": "5.1.2",
144144
"jasmine-spec-reporter": "7.0.0",
145145
"karma": "6.4.2",
146146
"karma-chrome-launcher": "3.2.0",
@@ -150,7 +150,7 @@
150150
"karma-jasmine-html-reporter": "2.1.0",
151151
"karma-safari-launcher": "1.0.0",
152152
"karma-spec-reporter": "0.0.36",
153-
"lint-staged": "15.2.1",
153+
"lint-staged": "15.2.2",
154154
"marked": "12.0.0",
155155
"npm-license-crawler": "0.2.1",
156156
"open": "10.0.3",

update.sh

+4
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ npm run capacitor:assets > /dev/null
55
npm run mobile:sync > /dev/null
66
npx cap sync > /dev/null
77

8+
cd ios/App && fastlane run update_fastlane && cd ../..
9+
cd android && fastlane run update_fastlane && cd ..
10+
11+
812
# Lint to fix wrongly formatted files
913
#prettier --write --ignore-unknown src > /dev/null

0 commit comments

Comments
 (0)