From c59d5884ab86899da1c7fd154bf4009cac0a60e9 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Thu, 25 Jan 2024 21:28:46 -0300 Subject: [PATCH 1/3] Passing optional `PUBLIC_DOTENV` secret on deploy workflow --- .github/workflows/build-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 10629691..7d0e932c 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -75,3 +75,4 @@ jobs: pagarmev5-public-key: ${{ secrets.PAGARMEV5_PUBLIC_KEY }} tiktok-pixel-id: ${{ secrets.TIKTOK_PIXEL_ID }} tiktok-access-token: ${{ secrets.TIKTOK_ACCESS_TOKEN }} + public-dotenv: ${{ secrets.PUBLIC_DOTENV }} From ef9a7bf2f79ffcbff90c48cf0a4f71ad51f5b8a3 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Thu, 25 Jan 2024 21:40:04 -0300 Subject: [PATCH 2/3] Update to v2.1.0 https://github.com/ecomplus/cloud-commerce/releases/tag/v2.1.0 --- functions/many/package-lock.json | 110 ++- functions/many/package.json | 6 +- functions/ssr/package-lock.json | 972 +++++++++++++------------- functions/ssr/package.json | 12 +- functions/with-apps/package-lock.json | 844 +++++++++++----------- functions/with-apps/package.json | 6 +- package-lock.json | 168 ++--- package.json | 4 +- 8 files changed, 1035 insertions(+), 1087 deletions(-) diff --git a/functions/many/package-lock.json b/functions/many/package-lock.json index add11e26..568682bb 100644 --- a/functions/many/package-lock.json +++ b/functions/many/package-lock.json @@ -6,58 +6,58 @@ "": { "name": "many", "dependencies": { - "@cloudcommerce/feeds": "^2.0.9", - "@cloudcommerce/firebase": "^2.0.9", - "@cloudcommerce/passport": "^2.0.9" + "@cloudcommerce/feeds": "^2.1.0", + "@cloudcommerce/firebase": "^2.1.0", + "@cloudcommerce/passport": "^2.1.0" }, "engines": { "node": "18" } }, "node_modules/@cloudcommerce/api": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/api/-/api-2.0.9.tgz", - "integrity": "sha512-fe5C03P6f+o9bU0OREQM4yEKcUsWY47+oLhle3gOrTlNrH5p0tEcJmqh9Mvee4Vvid8nErk/3rS3+lfzXTEqkw==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/api/-/api-2.1.0.tgz", + "integrity": "sha512-wina+3rXwtMj1jLMXod3o8txCWoi6mI1QfYlQ1U8hZQJ2ZHC7Hq1tMReVfuPPotgCD+7cPnSpDQrhCatU0EPBA==" }, "node_modules/@cloudcommerce/config": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/config/-/config-2.0.9.tgz", - "integrity": "sha512-CMdssbJ3xAEBgT+gx72XXmU3WfNeya0naLqw+GcSWejuTHO5jPAXHdNqvH1NDgs/ZKG1rvfU/+r6qagmmhiSKg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/config/-/config-2.1.0.tgz", + "integrity": "sha512-vS3kG5vje7y1f2hIVRUVqAMCi1QRQU8whPjkj63wZC6c31joxVP54OLR/JG39sPeK764fd1HuTfD7i0bYuftDQ==", "dependencies": { - "@cloudcommerce/api": "2.0.9", + "@cloudcommerce/api": "2.1.0", "@fastify/deepmerge": "^1.3.0" } }, "node_modules/@cloudcommerce/feeds": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/feeds/-/feeds-2.0.9.tgz", - "integrity": "sha512-qLGAJZ4Qmyh/bYZEysWhFBxJ92FZKyQKdfwofHlEOKdsUnbk8e8jL5Aqhb8fGSyioZl9LLWO/r9xlG2Q698F9A==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/feeds/-/feeds-2.1.0.tgz", + "integrity": "sha512-I/R9C+MnK9u2Z4Is2UkH5A/HSPzs6tkSsgEtFqLxWdKeDcSI+cMPh68ulNwqBQ+UZYbUL7mSRuWqURjsWBUXHw==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9" + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0" } }, "node_modules/@cloudcommerce/firebase": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/firebase/-/firebase-2.0.9.tgz", - "integrity": "sha512-WPy1yfbJEkpDOqbfyxXYC8BlSLY4O2MWhC8IYc6Waq6GZ1bGbSL+5Dal/wXW7RnfglsWV7aBzsi9qyrEL5O8GQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/firebase/-/firebase-2.1.0.tgz", + "integrity": "sha512-H8YcydtngLQRDmQoDgtas/N5TOmC1U44Yds0MXlB74/RrDWWAR+SdF9btSswYu73006DueXxnwdjAruZcCU9kw==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/config": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/config": "2.1.0", "@google-cloud/pubsub": "^4.1.1", - "dotenv": "^16.3.1", + "dotenv": "^16.3.2", "firebase-admin": "^12.0.0", "firebase-functions": "^4.6.0", "source-map-support": "^0.5.21" } }, "node_modules/@cloudcommerce/passport": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/passport/-/passport-2.0.9.tgz", - "integrity": "sha512-JJHKdhddkl4mM6tbETOex4LaLd2mw8v1hH9+AIjtYP/A9anrcERtYPD7OjUgWl5uo87AheEYmHgiar4HBDbnsA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/passport/-/passport-2.1.0.tgz", + "integrity": "sha512-FHC4fVpD2HDxnkaQW0VJeBEqIeUA+Tso12SP44wT4cU5joQibpDLbIlJZ3fz/o02p2fhVgfvEWtKeWFrIeh2pw==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "firebase-admin": "^12.0.0", "firebase-functions": "^4.6.0", "source-map-support": "^0.5.21" @@ -425,9 +425,9 @@ } }, "node_modules/@types/express-serve-static-core": { - "version": "4.17.41", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.41.tgz", - "integrity": "sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==", + "version": "4.17.42", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.42.tgz", + "integrity": "sha512-ckM3jm2bf/MfB3+spLPWYPUH573plBFwpOhqQ2WottxYV85j1HQFlxmnTq57X1yHY9awZPig06hL/cLMgNWHIQ==", "dependencies": { "@types/node": "*", "@types/qs": "*", @@ -459,9 +459,9 @@ "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" }, "node_modules/@types/node": { - "version": "20.11.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz", - "integrity": "sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==", + "version": "20.11.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.6.tgz", + "integrity": "sha512-+EOokTnksGVgip2PbYbr3xnR7kZigh4LbybAfBAw5BpnQ+FqBYUsvCEjYd70IXKlbohQ64mzEYmMtlWUY8q//Q==", "dependencies": { "undici-types": "~5.26.4" } @@ -839,9 +839,9 @@ } }, "node_modules/dotenv": { - "version": "16.3.2", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.2.tgz", - "integrity": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==", + "version": "16.4.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.1.tgz", + "integrity": "sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==", "engines": { "node": ">=12" }, @@ -1167,9 +1167,9 @@ } }, "node_modules/google-auth-library": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.4.2.tgz", - "integrity": "sha512-rTLO4gjhqqo3WvYKL5IdtlCvRqeQ4hxUx/p4lObobY2xotFW3bCQC+Qf1N51CYOfiqfMecdMwW9RIo7dFWYjqw==", + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.5.0.tgz", + "integrity": "sha512-OUbP509lWVlZxuMY+Cgomw49VzZFP9myIcVeYEpeBlbXJbPC4R+K4BmO9hd3ciYM5QIwm5W1PODcKjqxtkye9Q==", "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", @@ -1183,9 +1183,9 @@ } }, "node_modules/google-gax": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/google-gax/-/google-gax-4.1.0.tgz", - "integrity": "sha512-VP5MYsIXEoXmdeHZl1Qsjv89PvE+LT8fw/2jxpFQtFed22YYAHgiTUuMfj2RWlGJUmRaYEMxBRBDWj+q/hOGQg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/google-gax/-/google-gax-4.2.1.tgz", + "integrity": "sha512-Yal4oh2GMHBsFX8zunxwaRuD2bP7rrA7Oz/ooXK8uOMGnP71jNVRl6fUv8chYLkPTqEzBSij9TZw49B86SDVTg==", "dependencies": { "@grpc/grpc-js": "~1.9.6", "@grpc/proto-loader": "^0.7.0", @@ -1196,36 +1196,14 @@ "node-fetch": "^2.6.1", "object-hash": "^3.0.0", "proto3-json-serializer": "^2.0.0", - "protobufjs": "7.2.5", - "retry-request": "^7.0.0" + "protobufjs": "7.2.6", + "retry-request": "^7.0.0", + "uuid": "^9.0.1" }, "engines": { "node": ">=14" } }, - "node_modules/google-gax/node_modules/protobufjs": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.5.tgz", - "integrity": "sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A==", - "hasInstallScript": true, - "dependencies": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/node": ">=13.7.0", - "long": "^5.0.0" - }, - "engines": { - "node": ">=12.0.0" - } - }, "node_modules/gopd": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", diff --git a/functions/many/package.json b/functions/many/package.json index b68804c4..e5f879e6 100644 --- a/functions/many/package.json +++ b/functions/many/package.json @@ -15,8 +15,8 @@ }, "main": "index.js", "dependencies": { - "@cloudcommerce/feeds": "^2.0.9", - "@cloudcommerce/firebase": "^2.0.9", - "@cloudcommerce/passport": "^2.0.9" + "@cloudcommerce/feeds": "^2.1.0", + "@cloudcommerce/firebase": "^2.1.0", + "@cloudcommerce/passport": "^2.1.0" } } diff --git a/functions/ssr/package-lock.json b/functions/ssr/package-lock.json index 111bb462..56cc7f47 100644 --- a/functions/ssr/package-lock.json +++ b/functions/ssr/package-lock.json @@ -6,16 +6,16 @@ "": { "name": "ssr", "dependencies": { - "@cloudcommerce/api": "^2.0.9", - "@cloudcommerce/firebase": "^2.0.9", - "@cloudcommerce/ssr": "^2.0.9", + "@cloudcommerce/api": "^2.1.0", + "@cloudcommerce/firebase": "^2.1.0", + "@cloudcommerce/ssr": "^2.1.0", "@headlessui/vue": "^1.7.17", "micromark": "^4.0.0" }, "devDependencies": { - "@cloudcommerce/i18n": "^2.0.9", - "@cloudcommerce/storefront": "^2.0.9", - "@cloudcommerce/types": "^2.0.9", + "@cloudcommerce/i18n": "^2.1.0", + "@cloudcommerce/storefront": "^2.1.0", + "@cloudcommerce/types": "^2.1.0", "photoswipe": "^5.4.3" }, "engines": { @@ -193,9 +193,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.5.0.tgz", - "integrity": "sha512-ZDluNgMIJT+z+HJcZ6QEJ/KqaFkTkrb+Za6c6VZs8G/nb1LBErL14/iU5EVJ9yu25i4QCLweuBJ3m5df34gZJg==" + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.5.1.tgz", + "integrity": "sha512-o2hKiFJXZOm1Gov+RGXSWnKlnb/UF7KRTx/Y2uazYe3+MrLY+sqLN+yB4EH2bElc0l1K9cDb4mZSejuq563rGQ==" }, "node_modules/@astrojs/internal-helpers": { "version": "0.2.1", @@ -317,20 +317,20 @@ } }, "node_modules/@babel/core": { - "version": "7.23.7", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.7.tgz", - "integrity": "sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.9.tgz", + "integrity": "sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==", "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.23.5", "@babel/generator": "^7.23.6", "@babel/helper-compilation-targets": "^7.23.6", "@babel/helper-module-transforms": "^7.23.3", - "@babel/helpers": "^7.23.7", - "@babel/parser": "^7.23.6", - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.7", - "@babel/types": "^7.23.6", + "@babel/helpers": "^7.23.9", + "@babel/parser": "^7.23.9", + "@babel/template": "^7.23.9", + "@babel/traverse": "^7.23.9", + "@babel/types": "^7.23.9", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -414,9 +414,9 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.23.7", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.7.tgz", - "integrity": "sha512-xCoqR/8+BoNnXOY7RVSgv6X+o7pmT5q1d+gGcRlXYkI+9B31glE4jeejhKVpA04O1AtzOt7OSQ6VYKP5FcRl9g==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.9.tgz", + "integrity": "sha512-B2L9neXTIyPQoXDm+NtovPvG6VOLWnaXu3BIeVDWwdKFgG30oNa6CqVGiJPDWQwIAK49t9gnQI9c6K6RzabiKw==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", @@ -686,13 +686,13 @@ } }, "node_modules/@babel/helpers": { - "version": "7.23.8", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.8.tgz", - "integrity": "sha512-KDqYz4PiOWvDFrdHLPhKtCThtIcKVy6avWD2oG4GEvyQ+XDZwHD4YQd+H2vNMnq2rkdxsDkU82T+Vk8U/WXHRQ==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.9.tgz", + "integrity": "sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==", "dependencies": { - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.7", - "@babel/types": "^7.23.6" + "@babel/template": "^7.23.9", + "@babel/traverse": "^7.23.9", + "@babel/types": "^7.23.9" }, "engines": { "node": ">=6.9.0" @@ -712,9 +712,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.6.tgz", - "integrity": "sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.9.tgz", + "integrity": "sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==", "bin": { "parser": "bin/babel-parser.js" }, @@ -1062,9 +1062,9 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.23.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.7.tgz", - "integrity": "sha512-PdxEpL71bJp1byMG0va5gwQcXHxuEYC/BgI/e88mGTtohbZN28O5Yit0Plkkm/dBzCF/BxmbNcses1RH1T+urA==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz", + "integrity": "sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==", "dev": true, "dependencies": { "@babel/helper-environment-visitor": "^7.22.20", @@ -1420,9 +1420,9 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.3.tgz", - "integrity": "sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz", + "integrity": "sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==", "dev": true, "dependencies": { "@babel/helper-hoist-variables": "^7.22.5", @@ -1855,9 +1855,9 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.23.8", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.8.tgz", - "integrity": "sha512-lFlpmkApLkEP6woIKprO6DO60RImpatTQKtz4sUcDjVcK8M8mQ4sZsuxaTMNOZf0sqAq/ReYW1ZBHnOQwKpLWA==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.9.tgz", + "integrity": "sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==", "dev": true, "dependencies": { "@babel/compat-data": "^7.23.5", @@ -1887,7 +1887,7 @@ "@babel/plugin-syntax-top-level-await": "^7.14.5", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", "@babel/plugin-transform-arrow-functions": "^7.23.3", - "@babel/plugin-transform-async-generator-functions": "^7.23.7", + "@babel/plugin-transform-async-generator-functions": "^7.23.9", "@babel/plugin-transform-async-to-generator": "^7.23.3", "@babel/plugin-transform-block-scoped-functions": "^7.23.3", "@babel/plugin-transform-block-scoping": "^7.23.4", @@ -1909,7 +1909,7 @@ "@babel/plugin-transform-member-expression-literals": "^7.23.3", "@babel/plugin-transform-modules-amd": "^7.23.3", "@babel/plugin-transform-modules-commonjs": "^7.23.3", - "@babel/plugin-transform-modules-systemjs": "^7.23.3", + "@babel/plugin-transform-modules-systemjs": "^7.23.9", "@babel/plugin-transform-modules-umd": "^7.23.3", "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", "@babel/plugin-transform-new-target": "^7.23.3", @@ -1935,9 +1935,9 @@ "@babel/plugin-transform-unicode-regex": "^7.23.3", "@babel/plugin-transform-unicode-sets-regex": "^7.23.3", "@babel/preset-modules": "0.1.6-no-external-plugins", - "babel-plugin-polyfill-corejs2": "^0.4.7", - "babel-plugin-polyfill-corejs3": "^0.8.7", - "babel-plugin-polyfill-regenerator": "^0.5.4", + "babel-plugin-polyfill-corejs2": "^0.4.8", + "babel-plugin-polyfill-corejs3": "^0.9.0", + "babel-plugin-polyfill-regenerator": "^0.5.5", "core-js-compat": "^3.31.0", "semver": "^6.3.1" }, @@ -1997,9 +1997,9 @@ "dev": true }, "node_modules/@babel/runtime": { - "version": "7.23.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz", - "integrity": "sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.9.tgz", + "integrity": "sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==", "dev": true, "dependencies": { "regenerator-runtime": "^0.14.0" @@ -2009,22 +2009,22 @@ } }, "node_modules/@babel/template": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", - "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.23.9.tgz", + "integrity": "sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==", "dependencies": { - "@babel/code-frame": "^7.22.13", - "@babel/parser": "^7.22.15", - "@babel/types": "^7.22.15" + "@babel/code-frame": "^7.23.5", + "@babel/parser": "^7.23.9", + "@babel/types": "^7.23.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.23.7", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.7.tgz", - "integrity": "sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.9.tgz", + "integrity": "sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==", "dependencies": { "@babel/code-frame": "^7.23.5", "@babel/generator": "^7.23.6", @@ -2032,8 +2032,8 @@ "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.23.6", - "@babel/types": "^7.23.6", + "@babel/parser": "^7.23.9", + "@babel/types": "^7.23.9", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -2042,9 +2042,9 @@ } }, "node_modules/@babel/types": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.6.tgz", - "integrity": "sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.9.tgz", + "integrity": "sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==", "dependencies": { "@babel/helper-string-parser": "^7.23.4", "@babel/helper-validator-identifier": "^7.22.20", @@ -2055,50 +2055,50 @@ } }, "node_modules/@cloudcommerce/api": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/api/-/api-2.0.9.tgz", - "integrity": "sha512-fe5C03P6f+o9bU0OREQM4yEKcUsWY47+oLhle3gOrTlNrH5p0tEcJmqh9Mvee4Vvid8nErk/3rS3+lfzXTEqkw==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/api/-/api-2.1.0.tgz", + "integrity": "sha512-wina+3rXwtMj1jLMXod3o8txCWoi6mI1QfYlQ1U8hZQJ2ZHC7Hq1tMReVfuPPotgCD+7cPnSpDQrhCatU0EPBA==" }, "node_modules/@cloudcommerce/config": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/config/-/config-2.0.9.tgz", - "integrity": "sha512-CMdssbJ3xAEBgT+gx72XXmU3WfNeya0naLqw+GcSWejuTHO5jPAXHdNqvH1NDgs/ZKG1rvfU/+r6qagmmhiSKg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/config/-/config-2.1.0.tgz", + "integrity": "sha512-vS3kG5vje7y1f2hIVRUVqAMCi1QRQU8whPjkj63wZC6c31joxVP54OLR/JG39sPeK764fd1HuTfD7i0bYuftDQ==", "dependencies": { - "@cloudcommerce/api": "2.0.9", + "@cloudcommerce/api": "2.1.0", "@fastify/deepmerge": "^1.3.0" } }, "node_modules/@cloudcommerce/firebase": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/firebase/-/firebase-2.0.9.tgz", - "integrity": "sha512-WPy1yfbJEkpDOqbfyxXYC8BlSLY4O2MWhC8IYc6Waq6GZ1bGbSL+5Dal/wXW7RnfglsWV7aBzsi9qyrEL5O8GQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/firebase/-/firebase-2.1.0.tgz", + "integrity": "sha512-H8YcydtngLQRDmQoDgtas/N5TOmC1U44Yds0MXlB74/RrDWWAR+SdF9btSswYu73006DueXxnwdjAruZcCU9kw==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/config": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/config": "2.1.0", "@google-cloud/pubsub": "^4.1.1", - "dotenv": "^16.3.1", + "dotenv": "^16.3.2", "firebase-admin": "^12.0.0", "firebase-functions": "^4.6.0", "source-map-support": "^0.5.21" } }, "node_modules/@cloudcommerce/i18n": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/i18n/-/i18n-2.0.9.tgz", - "integrity": "sha512-CSxIt5iaQfDV06HC8KhWwB6q+GCmgGChQq3nScgUCSeUlmiNYI82T3JuNQD8Bi16Uc0yirnPcHhW0kTvh61shw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/i18n/-/i18n-2.1.0.tgz", + "integrity": "sha512-hD6SUK0Hfq04vSzIPgvprgGZbFUoZ9H/BUxFaBjI18Keo2fAzkiPd+R3wdUEFkw2x7VM+WR+mqVZD/qlmqYv1Q==", "dependencies": { - "@cloudcommerce/api": "2.0.9" + "@cloudcommerce/api": "2.1.0" } }, "node_modules/@cloudcommerce/ssr": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/ssr/-/ssr-2.0.9.tgz", - "integrity": "sha512-aV3afyt2NVSxQmaEQ1Q/e8nll6bF6laR7ss6zBr7spBPdAxZtVnG1mlll5QMwkbTY892f2q5o3tBaG84++ZxoQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/ssr/-/ssr-2.1.0.tgz", + "integrity": "sha512-WMGKHz7i29EUrSzoLxwKok5t/OILXwkQTH5nz7wEjpK9bKDJ6zDP4u+yVzvpIm5dLiDNKg0IHJ3bjAg+8CprCQ==", "dependencies": { "@astrojs/node": "8.0.0", - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", - "@cloudcommerce/i18n": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", + "@cloudcommerce/i18n": "2.1.0", "@ecomplus/utils": "1.5.0-rc.6", "@vueuse/core": "10.7.2", "astro": "4.2.1", @@ -2112,16 +2112,16 @@ } }, "node_modules/@cloudcommerce/storefront": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/storefront/-/storefront-2.0.9.tgz", - "integrity": "sha512-6U0BIfXNS/tyCu6XjAQYu9ytncR/N+kCJB56zXaQ53WjrVf8SCj2j7dmYDXq3JpCfH6kD+cn2/al+Lgptr1dMA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/storefront/-/storefront-2.1.0.tgz", + "integrity": "sha512-HbRhNkKQYeSk9kxN8iw5L2xJ1dJ90Cf3qqaKM2RPa+my4KxXLewZGJ/LbpI7AeWg4NkoEZ81ChdBf05LLWPDzg==", "dev": true, "dependencies": { "@astrojs/node": "8.0.0", "@astrojs/vue": "4.0.8", - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/config": "2.0.9", - "@cloudcommerce/i18n": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/config": "2.1.0", + "@cloudcommerce/i18n": "2.1.0", "@ecomplus/utils": "1.5.0-rc.6", "@fastify/deepmerge": "^1.3.0", "@iconify-json/fa6-brands": "^1.1.18", @@ -2133,8 +2133,8 @@ "astro": "4.2.1", "astro-capo": "^0.0.1", "chroma-js": "^2.4.2", - "dotenv": "^16.3.1", - "firebase": "^10.7.1", + "dotenv": "^16.3.2", + "firebase": "^10.7.2", "image-size": "^1.1.1", "mime": "^3.0.0", "mitt": "^3.0.1", @@ -2154,12 +2154,12 @@ } }, "node_modules/@cloudcommerce/types": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/types/-/types-2.0.9.tgz", - "integrity": "sha512-g7Ny0mvgCYkvMvr8se8NNKEzWoPi1XWi8eul/26KUka/BsNqsJIqR1qV9nMrCsDtTo7EQUg/PUWKX6KzXBrhrA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/types/-/types-2.1.0.tgz", + "integrity": "sha512-XQ/i0K8P66xC9B8Vzs2HqS2j+UYGKWVXRo2M/xeNrEWRR8OyCEEPcvOrZLZmNurwUXmBCDz92SsMv30e1cs87g==", "dev": true, "dependencies": { - "@cloudcommerce/api": "2.0.9" + "@cloudcommerce/api": "2.1.0" } }, "node_modules/@ecomplus/utils": { @@ -2171,9 +2171,9 @@ } }, "node_modules/@esbuild/aix-ppc64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.11.tgz", - "integrity": "sha512-FnzU0LyE3ySQk7UntJO4+qIiQgI7KoODnZg5xzXIrFJlKd2P2gwHsHY4927xj9y5PJmJSzULiUCWmv7iWnNa7g==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz", + "integrity": "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==", "cpu": [ "ppc64" ], @@ -2186,9 +2186,9 @@ } }, "node_modules/@esbuild/android-arm": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.11.tgz", - "integrity": "sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.12.tgz", + "integrity": "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==", "cpu": [ "arm" ], @@ -2201,9 +2201,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.11.tgz", - "integrity": "sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz", + "integrity": "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==", "cpu": [ "arm64" ], @@ -2216,9 +2216,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.11.tgz", - "integrity": "sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.12.tgz", + "integrity": "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==", "cpu": [ "x64" ], @@ -2231,9 +2231,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.11.tgz", - "integrity": "sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz", + "integrity": "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==", "cpu": [ "arm64" ], @@ -2246,9 +2246,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.11.tgz", - "integrity": "sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz", + "integrity": "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==", "cpu": [ "x64" ], @@ -2261,9 +2261,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.11.tgz", - "integrity": "sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz", + "integrity": "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==", "cpu": [ "arm64" ], @@ -2276,9 +2276,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.11.tgz", - "integrity": "sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz", + "integrity": "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==", "cpu": [ "x64" ], @@ -2291,9 +2291,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.11.tgz", - "integrity": "sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz", + "integrity": "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==", "cpu": [ "arm" ], @@ -2306,9 +2306,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.11.tgz", - "integrity": "sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz", + "integrity": "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==", "cpu": [ "arm64" ], @@ -2321,9 +2321,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.11.tgz", - "integrity": "sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz", + "integrity": "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==", "cpu": [ "ia32" ], @@ -2336,9 +2336,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.11.tgz", - "integrity": "sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz", + "integrity": "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==", "cpu": [ "loong64" ], @@ -2351,9 +2351,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.11.tgz", - "integrity": "sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz", + "integrity": "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==", "cpu": [ "mips64el" ], @@ -2366,9 +2366,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.11.tgz", - "integrity": "sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz", + "integrity": "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==", "cpu": [ "ppc64" ], @@ -2381,9 +2381,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.11.tgz", - "integrity": "sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz", + "integrity": "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==", "cpu": [ "riscv64" ], @@ -2396,9 +2396,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.11.tgz", - "integrity": "sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz", + "integrity": "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==", "cpu": [ "s390x" ], @@ -2411,9 +2411,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.11.tgz", - "integrity": "sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz", + "integrity": "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==", "cpu": [ "x64" ], @@ -2426,9 +2426,9 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.11.tgz", - "integrity": "sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz", + "integrity": "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==", "cpu": [ "x64" ], @@ -2441,9 +2441,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.11.tgz", - "integrity": "sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz", + "integrity": "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==", "cpu": [ "x64" ], @@ -2456,9 +2456,9 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.11.tgz", - "integrity": "sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz", + "integrity": "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==", "cpu": [ "x64" ], @@ -2471,9 +2471,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.11.tgz", - "integrity": "sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz", + "integrity": "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==", "cpu": [ "arm64" ], @@ -2486,9 +2486,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.11.tgz", - "integrity": "sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz", + "integrity": "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==", "cpu": [ "ia32" ], @@ -2501,9 +2501,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.11.tgz", - "integrity": "sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz", + "integrity": "sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==", "cpu": [ "x64" ], @@ -3273,9 +3273,9 @@ "dev": true }, "node_modules/@iconify/utils": { - "version": "2.1.15", - "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.1.15.tgz", - "integrity": "sha512-8chdk3NhkYiqIVxPRBPN5wGnVYaTqc8XUagCNez84Ex7yK/oNrj1XINVn7zv+JljqZbF6r5B/bd1gRNlMSwYhg==", + "version": "2.1.19", + "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.1.19.tgz", + "integrity": "sha512-pysGqVBjZRZ7JMFpFpQZ3WNK1kEm1l7NwdA2k7kAlmoArJgsw999dSmyzmXgCUJ6GM9LLgyP2PCrDchygWOCGg==", "dev": true, "dependencies": { "@antfu/install-pkg": "^0.1.1", @@ -3520,9 +3520,9 @@ } }, "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.5.tgz", - "integrity": "sha512-idWaG8xeSRCfRq9KpRysDHJ/rEHBEXcHuJ82XY0yYFIWnLMjZv9vF/7DOq8djQ2n3Lk6+3qfSH8AqlmHlmi1MA==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.6.tgz", + "integrity": "sha512-MVNXSSYN6QXOulbHpLMKYi60ppyO13W9my1qogeiAqtjb2yR4LSmfU2+POvDkLzhjYLXz9Rf9+9a3zFHW1Lecg==", "cpu": [ "arm" ], @@ -3532,9 +3532,9 @@ ] }, "node_modules/@rollup/rollup-android-arm64": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.5.tgz", - "integrity": "sha512-f14d7uhAMtsCGjAYwZGv6TwuS3IFaM4ZnGMUn3aCBgkcHAYErhV1Ad97WzBvS2o0aaDv4mVz+syiN0ElMyfBPg==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.6.tgz", + "integrity": "sha512-T14aNLpqJ5wzKNf5jEDpv5zgyIqcpn1MlwCrUXLrwoADr2RkWA0vOWP4XxbO9aiO3dvMCQICZdKeDrFl7UMClw==", "cpu": [ "arm64" ], @@ -3544,9 +3544,9 @@ ] }, "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.9.5.tgz", - "integrity": "sha512-ndoXeLx455FffL68OIUrVr89Xu1WLzAG4n65R8roDlCoYiQcGGg6MALvs2Ap9zs7AHg8mpHtMpwC8jBBjZrT/w==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.9.6.tgz", + "integrity": "sha512-CqNNAyhRkTbo8VVZ5R85X73H3R5NX9ONnKbXuHisGWC0qRbTTxnF1U4V9NafzJbgGM0sHZpdO83pLPzq8uOZFw==", "cpu": [ "arm64" ], @@ -3556,9 +3556,9 @@ ] }, "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.5.tgz", - "integrity": "sha512-UmElV1OY2m/1KEEqTlIjieKfVwRg0Zwg4PLgNf0s3glAHXBN99KLpw5A5lrSYCa1Kp63czTpVll2MAqbZYIHoA==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.6.tgz", + "integrity": "sha512-zRDtdJuRvA1dc9Mp6BWYqAsU5oeLixdfUvkTHuiYOHwqYuQ4YgSmi6+/lPvSsqc/I0Omw3DdICx4Tfacdzmhog==", "cpu": [ "x64" ], @@ -3568,9 +3568,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.5.tgz", - "integrity": "sha512-Q0LcU61v92tQB6ae+udZvOyZ0wfpGojtAKrrpAaIqmJ7+psq4cMIhT/9lfV6UQIpeItnq/2QDROhNLo00lOD1g==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.6.tgz", + "integrity": "sha512-oNk8YXDDnNyG4qlNb6is1ojTOGL/tRhbbKeE/YuccItzerEZT68Z9gHrY3ROh7axDc974+zYAPxK5SH0j/G+QQ==", "cpu": [ "arm" ], @@ -3580,9 +3580,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.5.tgz", - "integrity": "sha512-dkRscpM+RrR2Ee3eOQmRWFjmV/payHEOrjyq1VZegRUa5OrZJ2MAxBNs05bZuY0YCtpqETDy1Ix4i/hRqX98cA==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.6.tgz", + "integrity": "sha512-Z3O60yxPtuCYobrtzjo0wlmvDdx2qZfeAWTyfOjEDqd08kthDKexLpV97KfAeUXPosENKd8uyJMRDfFMxcYkDQ==", "cpu": [ "arm64" ], @@ -3592,9 +3592,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.5.tgz", - "integrity": "sha512-QaKFVOzzST2xzY4MAmiDmURagWLFh+zZtttuEnuNn19AiZ0T3fhPyjPPGwLNdiDT82ZE91hnfJsUiDwF9DClIQ==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.6.tgz", + "integrity": "sha512-gpiG0qQJNdYEVad+1iAsGAbgAnZ8j07FapmnIAQgODKcOTjLEWM9sRb+MbQyVsYCnA0Im6M6QIq6ax7liws6eQ==", "cpu": [ "arm64" ], @@ -3604,9 +3604,9 @@ ] }, "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.5.tgz", - "integrity": "sha512-HeGqmRJuyVg6/X6MpE2ur7GbymBPS8Np0S/vQFHDmocfORT+Zt76qu+69NUoxXzGqVP1pzaY6QIi0FJWLC3OPA==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.6.tgz", + "integrity": "sha512-+uCOcvVmFUYvVDr27aiyun9WgZk0tXe7ThuzoUTAukZJOwS5MrGbmSlNOhx1j80GdpqbOty05XqSl5w4dQvcOA==", "cpu": [ "riscv64" ], @@ -3616,9 +3616,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.5.tgz", - "integrity": "sha512-Dq1bqBdLaZ1Gb/l2e5/+o3B18+8TI9ANlA1SkejZqDgdU/jK/ThYaMPMJpVMMXy2uRHvGKbkz9vheVGdq3cJfA==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.6.tgz", + "integrity": "sha512-HUNqM32dGzfBKuaDUBqFB7tP6VMN74eLZ33Q9Y1TBqRDn+qDonkAUyKWwF9BR9unV7QUzffLnz9GrnKvMqC/fw==", "cpu": [ "x64" ], @@ -3628,9 +3628,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.5.tgz", - "integrity": "sha512-ezyFUOwldYpj7AbkwyW9AJ203peub81CaAIVvckdkyH8EvhEIoKzaMFJj0G4qYJ5sw3BpqhFrsCc30t54HV8vg==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.6.tgz", + "integrity": "sha512-ch7M+9Tr5R4FK40FHQk8VnML0Szi2KRujUgHXd/HjuH9ifH72GUmw6lStZBo3c3GB82vHa0ZoUfjfcM7JiiMrQ==", "cpu": [ "x64" ], @@ -3640,9 +3640,9 @@ ] }, "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.5.tgz", - "integrity": "sha512-aHSsMnUw+0UETB0Hlv7B/ZHOGY5bQdwMKJSzGfDfvyhnpmVxLMGnQPGNE9wgqkLUs3+gbG1Qx02S2LLfJ5GaRQ==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.6.tgz", + "integrity": "sha512-VD6qnR99dhmTQ1mJhIzXsRcTBvTjbfbGGwKAHcu+52cVl15AC/kplkhxzW/uT0Xl62Y/meBKDZvoJSJN+vTeGA==", "cpu": [ "arm64" ], @@ -3652,9 +3652,9 @@ ] }, "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.5.tgz", - "integrity": "sha512-AiqiLkb9KSf7Lj/o1U3SEP9Zn+5NuVKgFdRIZkvd4N0+bYrTOovVd0+LmYCPQGbocT4kvFyK+LXCDiXPBF3fyA==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.6.tgz", + "integrity": "sha512-J9AFDq/xiRI58eR2NIDfyVmTYGyIZmRcvcAoJ48oDld/NTR8wyiPUu2X/v1navJ+N/FGg68LEbX3Ejd6l8B7MQ==", "cpu": [ "ia32" ], @@ -3664,9 +3664,9 @@ ] }, "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.5.tgz", - "integrity": "sha512-1q+mykKE3Vot1kaFJIDoUFv5TuW+QQVaf2FmTT9krg86pQrGStOSJJ0Zil7CFagyxDuouTepzt5Y5TVzyajOdQ==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.6.tgz", + "integrity": "sha512-jqzNLhNDvIZOrt69Ce4UjGRpXJBzhUBzawMwnaDAwyHriki3XollsewxWzOzz+4yOFDkuJHtTsZFwMxhYJWmLQ==", "cpu": [ "x64" ], @@ -3827,9 +3827,9 @@ } }, "node_modules/@types/express-serve-static-core": { - "version": "4.17.41", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.41.tgz", - "integrity": "sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==", + "version": "4.17.42", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.42.tgz", + "integrity": "sha512-ckM3jm2bf/MfB3+spLPWYPUH573plBFwpOhqQ2WottxYV85j1HQFlxmnTq57X1yHY9awZPig06hL/cLMgNWHIQ==", "dependencies": { "@types/node": "*", "@types/qs": "*", @@ -3901,9 +3901,9 @@ "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" }, "node_modules/@types/node": { - "version": "20.11.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz", - "integrity": "sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==", + "version": "20.11.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.6.tgz", + "integrity": "sha512-+EOokTnksGVgip2PbYbr3xnR7kZigh4LbybAfBAw5BpnQ+FqBYUsvCEjYd70IXKlbohQ64mzEYmMtlWUY8q//Q==", "dependencies": { "undici-types": "~5.26.4" } @@ -3997,14 +3997,14 @@ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" }, "node_modules/@unocss/astro": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/astro/-/astro-0.58.3.tgz", - "integrity": "sha512-qJL+XkWYJhEIX4AmOtbfb2Zu4holTDpRscfvVci4T+2VWjyE3mgtsyNzi9ZChe/hdEPRa7g26gSpNQeMhjh/Kw==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/astro/-/astro-0.58.4.tgz", + "integrity": "sha512-feS8+f3oPmCeR1XF7isQjs3Z9ojM5Ssv0vCNR/dexPFdROfccK/7sIu1YnHWtVg1trPc1kMfI8XJRqfrHMdd5w==", "dev": true, "dependencies": { - "@unocss/core": "0.58.3", - "@unocss/reset": "0.58.3", - "@unocss/vite": "0.58.3" + "@unocss/core": "0.58.4", + "@unocss/reset": "0.58.4", + "@unocss/vite": "0.58.4" }, "funding": { "url": "https://github.com/sponsors/antfu" @@ -4019,23 +4019,23 @@ } }, "node_modules/@unocss/cli": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/cli/-/cli-0.58.3.tgz", - "integrity": "sha512-veGdHhwm7GRvruXCMdqoFu3wVozr7ELEVWsFB6GpqWdGYIJ1i72M18l72UHDA2+TuDillZONnAQ5AvX9x/sYAw==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/cli/-/cli-0.58.4.tgz", + "integrity": "sha512-8dAs1TzzWCtb3FxoTsVtR2+JGkdmchuP0RvGlSywADf5FqYn9nbP0m3z4STtpPavHO9JaGbabStyjS0nA8Ck6w==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.2.1", "@rollup/pluginutils": "^5.1.0", - "@unocss/config": "0.58.3", - "@unocss/core": "0.58.3", - "@unocss/preset-uno": "0.58.3", + "@unocss/config": "0.58.4", + "@unocss/core": "0.58.4", + "@unocss/preset-uno": "0.58.4", "cac": "^6.7.14", "chokidar": "^3.5.3", "colorette": "^2.0.20", "consola": "^3.2.3", "fast-glob": "^3.3.2", "magic-string": "^0.30.5", - "pathe": "^1.1.1", + "pathe": "^1.1.2", "perfect-debounce": "^1.0.0" }, "bin": { @@ -4049,12 +4049,12 @@ } }, "node_modules/@unocss/config": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/config/-/config-0.58.3.tgz", - "integrity": "sha512-8BQDoLzf/BkyfnkQsjnXI84oj+Spqkr7Bf2AbOGcX14vof0qqHSDvJXQV1e0u7jv2QETe2D1+PI4fnkJCumaRw==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/config/-/config-0.58.4.tgz", + "integrity": "sha512-b/inDCOnhUPzobhj+SxRI7xeSwoAQU+3D3J5JoWZNPBI4OaJdwpuz40uLXl9VsPz5N6dc8/qa+FrSsgCjUcLTg==", "dev": true, "dependencies": { - "@unocss/core": "0.58.3", + "@unocss/core": "0.58.4", "unconfig": "^0.3.11" }, "engines": { @@ -4065,34 +4065,34 @@ } }, "node_modules/@unocss/core": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/core/-/core-0.58.3.tgz", - "integrity": "sha512-9hTxzsrSLh+07ql/lGhE+8ZbE9MTTeZeMx131cPf2jDJUxAZooLE5pBCoK0k77ZJGcribRrwPGkUScBNOK0cYQ==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/core/-/core-0.58.4.tgz", + "integrity": "sha512-wh4pxXUCkhC+C/0ct74PMYeZgX+oWuHj2mnvr09nM0WmvOm1HeeISrDCCBGcxmKbErUk+D1v3JgzXF7b6j2l4g==", "dev": true, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/extractor-arbitrary-variants": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/extractor-arbitrary-variants/-/extractor-arbitrary-variants-0.58.3.tgz", - "integrity": "sha512-QszC2atLcvzyoZFsjgtMBbILN4lrYI60iVRWdii+GGiKVtoIaKRWiA/3WERkvYGVPseVWOMflUpfxNeq+s9zUw==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/extractor-arbitrary-variants/-/extractor-arbitrary-variants-0.58.4.tgz", + "integrity": "sha512-TQlVtSQk8YdBU9KuTA5k6JBJ8d/aPrIsCWjDPfBvAqDvrll/dzwBCLoLTQMdCHFjCXCOYWKPum1ET+Wn9R+XbA==", "dev": true, "dependencies": { - "@unocss/core": "0.58.3" + "@unocss/core": "0.58.4" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/inspector": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/inspector/-/inspector-0.58.3.tgz", - "integrity": "sha512-FqkoHiO23lGGcQ+qJbE1Kb8+kPJWc/LxBz3B4Ehml1vQryncNh4p+3sczVn5YVTfPDGBXBCkP05Q+PJRKabPXQ==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/inspector/-/inspector-0.58.4.tgz", + "integrity": "sha512-BbsaIMqP6dqa3qCfkC0nkvjCg11JRigvFPU4319imTPcTHQNQSg35t2mVFPGZ+QYHlU/3ouBeogUQfJDHBmtVQ==", "dev": true, "dependencies": { - "@unocss/core": "0.58.3", - "@unocss/rule-utils": "0.58.3", + "@unocss/core": "0.58.4", + "@unocss/rule-utils": "0.58.4", "gzip-size": "^6.0.0", "sirv": "^2.0.4" }, @@ -4101,18 +4101,18 @@ } }, "node_modules/@unocss/postcss": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/postcss/-/postcss-0.58.3.tgz", - "integrity": "sha512-y1WQNvLUidypCu/tr6oJfaV4pjd8Lsk1N27ASEVsvockOH3MekRYpHtJfTl2fMk+1Y98AHv7hPAVjM2NlvhDow==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/postcss/-/postcss-0.58.4.tgz", + "integrity": "sha512-pg2qCGakV1TyMApPdvuvqqmPDhgogPWF14J97BT5zIfGYITAJSmBsm7d3+06w6EuqIS+vcYRw+qCV3oX6qTeiA==", "dev": true, "dependencies": { - "@unocss/config": "0.58.3", - "@unocss/core": "0.58.3", - "@unocss/rule-utils": "0.58.3", + "@unocss/config": "0.58.4", + "@unocss/core": "0.58.4", + "@unocss/rule-utils": "0.58.4", "css-tree": "^2.3.1", "fast-glob": "^3.3.2", "magic-string": "^0.30.5", - "postcss": "^8.4.32" + "postcss": "^8.4.33" }, "engines": { "node": ">=14" @@ -4125,25 +4125,25 @@ } }, "node_modules/@unocss/preset-attributify": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/preset-attributify/-/preset-attributify-0.58.3.tgz", - "integrity": "sha512-iDXNfnSC0SI51UnMltHmMcPr2SYYkimo86i+SBQqc/WBGcCF7fFqFj8G2WsZfwHvU9SdAHF8tYIwNq06w1WSeg==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/preset-attributify/-/preset-attributify-0.58.4.tgz", + "integrity": "sha512-r7pDXgcOgGMmrMoqM4/w20KKn4PxF+/vpElatAGXW3V/tHJWFOLGzk+wYeCMgMxeC+vPzqyJkjTfoqYlZrlokQ==", "dev": true, "dependencies": { - "@unocss/core": "0.58.3" + "@unocss/core": "0.58.4" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/preset-icons": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/preset-icons/-/preset-icons-0.58.3.tgz", - "integrity": "sha512-SA4Eu4rOQ9+zUgIyK6RacS01ygm0PJWkqKlD8ccrBqEyZapqiU+vLL+v6X8YVjoZjR+5CVgcMD5Km7zEQgqXQw==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/preset-icons/-/preset-icons-0.58.4.tgz", + "integrity": "sha512-xdOe3PLfEWS4y+rA7Gxh/kDI82VkW0PbdoYO2FBwXH7a0JegdUDD5zuOTsTKAIymvQ7eVH53WXN9mcuhfNmdvQ==", "dev": true, "dependencies": { - "@iconify/utils": "^2.1.13", - "@unocss/core": "0.58.3", + "@iconify/utils": "^2.1.18", + "@unocss/core": "0.58.4", "ofetch": "^1.3.3" }, "funding": { @@ -4151,63 +4151,63 @@ } }, "node_modules/@unocss/preset-mini": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/preset-mini/-/preset-mini-0.58.3.tgz", - "integrity": "sha512-vPC97vZPY6J9uZ+KmK4x7atKFlZJPH4tR7+SmzTmguaGIHZJG8k1cjBCg+5M7P4MaxINRMukUQS8/mM/uWFqvQ==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/preset-mini/-/preset-mini-0.58.4.tgz", + "integrity": "sha512-cpIWUYxLi4VCkkjxpNJOVqH9D32NX1ebRFaoAVnvCRsoj5TRsZJSdxs0WMN7reHT/CUHh0Wh6d3TfMCFxzbZ4g==", "dev": true, "dependencies": { - "@unocss/core": "0.58.3", - "@unocss/extractor-arbitrary-variants": "0.58.3", - "@unocss/rule-utils": "0.58.3" + "@unocss/core": "0.58.4", + "@unocss/extractor-arbitrary-variants": "0.58.4", + "@unocss/rule-utils": "0.58.4" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/preset-tagify": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/preset-tagify/-/preset-tagify-0.58.3.tgz", - "integrity": "sha512-9CEh4p8M8zFuNFzmPIs1paExWRcwr0Gp6lSMffFnqaVToeRBgEH7VnRj6/R3ZPAmQ2rEemZ1+3eOQlsspEE6aw==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/preset-tagify/-/preset-tagify-0.58.4.tgz", + "integrity": "sha512-1E3vQvg5Qy4tbgovvrV0JaIXFfcdhK4NCSz+MuUk5ZYgKGVDh4IEw0WPuic534nlLm9+YFqyCSLLyIs3bT/GYQ==", "dev": true, "dependencies": { - "@unocss/core": "0.58.3" + "@unocss/core": "0.58.4" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/preset-typography": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/preset-typography/-/preset-typography-0.58.3.tgz", - "integrity": "sha512-hOQa2Sjkxo5v+jMwPXYv1MpHSrirf73FKPqwwHlvEUSCq9iweGDOU/MVOc5fI9qCg0SrfWhIvrZb4ASlgAuzWQ==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/preset-typography/-/preset-typography-0.58.4.tgz", + "integrity": "sha512-0Opt3Y0At4F03092iwGgz7HswRC2ElBXHR+IO9wWxSbldtpdmKzFJ/GBHEalzQjacWnyyzmRjabjA2quoQ8FQA==", "dev": true, "dependencies": { - "@unocss/core": "0.58.3", - "@unocss/preset-mini": "0.58.3" + "@unocss/core": "0.58.4", + "@unocss/preset-mini": "0.58.4" } }, "node_modules/@unocss/preset-uno": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/preset-uno/-/preset-uno-0.58.3.tgz", - "integrity": "sha512-E/g2BS4KXS9E/4OqyJSt0xSB6gbbk2VGjgIXrpcSXuDr2S2F29XLVlhJA5HJBADPlEfbo41z7Mk3LA3nQPWxQQ==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/preset-uno/-/preset-uno-0.58.4.tgz", + "integrity": "sha512-FWBPGIt0UcQHu58l75kvhB4vF2v+s2m0OW9DnIrPm3aY7Qj3q4yA2wdahR37qSsH+6vR3JP4+mV9WBrGjIsjrQ==", "dev": true, "dependencies": { - "@unocss/core": "0.58.3", - "@unocss/preset-mini": "0.58.3", - "@unocss/preset-wind": "0.58.3", - "@unocss/rule-utils": "0.58.3" + "@unocss/core": "0.58.4", + "@unocss/preset-mini": "0.58.4", + "@unocss/preset-wind": "0.58.4", + "@unocss/rule-utils": "0.58.4" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/preset-web-fonts": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/preset-web-fonts/-/preset-web-fonts-0.58.3.tgz", - "integrity": "sha512-g+ru8gX74uZVSfKgdSGp46XQ+wMr66Hp3wtI01yyu9wqmJRAVWQmeehFYZ0hDnGgX20veYSbG+ybZfxIKeTy6w==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/preset-web-fonts/-/preset-web-fonts-0.58.4.tgz", + "integrity": "sha512-vcy20fIK37GdhesRpiWGvCvkJDQsSiRF1jxw3dy8J5n9kFpIV8DQoPWUIE0ePF4i5ky2dHSDxKaNOP1bxHdKGA==", "dev": true, "dependencies": { - "@unocss/core": "0.58.3", + "@unocss/core": "0.58.4", "ofetch": "^1.3.3" }, "funding": { @@ -4215,35 +4215,35 @@ } }, "node_modules/@unocss/preset-wind": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/preset-wind/-/preset-wind-0.58.3.tgz", - "integrity": "sha512-/YhvKDFGnTNvKxNaBv1dazHaqNmBM0Ulh0U9lhycGz11qsJTQSl/Y9ZP64fVC7fuo+Uiaj8AN/9gpmpVrCgt4A==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/preset-wind/-/preset-wind-0.58.4.tgz", + "integrity": "sha512-e2F0HsqPXw+nD85MKIZ63mx5yUx5g8iPOtMw9/eEUeK67HrD+jFxeLq0hAM3ou3a4589QIzeg23LXAkM7gCzvg==", "dev": true, "dependencies": { - "@unocss/core": "0.58.3", - "@unocss/preset-mini": "0.58.3", - "@unocss/rule-utils": "0.58.3" + "@unocss/core": "0.58.4", + "@unocss/preset-mini": "0.58.4", + "@unocss/rule-utils": "0.58.4" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/reset": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/reset/-/reset-0.58.3.tgz", - "integrity": "sha512-Q2KiRQlam2iYsTZgKdvnXEfUN4TA2oVpGIVD9Wa0ggs0XlYj5aOo0g0+4Tgqqn+YaviZQeJKnDs/JWE+ygHhZA==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/reset/-/reset-0.58.4.tgz", + "integrity": "sha512-ZZTrAdl4WWmMjQdOqcOSWdgFH6kdFKZjPu4c6Ijxk7KvY2BW3nttTTBa7IYeuXFHVfcExUFqlOgRurt+NeWYyQ==", "dev": true, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/rule-utils": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/rule-utils/-/rule-utils-0.58.3.tgz", - "integrity": "sha512-0Px9gIW+VOKetZuYET19uamIRpk7A9c8sCzQuGlNvCLXKEWamqXz5asLtnvPzw6SwCXEQDgWXE9i+aeoXaM0Jg==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/rule-utils/-/rule-utils-0.58.4.tgz", + "integrity": "sha512-52Jp4I+joGTaDm7ehB/7uZ2kJL+9BZcYRDUVk4IDacDH5W9yxf1F75LzYT8jJVWXD/HIhiS0r9V6qhcBq2OWZw==", "dev": true, "dependencies": { - "@unocss/core": "^0.58.3", + "@unocss/core": "^0.58.4", "magic-string": "^0.30.5" }, "engines": { @@ -4254,86 +4254,86 @@ } }, "node_modules/@unocss/scope": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/scope/-/scope-0.58.3.tgz", - "integrity": "sha512-Bkf6sk/0wry+fa5P8eLnzjC4pdrRlBY29g4F64qjsMBR0gk0stFRNzeoMOk412gmJXWjjlAQgNYiBZDHoPghZw==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/scope/-/scope-0.58.4.tgz", + "integrity": "sha512-JrX98xoYnv0HN41WyzlvCCU1T3jnDOry+V8mm2dB9DvByzxI484X6gtKbOXlJFAPwOlZPU5Bru/XTDaL6yQQww==", "dev": true }, "node_modules/@unocss/transformer-attributify-jsx": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/transformer-attributify-jsx/-/transformer-attributify-jsx-0.58.3.tgz", - "integrity": "sha512-H6wLJ5aAdHz8K/Z9/7OfiCBpOmKM7Gah2YtooT/Vfxu66bGehZO4QF6fcla6St53HifNvZ5odhlzqVEyHvQEaQ==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/transformer-attributify-jsx/-/transformer-attributify-jsx-0.58.4.tgz", + "integrity": "sha512-Y4YMVkgY/EF7x0llV8Y42WGs8b77hbXkPstRLNeRD5x8KBNKnjYUXADwhTBEKXjDR8/y5Ewie8u43i1nbh1XuA==", "dev": true, "dependencies": { - "@unocss/core": "0.58.3" + "@unocss/core": "0.58.4" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/transformer-attributify-jsx-babel": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/transformer-attributify-jsx-babel/-/transformer-attributify-jsx-babel-0.58.3.tgz", - "integrity": "sha512-ar+s1rUVHpTy5Yz31WP4DGF2IHxyD4sk/t9ayvR2nOZddAZipdLGSShG03GLkRv4h2/r0x+BIyJGdwAC0BgVZQ==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/transformer-attributify-jsx-babel/-/transformer-attributify-jsx-babel-0.58.4.tgz", + "integrity": "sha512-yJd+OxAdgAxSQHVrqC6z19ibPqwwWO7J0TFf2caiP3hidSJ0iOvxcC0h62YCMr9dg4MsCpXaiHmGzxXbWGJ9nQ==", "dev": true, "dependencies": { - "@babel/core": "^7.23.6", + "@babel/core": "^7.23.7", "@babel/plugin-syntax-jsx": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@unocss/core": "0.58.3" + "@unocss/core": "0.58.4" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/transformer-compile-class": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/transformer-compile-class/-/transformer-compile-class-0.58.3.tgz", - "integrity": "sha512-VmnByb3N8uGAEXjnfhra3DzKq8ZeVCL30n46GG5RTC03MK0rZmKVOmBOBIB99rmSV+D/WVrb12Gf4fHsoLca7g==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/transformer-compile-class/-/transformer-compile-class-0.58.4.tgz", + "integrity": "sha512-GPz462ogvtb64W0iweuB0Dcm1snGsGte0RlVpFUeG2eWlVqKMRvNRtYuive2Ky2zSZKefWJQBGk3Ti+7CM4wFA==", "dev": true, "dependencies": { - "@unocss/core": "0.58.3" + "@unocss/core": "0.58.4" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/transformer-directives": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/transformer-directives/-/transformer-directives-0.58.3.tgz", - "integrity": "sha512-JMfeA8GJz106UqafqsCDp6BBEU7TozZHpLw414CKZjOW1CuMmaKEGrlr2UCjCYgM1vH7KEFKRMwTRUEV3NvywQ==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/transformer-directives/-/transformer-directives-0.58.4.tgz", + "integrity": "sha512-5g2XVhwpmu2IrGHqPwxh+S3ZtkC/AwAtLIBLWB1QNhY3HVzAAaOzcif6uarngrCTTDQSDmsjzm8TSAq26LtCmQ==", "dev": true, "dependencies": { - "@unocss/core": "0.58.3", - "@unocss/rule-utils": "0.58.3", + "@unocss/core": "0.58.4", + "@unocss/rule-utils": "0.58.4", "css-tree": "^2.3.1" } }, "node_modules/@unocss/transformer-variant-group": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/transformer-variant-group/-/transformer-variant-group-0.58.3.tgz", - "integrity": "sha512-/8CyzLwzpJC5cdiA/Wd5/Pg+HEIK+xxJJ3/VXoo93OPNCCbA9/h6DPwDh1ogKk15c6b5H75Ow6zKq1rYQAz2EA==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/transformer-variant-group/-/transformer-variant-group-0.58.4.tgz", + "integrity": "sha512-zpJ4TMor7aJ3SoLJm4jNBOSqikyXUdQEO1AxkILd9Zcn7JWRgudfFXiXnFP+WGJcs9mMLoUiISxzT8SKNCckfA==", "dev": true, "dependencies": { - "@unocss/core": "0.58.3" + "@unocss/core": "0.58.4" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@unocss/vite": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/@unocss/vite/-/vite-0.58.3.tgz", - "integrity": "sha512-gmB2//z7lDEK7Bw5HbHTSQ3abOM0iveAY/W3L3FFXpvduoxMQyuI5dDk0hOCtzhAWeJoynnVN4MBGVmXM4Y/Mg==", + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/@unocss/vite/-/vite-0.58.4.tgz", + "integrity": "sha512-TqD5fIXv6NF3v10FFrCII//GRbkou6Dn/OzW+d4T5f0KM5+T6DutljpYUdGo0+2QXKDroUWLAspFUaZUx8iwVw==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.2.1", "@rollup/pluginutils": "^5.1.0", - "@unocss/config": "0.58.3", - "@unocss/core": "0.58.3", - "@unocss/inspector": "0.58.3", - "@unocss/scope": "0.58.3", - "@unocss/transformer-directives": "0.58.3", + "@unocss/config": "0.58.4", + "@unocss/core": "0.58.4", + "@unocss/inspector": "0.58.4", + "@unocss/scope": "0.58.4", + "@unocss/transformer-directives": "0.58.4", "chokidar": "^3.5.3", "fast-glob": "^3.3.2", "magic-string": "^0.30.5" @@ -4393,23 +4393,25 @@ } }, "node_modules/@vue/babel-helper-vue-transform-on": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.1.6.tgz", - "integrity": "sha512-XxM2tZHjYHTd9yiKHHt7fKCN0e2BK2z78UxU5rpjH3YCstEV/tcrW29CaOdrxIdeD0c/9mHHebvXWwDxlphjKA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.1.tgz", + "integrity": "sha512-jtEXim+pfyHWwvheYwUwSXm43KwQo8nhOBDyjrUITV6X2tB7lJm6n/+4sqR8137UVZZul5hBzWHdZ2uStYpyRQ==", "dev": true }, "node_modules/@vue/babel-plugin-jsx": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.6.tgz", - "integrity": "sha512-s2pK8Wwg0LiR25lyCKWGJePt8aXF0DsXOmTHYJnlKNdT3yTKfdvkKmsWjaHBctFvwWmetedObrAoINc9BeYZlA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.1.tgz", + "integrity": "sha512-Yy9qGktktXhB39QE99So/BO2Uwm/ZG+gpL9vMg51ijRRbINvgbuhyJEi4WYmGRMx/MSTfK0xjgZ3/MyY+iLCEg==", "dev": true, "dependencies": { "@babel/helper-module-imports": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-jsx": "^7.23.3", "@babel/template": "^7.22.15", "@babel/traverse": "^7.23.7", "@babel/types": "^7.23.6", - "@vue/babel-helper-vue-transform-on": "^1.1.6", + "@vue/babel-helper-vue-transform-on": "1.2.1", + "@vue/babel-plugin-resolve-type": "1.2.1", "camelcase": "^6.3.0", "html-tags": "^3.3.1", "svg-tags": "^1.0.0" @@ -4423,6 +4425,22 @@ } } }, + "node_modules/@vue/babel-plugin-resolve-type": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.1.tgz", + "integrity": "sha512-IOtnI7pHunUzHS/y+EG/yPABIAp0VN8QhQ0UCS09jeMVxgAnI9qdOzO85RXdQGxq+aWCdv8/+k3W0aYO6j/8fQ==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.23.5", + "@babel/helper-module-imports": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/parser": "^7.23.6", + "@vue/compiler-sfc": "^3.4.15" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, "node_modules/@vue/compiler-core": { "version": "3.4.15", "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.15.tgz", @@ -4958,9 +4976,9 @@ } }, "node_modules/axios": { - "version": "1.6.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.5.tgz", - "integrity": "sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==", + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz", + "integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==", "dependencies": { "follow-redirects": "^1.15.4", "form-data": "^4.0.0", @@ -5005,29 +5023,13 @@ } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.8.7", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.7.tgz", - "integrity": "sha512-KyDvZYxAzkC0Aj2dAPyDzi2Ym15e5JKZSK+maI7NAwSqofvuFglbSsxE7wUOvTg9oFVnHMzVzBKcqEb4PJgtOA==", - "dev": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.4.4", - "core-js-compat": "^3.33.1" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/babel-plugin-polyfill-corejs3/node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.4.tgz", - "integrity": "sha512-QcJMILQCu2jm5TFPGA3lCpJJTeEP+mqeXooG/NZbg/h5FTFi6V0+99ahlRsW8/kRLyb24LZVCCiclDedhLKcBA==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz", + "integrity": "sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==", "dev": true, "dependencies": { - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-plugin-utils": "^7.22.5", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2" + "@babel/helper-define-polyfill-provider": "^0.5.0", + "core-js-compat": "^3.34.0" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -5358,9 +5360,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001579", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001579.tgz", - "integrity": "sha512-u5AUVkixruKHJjw/pj9wISlcMpgFWzSrczLZbrqBSxukQixmg0SJ5sZTpvaFvxU0HoQKd4yoyAogyrAz9pzJnA==", + "version": "1.0.30001580", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001580.tgz", + "integrity": "sha512-mtj5ur2FFPZcCEpXFy8ADXbDACuNFXg6mxVDqp7tqooX6l3zwm+d8EPoeOSIFRDvHs8qu7/SLFOGniULkcH2iA==", "funding": [ { "type": "opencollective", @@ -5785,9 +5787,9 @@ "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" }, "node_modules/core-js": { - "version": "3.35.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.0.tgz", - "integrity": "sha512-ntakECeqg81KqMueeGJ79Q5ZgQNR+6eaE8sxGCx62zMbAIj65q+uYvatToew3m6eAGdU4gNZwpZ34NMe4GYswg==", + "version": "3.35.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz", + "integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==", "hasInstallScript": true, "optional": true, "funding": { @@ -5796,9 +5798,9 @@ } }, "node_modules/core-js-compat": { - "version": "3.35.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.35.0.tgz", - "integrity": "sha512-5blwFAddknKeNgsjBzilkdQ0+YK8L1PfqPYq40NOYMYFSS38qj+hpTcLLWwpIwA2A5bje/x5jmVn2tzUMg9IVw==", + "version": "3.35.1", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.35.1.tgz", + "integrity": "sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==", "dev": true, "dependencies": { "browserslist": "^4.22.2" @@ -6065,9 +6067,9 @@ "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" }, "node_modules/dotenv": { - "version": "16.3.2", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.2.tgz", - "integrity": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==", + "version": "16.4.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.1.tgz", + "integrity": "sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==", "engines": { "node": ">=12" }, @@ -6134,9 +6136,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.640", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.640.tgz", - "integrity": "sha512-z/6oZ/Muqk4BaE7P69bXhUhpJbUM9ZJeka43ZwxsDshKtePns4mhBlh8bU5+yrnOnz3fhG82XLzGUXazOmsWnA==" + "version": "1.4.646", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.646.tgz", + "integrity": "sha512-vThkQ0JuF45qT/20KbRgM56lV7IuGt7SjhawQ719PDHzhP84KAO1WJoaxgCoAffKHK47FmVKP1Fqizx7CwK1SA==" }, "node_modules/emoji-regex": { "version": "10.3.0", @@ -6266,9 +6268,9 @@ } }, "node_modules/esbuild": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.11.tgz", - "integrity": "sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz", + "integrity": "sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==", "hasInstallScript": true, "bin": { "esbuild": "bin/esbuild" @@ -6277,29 +6279,29 @@ "node": ">=12" }, "optionalDependencies": { - "@esbuild/aix-ppc64": "0.19.11", - "@esbuild/android-arm": "0.19.11", - "@esbuild/android-arm64": "0.19.11", - "@esbuild/android-x64": "0.19.11", - "@esbuild/darwin-arm64": "0.19.11", - "@esbuild/darwin-x64": "0.19.11", - "@esbuild/freebsd-arm64": "0.19.11", - "@esbuild/freebsd-x64": "0.19.11", - "@esbuild/linux-arm": "0.19.11", - "@esbuild/linux-arm64": "0.19.11", - "@esbuild/linux-ia32": "0.19.11", - "@esbuild/linux-loong64": "0.19.11", - "@esbuild/linux-mips64el": "0.19.11", - "@esbuild/linux-ppc64": "0.19.11", - "@esbuild/linux-riscv64": "0.19.11", - "@esbuild/linux-s390x": "0.19.11", - "@esbuild/linux-x64": "0.19.11", - "@esbuild/netbsd-x64": "0.19.11", - "@esbuild/openbsd-x64": "0.19.11", - "@esbuild/sunos-x64": "0.19.11", - "@esbuild/win32-arm64": "0.19.11", - "@esbuild/win32-ia32": "0.19.11", - "@esbuild/win32-x64": "0.19.11" + "@esbuild/aix-ppc64": "0.19.12", + "@esbuild/android-arm": "0.19.12", + "@esbuild/android-arm64": "0.19.12", + "@esbuild/android-x64": "0.19.12", + "@esbuild/darwin-arm64": "0.19.12", + "@esbuild/darwin-x64": "0.19.12", + "@esbuild/freebsd-arm64": "0.19.12", + "@esbuild/freebsd-x64": "0.19.12", + "@esbuild/linux-arm": "0.19.12", + "@esbuild/linux-arm64": "0.19.12", + "@esbuild/linux-ia32": "0.19.12", + "@esbuild/linux-loong64": "0.19.12", + "@esbuild/linux-mips64el": "0.19.12", + "@esbuild/linux-ppc64": "0.19.12", + "@esbuild/linux-riscv64": "0.19.12", + "@esbuild/linux-s390x": "0.19.12", + "@esbuild/linux-x64": "0.19.12", + "@esbuild/netbsd-x64": "0.19.12", + "@esbuild/openbsd-x64": "0.19.12", + "@esbuild/sunos-x64": "0.19.12", + "@esbuild/win32-arm64": "0.19.12", + "@esbuild/win32-ia32": "0.19.12", + "@esbuild/win32-x64": "0.19.12" } }, "node_modules/escalade": { @@ -7063,9 +7065,9 @@ } }, "node_modules/google-auth-library": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.4.2.tgz", - "integrity": "sha512-rTLO4gjhqqo3WvYKL5IdtlCvRqeQ4hxUx/p4lObobY2xotFW3bCQC+Qf1N51CYOfiqfMecdMwW9RIo7dFWYjqw==", + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.5.0.tgz", + "integrity": "sha512-OUbP509lWVlZxuMY+Cgomw49VzZFP9myIcVeYEpeBlbXJbPC4R+K4BmO9hd3ciYM5QIwm5W1PODcKjqxtkye9Q==", "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", @@ -7079,9 +7081,9 @@ } }, "node_modules/google-gax": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/google-gax/-/google-gax-4.1.0.tgz", - "integrity": "sha512-VP5MYsIXEoXmdeHZl1Qsjv89PvE+LT8fw/2jxpFQtFed22YYAHgiTUuMfj2RWlGJUmRaYEMxBRBDWj+q/hOGQg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/google-gax/-/google-gax-4.2.1.tgz", + "integrity": "sha512-Yal4oh2GMHBsFX8zunxwaRuD2bP7rrA7Oz/ooXK8uOMGnP71jNVRl6fUv8chYLkPTqEzBSij9TZw49B86SDVTg==", "dependencies": { "@grpc/grpc-js": "~1.9.6", "@grpc/proto-loader": "^0.7.0", @@ -7092,36 +7094,14 @@ "node-fetch": "^2.6.1", "object-hash": "^3.0.0", "proto3-json-serializer": "^2.0.0", - "protobufjs": "7.2.5", - "retry-request": "^7.0.0" + "protobufjs": "7.2.6", + "retry-request": "^7.0.0", + "uuid": "^9.0.1" }, "engines": { "node": ">=14" } }, - "node_modules/google-gax/node_modules/protobufjs": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.5.tgz", - "integrity": "sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A==", - "hasInstallScript": true, - "dependencies": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/node": ">=13.7.0", - "long": "^5.0.0" - }, - "engines": { - "node": ">=12.0.0" - } - }, "node_modules/gopd": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", @@ -7324,9 +7304,9 @@ } }, "node_modules/hast-util-raw": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.0.1.tgz", - "integrity": "sha512-5m1gmba658Q+lO5uqL5YNGQWeh1MYWZbZmWrM5lncdcuiXuo5E2HT/CIOp0rLF8ksfSwiCVJ3twlgVRyTGThGA==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.0.2.tgz", + "integrity": "sha512-PldBy71wO9Uq1kyaMch9AHIghtQvIwxBUkv823pKmkTM3oV1JxtsTNYdevMxvUHqcnOAuO65JKU2+0NOxc2ksA==", "dependencies": { "@types/hast": "^3.0.0", "@types/unist": "^3.0.0", @@ -8264,9 +8244,9 @@ } }, "node_modules/jsonc-parser": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", - "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.1.tgz", + "integrity": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==", "dev": true }, "node_modules/jsonfile": { @@ -10076,9 +10056,9 @@ } }, "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz", - "integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", + "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", "dev": true, "engines": { "node": "14 || >=16.14" @@ -10525,9 +10505,9 @@ } }, "node_modules/property-information": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.4.0.tgz", - "integrity": "sha512-9t5qARVofg2xQqKtytzt+lZ4d1Qvj8t5B8fEwXK6qOfgRLgH/b13QlgEyDh033NOS31nXeFbYv7CLUDG1CeifQ==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.4.1.tgz", + "integrity": "sha512-OHYtXfu5aI2sS2LWFSN5rgJjrQ4pCy8i1jubJLe2QvMF8JJ++HXTUIVWFLfXJoaOfvYYjk2SN8J2wFUWIGXT4w==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -11412,9 +11392,9 @@ } }, "node_modules/rollup": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.9.5.tgz", - "integrity": "sha512-E4vQW0H/mbNMw2yLSqJyjtkHY9dslf/p0zuT1xehNRqUTBOFMqEjguDvqhXr7N7r/4ttb2jr4T41d3dncmIgbQ==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.9.6.tgz", + "integrity": "sha512-05lzkCS2uASX0CiLFybYfVkwNbKZG5NFQ6Go0VWyogFTXXbR039UVsegViTntkk4OglHBdF54ccApXRRuXRbsg==", "dependencies": { "@types/estree": "1.0.5" }, @@ -11426,19 +11406,19 @@ "npm": ">=8.0.0" }, "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.9.5", - "@rollup/rollup-android-arm64": "4.9.5", - "@rollup/rollup-darwin-arm64": "4.9.5", - "@rollup/rollup-darwin-x64": "4.9.5", - "@rollup/rollup-linux-arm-gnueabihf": "4.9.5", - "@rollup/rollup-linux-arm64-gnu": "4.9.5", - "@rollup/rollup-linux-arm64-musl": "4.9.5", - "@rollup/rollup-linux-riscv64-gnu": "4.9.5", - "@rollup/rollup-linux-x64-gnu": "4.9.5", - "@rollup/rollup-linux-x64-musl": "4.9.5", - "@rollup/rollup-win32-arm64-msvc": "4.9.5", - "@rollup/rollup-win32-ia32-msvc": "4.9.5", - "@rollup/rollup-win32-x64-msvc": "4.9.5", + "@rollup/rollup-android-arm-eabi": "4.9.6", + "@rollup/rollup-android-arm64": "4.9.6", + "@rollup/rollup-darwin-arm64": "4.9.6", + "@rollup/rollup-darwin-x64": "4.9.6", + "@rollup/rollup-linux-arm-gnueabihf": "4.9.6", + "@rollup/rollup-linux-arm64-gnu": "4.9.6", + "@rollup/rollup-linux-arm64-musl": "4.9.6", + "@rollup/rollup-linux-riscv64-gnu": "4.9.6", + "@rollup/rollup-linux-x64-gnu": "4.9.6", + "@rollup/rollup-linux-x64-musl": "4.9.6", + "@rollup/rollup-win32-arm64-msvc": "4.9.6", + "@rollup/rollup-win32-ia32-msvc": "4.9.6", + "@rollup/rollup-win32-x64-msvc": "4.9.6", "fsevents": "~2.3.2" } }, @@ -11963,9 +11943,9 @@ } }, "node_modules/string-width": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.0.0.tgz", - "integrity": "sha512-GPQHj7row82Hjo9hKZieKcHIhaAIKOJvFSIZXuCU9OASVZrMNUaZuz++SPVrBjnLsnk4k+z9f2EIypgxf2vNFw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz", + "integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==", "dependencies": { "emoji-regex": "^10.3.0", "get-east-asian-width": "^1.0.0", @@ -12977,31 +12957,31 @@ } }, "node_modules/unocss": { - "version": "0.58.3", - "resolved": "https://registry.npmjs.org/unocss/-/unocss-0.58.3.tgz", - "integrity": "sha512-2rnvghfiIDRQ2cOrmN4P7J7xV2p3yBK+bPAt1aoUxCXcszkLczAnQzh9c7IZ+p70kSVstK45cJTYV6TMzOLF7Q==", - "dev": true, - "dependencies": { - "@unocss/astro": "0.58.3", - "@unocss/cli": "0.58.3", - "@unocss/core": "0.58.3", - "@unocss/extractor-arbitrary-variants": "0.58.3", - "@unocss/postcss": "0.58.3", - "@unocss/preset-attributify": "0.58.3", - "@unocss/preset-icons": "0.58.3", - "@unocss/preset-mini": "0.58.3", - "@unocss/preset-tagify": "0.58.3", - "@unocss/preset-typography": "0.58.3", - "@unocss/preset-uno": "0.58.3", - "@unocss/preset-web-fonts": "0.58.3", - "@unocss/preset-wind": "0.58.3", - "@unocss/reset": "0.58.3", - "@unocss/transformer-attributify-jsx": "0.58.3", - "@unocss/transformer-attributify-jsx-babel": "0.58.3", - "@unocss/transformer-compile-class": "0.58.3", - "@unocss/transformer-directives": "0.58.3", - "@unocss/transformer-variant-group": "0.58.3", - "@unocss/vite": "0.58.3" + "version": "0.58.4", + "resolved": "https://registry.npmjs.org/unocss/-/unocss-0.58.4.tgz", + "integrity": "sha512-JYeQddAIObJPr6nuxahOgku0MIzjIaQ2P73KtJr0zSuzx6kiq20jf67FgDIOP1Ks6s7iJd7Ga3yuY2h49XjDjg==", + "dev": true, + "dependencies": { + "@unocss/astro": "0.58.4", + "@unocss/cli": "0.58.4", + "@unocss/core": "0.58.4", + "@unocss/extractor-arbitrary-variants": "0.58.4", + "@unocss/postcss": "0.58.4", + "@unocss/preset-attributify": "0.58.4", + "@unocss/preset-icons": "0.58.4", + "@unocss/preset-mini": "0.58.4", + "@unocss/preset-tagify": "0.58.4", + "@unocss/preset-typography": "0.58.4", + "@unocss/preset-uno": "0.58.4", + "@unocss/preset-web-fonts": "0.58.4", + "@unocss/preset-wind": "0.58.4", + "@unocss/reset": "0.58.4", + "@unocss/transformer-attributify-jsx": "0.58.4", + "@unocss/transformer-attributify-jsx-babel": "0.58.4", + "@unocss/transformer-compile-class": "0.58.4", + "@unocss/transformer-directives": "0.58.4", + "@unocss/transformer-variant-group": "0.58.4", + "@unocss/vite": "0.58.4" }, "engines": { "node": ">=14" @@ -13010,7 +12990,7 @@ "url": "https://github.com/sponsors/antfu" }, "peerDependencies": { - "@unocss/webpack": "0.58.3", + "@unocss/webpack": "0.58.4", "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0" }, "peerDependenciesMeta": { @@ -13043,9 +13023,9 @@ } }, "node_modules/unplugin-auto-import": { - "version": "0.17.3", - "resolved": "https://registry.npmjs.org/unplugin-auto-import/-/unplugin-auto-import-0.17.3.tgz", - "integrity": "sha512-0cn0wr8X579TtdZKUAps0dDVrYzttx38ImdxZjmCeNlMDJX8UuSjO83vFqgS4ClNDIGWAute+xl9j5vRSX+vsw==", + "version": "0.17.5", + "resolved": "https://registry.npmjs.org/unplugin-auto-import/-/unplugin-auto-import-0.17.5.tgz", + "integrity": "sha512-fHNDkDSxv3PGagX1wmKBYBkgaM4AKAgZmdJw/bxjhNljx9KSXSgHpGfX0MwUrq9qw6q1bhHIZVWyOwoY2koo4w==", "dev": true, "dependencies": { "@antfu/utils": "^0.7.7", @@ -13054,7 +13034,7 @@ "local-pkg": "^0.5.0", "magic-string": "^0.30.5", "minimatch": "^9.0.3", - "unimport": "^3.7.0", + "unimport": "^3.7.1", "unplugin": "^1.6.0" }, "engines": { @@ -13268,9 +13248,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.17.4", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.4.tgz", - "integrity": "sha512-j9iiyinFOYyof4Zk3Q+DtmYyDVBDAi6PuMGNGq6uGI0pw7E+LNm9e+nQ2ep9obMP/kjdWwzilqUrlfVRj9OobA==", + "version": "0.17.5", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.5.tgz", + "integrity": "sha512-UxRNPiJBzh4tqU/vc8G2TxmrUTzT6BqvSzhszLk62uKsf+npXdvLxGDz9C675f4BJi6MbD2tPnJhi5txlMzxbQ==", "dev": true, "dependencies": { "debug": "^4.3.4", diff --git a/functions/ssr/package.json b/functions/ssr/package.json index ad914668..32893ca9 100644 --- a/functions/ssr/package.json +++ b/functions/ssr/package.json @@ -18,16 +18,16 @@ }, "main": "index.js", "dependencies": { - "@cloudcommerce/api": "^2.0.9", - "@cloudcommerce/firebase": "^2.0.9", - "@cloudcommerce/ssr": "^2.0.9", + "@cloudcommerce/api": "^2.1.0", + "@cloudcommerce/firebase": "^2.1.0", + "@cloudcommerce/ssr": "^2.1.0", "@headlessui/vue": "^1.7.17", "micromark": "^4.0.0" }, "devDependencies": { - "@cloudcommerce/i18n": "^2.0.9", - "@cloudcommerce/storefront": "^2.0.9", - "@cloudcommerce/types": "^2.0.9", + "@cloudcommerce/i18n": "^2.1.0", + "@cloudcommerce/storefront": "^2.1.0", + "@cloudcommerce/types": "^2.1.0", "photoswipe": "^5.4.3" } } diff --git a/functions/with-apps/package-lock.json b/functions/with-apps/package-lock.json index 278c8b15..b64b0fde 100644 --- a/functions/with-apps/package-lock.json +++ b/functions/with-apps/package-lock.json @@ -6,9 +6,9 @@ "": { "name": "with-apps", "dependencies": { - "@cloudcommerce/events": "^2.0.9", - "@cloudcommerce/firebase": "^2.0.9", - "@cloudcommerce/modules": "^2.0.9" + "@cloudcommerce/events": "^2.1.0", + "@cloudcommerce/firebase": "^2.1.0", + "@cloudcommerce/modules": "^2.1.0" }, "engines": { "node": "18" @@ -27,9 +27,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.5.0.tgz", - "integrity": "sha512-ZDluNgMIJT+z+HJcZ6QEJ/KqaFkTkrb+Za6c6VZs8G/nb1LBErL14/iU5EVJ9yu25i4QCLweuBJ3m5df34gZJg==" + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.5.1.tgz", + "integrity": "sha512-o2hKiFJXZOm1Gov+RGXSWnKlnb/UF7KRTx/Y2uazYe3+MrLY+sqLN+yB4EH2bElc0l1K9cDb4mZSejuq563rGQ==" }, "node_modules/@astrojs/internal-helpers": { "version": "0.2.1", @@ -132,20 +132,20 @@ } }, "node_modules/@babel/core": { - "version": "7.23.7", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.7.tgz", - "integrity": "sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.9.tgz", + "integrity": "sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==", "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.23.5", "@babel/generator": "^7.23.6", "@babel/helper-compilation-targets": "^7.23.6", "@babel/helper-module-transforms": "^7.23.3", - "@babel/helpers": "^7.23.7", - "@babel/parser": "^7.23.6", - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.7", - "@babel/types": "^7.23.6", + "@babel/helpers": "^7.23.9", + "@babel/parser": "^7.23.9", + "@babel/template": "^7.23.9", + "@babel/traverse": "^7.23.9", + "@babel/types": "^7.23.9", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -331,13 +331,13 @@ } }, "node_modules/@babel/helpers": { - "version": "7.23.8", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.8.tgz", - "integrity": "sha512-KDqYz4PiOWvDFrdHLPhKtCThtIcKVy6avWD2oG4GEvyQ+XDZwHD4YQd+H2vNMnq2rkdxsDkU82T+Vk8U/WXHRQ==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.9.tgz", + "integrity": "sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==", "dependencies": { - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.7", - "@babel/types": "^7.23.6" + "@babel/template": "^7.23.9", + "@babel/traverse": "^7.23.9", + "@babel/types": "^7.23.9" }, "engines": { "node": ">=6.9.0" @@ -357,9 +357,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.6.tgz", - "integrity": "sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.9.tgz", + "integrity": "sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==", "bin": { "parser": "bin/babel-parser.js" }, @@ -400,22 +400,22 @@ } }, "node_modules/@babel/template": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", - "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.23.9.tgz", + "integrity": "sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==", "dependencies": { - "@babel/code-frame": "^7.22.13", - "@babel/parser": "^7.22.15", - "@babel/types": "^7.22.15" + "@babel/code-frame": "^7.23.5", + "@babel/parser": "^7.23.9", + "@babel/types": "^7.23.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.23.7", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.7.tgz", - "integrity": "sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.9.tgz", + "integrity": "sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==", "dependencies": { "@babel/code-frame": "^7.23.5", "@babel/generator": "^7.23.6", @@ -423,8 +423,8 @@ "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.23.6", - "@babel/types": "^7.23.6", + "@babel/parser": "^7.23.9", + "@babel/types": "^7.23.9", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -433,9 +433,9 @@ } }, "node_modules/@babel/types": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.6.tgz", - "integrity": "sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.9.tgz", + "integrity": "sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==", "dependencies": { "@babel/helper-string-parser": "^7.23.4", "@babel/helper-validator-identifier": "^7.22.20", @@ -446,28 +446,28 @@ } }, "node_modules/@cloudcommerce/api": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/api/-/api-2.0.9.tgz", - "integrity": "sha512-fe5C03P6f+o9bU0OREQM4yEKcUsWY47+oLhle3gOrTlNrH5p0tEcJmqh9Mvee4Vvid8nErk/3rS3+lfzXTEqkw==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/api/-/api-2.1.0.tgz", + "integrity": "sha512-wina+3rXwtMj1jLMXod3o8txCWoi6mI1QfYlQ1U8hZQJ2ZHC7Hq1tMReVfuPPotgCD+7cPnSpDQrhCatU0EPBA==" }, "node_modules/@cloudcommerce/app-affiliate-program": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-affiliate-program/-/app-affiliate-program-2.0.9.tgz", - "integrity": "sha512-yvAukwnRF91Yvu70KLG80CllDbSoCgO82k0efMJIY33C/IklRT/vvbbwjC3hxKf8twq5a6XDu1H/33ab/Vv2yA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-affiliate-program/-/app-affiliate-program-2.1.0.tgz", + "integrity": "sha512-lMkxR5Tg6LFhnP3fyTFizji8bC6Gqr53bHqhgbLD0N6agWjEYOOg6SDIE/t7HPOhxTOVHqJznTkryzX4EIJTyA==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "firebase-admin": "^12.0.0", "firebase-functions": "^4.6.0" } }, "node_modules/@cloudcommerce/app-correios": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-correios/-/app-correios-2.0.9.tgz", - "integrity": "sha512-9kwDjCVE2doXYZwwjqq9yXWmikoq26rPZ83p4z1eGNEYai7j7fOXv0WcAMKc3+swo23rQXGjM2GooLlC/BHbTg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-correios/-/app-correios-2.1.0.tgz", + "integrity": "sha512-E2Vc3hFoADPgMSMTeG1FBk8VRTewgB3QXpwkiHm5j2ftI+WnMZ4XdryW1P6j1NFGrljrZ7JyB6zfXvHRt0uwoQ==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "@google-cloud/pubsub": "^4.1.1", "axios": "^1.6.5", "firebase-admin": "^12.0.0", @@ -475,28 +475,28 @@ } }, "node_modules/@cloudcommerce/app-custom-payment": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-custom-payment/-/app-custom-payment-2.0.9.tgz", - "integrity": "sha512-ZfMffGLfJI0rCn5kSDIP9MF33YGVai74xbcMtYdpigH0ZOvQZaIVszW2Ya2lAq8JLNdcgvIF+gJYIh6J85ezzg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-custom-payment/-/app-custom-payment-2.1.0.tgz", + "integrity": "sha512-my6M7AJEiIjVgPgwuzCSJL7ib/yjij/hRaEMWVBy4yglBU2dJlSgVJ6iklyV97937wXH5LPqQ0VUiX8fqjC8dQ==", "dependencies": { - "@cloudcommerce/api": "2.0.9" + "@cloudcommerce/api": "2.1.0" } }, "node_modules/@cloudcommerce/app-custom-shipping": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-custom-shipping/-/app-custom-shipping-2.0.9.tgz", - "integrity": "sha512-Ax7tbaHhDm9/SafJMV/zATGZ6n74YuCqJPIo9zLb+oI6iQ3kfF+GJPruv7Wk8WZJlyZqlqKkGqqgZF4HmFyv+g==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-custom-shipping/-/app-custom-shipping-2.1.0.tgz", + "integrity": "sha512-ioDgj1/kDYMQMmmTZRBYRoZ2DWfqwOHD5e2Wr8CkJeZjs8YkvlzyKKsWq38Gt+NjaSNqiLynojhuKaca+XHaEw==", "dependencies": { - "@cloudcommerce/api": "2.0.9" + "@cloudcommerce/api": "2.1.0" } }, "node_modules/@cloudcommerce/app-datafrete": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-datafrete/-/app-datafrete-2.0.9.tgz", - "integrity": "sha512-5Od8HGwo8HIQmdqvT1UFj79AZD7VP4ExvaoRCv0Q8ZK9G0kHnWI0PhylqSHSUEqeGrfA9lkm1btMMxR1esMlaw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-datafrete/-/app-datafrete-2.1.0.tgz", + "integrity": "sha512-pfw42iDA5ednZeR/BWUU8TSACNkwIGVcfsOX5jQTASbwHT+RiUkErdNfFMaNKLijeqF3BkgKRRqlhKSlgPODyg==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "@ecomplus/utils": "1.5.0-rc.6", "axios": "^1.6.5", "firebase-admin": "^12.0.0", @@ -504,147 +504,147 @@ } }, "node_modules/@cloudcommerce/app-discounts": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-discounts/-/app-discounts-2.0.9.tgz", - "integrity": "sha512-qDYpxycY3YC+b0QguI31GRyCiZUPtFT+1bEcNW1HWT259kHkD/ni2iRLkAgzAbawcFAUrpcLSedrrtmKW4W5eg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-discounts/-/app-discounts-2.1.0.tgz", + "integrity": "sha512-2mLmiVW88w7eLPOJ1fKsIPjFN/0oz10wGvWcqF+ng/m9Ye7WPJBUzTOGktL9wrRbSDnyKbul4iGlzsN1XOVVuw==", "dependencies": { - "@cloudcommerce/api": "2.0.9", + "@cloudcommerce/api": "2.1.0", "@ecomplus/utils": "1.5.0-rc.6" } }, "node_modules/@cloudcommerce/app-emails": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-emails/-/app-emails-2.0.9.tgz", - "integrity": "sha512-9rEae+0/cquLgL9Ik+cF/yw9EeI614XDyae5a337hK3MQyjrr5lMSLTfqwJHeOxYgZqwg9xrrIcw0JRU4xJxlg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-emails/-/app-emails-2.1.0.tgz", + "integrity": "sha512-O747R+iKmR0JbWtJLd94NTozCE/F04ShQVPpW2hb/HVfzBLC01n+/WkM2foHfMS/9cu0urKXQRnPN+vhcK8F4A==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/emails": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/emails": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "@ecomplus/transactional-mails": "^2.0.2", "firebase-admin": "^12.0.0", "firebase-functions": "^4.6.0" } }, "node_modules/@cloudcommerce/app-fb-conversions": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-fb-conversions/-/app-fb-conversions-2.0.9.tgz", - "integrity": "sha512-EO86PdNELmYq8+d1ROmR5IoBRxd+I3jeaVCJdBTFb9DvIJhLPADL8GLrFR2/7dFGoz0xsqjZDk1YtfsGyZyqGA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-fb-conversions/-/app-fb-conversions-2.1.0.tgz", + "integrity": "sha512-psbpE9p8jhAp9wbU9ivyRJXqay6X6CcXMovxEA880hFkQybpM+Un5Dz+64uZxXX+LB/DU7LxZgB1K8HvM37MVw==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "facebook-nodejs-business-sdk": "^18.0.4", "firebase-admin": "^12.0.0", "firebase-functions": "^4.6.0" } }, "node_modules/@cloudcommerce/app-flash-courier": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-flash-courier/-/app-flash-courier-2.0.9.tgz", - "integrity": "sha512-SN1WBH6jR78wuWsf4Dm6XKCoTIk/b3+hejA0Tzc5Os6xAqLbutRkwvQ15Hb99UVeU79kCj7MDdjUn+eiVWSaFA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-flash-courier/-/app-flash-courier-2.1.0.tgz", + "integrity": "sha512-b6sfANrsB98ToTR18Hr23K1/42p13Qm3ixBiZrRaM9EwSYnv5OHgfrqNqvh0mGR9PUAmbPEVkGhBHHM1uu/J3w==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "axios": "^1.6.5", "firebase-functions": "^4.6.0" } }, "node_modules/@cloudcommerce/app-frenet": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-frenet/-/app-frenet-2.0.9.tgz", - "integrity": "sha512-W3RYBhaZ+fA6sbdmNZ2hG2uWvf5HGywwyKARcTmpK56IOiqhRWDBeyhjAKDTBdsY82glPiVzrHEBG8SkKjIJRQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-frenet/-/app-frenet-2.1.0.tgz", + "integrity": "sha512-ceJQqUUygjUHxam0ytkN1wk8ds75EBd4RjlDPtrmSIRp07mpoiHPKy+6pp3CmXatTYOwqN5gNXG/v/qd+oHC4g==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "axios": "^1.6.5", "firebase-admin": "^12.0.0", "firebase-functions": "^4.6.0" } }, "node_modules/@cloudcommerce/app-galaxpay": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-galaxpay/-/app-galaxpay-2.0.9.tgz", - "integrity": "sha512-GLs4seq54tKE1h+LNzVCD9+ewMN42fZKi8f+QX2u7wMuFKFqzajl/AuaVO2Jfz82g7U121o7Jz0vlNNSlEurDA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-galaxpay/-/app-galaxpay-2.1.0.tgz", + "integrity": "sha512-PSXEFROpwSJneDzUoXnr/yZFqr4dkmbMgbT31apiPJBTa3PLmv/QrRYbs8xXCA7UVmLH2jOnPqWwpWaGdqjw9w==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "axios": "^1.6.5", "firebase-admin": "^12.0.0", "firebase-functions": "^4.6.0" } }, "node_modules/@cloudcommerce/app-google-analytics": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-google-analytics/-/app-google-analytics-2.0.9.tgz", - "integrity": "sha512-YxhyADNr4D/zEp7OGhY8oIKIwVh83ZhZ3gtstqexnmMN4DOZBoUou8qvpA2re6FiO/7U7M5AD7S7JY9qqsW9rg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-google-analytics/-/app-google-analytics-2.1.0.tgz", + "integrity": "sha512-tA9TWZH72yX/sjGRnQb37NHjZ3+p5tFd7CMH16wvwlSz4n5QF8Qkul8tMfh27ckfGwsKVzn/ZLggZDush+NFGA==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "axios": "^1.6.5", "firebase-admin": "^12.0.0", "firebase-functions": "^4.6.0" } }, "node_modules/@cloudcommerce/app-jadlog": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-jadlog/-/app-jadlog-2.0.9.tgz", - "integrity": "sha512-vC8jsrpFJ3FGUssF61ww3Oqe/TS8zOtOG44d7kWZY+lnRU8UOnsTRKGwnh1jMsCI6Z2ctfXaSbyzp9fmez2UHQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-jadlog/-/app-jadlog-2.1.0.tgz", + "integrity": "sha512-EJQ3IuO0E7eWt26lzmyQUg4O9+t51A4nbCGm9XqBWfaIHaOC2rA2wu1gevCkZyCqLYrjwyaLXoOz4gFDWebHEg==", "dependencies": { - "@cloudcommerce/api": "2.0.9", + "@cloudcommerce/api": "2.1.0", "axios": "^1.6.5" } }, "node_modules/@cloudcommerce/app-loyalty-points": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-loyalty-points/-/app-loyalty-points-2.0.9.tgz", - "integrity": "sha512-JOScvY4nAz/W89FBCpTV6dpQX4ekScsgnlb0LtP+H8rBkJ/FBPjDKkuqvNS3t+KvmAIAsiWmzJLXeYFDFn/w1A==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-loyalty-points/-/app-loyalty-points-2.1.0.tgz", + "integrity": "sha512-A12iPtJW87s9qBC3gPEMGlhjQSphzA5AGc1QzzMv36Oj7H/i8Q2TLe9XDJm2LqPUe9p4eOjya7oTany5Wr2CRw==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "@ecomplus/utils": "1.5.0-rc.6" } }, "node_modules/@cloudcommerce/app-mandae": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-mandae/-/app-mandae-2.0.9.tgz", - "integrity": "sha512-Q/PGwXFS1kdRWX5HrUbgKCm2hq/t+ckk0U6CSR/duDaRe9Si5yNCXPRLqKHMf7BGYDFKHbHo+5VEtmG5QRtHVg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-mandae/-/app-mandae-2.1.0.tgz", + "integrity": "sha512-gS0wCGM5mHmbxZQGdZnWkIGj2zySZVYnKc/CtCmtkoYTsX5f4eYFQwthnMVeBOlOOcujkDceKR3LgqcMKGG7/g==", "dependencies": { - "@cloudcommerce/api": "2.0.9", + "@cloudcommerce/api": "2.1.0", "@ecomplus/utils": "1.5.0-rc.6", "axios": "^1.6.5", "firebase-functions": "^4.6.0" } }, "node_modules/@cloudcommerce/app-melhor-envio": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-melhor-envio/-/app-melhor-envio-2.0.9.tgz", - "integrity": "sha512-SQstmVLlJ10BTJgf2sXUWVvvRvJRJBY3mIG64zIunmz2Lp3mV03ptq6Lrx5ijWjzmD3OJwsI3ipKYs8BG5BPAA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-melhor-envio/-/app-melhor-envio-2.1.0.tgz", + "integrity": "sha512-KPsXHs6pladZzf/V4KfkUtxHSdv7TQYRIzj0L5/pwpxLJCOxri6oZ1d3GrPkuR8xh9MAl1eHHrPDB0JE73FwdA==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "axios": "^1.6.5", "firebase-admin": "^12.0.0", "firebase-functions": "^4.6.0" } }, "node_modules/@cloudcommerce/app-mercadopago": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-mercadopago/-/app-mercadopago-2.0.9.tgz", - "integrity": "sha512-VW6xZAkTpDIliB4Wudkr1+OjnNcAeAtl39FgfQO/0akk6+S33jrDPPjA/PdF/bYXG8N9nmQm/EhK5ELMWUBXBA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-mercadopago/-/app-mercadopago-2.1.0.tgz", + "integrity": "sha512-HxPh32/7RvgZaJBmazjxzikvKmb3MahXjXYVccil2E8lo2qeNyCA/RM3P/yVvwgHeaIoObXGwcmWM4zVuvcD3Q==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "axios": "^1.6.5", "firebase-admin": "^12.0.0", "firebase-functions": "^4.6.0" } }, "node_modules/@cloudcommerce/app-pagarme": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-pagarme/-/app-pagarme-2.0.9.tgz", - "integrity": "sha512-CpHCnrXbD0FE/cPesZCYat3udHidh9O9DDiB5wuF3aU3uiLIpXHNe+y1Zu1XTA0hO63THrEyrvAQawAh5KU6vw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-pagarme/-/app-pagarme-2.1.0.tgz", + "integrity": "sha512-RWRVRw8pzP1+yLNsFuLBV5zatVFArLfJOZl6/RX1OEv5saOhMUCrOFihEtjaxEYmecbvKqYx3KcvnSS8tUHrtA==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "axios": "^1.6.5", "firebase-admin": "^12.0.0", "firebase-functions": "^4.6.0", @@ -653,12 +653,12 @@ } }, "node_modules/@cloudcommerce/app-pagarme-v5": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-pagarme-v5/-/app-pagarme-v5-2.0.9.tgz", - "integrity": "sha512-1bv8iQM+mSo3JFXDdkPkXElZ9cj1WojKP6IYsgmC0WTBx66h8Q0yHGyjXL9eZWNHkdd9WYUpg278WroYS/Jtmg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-pagarme-v5/-/app-pagarme-v5-2.1.0.tgz", + "integrity": "sha512-xUjFNZMUkuuBHH/HbSWZXiYg3m60BE93fX5qxtIip2FkACcP/jkjNLHZxOkWYiLhkTRxhpflm3Pf7AET58ChoQ==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "@ecomplus/utils": "1.5.0-rc.6", "axios": "^1.6.5", "firebase-admin": "^12.0.0", @@ -666,36 +666,36 @@ } }, "node_modules/@cloudcommerce/app-paghiper": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-paghiper/-/app-paghiper-2.0.9.tgz", - "integrity": "sha512-yMEwHKYyPdwFUf8NlDA3b/TlraHnfRiFckBEq84OqbHyVO9QJujbF9OIp5z1YfVouPUR43VoEm9oSQCbhGtJEw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-paghiper/-/app-paghiper-2.1.0.tgz", + "integrity": "sha512-S8sMoka2e77zGCndB4GNU/I6Um3EQJFVTT4LzlpIz0dh6gjzoq+jRzzqE0V3SfeWv6L/IyCo/XCn1+oK8PYGGA==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "axios": "^1.6.5", "firebase-admin": "^12.0.0", "firebase-functions": "^4.6.0" } }, "node_modules/@cloudcommerce/app-pix": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-pix/-/app-pix-2.0.9.tgz", - "integrity": "sha512-Rtm3h/7NyxY9+B8UI7154J/Dgtro0y9bD7vj5/JwgXXFfbTnt/rqlHNAZiYlZKlpG9mUitZnx44cagOTTm9WQg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-pix/-/app-pix-2.1.0.tgz", + "integrity": "sha512-rxqxIDwHGqFBKxFPmYILO+y4SEEUCwDclAWrL1wwNNLs3epW3oSVIr/qPGuNwWWJXzgVxO0s+l7Obb6yZ2t4wA==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "axios": "^1.6.5", "firebase-admin": "^12.0.0", "firebase-functions": "^4.6.0" } }, "node_modules/@cloudcommerce/app-tiny-erp": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-tiny-erp/-/app-tiny-erp-2.0.9.tgz", - "integrity": "sha512-TLCl03/rs+dz7PFV7s6TZuuEjdHdbti9v9XKWi6IEMvLF3j8giQEwWf1dIX1raJcC4XF9FqqURRRO4jWMiQP9Q==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-tiny-erp/-/app-tiny-erp-2.1.0.tgz", + "integrity": "sha512-jY9qvP8wfJSbeOnKfTgXg32778Oc30GZPOEBYWSbEZpOogeNAfA98vXS82GeFTYD5IRXk0EktmBzatsyjewTpg==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "@ecomplus/utils": "1.5.0-rc.6", "axios": "^1.6.5", "firebase-admin": "^12.0.0", @@ -704,113 +704,113 @@ } }, "node_modules/@cloudcommerce/app-webhooks": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/app-webhooks/-/app-webhooks-2.0.9.tgz", - "integrity": "sha512-pSrJK4IkSA/0yorBO2xwP5iI6Ur+/NKtH7zlpDYIUJtuchtjypEWcLP//MEZkUtVt0//+PQUX3HX8ERJhAGU6A==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/app-webhooks/-/app-webhooks-2.1.0.tgz", + "integrity": "sha512-AJSOwGzCRxlaZYPqdaEL2+yrjpSXQGfyHHgRr4SFEGIgUQIeA0pg0MZQZm/sR73Tw4z6WmSkgjtdd9DEhAI6KQ==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "axios": "^1.6.5", "firebase-admin": "^12.0.0", "firebase-functions": "^4.6.0" } }, "node_modules/@cloudcommerce/config": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/config/-/config-2.0.9.tgz", - "integrity": "sha512-CMdssbJ3xAEBgT+gx72XXmU3WfNeya0naLqw+GcSWejuTHO5jPAXHdNqvH1NDgs/ZKG1rvfU/+r6qagmmhiSKg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/config/-/config-2.1.0.tgz", + "integrity": "sha512-vS3kG5vje7y1f2hIVRUVqAMCi1QRQU8whPjkj63wZC6c31joxVP54OLR/JG39sPeK764fd1HuTfD7i0bYuftDQ==", "dependencies": { - "@cloudcommerce/api": "2.0.9", + "@cloudcommerce/api": "2.1.0", "@fastify/deepmerge": "^1.3.0" } }, "node_modules/@cloudcommerce/emails": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/emails/-/emails-2.0.9.tgz", - "integrity": "sha512-E6Uj+acg8vst+c3USdV2m2dFilQ68kmD/6fPmvvMdCCSbvR2WragxFGSvdwJSTE4FIRQtm+FHgNDDRvSOAry1w==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/emails/-/emails-2.1.0.tgz", + "integrity": "sha512-HjSYJxIkXh50R0lgy2B9ycYXfikHWIdjZekprkCmsRWiv6m+t3yjaeqVJfQtzp3bTVk1x9mrLy1PfRTXMw/sAA==", "dependencies": { - "@cloudcommerce/firebase": "2.0.9", + "@cloudcommerce/firebase": "2.1.0", "axios": "^1.6.5", "ejs": "^3.1.9", "nodemailer": "^6.9.8" } }, "node_modules/@cloudcommerce/events": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/events/-/events-2.0.9.tgz", - "integrity": "sha512-14oxiXYgsC95/hKfqVtXyoMFXtl2E+468EdElD9raWCefhMVgXlV77iXNjMk/YNz/clTSkldB0JoiacOiQDI4Q==", - "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/app-affiliate-program": "2.0.9", - "@cloudcommerce/app-datafrete": "2.0.9", - "@cloudcommerce/app-emails": "2.0.9", - "@cloudcommerce/app-fb-conversions": "2.0.9", - "@cloudcommerce/app-flash-courier": "2.0.9", - "@cloudcommerce/app-frenet": "2.0.9", - "@cloudcommerce/app-galaxpay": "2.0.9", - "@cloudcommerce/app-google-analytics": "2.0.9", - "@cloudcommerce/app-loyalty-points": "2.0.9", - "@cloudcommerce/app-melhor-envio": "2.0.9", - "@cloudcommerce/app-mercadopago": "2.0.9", - "@cloudcommerce/app-pagarme": "2.0.9", - "@cloudcommerce/app-pagarme-v5": "2.0.9", - "@cloudcommerce/app-paghiper": "2.0.9", - "@cloudcommerce/app-pix": "2.0.9", - "@cloudcommerce/app-tiny-erp": "2.0.9", - "@cloudcommerce/app-webhooks": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", - "@cloudcommerce/ssr": "2.0.9", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/events/-/events-2.1.0.tgz", + "integrity": "sha512-buuWo7/Qc/q2guXZ3COBO2chcU2J4cp3EBTDIYy3yeO/1jECWyLqK/ROYNuXre+qxruxyKkMiJ82QCSPvae1BQ==", + "dependencies": { + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/app-affiliate-program": "2.1.0", + "@cloudcommerce/app-datafrete": "2.1.0", + "@cloudcommerce/app-emails": "2.1.0", + "@cloudcommerce/app-fb-conversions": "2.1.0", + "@cloudcommerce/app-flash-courier": "2.1.0", + "@cloudcommerce/app-frenet": "2.1.0", + "@cloudcommerce/app-galaxpay": "2.1.0", + "@cloudcommerce/app-google-analytics": "2.1.0", + "@cloudcommerce/app-loyalty-points": "2.1.0", + "@cloudcommerce/app-melhor-envio": "2.1.0", + "@cloudcommerce/app-mercadopago": "2.1.0", + "@cloudcommerce/app-pagarme": "2.1.0", + "@cloudcommerce/app-pagarme-v5": "2.1.0", + "@cloudcommerce/app-paghiper": "2.1.0", + "@cloudcommerce/app-pix": "2.1.0", + "@cloudcommerce/app-tiny-erp": "2.1.0", + "@cloudcommerce/app-webhooks": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", + "@cloudcommerce/ssr": "2.1.0", "firebase-admin": "^12.0.0", "firebase-functions": "^4.6.0", "source-map-support": "^0.5.21" } }, "node_modules/@cloudcommerce/firebase": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/firebase/-/firebase-2.0.9.tgz", - "integrity": "sha512-WPy1yfbJEkpDOqbfyxXYC8BlSLY4O2MWhC8IYc6Waq6GZ1bGbSL+5Dal/wXW7RnfglsWV7aBzsi9qyrEL5O8GQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/firebase/-/firebase-2.1.0.tgz", + "integrity": "sha512-H8YcydtngLQRDmQoDgtas/N5TOmC1U44Yds0MXlB74/RrDWWAR+SdF9btSswYu73006DueXxnwdjAruZcCU9kw==", "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/config": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/config": "2.1.0", "@google-cloud/pubsub": "^4.1.1", - "dotenv": "^16.3.1", + "dotenv": "^16.3.2", "firebase-admin": "^12.0.0", "firebase-functions": "^4.6.0", "source-map-support": "^0.5.21" } }, "node_modules/@cloudcommerce/i18n": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/i18n/-/i18n-2.0.9.tgz", - "integrity": "sha512-CSxIt5iaQfDV06HC8KhWwB6q+GCmgGChQq3nScgUCSeUlmiNYI82T3JuNQD8Bi16Uc0yirnPcHhW0kTvh61shw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/i18n/-/i18n-2.1.0.tgz", + "integrity": "sha512-hD6SUK0Hfq04vSzIPgvprgGZbFUoZ9H/BUxFaBjI18Keo2fAzkiPd+R3wdUEFkw2x7VM+WR+mqVZD/qlmqYv1Q==", "dependencies": { - "@cloudcommerce/api": "2.0.9" + "@cloudcommerce/api": "2.1.0" } }, "node_modules/@cloudcommerce/modules": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/modules/-/modules-2.0.9.tgz", - "integrity": "sha512-KrZu+aKngiL4ehPHl7+uOC8EBxiDTgLByqIhM8Kqfwn1eO8UXf/DuhJnGF/VUNbEY573j1Waf72vTfPizMSAfw==", - "dependencies": { - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/app-correios": "2.0.9", - "@cloudcommerce/app-custom-payment": "2.0.9", - "@cloudcommerce/app-custom-shipping": "2.0.9", - "@cloudcommerce/app-datafrete": "2.0.9", - "@cloudcommerce/app-discounts": "2.0.9", - "@cloudcommerce/app-flash-courier": "2.0.9", - "@cloudcommerce/app-frenet": "2.0.9", - "@cloudcommerce/app-galaxpay": "2.0.9", - "@cloudcommerce/app-jadlog": "2.0.9", - "@cloudcommerce/app-loyalty-points": "2.0.9", - "@cloudcommerce/app-mandae": "2.0.9", - "@cloudcommerce/app-melhor-envio": "2.0.9", - "@cloudcommerce/app-mercadopago": "2.0.9", - "@cloudcommerce/app-pagarme": "2.0.9", - "@cloudcommerce/app-pagarme-v5": "2.0.9", - "@cloudcommerce/app-paghiper": "2.0.9", - "@cloudcommerce/app-pix": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/modules/-/modules-2.1.0.tgz", + "integrity": "sha512-zi6BJik3Z/sid0urGpF9eIaPFTAzjNip2H/UqbBBh8WNk4PfAiAm3s+Jc0wEVidxYaVUPYBmgybizgtNzCsUiQ==", + "dependencies": { + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/app-correios": "2.1.0", + "@cloudcommerce/app-custom-payment": "2.1.0", + "@cloudcommerce/app-custom-shipping": "2.1.0", + "@cloudcommerce/app-datafrete": "2.1.0", + "@cloudcommerce/app-discounts": "2.1.0", + "@cloudcommerce/app-flash-courier": "2.1.0", + "@cloudcommerce/app-frenet": "2.1.0", + "@cloudcommerce/app-galaxpay": "2.1.0", + "@cloudcommerce/app-jadlog": "2.1.0", + "@cloudcommerce/app-loyalty-points": "2.1.0", + "@cloudcommerce/app-mandae": "2.1.0", + "@cloudcommerce/app-melhor-envio": "2.1.0", + "@cloudcommerce/app-mercadopago": "2.1.0", + "@cloudcommerce/app-pagarme": "2.1.0", + "@cloudcommerce/app-pagarme-v5": "2.1.0", + "@cloudcommerce/app-paghiper": "2.1.0", + "@cloudcommerce/app-pix": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", "@ecomplus/utils": "1.5.0-rc.6", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", @@ -821,14 +821,14 @@ } }, "node_modules/@cloudcommerce/ssr": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/ssr/-/ssr-2.0.9.tgz", - "integrity": "sha512-aV3afyt2NVSxQmaEQ1Q/e8nll6bF6laR7ss6zBr7spBPdAxZtVnG1mlll5QMwkbTY892f2q5o3tBaG84++ZxoQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/ssr/-/ssr-2.1.0.tgz", + "integrity": "sha512-WMGKHz7i29EUrSzoLxwKok5t/OILXwkQTH5nz7wEjpK9bKDJ6zDP4u+yVzvpIm5dLiDNKg0IHJ3bjAg+8CprCQ==", "dependencies": { "@astrojs/node": "8.0.0", - "@cloudcommerce/api": "2.0.9", - "@cloudcommerce/firebase": "2.0.9", - "@cloudcommerce/i18n": "2.0.9", + "@cloudcommerce/api": "2.1.0", + "@cloudcommerce/firebase": "2.1.0", + "@cloudcommerce/i18n": "2.1.0", "@ecomplus/utils": "1.5.0-rc.6", "@vueuse/core": "10.7.2", "astro": "4.2.1", @@ -870,9 +870,9 @@ } }, "node_modules/@esbuild/aix-ppc64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.11.tgz", - "integrity": "sha512-FnzU0LyE3ySQk7UntJO4+qIiQgI7KoODnZg5xzXIrFJlKd2P2gwHsHY4927xj9y5PJmJSzULiUCWmv7iWnNa7g==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz", + "integrity": "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==", "cpu": [ "ppc64" ], @@ -885,9 +885,9 @@ } }, "node_modules/@esbuild/android-arm": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.11.tgz", - "integrity": "sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.12.tgz", + "integrity": "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==", "cpu": [ "arm" ], @@ -900,9 +900,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.11.tgz", - "integrity": "sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz", + "integrity": "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==", "cpu": [ "arm64" ], @@ -915,9 +915,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.11.tgz", - "integrity": "sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.12.tgz", + "integrity": "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==", "cpu": [ "x64" ], @@ -930,9 +930,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.11.tgz", - "integrity": "sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz", + "integrity": "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==", "cpu": [ "arm64" ], @@ -945,9 +945,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.11.tgz", - "integrity": "sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz", + "integrity": "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==", "cpu": [ "x64" ], @@ -960,9 +960,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.11.tgz", - "integrity": "sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz", + "integrity": "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==", "cpu": [ "arm64" ], @@ -975,9 +975,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.11.tgz", - "integrity": "sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz", + "integrity": "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==", "cpu": [ "x64" ], @@ -990,9 +990,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.11.tgz", - "integrity": "sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz", + "integrity": "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==", "cpu": [ "arm" ], @@ -1005,9 +1005,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.11.tgz", - "integrity": "sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz", + "integrity": "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==", "cpu": [ "arm64" ], @@ -1020,9 +1020,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.11.tgz", - "integrity": "sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz", + "integrity": "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==", "cpu": [ "ia32" ], @@ -1035,9 +1035,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.11.tgz", - "integrity": "sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz", + "integrity": "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==", "cpu": [ "loong64" ], @@ -1050,9 +1050,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.11.tgz", - "integrity": "sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz", + "integrity": "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==", "cpu": [ "mips64el" ], @@ -1065,9 +1065,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.11.tgz", - "integrity": "sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz", + "integrity": "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==", "cpu": [ "ppc64" ], @@ -1080,9 +1080,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.11.tgz", - "integrity": "sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz", + "integrity": "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==", "cpu": [ "riscv64" ], @@ -1095,9 +1095,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.11.tgz", - "integrity": "sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz", + "integrity": "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==", "cpu": [ "s390x" ], @@ -1110,9 +1110,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.11.tgz", - "integrity": "sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz", + "integrity": "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==", "cpu": [ "x64" ], @@ -1125,9 +1125,9 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.11.tgz", - "integrity": "sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz", + "integrity": "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==", "cpu": [ "x64" ], @@ -1140,9 +1140,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.11.tgz", - "integrity": "sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz", + "integrity": "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==", "cpu": [ "x64" ], @@ -1155,9 +1155,9 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.11.tgz", - "integrity": "sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz", + "integrity": "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==", "cpu": [ "x64" ], @@ -1170,9 +1170,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.11.tgz", - "integrity": "sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz", + "integrity": "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==", "cpu": [ "arm64" ], @@ -1185,9 +1185,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.11.tgz", - "integrity": "sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz", + "integrity": "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==", "cpu": [ "ia32" ], @@ -1200,9 +1200,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.11.tgz", - "integrity": "sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz", + "integrity": "sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==", "cpu": [ "x64" ], @@ -1622,9 +1622,9 @@ "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" }, "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.5.tgz", - "integrity": "sha512-idWaG8xeSRCfRq9KpRysDHJ/rEHBEXcHuJ82XY0yYFIWnLMjZv9vF/7DOq8djQ2n3Lk6+3qfSH8AqlmHlmi1MA==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.6.tgz", + "integrity": "sha512-MVNXSSYN6QXOulbHpLMKYi60ppyO13W9my1qogeiAqtjb2yR4LSmfU2+POvDkLzhjYLXz9Rf9+9a3zFHW1Lecg==", "cpu": [ "arm" ], @@ -1634,9 +1634,9 @@ ] }, "node_modules/@rollup/rollup-android-arm64": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.5.tgz", - "integrity": "sha512-f14d7uhAMtsCGjAYwZGv6TwuS3IFaM4ZnGMUn3aCBgkcHAYErhV1Ad97WzBvS2o0aaDv4mVz+syiN0ElMyfBPg==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.6.tgz", + "integrity": "sha512-T14aNLpqJ5wzKNf5jEDpv5zgyIqcpn1MlwCrUXLrwoADr2RkWA0vOWP4XxbO9aiO3dvMCQICZdKeDrFl7UMClw==", "cpu": [ "arm64" ], @@ -1646,9 +1646,9 @@ ] }, "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.9.5.tgz", - "integrity": "sha512-ndoXeLx455FffL68OIUrVr89Xu1WLzAG4n65R8roDlCoYiQcGGg6MALvs2Ap9zs7AHg8mpHtMpwC8jBBjZrT/w==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.9.6.tgz", + "integrity": "sha512-CqNNAyhRkTbo8VVZ5R85X73H3R5NX9ONnKbXuHisGWC0qRbTTxnF1U4V9NafzJbgGM0sHZpdO83pLPzq8uOZFw==", "cpu": [ "arm64" ], @@ -1658,9 +1658,9 @@ ] }, "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.5.tgz", - "integrity": "sha512-UmElV1OY2m/1KEEqTlIjieKfVwRg0Zwg4PLgNf0s3glAHXBN99KLpw5A5lrSYCa1Kp63czTpVll2MAqbZYIHoA==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.6.tgz", + "integrity": "sha512-zRDtdJuRvA1dc9Mp6BWYqAsU5oeLixdfUvkTHuiYOHwqYuQ4YgSmi6+/lPvSsqc/I0Omw3DdICx4Tfacdzmhog==", "cpu": [ "x64" ], @@ -1670,9 +1670,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.5.tgz", - "integrity": "sha512-Q0LcU61v92tQB6ae+udZvOyZ0wfpGojtAKrrpAaIqmJ7+psq4cMIhT/9lfV6UQIpeItnq/2QDROhNLo00lOD1g==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.6.tgz", + "integrity": "sha512-oNk8YXDDnNyG4qlNb6is1ojTOGL/tRhbbKeE/YuccItzerEZT68Z9gHrY3ROh7axDc974+zYAPxK5SH0j/G+QQ==", "cpu": [ "arm" ], @@ -1682,9 +1682,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.5.tgz", - "integrity": "sha512-dkRscpM+RrR2Ee3eOQmRWFjmV/payHEOrjyq1VZegRUa5OrZJ2MAxBNs05bZuY0YCtpqETDy1Ix4i/hRqX98cA==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.6.tgz", + "integrity": "sha512-Z3O60yxPtuCYobrtzjo0wlmvDdx2qZfeAWTyfOjEDqd08kthDKexLpV97KfAeUXPosENKd8uyJMRDfFMxcYkDQ==", "cpu": [ "arm64" ], @@ -1694,9 +1694,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.5.tgz", - "integrity": "sha512-QaKFVOzzST2xzY4MAmiDmURagWLFh+zZtttuEnuNn19AiZ0T3fhPyjPPGwLNdiDT82ZE91hnfJsUiDwF9DClIQ==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.6.tgz", + "integrity": "sha512-gpiG0qQJNdYEVad+1iAsGAbgAnZ8j07FapmnIAQgODKcOTjLEWM9sRb+MbQyVsYCnA0Im6M6QIq6ax7liws6eQ==", "cpu": [ "arm64" ], @@ -1706,9 +1706,9 @@ ] }, "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.5.tgz", - "integrity": "sha512-HeGqmRJuyVg6/X6MpE2ur7GbymBPS8Np0S/vQFHDmocfORT+Zt76qu+69NUoxXzGqVP1pzaY6QIi0FJWLC3OPA==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.6.tgz", + "integrity": "sha512-+uCOcvVmFUYvVDr27aiyun9WgZk0tXe7ThuzoUTAukZJOwS5MrGbmSlNOhx1j80GdpqbOty05XqSl5w4dQvcOA==", "cpu": [ "riscv64" ], @@ -1718,9 +1718,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.5.tgz", - "integrity": "sha512-Dq1bqBdLaZ1Gb/l2e5/+o3B18+8TI9ANlA1SkejZqDgdU/jK/ThYaMPMJpVMMXy2uRHvGKbkz9vheVGdq3cJfA==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.6.tgz", + "integrity": "sha512-HUNqM32dGzfBKuaDUBqFB7tP6VMN74eLZ33Q9Y1TBqRDn+qDonkAUyKWwF9BR9unV7QUzffLnz9GrnKvMqC/fw==", "cpu": [ "x64" ], @@ -1730,9 +1730,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.5.tgz", - "integrity": "sha512-ezyFUOwldYpj7AbkwyW9AJ203peub81CaAIVvckdkyH8EvhEIoKzaMFJj0G4qYJ5sw3BpqhFrsCc30t54HV8vg==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.6.tgz", + "integrity": "sha512-ch7M+9Tr5R4FK40FHQk8VnML0Szi2KRujUgHXd/HjuH9ifH72GUmw6lStZBo3c3GB82vHa0ZoUfjfcM7JiiMrQ==", "cpu": [ "x64" ], @@ -1742,9 +1742,9 @@ ] }, "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.5.tgz", - "integrity": "sha512-aHSsMnUw+0UETB0Hlv7B/ZHOGY5bQdwMKJSzGfDfvyhnpmVxLMGnQPGNE9wgqkLUs3+gbG1Qx02S2LLfJ5GaRQ==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.6.tgz", + "integrity": "sha512-VD6qnR99dhmTQ1mJhIzXsRcTBvTjbfbGGwKAHcu+52cVl15AC/kplkhxzW/uT0Xl62Y/meBKDZvoJSJN+vTeGA==", "cpu": [ "arm64" ], @@ -1754,9 +1754,9 @@ ] }, "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.5.tgz", - "integrity": "sha512-AiqiLkb9KSf7Lj/o1U3SEP9Zn+5NuVKgFdRIZkvd4N0+bYrTOovVd0+LmYCPQGbocT4kvFyK+LXCDiXPBF3fyA==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.6.tgz", + "integrity": "sha512-J9AFDq/xiRI58eR2NIDfyVmTYGyIZmRcvcAoJ48oDld/NTR8wyiPUu2X/v1navJ+N/FGg68LEbX3Ejd6l8B7MQ==", "cpu": [ "ia32" ], @@ -1766,9 +1766,9 @@ ] }, "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.5.tgz", - "integrity": "sha512-1q+mykKE3Vot1kaFJIDoUFv5TuW+QQVaf2FmTT9krg86pQrGStOSJJ0Zil7CFagyxDuouTepzt5Y5TVzyajOdQ==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.6.tgz", + "integrity": "sha512-jqzNLhNDvIZOrt69Ce4UjGRpXJBzhUBzawMwnaDAwyHriki3XollsewxWzOzz+4yOFDkuJHtTsZFwMxhYJWmLQ==", "cpu": [ "x64" ], @@ -1884,9 +1884,9 @@ } }, "node_modules/@types/express-serve-static-core": { - "version": "4.17.41", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.41.tgz", - "integrity": "sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==", + "version": "4.17.42", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.42.tgz", + "integrity": "sha512-ckM3jm2bf/MfB3+spLPWYPUH573plBFwpOhqQ2WottxYV85j1HQFlxmnTq57X1yHY9awZPig06hL/cLMgNWHIQ==", "dependencies": { "@types/node": "*", "@types/qs": "*", @@ -1952,9 +1952,9 @@ "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" }, "node_modules/@types/node": { - "version": "20.11.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz", - "integrity": "sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==", + "version": "20.11.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.6.tgz", + "integrity": "sha512-+EOokTnksGVgip2PbYbr3xnR7kZigh4LbybAfBAw5BpnQ+FqBYUsvCEjYd70IXKlbohQ64mzEYmMtlWUY8q//Q==", "dependencies": { "undici-types": "~5.26.4" } @@ -2516,9 +2516,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.6.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.5.tgz", - "integrity": "sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==", + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz", + "integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==", "dependencies": { "follow-redirects": "^1.15.4", "form-data": "^4.0.0", @@ -2823,9 +2823,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001579", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001579.tgz", - "integrity": "sha512-u5AUVkixruKHJjw/pj9wISlcMpgFWzSrczLZbrqBSxukQixmg0SJ5sZTpvaFvxU0HoQKd4yoyAogyrAz9pzJnA==", + "version": "1.0.30001580", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001580.tgz", + "integrity": "sha512-mtj5ur2FFPZcCEpXFy8ADXbDACuNFXg6mxVDqp7tqooX6l3zwm+d8EPoeOSIFRDvHs8qu7/SLFOGniULkcH2iA==", "funding": [ { "type": "opencollective", @@ -3210,9 +3210,9 @@ "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" }, "node_modules/core-js": { - "version": "3.35.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.0.tgz", - "integrity": "sha512-ntakECeqg81KqMueeGJ79Q5ZgQNR+6eaE8sxGCx62zMbAIj65q+uYvatToew3m6eAGdU4gNZwpZ34NMe4GYswg==", + "version": "3.35.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz", + "integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==", "hasInstallScript": true, "optional": true, "funding": { @@ -3408,9 +3408,9 @@ "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" }, "node_modules/dotenv": { - "version": "16.3.2", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.2.tgz", - "integrity": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==", + "version": "16.4.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.1.tgz", + "integrity": "sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==", "engines": { "node": ">=12" }, @@ -3470,9 +3470,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.640", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.640.tgz", - "integrity": "sha512-z/6oZ/Muqk4BaE7P69bXhUhpJbUM9ZJeka43ZwxsDshKtePns4mhBlh8bU5+yrnOnz3fhG82XLzGUXazOmsWnA==" + "version": "1.4.646", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.646.tgz", + "integrity": "sha512-vThkQ0JuF45qT/20KbRgM56lV7IuGt7SjhawQ719PDHzhP84KAO1WJoaxgCoAffKHK47FmVKP1Fqizx7CwK1SA==" }, "node_modules/emoji-regex": { "version": "10.3.0", @@ -3518,9 +3518,9 @@ "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==" }, "node_modules/esbuild": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.11.tgz", - "integrity": "sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz", + "integrity": "sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==", "hasInstallScript": true, "bin": { "esbuild": "bin/esbuild" @@ -3529,29 +3529,29 @@ "node": ">=12" }, "optionalDependencies": { - "@esbuild/aix-ppc64": "0.19.11", - "@esbuild/android-arm": "0.19.11", - "@esbuild/android-arm64": "0.19.11", - "@esbuild/android-x64": "0.19.11", - "@esbuild/darwin-arm64": "0.19.11", - "@esbuild/darwin-x64": "0.19.11", - "@esbuild/freebsd-arm64": "0.19.11", - "@esbuild/freebsd-x64": "0.19.11", - "@esbuild/linux-arm": "0.19.11", - "@esbuild/linux-arm64": "0.19.11", - "@esbuild/linux-ia32": "0.19.11", - "@esbuild/linux-loong64": "0.19.11", - "@esbuild/linux-mips64el": "0.19.11", - "@esbuild/linux-ppc64": "0.19.11", - "@esbuild/linux-riscv64": "0.19.11", - "@esbuild/linux-s390x": "0.19.11", - "@esbuild/linux-x64": "0.19.11", - "@esbuild/netbsd-x64": "0.19.11", - "@esbuild/openbsd-x64": "0.19.11", - "@esbuild/sunos-x64": "0.19.11", - "@esbuild/win32-arm64": "0.19.11", - "@esbuild/win32-ia32": "0.19.11", - "@esbuild/win32-x64": "0.19.11" + "@esbuild/aix-ppc64": "0.19.12", + "@esbuild/android-arm": "0.19.12", + "@esbuild/android-arm64": "0.19.12", + "@esbuild/android-x64": "0.19.12", + "@esbuild/darwin-arm64": "0.19.12", + "@esbuild/darwin-x64": "0.19.12", + "@esbuild/freebsd-arm64": "0.19.12", + "@esbuild/freebsd-x64": "0.19.12", + "@esbuild/linux-arm": "0.19.12", + "@esbuild/linux-arm64": "0.19.12", + "@esbuild/linux-ia32": "0.19.12", + "@esbuild/linux-loong64": "0.19.12", + "@esbuild/linux-mips64el": "0.19.12", + "@esbuild/linux-ppc64": "0.19.12", + "@esbuild/linux-riscv64": "0.19.12", + "@esbuild/linux-s390x": "0.19.12", + "@esbuild/linux-x64": "0.19.12", + "@esbuild/netbsd-x64": "0.19.12", + "@esbuild/openbsd-x64": "0.19.12", + "@esbuild/sunos-x64": "0.19.12", + "@esbuild/win32-arm64": "0.19.12", + "@esbuild/win32-ia32": "0.19.12", + "@esbuild/win32-x64": "0.19.12" } }, "node_modules/escalade": { @@ -4173,9 +4173,9 @@ } }, "node_modules/google-auth-library": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.4.2.tgz", - "integrity": "sha512-rTLO4gjhqqo3WvYKL5IdtlCvRqeQ4hxUx/p4lObobY2xotFW3bCQC+Qf1N51CYOfiqfMecdMwW9RIo7dFWYjqw==", + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.5.0.tgz", + "integrity": "sha512-OUbP509lWVlZxuMY+Cgomw49VzZFP9myIcVeYEpeBlbXJbPC4R+K4BmO9hd3ciYM5QIwm5W1PODcKjqxtkye9Q==", "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", @@ -4189,9 +4189,9 @@ } }, "node_modules/google-gax": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/google-gax/-/google-gax-4.1.0.tgz", - "integrity": "sha512-VP5MYsIXEoXmdeHZl1Qsjv89PvE+LT8fw/2jxpFQtFed22YYAHgiTUuMfj2RWlGJUmRaYEMxBRBDWj+q/hOGQg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/google-gax/-/google-gax-4.2.1.tgz", + "integrity": "sha512-Yal4oh2GMHBsFX8zunxwaRuD2bP7rrA7Oz/ooXK8uOMGnP71jNVRl6fUv8chYLkPTqEzBSij9TZw49B86SDVTg==", "dependencies": { "@grpc/grpc-js": "~1.9.6", "@grpc/proto-loader": "^0.7.0", @@ -4202,36 +4202,14 @@ "node-fetch": "^2.6.1", "object-hash": "^3.0.0", "proto3-json-serializer": "^2.0.0", - "protobufjs": "7.2.5", - "retry-request": "^7.0.0" + "protobufjs": "7.2.6", + "retry-request": "^7.0.0", + "uuid": "^9.0.1" }, "engines": { "node": ">=14" } }, - "node_modules/google-gax/node_modules/protobufjs": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.5.tgz", - "integrity": "sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A==", - "hasInstallScript": true, - "dependencies": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/node": ">=13.7.0", - "long": "^5.0.0" - }, - "engines": { - "node": ">=12.0.0" - } - }, "node_modules/gopd": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", @@ -4395,9 +4373,9 @@ } }, "node_modules/hast-util-raw": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.0.1.tgz", - "integrity": "sha512-5m1gmba658Q+lO5uqL5YNGQWeh1MYWZbZmWrM5lncdcuiXuo5E2HT/CIOp0rLF8ksfSwiCVJ3twlgVRyTGThGA==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.0.2.tgz", + "integrity": "sha512-PldBy71wO9Uq1kyaMch9AHIghtQvIwxBUkv823pKmkTM3oV1JxtsTNYdevMxvUHqcnOAuO65JKU2+0NOxc2ksA==", "dependencies": { "@types/hast": "^3.0.0", "@types/unist": "^3.0.0", @@ -6885,9 +6863,9 @@ } }, "node_modules/property-information": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.4.0.tgz", - "integrity": "sha512-9t5qARVofg2xQqKtytzt+lZ4d1Qvj8t5B8fEwXK6qOfgRLgH/b13QlgEyDh033NOS31nXeFbYv7CLUDG1CeifQ==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.4.1.tgz", + "integrity": "sha512-OHYtXfu5aI2sS2LWFSN5rgJjrQ4pCy8i1jubJLe2QvMF8JJ++HXTUIVWFLfXJoaOfvYYjk2SN8J2wFUWIGXT4w==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -7655,9 +7633,9 @@ } }, "node_modules/rollup": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.9.5.tgz", - "integrity": "sha512-E4vQW0H/mbNMw2yLSqJyjtkHY9dslf/p0zuT1xehNRqUTBOFMqEjguDvqhXr7N7r/4ttb2jr4T41d3dncmIgbQ==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.9.6.tgz", + "integrity": "sha512-05lzkCS2uASX0CiLFybYfVkwNbKZG5NFQ6Go0VWyogFTXXbR039UVsegViTntkk4OglHBdF54ccApXRRuXRbsg==", "dependencies": { "@types/estree": "1.0.5" }, @@ -7669,19 +7647,19 @@ "npm": ">=8.0.0" }, "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.9.5", - "@rollup/rollup-android-arm64": "4.9.5", - "@rollup/rollup-darwin-arm64": "4.9.5", - "@rollup/rollup-darwin-x64": "4.9.5", - "@rollup/rollup-linux-arm-gnueabihf": "4.9.5", - "@rollup/rollup-linux-arm64-gnu": "4.9.5", - "@rollup/rollup-linux-arm64-musl": "4.9.5", - "@rollup/rollup-linux-riscv64-gnu": "4.9.5", - "@rollup/rollup-linux-x64-gnu": "4.9.5", - "@rollup/rollup-linux-x64-musl": "4.9.5", - "@rollup/rollup-win32-arm64-msvc": "4.9.5", - "@rollup/rollup-win32-ia32-msvc": "4.9.5", - "@rollup/rollup-win32-x64-msvc": "4.9.5", + "@rollup/rollup-android-arm-eabi": "4.9.6", + "@rollup/rollup-android-arm64": "4.9.6", + "@rollup/rollup-darwin-arm64": "4.9.6", + "@rollup/rollup-darwin-x64": "4.9.6", + "@rollup/rollup-linux-arm-gnueabihf": "4.9.6", + "@rollup/rollup-linux-arm64-gnu": "4.9.6", + "@rollup/rollup-linux-arm64-musl": "4.9.6", + "@rollup/rollup-linux-riscv64-gnu": "4.9.6", + "@rollup/rollup-linux-x64-gnu": "4.9.6", + "@rollup/rollup-linux-x64-musl": "4.9.6", + "@rollup/rollup-win32-arm64-msvc": "4.9.6", + "@rollup/rollup-win32-ia32-msvc": "4.9.6", + "@rollup/rollup-win32-x64-msvc": "4.9.6", "fsevents": "~2.3.2" } }, @@ -8137,9 +8115,9 @@ } }, "node_modules/string-width": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.0.0.tgz", - "integrity": "sha512-GPQHj7row82Hjo9hKZieKcHIhaAIKOJvFSIZXuCU9OASVZrMNUaZuz++SPVrBjnLsnk4k+z9f2EIypgxf2vNFw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz", + "integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==", "dependencies": { "emoji-regex": "^10.3.0", "get-east-asian-width": "^1.0.0", diff --git a/functions/with-apps/package.json b/functions/with-apps/package.json index 8b6516e1..8f8ea138 100644 --- a/functions/with-apps/package.json +++ b/functions/with-apps/package.json @@ -15,8 +15,8 @@ }, "main": "index.js", "dependencies": { - "@cloudcommerce/events": "^2.0.9", - "@cloudcommerce/firebase": "^2.0.9", - "@cloudcommerce/modules": "^2.0.9" + "@cloudcommerce/events": "^2.1.0", + "@cloudcommerce/firebase": "^2.1.0", + "@cloudcommerce/modules": "^2.1.0" } } diff --git a/package-lock.json b/package-lock.json index b9246ba5..7ae4e6a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,10 +7,10 @@ "name": "@ecomplus/store", "license": "Apache 2.0 with Commons Clause", "dependencies": { - "@cloudcommerce/cli": "^2.0.9" + "@cloudcommerce/cli": "^2.1.0" }, "devDependencies": { - "@cloudcommerce/eslint": "^2.0.9", + "@cloudcommerce/eslint": "^2.1.0", "husky": "^8.0.3", "lint-staged": "^15.2.0" } @@ -38,23 +38,24 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.5.0.tgz", - "integrity": "sha512-ZDluNgMIJT+z+HJcZ6QEJ/KqaFkTkrb+Za6c6VZs8G/nb1LBErL14/iU5EVJ9yu25i4QCLweuBJ3m5df34gZJg==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.5.1.tgz", + "integrity": "sha512-o2hKiFJXZOm1Gov+RGXSWnKlnb/UF7KRTx/Y2uazYe3+MrLY+sqLN+yB4EH2bElc0l1K9cDb4mZSejuq563rGQ==", "dev": true }, "node_modules/@cloudcommerce/api": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/api/-/api-2.0.9.tgz", - "integrity": "sha512-fe5C03P6f+o9bU0OREQM4yEKcUsWY47+oLhle3gOrTlNrH5p0tEcJmqh9Mvee4Vvid8nErk/3rS3+lfzXTEqkw==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/api/-/api-2.1.0.tgz", + "integrity": "sha512-wina+3rXwtMj1jLMXod3o8txCWoi6mI1QfYlQ1U8hZQJ2ZHC7Hq1tMReVfuPPotgCD+7cPnSpDQrhCatU0EPBA==" }, "node_modules/@cloudcommerce/cli": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/cli/-/cli-2.0.9.tgz", - "integrity": "sha512-9/MAT7mHzUEipNfJCCOyG3cprRdbQ7BGtz5+gQeetAiohlYiarXxerR3wfaKi+0TzgqBstYC7tUGiM3sfBKy6g==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/cli/-/cli-2.1.0.tgz", + "integrity": "sha512-SpS4Kk+9c2BBri/bZw6VqRIfCxc5ZF67rwvCGL5tGmnItCTb7vfZva/+yevC3BHBfHiD3Ke/5IF+dHSgEC028w==", "dependencies": { - "@cloudcommerce/api": "2.0.9", + "@cloudcommerce/api": "2.1.0", "@fastify/deepmerge": "^1.3.0", + "dotenv": "^16.3.2", "libsodium-wrappers": "^0.7.13", "md5": "^2.3.0", "typescript": "~5.2.2", @@ -65,13 +66,13 @@ } }, "node_modules/@cloudcommerce/eslint": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@cloudcommerce/eslint/-/eslint-2.0.9.tgz", - "integrity": "sha512-Jt5TFjciDnbYDeouYGr+YJ7Jmyk7Gz0TN/Ky1Rnntmcv1dQ1DJ9mDg84LbIQeHNfJ7FY74dLHKoAv13QRPhlBg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@cloudcommerce/eslint/-/eslint-2.1.0.tgz", + "integrity": "sha512-D39Kf7jMJrT79wvbg4mLZ6rBGE6bLKsfEJ/ERj9mW1g6uOy27Kv6cGu1FRTQNAzOw7ug6gQKx44s53xz2Isifg==", "dev": true, "dependencies": { - "@typescript-eslint/eslint-plugin": "^6.18.1", - "@typescript-eslint/parser": "^6.18.1", + "@typescript-eslint/eslint-plugin": "^6.19.1", + "@typescript-eslint/parser": "^6.19.1", "eslint": "^8.56.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-astro": "^0.31.3", @@ -463,9 +464,9 @@ "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==" }, "node_modules/@types/node": { - "version": "18.19.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.8.tgz", - "integrity": "sha512-g1pZtPhsvGVTwmeVoexWZLTQaOvXwoSq//pTL0DHeNzUDrFnir4fgETdhjhIxjVnN+hKOuh98+E1eMLnUXstFg==", + "version": "18.19.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.9.tgz", + "integrity": "sha512-oZFKlC8l5YtzGQNT4zC2PiSSKzQVZ8bAwwd+EYdPLtyk0nSEq6O16SkK+rkkT2eflDAbormJgEF3QnH3oDrTSw==", "dependencies": { "undici-types": "~5.26.4" } @@ -487,16 +488,16 @@ "integrity": "sha512-2C1+XoY0huExTbs8MQv1DuS5FS86+SEjdM9F/+GS61gg5Hqbtj8ZiDSx8MfWcyei907fIPbfPGCOrNUTnVHY1g==" }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "6.19.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.19.0.tgz", - "integrity": "sha512-DUCUkQNklCQYnrBSSikjVChdc84/vMPDQSgJTHBZ64G9bA9w0Crc0rd2diujKbTdp6w2J47qkeHQLoi0rpLCdg==", + "version": "6.19.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.19.1.tgz", + "integrity": "sha512-roQScUGFruWod9CEyoV5KlCYrubC/fvG8/1zXuT0WTcxX87GnMMmnksMwSg99lo1xiKrBzw2icsJPMAw1OtKxg==", "dev": true, "dependencies": { "@eslint-community/regexpp": "^4.5.1", - "@typescript-eslint/scope-manager": "6.19.0", - "@typescript-eslint/type-utils": "6.19.0", - "@typescript-eslint/utils": "6.19.0", - "@typescript-eslint/visitor-keys": "6.19.0", + "@typescript-eslint/scope-manager": "6.19.1", + "@typescript-eslint/type-utils": "6.19.1", + "@typescript-eslint/utils": "6.19.1", + "@typescript-eslint/visitor-keys": "6.19.1", "debug": "^4.3.4", "graphemer": "^1.4.0", "ignore": "^5.2.4", @@ -522,15 +523,15 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "6.19.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.19.0.tgz", - "integrity": "sha512-1DyBLG5SH7PYCd00QlroiW60YJ4rWMuUGa/JBV0iZuqi4l4IK3twKPq5ZkEebmGqRjXWVgsUzfd3+nZveewgow==", + "version": "6.19.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.19.1.tgz", + "integrity": "sha512-WEfX22ziAh6pRE9jnbkkLGp/4RhTpffr2ZK5bJ18M8mIfA8A+k97U9ZyaXCEJRlmMHh7R9MJZWXp/r73DzINVQ==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "6.19.0", - "@typescript-eslint/types": "6.19.0", - "@typescript-eslint/typescript-estree": "6.19.0", - "@typescript-eslint/visitor-keys": "6.19.0", + "@typescript-eslint/scope-manager": "6.19.1", + "@typescript-eslint/types": "6.19.1", + "@typescript-eslint/typescript-estree": "6.19.1", + "@typescript-eslint/visitor-keys": "6.19.1", "debug": "^4.3.4" }, "engines": { @@ -550,13 +551,13 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "6.19.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.19.0.tgz", - "integrity": "sha512-dO1XMhV2ehBI6QN8Ufi7I10wmUovmLU0Oru3n5LVlM2JuzB4M+dVphCPLkVpKvGij2j/pHBWuJ9piuXx+BhzxQ==", + "version": "6.19.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.19.1.tgz", + "integrity": "sha512-4CdXYjKf6/6aKNMSly/BP4iCSOpvMmqtDzRtqFyyAae3z5kkqEjKndR5vDHL8rSuMIIWP8u4Mw4VxLyxZW6D5w==", "dev": true, "dependencies": { - "@typescript-eslint/types": "6.19.0", - "@typescript-eslint/visitor-keys": "6.19.0" + "@typescript-eslint/types": "6.19.1", + "@typescript-eslint/visitor-keys": "6.19.1" }, "engines": { "node": "^16.0.0 || >=18.0.0" @@ -567,13 +568,13 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "6.19.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.19.0.tgz", - "integrity": "sha512-mcvS6WSWbjiSxKCwBcXtOM5pRkPQ6kcDds/juxcy/727IQr3xMEcwr/YLHW2A2+Fp5ql6khjbKBzOyjuPqGi/w==", + "version": "6.19.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.19.1.tgz", + "integrity": "sha512-0vdyld3ecfxJuddDjACUvlAeYNrHP/pDeQk2pWBR2ESeEzQhg52DF53AbI9QCBkYE23lgkhLCZNkHn2hEXXYIg==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "6.19.0", - "@typescript-eslint/utils": "6.19.0", + "@typescript-eslint/typescript-estree": "6.19.1", + "@typescript-eslint/utils": "6.19.1", "debug": "^4.3.4", "ts-api-utils": "^1.0.1" }, @@ -594,9 +595,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "6.19.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.19.0.tgz", - "integrity": "sha512-lFviGV/vYhOy3m8BJ/nAKoAyNhInTdXpftonhWle66XHAtT1ouBlkjL496b5H5hb8dWXHwtypTqgtb/DEa+j5A==", + "version": "6.19.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.19.1.tgz", + "integrity": "sha512-6+bk6FEtBhvfYvpHsDgAL3uo4BfvnTnoge5LrrCj2eJN8g3IJdLTD4B/jK3Q6vo4Ql/Hoip9I8aB6fF+6RfDqg==", "dev": true, "engines": { "node": "^16.0.0 || >=18.0.0" @@ -607,13 +608,13 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "6.19.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.19.0.tgz", - "integrity": "sha512-o/zefXIbbLBZ8YJ51NlkSAt2BamrK6XOmuxSR3hynMIzzyMY33KuJ9vuMdFSXW+H0tVvdF9qBPTHA91HDb4BIQ==", + "version": "6.19.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.19.1.tgz", + "integrity": "sha512-aFdAxuhzBFRWhy+H20nYu19+Km+gFfwNO4TEqyszkMcgBDYQjmPJ61erHxuT2ESJXhlhrO7I5EFIlZ+qGR8oVA==", "dev": true, "dependencies": { - "@typescript-eslint/types": "6.19.0", - "@typescript-eslint/visitor-keys": "6.19.0", + "@typescript-eslint/types": "6.19.1", + "@typescript-eslint/visitor-keys": "6.19.1", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -635,17 +636,17 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "6.19.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.19.0.tgz", - "integrity": "sha512-QR41YXySiuN++/dC9UArYOg4X86OAYP83OWTewpVx5ct1IZhjjgTLocj7QNxGhWoTqknsgpl7L+hGygCO+sdYw==", + "version": "6.19.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.19.1.tgz", + "integrity": "sha512-JvjfEZuP5WoMqwh9SPAPDSHSg9FBHHGhjPugSRxu5jMfjvBpq5/sGTD+9M9aQ5sh6iJ8AY/Kk/oUYVEMAPwi7w==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "@types/json-schema": "^7.0.12", "@types/semver": "^7.5.0", - "@typescript-eslint/scope-manager": "6.19.0", - "@typescript-eslint/types": "6.19.0", - "@typescript-eslint/typescript-estree": "6.19.0", + "@typescript-eslint/scope-manager": "6.19.1", + "@typescript-eslint/types": "6.19.1", + "@typescript-eslint/typescript-estree": "6.19.1", "semver": "^7.5.4" }, "engines": { @@ -660,12 +661,12 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "6.19.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.19.0.tgz", - "integrity": "sha512-hZaUCORLgubBvtGpp1JEFEazcuEdfxta9j4iUwdSAr7mEsYYAp3EAUyCZk3VEEqGj6W+AV4uWyrDGtrlawAsgQ==", + "version": "6.19.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.19.1.tgz", + "integrity": "sha512-gkdtIO+xSO/SmI0W68DBg4u1KElmIUo3vXzgHyGPs6cxgB0sa3TlptRAAE0hUY1hM6FcDKEv7aIwiTGm76cXfQ==", "dev": true, "dependencies": { - "@typescript-eslint/types": "6.19.0", + "@typescript-eslint/types": "6.19.1", "eslint-visitor-keys": "^3.4.1" }, "engines": { @@ -992,12 +993,12 @@ } }, "node_modules/astrojs-compiler-sync": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/astrojs-compiler-sync/-/astrojs-compiler-sync-0.3.3.tgz", - "integrity": "sha512-LbhchWgsvjvRBb5n5ez8/Q/f9ZKViuox27VxMDOdTUm8MRv9U7phzOiLue5KluqTmC0z1LId4gY2SekvoDrkuw==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/astrojs-compiler-sync/-/astrojs-compiler-sync-0.3.5.tgz", + "integrity": "sha512-y420rhIIJ2HHDkYeqKArBHSdJNIIGMztLH90KGIX3zjcJyt/cr9Z2wYA8CP5J1w6KE7xqMh0DAkhfjhNDpQb2Q==", "dev": true, "dependencies": { - "synckit": "^0.8.0" + "synckit": "^0.9.0" }, "engines": { "node": "^14.18.0 || >=16.0.0" @@ -1370,6 +1371,17 @@ "node": ">=6.0.0" } }, + "node_modules/dotenv": { + "version": "16.4.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.1.tgz", + "integrity": "sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/motdotla/dotenv?sponsor=1" + } + }, "node_modules/duplexer": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", @@ -3622,9 +3634,9 @@ } }, "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz", - "integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", + "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", "dev": true, "peer": true, "engines": { @@ -4255,9 +4267,9 @@ } }, "node_modules/string-width": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.0.0.tgz", - "integrity": "sha512-GPQHj7row82Hjo9hKZieKcHIhaAIKOJvFSIZXuCU9OASVZrMNUaZuz++SPVrBjnLsnk4k+z9f2EIypgxf2vNFw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz", + "integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==", "dev": true, "dependencies": { "emoji-regex": "^10.3.0", @@ -4516,9 +4528,9 @@ } }, "node_modules/synckit": { - "version": "0.8.8", - "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.8.tgz", - "integrity": "sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.0.tgz", + "integrity": "sha512-7RnqIMq572L8PeEzKeBINYEJDDxpcH8JEgLwUqBd3TkofhFRbkq4QLR0u+36avGAhCRbk2nnmjcW9SE531hPDg==", "dev": true, "dependencies": { "@pkgr/core": "^0.1.0", @@ -4806,9 +4818,9 @@ "dev": true }, "node_modules/vue-eslint-parser": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.4.0.tgz", - "integrity": "sha512-7KsNBb6gHFA75BtneJsoK/dbZ281whUIwFYdQxA68QrCrGMXYzUMbPDHGcOQ0OocIVKrWSKWXZ4mL7tonCXoUw==", + "version": "9.4.2", + "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.4.2.tgz", + "integrity": "sha512-Ry9oiGmCAK91HrKMtCrKFWmSFWvYkpGglCeFAIqDdr9zdXmMMpJOmUJS7WWsW7fX81h6mwHmUZCQQ1E0PkSwYQ==", "dev": true, "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index a02ecb59..d7ccb7aa 100644 --- a/package.json +++ b/package.json @@ -28,10 +28,10 @@ "url": "https://github.com/ecomplus/cloud-commerce/issues" }, "dependencies": { - "@cloudcommerce/cli": "^2.0.9" + "@cloudcommerce/cli": "^2.1.0" }, "devDependencies": { - "@cloudcommerce/eslint": "^2.0.9", + "@cloudcommerce/eslint": "^2.1.0", "husky": "^8.0.3", "lint-staged": "^15.2.0" } From 8e8b19c8dc847fc89d996cac43b63daa7ca14dde Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Thu, 25 Jan 2024 22:44:35 -0300 Subject: [PATCH 3/3] Default license MIT, note to check/update LICENSE file on SETUP.md --- LICENSE | 21 +++++ LICENSE.md | 230 ------------------------------------------------- SETUP.md | 7 +- SETUP.pt-BR.md | 7 +- package.json | 2 - 5 files changed, 31 insertions(+), 236 deletions(-) create mode 100644 LICENSE delete mode 100644 LICENSE.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..750c918d --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 E-Com Club Softwares para E-commerce + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index a368e358..00000000 --- a/LICENSE.md +++ /dev/null @@ -1,230 +0,0 @@ -“Commons Clause” License Condition v1.0 - -The Software is provided to you by the Licensor under the -License, as defined below, subject to the following condition. - -Without limiting other conditions in the License, the grant -of rights under the License will not include, and the License -does not grant to you, the right to Sell the Software. - -For purposes of the foregoing, “Sell” means practicing any or -all of the rights granted to you under the License to provide -to third parties, for a fee or other consideration (including -without limitation fees for hosting or consulting/ support -services related to the Software), a product or service whose -value derives, entirely or substantially, from the functionality -of the Software. Any license notice or attribution required by -the License must also include this Commons Clause License -Condition notice. - -Software: E-Com Plus Open Cloud Commerce - -License: Apache 2.0 with Commons Clause - -Licensor: E-Com Club Softwares para E-commerce - - ---------------------------------------------------------------------- - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2021 E-Com Club Softwares para E-commerce - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/SETUP.md b/SETUP.md index 54ab8943..4f77ffcc 100644 --- a/SETUP.md +++ b/SETUP.md @@ -57,7 +57,7 @@ npm i FIREBASE_PROJECT_ID={project-id} npm run setup ``` -> **Note** +> [!NOTE] > Account key created automatically with only required permissions using gcloud CLI (skip steps 6 and 7). @@ -100,7 +100,7 @@ npm run deploy #### Browser-only setup -> **Warning** +> [!WARNING] > This configuration option is less secure, we recommend [first deploy on CLI](#first-deploy-on-cli) instead. 7. [Create a service account](https://console.cloud.google.com/iam-admin/serviceaccounts) for your Firebase project directly on Google Cloud Platform: @@ -127,3 +127,6 @@ Firebase Hosting CDN is fast, but [doesn't support cache _Stale-While-Revalidate - [_Cache Reserve_](https://www.cloudflare.com/products/cache-reserve/) with Tiered Cache; - DNS **proxied** A entry pointing to your Firebase Hosting IP; - Worker _swr_ script with source (_quick edit_) copied from [`cloud-commerce/packages/ssr/cloudflare/swr-worker.js`](https://raw.githubusercontent.com/ecomplus/cloud-commerce/main/packages/ssr/cloudflare/swr-worker.js). + +> [!NOTE] +> You may want to remove or edit the default LICENSE file before publishing your store content. diff --git a/SETUP.pt-BR.md b/SETUP.pt-BR.md index 22e16aaf..d8bafccc 100644 --- a/SETUP.pt-BR.md +++ b/SETUP.pt-BR.md @@ -57,7 +57,7 @@ npm i FIREBASE_PROJECT_ID={project-id} npm run setup ``` -> **Note** +> [!NOTE] > Chave de conta criada automaticamente apenas com as permissões necessárias usando gcloud CLI (pule as etapas 6 e 7). @@ -100,7 +100,7 @@ npm run deploy #### Setup somente do navegador -> **Warning** +> [!WARNING] > Essa opção de configuração é menos segura, recomendamos o [primeiro deploy em CLI](#primeiro-deploy-em-cli). 7. [Crie uma conta de serviço](https://console.cloud.google.com/iam-admin/serviceaccounts) para seu projeto do Firebase diretamente no Google Cloud Platform: @@ -127,3 +127,6 @@ O CDN do Firebase Hosting é rápido, mas [não suporta _Stale-While-Revalidate_ - [_Cache Reserve_](https://www.cloudflare.com/products/cache-reserve/) com Tiered Cache; - Entrada A no DNS com **proxy ativo** apontando para o IP do seu projeto no Firebase Hosting; - Worker _swr_ com o código (_quick edit_) copiado de [`cloud-commerce/packages/ssr/cloudflare/swr-worker.js`](https://raw.githubusercontent.com/ecomplus/cloud-commerce/main/packages/ssr/cloudflare/swr-worker.js). + +> [!NOTE] +> Você pode querer remover ou editar a licença padrão (arquivo LICENSE) antes de publicar o conteúdo da sua loja. diff --git a/package.json b/package.json index d7ccb7aa..815be068 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,6 @@ "functions/!(ssr)/**/*.ts": "eslint --fix" }, "main": "functions/index.js", - "author": "E-Com Club Softwares para E-commerce ", - "license": "Apache 2.0 with Commons Clause", "bugs": { "url": "https://github.com/ecomplus/cloud-commerce/issues" },