diff --git a/.functions/package-lock.json b/.functions/package-lock.json index e84a4f7411..9c069771aa 100644 --- a/.functions/package-lock.json +++ b/.functions/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@ecomplus/storefront-renderer": "^2.11.8", "firebase-admin": "^11.10.1", - "firebase-functions": "^4.4.1" + "firebase-functions": "^4.9.0" }, "engines": { "node": "16", @@ -1365,15 +1365,14 @@ } }, "node_modules/firebase-functions": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.4.1.tgz", - "integrity": "sha512-3no53Lg12ToNlPSgLZtAFLQAz6si7ilHvzO8NC3/2EybyUwegpj5YhHwNiCw839lmAWp3znjATJDTvADFiZMrg==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.9.0.tgz", + "integrity": "sha512-IqxOEsVAWGcRv9KRGzWQR5mOFuNsil3vsfkRPPiaV1U/ATC27/jbahh4z8I4rW8Xqa6cQE5xqnw0ueyMH7i7Ag==", "dependencies": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", "cors": "^2.8.5", "express": "^4.17.1", - "node-fetch": "^2.6.7", "protobufjs": "^7.2.2" }, "bin": { @@ -1383,7 +1382,7 @@ "node": ">=14.10.0" }, "peerDependencies": { - "firebase-admin": "^10.0.0 || ^11.0.0" + "firebase-admin": "^10.0.0 || ^11.0.0 || ^12.0.0" } }, "node_modules/follow-redirects": { @@ -2347,6 +2346,7 @@ "version": "2.6.12", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz", "integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==", + "optional": true, "dependencies": { "whatwg-url": "^5.0.0" }, @@ -3002,7 +3002,8 @@ "node_modules/tr46": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "optional": true }, "node_modules/tslib": { "version": "2.6.1", @@ -3102,7 +3103,8 @@ "node_modules/webidl-conversions": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "optional": true }, "node_modules/websocket-driver": { "version": "0.7.4", @@ -3129,6 +3131,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "optional": true, "dependencies": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" @@ -4313,15 +4316,14 @@ } }, "firebase-functions": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.4.1.tgz", - "integrity": "sha512-3no53Lg12ToNlPSgLZtAFLQAz6si7ilHvzO8NC3/2EybyUwegpj5YhHwNiCw839lmAWp3znjATJDTvADFiZMrg==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.9.0.tgz", + "integrity": "sha512-IqxOEsVAWGcRv9KRGzWQR5mOFuNsil3vsfkRPPiaV1U/ATC27/jbahh4z8I4rW8Xqa6cQE5xqnw0ueyMH7i7Ag==", "requires": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", "cors": "^2.8.5", "express": "^4.17.1", - "node-fetch": "^2.6.7", "protobufjs": "^7.2.2" } }, @@ -5081,6 +5083,7 @@ "version": "2.6.12", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz", "integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==", + "optional": true, "requires": { "whatwg-url": "^5.0.0" } @@ -5565,7 +5568,8 @@ "tr46": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "optional": true }, "tslib": { "version": "2.6.1", @@ -5641,7 +5645,8 @@ "webidl-conversions": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "optional": true }, "websocket-driver": { "version": "0.7.4", @@ -5662,6 +5667,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "optional": true, "requires": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" diff --git a/.functions/package.json b/.functions/package.json index 78a7f02a23..c8385ef2c4 100644 --- a/.functions/package.json +++ b/.functions/package.json @@ -10,7 +10,7 @@ "dependencies": { "@ecomplus/storefront-renderer": "^2.11.8", "firebase-admin": "^11.10.1", - "firebase-functions": "^4.4.1" + "firebase-functions": "^4.9.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/template/public/img/uploads/337371531_897390284804619_7386424431816255570_n.jpeg b/template/public/img/uploads/337371531_897390284804619_7386424431816255570_n.jpeg index f5ec1f6c70..7e33d024b2 100644 Binary files a/template/public/img/uploads/337371531_897390284804619_7386424431816255570_n.jpeg and b/template/public/img/uploads/337371531_897390284804619_7386424431816255570_n.jpeg differ diff --git a/template/public/img/uploads/346347452_830674371818569_1807864286501594730_n.jpeg b/template/public/img/uploads/346347452_830674371818569_1807864286501594730_n.jpeg index bb95cc0fc0..b3cc8ab5ed 100644 Binary files a/template/public/img/uploads/346347452_830674371818569_1807864286501594730_n.jpeg and b/template/public/img/uploads/346347452_830674371818569_1807864286501594730_n.jpeg differ diff --git a/template/public/img/uploads/artesanal.jpg b/template/public/img/uploads/artesanal.jpg index 078ffed5a7..6a97db703f 100644 Binary files a/template/public/img/uploads/artesanal.jpg and b/template/public/img/uploads/artesanal.jpg differ diff --git a/template/public/img/uploads/carteiras-dafna-colorido.jpg b/template/public/img/uploads/carteiras-dafna-colorido.jpg index 880a332471..7bf9b9154d 100644 Binary files a/template/public/img/uploads/carteiras-dafna-colorido.jpg and b/template/public/img/uploads/carteiras-dafna-colorido.jpg differ diff --git a/template/public/img/uploads/cartoes.png b/template/public/img/uploads/cartoes.png index 8a19dc829f..7f6d701034 100644 Binary files a/template/public/img/uploads/cartoes.png and b/template/public/img/uploads/cartoes.png differ diff --git a/template/public/img/uploads/dafna-logo.png b/template/public/img/uploads/dafna-logo.png index efd9850d3b..a5aaa0968e 100644 Binary files a/template/public/img/uploads/dafna-logo.png and b/template/public/img/uploads/dafna-logo.png differ diff --git a/template/public/img/uploads/dekstopfachada.png b/template/public/img/uploads/dekstopfachada.png index b00707d4e0..480fd3c96f 100644 Binary files a/template/public/img/uploads/dekstopfachada.png and b/template/public/img/uploads/dekstopfachada.png differ diff --git a/template/public/img/uploads/fachadadafna-maio.png b/template/public/img/uploads/fachadadafna-maio.png index d5cb171426..de90a70a2c 100644 Binary files a/template/public/img/uploads/fachadadafna-maio.png and b/template/public/img/uploads/fachadadafna-maio.png differ diff --git a/template/public/img/uploads/fachadadafna-mobile-maio.png b/template/public/img/uploads/fachadadafna-mobile-maio.png index 837560acec..49f239edcd 100644 Binary files a/template/public/img/uploads/fachadadafna-mobile-maio.png and b/template/public/img/uploads/fachadadafna-mobile-maio.png differ diff --git a/template/public/img/uploads/formas-de-pagamento.png b/template/public/img/uploads/formas-de-pagamento.png index 7eba979659..5c668af13e 100644 Binary files a/template/public/img/uploads/formas-de-pagamento.png and b/template/public/img/uploads/formas-de-pagamento.png differ diff --git a/template/public/img/uploads/formas-de-pagamento_.png b/template/public/img/uploads/formas-de-pagamento_.png index bd9dfd4d98..ddbe1d1a33 100644 Binary files a/template/public/img/uploads/formas-de-pagamento_.png and b/template/public/img/uploads/formas-de-pagamento_.png differ diff --git a/template/public/img/uploads/home-novo1071_.webp b/template/public/img/uploads/home-novo1071_.webp index f7bf18afad..3676c179e9 100644 Binary files a/template/public/img/uploads/home-novo1071_.webp and b/template/public/img/uploads/home-novo1071_.webp differ diff --git a/template/public/img/uploads/logo-transpar.png b/template/public/img/uploads/logo-transpar.png index d70b058361..e5919cc02d 100644 Binary files a/template/public/img/uploads/logo-transpar.png and b/template/public/img/uploads/logo-transpar.png differ diff --git a/template/public/img/uploads/mobile-f-1906.png b/template/public/img/uploads/mobile-f-1906.png index 12603e1683..a491d5f124 100644 Binary files a/template/public/img/uploads/mobile-f-1906.png and b/template/public/img/uploads/mobile-f-1906.png differ diff --git a/template/public/img/uploads/mobile-facjada.png b/template/public/img/uploads/mobile-facjada.png index 3d9e9c596d..95441429d9 100644 Binary files a/template/public/img/uploads/mobile-facjada.png and b/template/public/img/uploads/mobile-facjada.png differ diff --git a/template/public/img/uploads/pix1.png b/template/public/img/uploads/pix1.png index c8a9281618..962dd496cc 100644 Binary files a/template/public/img/uploads/pix1.png and b/template/public/img/uploads/pix1.png differ diff --git a/template/public/img/uploads/quemsomosimagem.jpg b/template/public/img/uploads/quemsomosimagem.jpg index 8e3d538c8a..14513f888d 100644 Binary files a/template/public/img/uploads/quemsomosimagem.jpg and b/template/public/img/uploads/quemsomosimagem.jpg differ diff --git a/template/public/img/uploads/seguranca.png b/template/public/img/uploads/seguranca.png index 18d0b3040f..ba6fc8ab08 100644 Binary files a/template/public/img/uploads/seguranca.png and b/template/public/img/uploads/seguranca.png differ