From 0951d82c3641dfd2119bae172b852d33bfa01d0b Mon Sep 17 00:00:00 2001 From: Amit Moryossef Date: Sat, 22 Jun 2024 00:55:37 +0200 Subject: [PATCH] chore(): update dependencies --- functions/package.json | 14 ++++++------- package.json | 46 +++++++++++++++++++++--------------------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/functions/package.json b/functions/package.json index 8eb6e9da..bc5c5c3e 100644 --- a/functions/package.json +++ b/functions/package.json @@ -25,11 +25,11 @@ "cors": "2.8.5", "express": "4.19.2", "express-async-errors": "3.1.1", - "firebase-admin": "12.1.1", + "firebase-admin": "12.2.0", "firebase-functions": "5.0.1", "http-errors": "2.0.0", "node-fetch": "2.6.7", - "openai": "4.51.0" + "openai": "4.52.0" }, "devDependencies": { "@firebase/firestore-types": "3.0.2", @@ -37,16 +37,16 @@ "@types/http-errors": "2.0.4", "@types/jest": "29.5.12", "@types/node-fetch": "2.6.11", - "@typescript-eslint/eslint-plugin": "7.13.0", - "@typescript-eslint/parser": "7.13.0", + "@typescript-eslint/eslint-plugin": "7.13.1", + "@typescript-eslint/parser": "7.13.1", "eslint": "8.57.0", "firebase-functions-test": "3.3.0", - "firebase-tools": "13.11.2", + "firebase-tools": "13.11.3", "jest": "29.7.0", "minimatch": "9.0.4", "mock-express-request": "0.2.2", "mock-express-response": "0.3.0", - "ts-jest": "29.1.4", - "typescript": "5.4.5" + "ts-jest": "29.1.5", + "typescript": "5.5.2" } } diff --git a/package.json b/package.json index 0525ba80..32bc0500 100644 --- a/package.json +++ b/package.json @@ -38,19 +38,19 @@ }, "private": true, "dependencies": { - "@angular/animations": "18.0.3", - "@angular/cdk": "18.0.3", - "@angular/common": "18.0.3", - "@angular/compiler": "18.0.3", - "@angular/core": "18.0.3", - "@angular/forms": "18.0.3", - "@angular/material": "18.0.3", - "@angular/platform-browser": "18.0.3", - "@angular/platform-browser-dynamic": "18.0.3", - "@angular/platform-server": "18.0.3", - "@angular/router": "18.0.3", - "@angular/service-worker": "18.0.3", - "@angular/ssr": "18.0.4", + "@angular/animations": "18.0.4", + "@angular/cdk": "18.0.4", + "@angular/common": "18.0.4", + "@angular/compiler": "18.0.4", + "@angular/core": "18.0.4", + "@angular/forms": "18.0.4", + "@angular/material": "18.0.4", + "@angular/platform-browser": "18.0.4", + "@angular/platform-browser-dynamic": "18.0.4", + "@angular/platform-server": "18.0.4", + "@angular/router": "18.0.4", + "@angular/service-worker": "18.0.4", + "@angular/ssr": "18.0.5", "@asymmetrik/ngx-leaflet": "18.0.1", "@capacitor-firebase/analytics": "6.0.0", "@capacitor-firebase/app": "6.0.0", @@ -94,27 +94,27 @@ "flag-icons": "7.2.3", "ionicons": "7.4.0", "leaflet": "1.9.4", - "mp4-muxer": "4.3.1", + "mp4-muxer": "4.3.2", "ngx-filesize": "3.0.3", - "pose-viewer": "0.7.4", + "pose-viewer": "0.8.0", "rxjs": "7.8.1", "stats.js": "0.17.0", "three": "0.165.0", "tslib": "2.6.3", - "web-vitals": "4.1.1", + "web-vitals": "4.2.0", "webm-muxer": "4.0.1", "zone.js": "0.14.7" }, "devDependencies": { - "@angular-devkit/architect": "0.1800.4", - "@angular-devkit/build-angular": "18.0.4", + "@angular-devkit/architect": "0.1800.5", + "@angular-devkit/build-angular": "18.0.5", "@angular-eslint/builder": "18.0.1", "@angular-eslint/eslint-plugin": "18.0.1", "@angular-eslint/eslint-plugin-template": "18.0.1", "@angular-eslint/schematics": "18.0.1", "@angular-eslint/template-parser": "18.0.1", - "@angular/cli": "18.0.4", - "@angular/compiler-cli": "18.0.3", + "@angular/cli": "18.0.5", + "@angular/compiler-cli": "18.0.4", "@capacitor/assets": "3.0.5", "@capacitor/cli": "6.1.0", "@ionic/angular-server": "8.2.2", @@ -131,8 +131,8 @@ "@types/web-app-manifest": "1.0.8", "@types/webgl2": "0.0.11", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "7.13.0", - "@typescript-eslint/parser": "7.13.0", + "@typescript-eslint/eslint-plugin": "7.13.1", + "@typescript-eslint/parser": "7.13.1", "browser-sync": "3.0.2", "deepmerge": "4.3.1", "dotenv": "16.4.5", @@ -160,7 +160,7 @@ "sitemap": "8.0.0", "tiny-async-pool": "2.1.0", "ts-node": "10.9.2", - "tsx": "4.15.4", + "tsx": "4.15.7", "typescript": "5.4.3", "webpack-bundle-analyzer": "4.10.2", "zod": "3.23.8"