From 6812cb9685aa2e16e08bd5b9bccd798ac7161aa1 Mon Sep 17 00:00:00 2001 From: Amit Moryossef Date: Fri, 13 Sep 2024 18:47:53 +0200 Subject: [PATCH] chore(): update dependencies --- functions/package.json | 12 +++++----- package.json | 50 +++++++++++++++++++++--------------------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/functions/package.json b/functions/package.json index 0258accd..ef25854a 100644 --- a/functions/package.json +++ b/functions/package.json @@ -25,26 +25,26 @@ "@sign-mt/browsermt": "0.2.3", "@unkey/api": "0.26.1", "cors": "2.8.5", - "express": "4.20.0", + "express": "4.21.0", "express-async-errors": "3.1.1", - "firebase-admin": "12.4.0", - "firebase-functions": "5.1.1", + "firebase-admin": "12.5.0", + "firebase-functions": "6.0.0", "http-errors": "2.0.0", "http-proxy-middleware": "^3.0.2", "node-fetch": "2.6.7", - "openai": "4.58.2" + "openai": "4.60.1" }, "devDependencies": { "@firebase/firestore-types": "3.0.2", "@firebase/rules-unit-testing": "3.0.4", "@types/http-errors": "2.0.4", - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "@types/node-fetch": "2.6.11", "@typescript-eslint/eslint-plugin": "8.5.0", "@typescript-eslint/parser": "8.5.0", "eslint": "8.57.0", "firebase-functions-test": "3.3.0", - "firebase-tools": "13.16.0", + "firebase-tools": "13.17.0", "jest": "29.7.0", "minimatch": "10.0.1", "mock-express-request": "0.2.2", diff --git a/package.json b/package.json index 3e67951a..26d0591b 100644 --- a/package.json +++ b/package.json @@ -38,19 +38,19 @@ }, "private": true, "dependencies": { - "@angular/animations": "18.2.3", - "@angular/cdk": "18.2.3", - "@angular/common": "18.2.3", - "@angular/compiler": "18.2.3", - "@angular/core": "18.2.3", - "@angular/forms": "18.2.3", - "@angular/material": "18.2.3", - "@angular/platform-browser": "18.2.3", - "@angular/platform-browser-dynamic": "18.2.3", - "@angular/platform-server": "18.2.3", - "@angular/router": "18.2.3", - "@angular/service-worker": "18.2.3", - "@angular/ssr": "18.2.3", + "@angular/animations": "18.2.4", + "@angular/cdk": "18.2.4", + "@angular/common": "18.2.4", + "@angular/compiler": "18.2.4", + "@angular/core": "18.2.4", + "@angular/forms": "18.2.4", + "@angular/material": "18.2.4", + "@angular/platform-browser": "18.2.4", + "@angular/platform-browser-dynamic": "18.2.4", + "@angular/platform-server": "18.2.4", + "@angular/router": "18.2.4", + "@angular/service-worker": "18.2.4", + "@angular/ssr": "18.2.4", "@asymmetrik/ngx-leaflet": "18.0.1", "@capacitor-firebase/analytics": "6.1.0", "@capacitor-firebase/app": "6.1.0", @@ -95,7 +95,7 @@ "ionicons": "7.4.0", "leaflet": "1.9.4", "mermaid": "10.9.1", - "mp4-muxer": "5.1.1", + "mp4-muxer": "5.1.2", "ngx-filesize": "3.0.4", "pose-viewer": "0.10.0", "rxjs": "7.8.1", @@ -107,15 +107,15 @@ "zone.js": "0.15.0" }, "devDependencies": { - "@angular-devkit/architect": "0.1802.3", - "@angular-devkit/build-angular": "18.2.3", - "@angular-eslint/builder": "18.3.0", - "@angular-eslint/eslint-plugin": "18.3.0", - "@angular-eslint/eslint-plugin-template": "18.3.0", - "@angular-eslint/schematics": "18.3.0", - "@angular-eslint/template-parser": "18.3.0", - "@angular/cli": "18.2.3", - "@angular/compiler-cli": "18.2.3", + "@angular-devkit/architect": "0.1802.4", + "@angular-devkit/build-angular": "18.2.4", + "@angular-eslint/builder": "18.3.1", + "@angular-eslint/eslint-plugin": "18.3.1", + "@angular-eslint/eslint-plugin-template": "18.3.1", + "@angular-eslint/schematics": "18.3.1", + "@angular-eslint/template-parser": "18.3.1", + "@angular/cli": "18.2.4", + "@angular/compiler-cli": "18.2.4", "@capacitor/assets": "3.0.5", "@capacitor/cli": "6.1.2", "@ionic/angular-server": "8.3.0", @@ -139,7 +139,7 @@ "dotenv": "16.4.5", "eslint": "8.57.0", "fuzzy": "0.1.3", - "husky": "9.1.5", + "husky": "9.1.6", "inquirer": "10.2.2", "inquirer-autocomplete-prompt": "3.0.1", "jasmine-axe": "1.1.0", @@ -161,7 +161,7 @@ "sitemap": "8.0.0", "tiny-async-pool": "2.1.0", "ts-node": "10.9.2", - "tsx": "4.19.0", + "tsx": "4.19.1", "typescript": "5.4.3", "webpack-bundle-analyzer": "4.10.2", "zod": "3.23.8"