Skip to content

Commit f919b55

Browse files
committed
chore(): update dependencies
1 parent e98a65f commit f919b55

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

functions/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
"firebase-functions": "4.7.0",
3030
"http-errors": "2.0.0",
3131
"node-fetch": "2.6.7",
32-
"openai": "4.27.0"
32+
"openai": "4.28.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.21.0",
41-
"@typescript-eslint/parser": "6.21.0",
40+
"@typescript-eslint/eslint-plugin": "7.0.1",
41+
"@typescript-eslint/parser": "7.0.1",
4242
"eslint": "8.56.0",
4343
"firebase-functions-test": "3.1.1",
4444
"firebase-tools": "13.2.1",

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"tslib": "2.6.2",
103103
"web-vitals": "3.5.2",
104104
"webm-muxer": "4.0.1",
105-
"zone.js": "0.14.3"
105+
"zone.js": "0.14.4"
106106
},
107107
"devDependencies": {
108108
"@angular-devkit/architect": "0.1701.3",
@@ -130,14 +130,14 @@
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.21.0",
134-
"@typescript-eslint/parser": "6.21.0",
133+
"@typescript-eslint/eslint-plugin": "7.0.1",
134+
"@typescript-eslint/parser": "7.0.1",
135135
"browser-sync": "3.0.2",
136136
"deepmerge": "4.3.1",
137-
"dotenv": "16.4.2",
137+
"dotenv": "16.4.4",
138138
"eslint": "8.56.0",
139139
"fuzzy": "0.1.3",
140-
"husky": "9.0.10",
140+
"husky": "9.0.11",
141141
"inquirer": "9.2.14",
142142
"inquirer-autocomplete-prompt": "3.0.1",
143143
"jasmine-axe": "1.1.0",

src/app/pages/translate/pose-viewers/playable-video-encoder.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function getMediaSourceClass(): typeof MediaSource {
1212
return window['WebKitMediaSource'] as any;
1313
}
1414

15-
console.warn('Both ManagedMediaSource and MediaSource are not supported on this device');
15+
console.warn('Neither ManagedMediaSource nor MediaSource are supported on this device');
1616

1717
return null;
1818
}

0 commit comments

Comments
 (0)