diff --git a/package-lock.json b/package-lock.json index 40e2a56d2..2d9d809c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1059,12 +1059,12 @@ "integrity": "sha512-M6H7nSMwW2dHd1/MQ+9J1Jqdw22uhl1nKv90kIiL9G7gjFVqqouQp4qSS1oZclmtW1XjAa4Q5UnbHB4iytmxZA==" }, "@dependents/detective-less": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@dependents/detective-less/-/detective-less-3.0.1.tgz", - "integrity": "sha512-NjjCPJbx/za2287T6gnC5zD2IFSplro1evaTV9yvx3jnPpHi7s8PwJvh9vvJRFnMx5nbakodwNOnFvk8+9YQTg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@dependents/detective-less/-/detective-less-4.1.0.tgz", + "integrity": "sha512-KrkT6qO5NxqNfy68sBl6CTSoJ4SNDIS5iQArkibhlbGU4LaDukZ3q2HIkh8aUKDio6o4itU4xDR7t82Y2eP1Bg==", "requires": { "gonzales-pe": "^4.3.0", - "node-source-walk": "^5.0.0" + "node-source-walk": "^6.0.1" } }, "@ecomplus/client": { @@ -1856,9 +1856,9 @@ } }, "semver": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz", - "integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==", + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", + "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", "requires": { "lru-cache": "^6.0.0" } @@ -2017,20 +2017,24 @@ "integrity": "sha512-WX52W8U1lsfWcz6NWoSpDs57lgiiMHN23seq8G2bvxzGS/tvYD3dxVLLW5UPoKSnFDyVQT7b6Zkt6AkBten1yQ==", "optional": true }, + "@netlify/serverless-functions-api": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.5.0.tgz", + "integrity": "sha512-6O6mr4ynN4DWbI82nbt2ueq+tD9MeRD3BABTnjrxAJn85o79Lu3KFndr+Omur1OpbKEqIrWsFs0Bsi72DkPFbg==" + }, "@netlify/zip-it-and-ship-it": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-8.10.0.tgz", - "integrity": "sha512-GloyKBdVr2s27jZd1lhG+VgOaB+aqxzIwwRRRZslo6kE22ri15GVqrnbPU4OvZFBob4mlnjgkszZxeYFpp2cmw==", + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.5.0.tgz", + "integrity": "sha512-F4iM0OF04a6A6i3sW4Nxlctrh26i0tUXAeWbQDplkR7zjh+NwVaMEMJYznsEnQ0mzeb/ohA+eP9S2hdIx9x9eg==", "requires": { "@babel/parser": "7.16.8", "@netlify/binary-info": "^1.0.0", "@netlify/esbuild": "0.14.39", + "@netlify/serverless-functions-api": "^1.5.0", "@vercel/nft": "^0.22.0", "archiver": "^5.3.0", "common-path-prefix": "^3.0.0", "cp-file": "^10.0.0", - "del": "^7.0.0", - "end-of-stream": "^1.4.4", "es-module-lexer": "^1.0.0", "execa": "^6.0.0", "filter-obj": "^5.0.0", @@ -2041,11 +2045,11 @@ "junk": "^4.0.0", "locate-path": "^7.0.0", "merge-options": "^3.0.4", - "minimatch": "^7.0.0", + "minimatch": "^9.0.0", "normalize-path": "^3.0.0", "p-map": "^5.0.0", "path-exists": "^5.0.0", - "precinct": "^9.0.1", + "precinct": "^11.0.0", "require-package-name": "^2.0.1", "resolve": "^2.0.0-next.1", "semver": "^7.0.0", @@ -2069,15 +2073,6 @@ "indent-string": "^5.0.0" } }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, "clean-stack": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-4.2.0.tgz", @@ -2086,21 +2081,6 @@ "escape-string-regexp": "5.0.0" } }, - "del": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/del/-/del-7.0.0.tgz", - "integrity": "sha512-tQbV/4u5WVB8HMJr08pgw0b6nG4RGt/tj+7Numvq+zqcvUFeMaIWWOUFltiU+6go8BSO2/ogsB4EasDaj0y68Q==", - "requires": { - "globby": "^13.1.2", - "graceful-fs": "^4.2.10", - "is-glob": "^4.0.3", - "is-path-cwd": "^3.0.0", - "is-path-inside": "^4.0.0", - "p-map": "^5.5.0", - "rimraf": "^3.0.2", - "slash": "^4.0.0" - } - }, "escape-string-regexp": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", @@ -2127,14 +2107,6 @@ "once": "^1.3.0" }, "dependencies": { - "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "requires": { - "balanced-match": "^1.0.0" - } - }, "minimatch": { "version": "5.1.6", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", @@ -2145,28 +2117,11 @@ } } }, - "globby": { - "version": "13.1.4", - "resolved": "https://registry.npmjs.org/globby/-/globby-13.1.4.tgz", - "integrity": "sha512-iui/IiiW+QrJ1X1hKH5qwlMQyv34wJAYwH1vrf8b9kBA4sNiif3gKsMHa+BrdnOpEudWjpotfa7LrTzB1ERS/g==", - "requires": { - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.11", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^4.0.0" - } - }, "indent-string": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==" }, - "is-path-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-3.0.0.tgz", - "integrity": "sha512-kyiNFFLU0Ampr6SDZitD/DwUo4Zs1nSdnygUBqsu3LooL00Qvb5j+UnvApUn/TTj1J3OuE6BTdQ5rudKmU2ZaA==" - }, "is-path-inside": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz", @@ -2181,21 +2136,11 @@ } }, "minimatch": { - "version": "7.4.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.6.tgz", - "integrity": "sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz", + "integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==", "requires": { "brace-expansion": "^2.0.1" - }, - "dependencies": { - "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "requires": { - "balanced-match": "^1.0.0" - } - } } }, "p-limit": { @@ -2237,50 +2182,14 @@ "supports-preserve-symlinks-flag": "^1.0.0" } }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - } - } - }, "semver": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz", - "integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==", + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", + "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", "requires": { "lru-cache": "^6.0.0" } }, - "slash": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", - "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==" - }, "yocto-queue": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", @@ -2480,17 +2389,17 @@ "integrity": "sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==" }, "@typescript-eslint/types": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.58.0.tgz", - "integrity": "sha512-JYV4eITHPzVQMnHZcYJXl2ZloC7thuUHrcUmxtzvItyKPvQ50kb9QXBkgNAt90OYMqwaodQh2kHutWZl1fc+1g==" + "version": "5.59.5", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.5.tgz", + "integrity": "sha512-xkfRPHbqSH4Ggx4eHRIO/eGL8XL4Ysb4woL8c87YuAo8Md7AUjyWKa9YMwTL519SyDPrfEgKdewjkxNCVeJW7w==" }, "@typescript-eslint/typescript-estree": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.58.0.tgz", - "integrity": "sha512-cRACvGTodA+UxnYM2uwA2KCwRL7VAzo45syNysqlMyNyjw0Z35Icc9ihPJZjIYuA5bXJYiJ2YGUB59BqlOZT1Q==", + "version": "5.59.5", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.5.tgz", + "integrity": "sha512-+XXdLN2CZLZcD/mO7mQtJMvCkzRfmODbeSKuMY/yXbGkzvA9rJyDY5qDYNoiz2kP/dmyAxXquL2BvLQLJFPQIg==", "requires": { - "@typescript-eslint/types": "5.58.0", - "@typescript-eslint/visitor-keys": "5.58.0", + "@typescript-eslint/types": "5.59.5", + "@typescript-eslint/visitor-keys": "5.59.5", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -2517,9 +2426,9 @@ } }, "semver": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz", - "integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==", + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", + "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", "requires": { "lru-cache": "^6.0.0" } @@ -2527,11 +2436,11 @@ } }, "@typescript-eslint/visitor-keys": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.58.0.tgz", - "integrity": "sha512-/fBraTlPj0jwdyTwLyrRTxv/3lnU2H96pNTVM6z3esTWLtA5MZ9ghSMJ7Rb+TtUAdtEw9EyJzJ0EydIMKxQ9gA==", + "version": "5.59.5", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.5.tgz", + "integrity": "sha512-qL+Oz+dbeBRTeyJTIy0eniD3uvqU7x+y1QceBismZ41hd4aBSRh8UAw4pZP0+XzLuPZmx4raNMq/I+59W2lXKA==", "requires": { - "@typescript-eslint/types": "5.58.0", + "@typescript-eslint/types": "5.59.5", "eslint-visitor-keys": "^3.3.0" } }, @@ -3055,9 +2964,9 @@ "integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==" }, "ast-module-types": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/ast-module-types/-/ast-module-types-4.0.0.tgz", - "integrity": "sha512-Kd0o8r6CDazJGCRzs8Ivpn0xj19oNKrULhoJFzhGjRsLpekF2zyZs9Ukz+JvZhWD6smszfepakTFhAaYpsI12g==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ast-module-types/-/ast-module-types-5.0.0.tgz", + "integrity": "sha512-JvqziE0Wc0rXQfma0HZC/aY7URXHFuZV84fJRtP8u+lhp0JYCNd5wJzVXP45t0PH0Mej3ynlzvdyITYIu0G4LQ==" }, "async": { "version": "3.2.4", @@ -4581,75 +4490,92 @@ "integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==" }, "detective-amd": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/detective-amd/-/detective-amd-4.1.0.tgz", - "integrity": "sha512-XlQrGjGEnMFjKbep0/S/T7XICxf25LFMP6Ug+Iw/Ww/MHUBzfy8QETCzamO1JlAMYPmkChDh21/NS/csG0FwGg==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/detective-amd/-/detective-amd-5.0.2.tgz", + "integrity": "sha512-XFd/VEQ76HSpym80zxM68ieB77unNuoMwopU2TFT/ErUk5n4KvUTwW4beafAVUugrjV48l4BmmR0rh2MglBaiA==", "requires": { - "ast-module-types": "^4.0.0", + "ast-module-types": "^5.0.0", "escodegen": "^2.0.0", - "get-amd-module-type": "^4.1.0", - "node-source-walk": "^5.0.1" + "get-amd-module-type": "^5.0.1", + "node-source-walk": "^6.0.1" } }, "detective-cjs": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/detective-cjs/-/detective-cjs-4.1.0.tgz", - "integrity": "sha512-QxzMwt5MfPLwS7mG30zvnmOvHLx5vyVvjsAV6gQOyuMoBR5G1DhS1eJZ4P10AlH+HSnk93mTcrg3l39+24XCtg==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/detective-cjs/-/detective-cjs-5.0.1.tgz", + "integrity": "sha512-6nTvAZtpomyz/2pmEmGX1sXNjaqgMplhQkskq2MLrar0ZAIkHMrDhLXkRiK2mvbu9wSWr0V5/IfiTrZqAQMrmQ==", "requires": { - "ast-module-types": "^4.0.0", - "node-source-walk": "^5.0.1" + "ast-module-types": "^5.0.0", + "node-source-walk": "^6.0.0" } }, "detective-es6": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/detective-es6/-/detective-es6-3.0.1.tgz", - "integrity": "sha512-evPeYIEdK1jK3Oji5p0hX4sPV/1vK+o4ihcWZkMQE6voypSW/cIBiynOLxQk5KOOQbdP8oOAsYqouMTYO5l1sw==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/detective-es6/-/detective-es6-4.0.1.tgz", + "integrity": "sha512-k3Z5tB4LQ8UVHkuMrFOlvb3GgFWdJ9NqAa2YLUU/jTaWJIm+JJnEh4PsMc+6dfT223Y8ACKOaC0qcj7diIhBKw==", "requires": { - "node-source-walk": "^5.0.0" + "node-source-walk": "^6.0.1" } }, "detective-postcss": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/detective-postcss/-/detective-postcss-6.1.1.tgz", - "integrity": "sha512-mX62A6chiafyFW9AwGF6B/uVU+F3hGMZwXDqCHe+NjmU/M5jlDBazdXb1sMoDE+InTDsoPaX3bUUOH33Yxn5Sw==", + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/detective-postcss/-/detective-postcss-6.1.3.tgz", + "integrity": "sha512-7BRVvE5pPEvk2ukUWNQ+H2XOq43xENWbH0LcdCE14mwgTBEAMoAx+Fc1rdp76SmyZ4Sp48HlV7VedUnP6GA1Tw==", "requires": { "is-url": "^1.2.4", - "postcss": "^8.4.21", + "postcss": "^8.4.23", "postcss-values-parser": "^6.0.2" + }, + "dependencies": { + "nanoid": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", + "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==" + }, + "postcss": { + "version": "8.4.23", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.23.tgz", + "integrity": "sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==", + "requires": { + "nanoid": "^3.3.6", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + } + } } }, "detective-sass": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/detective-sass/-/detective-sass-4.1.1.tgz", - "integrity": "sha512-KSUoOdrLXxSZFnHpGyXufWUP6VkfSdSNC/uezbJkKIwy2i3px5NQPY5hWOR0k9OFlrBakucymD3Ap4d87zobUQ==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/detective-sass/-/detective-sass-5.0.3.tgz", + "integrity": "sha512-YsYT2WuA8YIafp2RVF5CEfGhhyIVdPzlwQgxSjK+TUm3JoHP+Tcorbk3SfG0cNZ7D7+cYWa0ZBcvOaR0O8+LlA==", "requires": { "gonzales-pe": "^4.3.0", - "node-source-walk": "^5.0.0" + "node-source-walk": "^6.0.1" } }, "detective-scss": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/detective-scss/-/detective-scss-3.0.1.tgz", - "integrity": "sha512-Bv/t1dEKHCPJ9+byha7wKg4zda8IFk7KZpEX+ZJs2k1HsWIE3+FBeVFLtD3y9GYGfi8l7Sim3pULPz4+yLwW9A==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/detective-scss/-/detective-scss-4.0.3.tgz", + "integrity": "sha512-VYI6cHcD0fLokwqqPFFtDQhhSnlFWvU614J42eY6G0s8c+MBhi9QAWycLwIOGxlmD8I/XvGSOUV1kIDhJ70ZPg==", "requires": { "gonzales-pe": "^4.3.0", - "node-source-walk": "^5.0.0" + "node-source-walk": "^6.0.1" } }, "detective-stylus": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/detective-stylus/-/detective-stylus-3.0.0.tgz", - "integrity": "sha512-1xYTzbrduExqMYmte7Qk99IRA3Aa6oV7PYzd+3yDcQXkmENvyGF/arripri6lxRDdNYEb4fZFuHtNRAXbz3iAA==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/detective-stylus/-/detective-stylus-4.0.0.tgz", + "integrity": "sha512-TfPotjhszKLgFBzBhTOxNHDsutIxx9GTWjrL5Wh7Qx/ydxKhwUrlSFeLIn+ZaHPF+h0siVBkAQSuy6CADyTxgQ==" }, "detective-typescript": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/detective-typescript/-/detective-typescript-9.1.1.tgz", - "integrity": "sha512-Uc1yVutTF0RRm1YJ3g//i1Cn2vx1kwHj15cnzQP6ff5koNzQ0idc1zAC73ryaWEulA0ElRXFTq6wOqe8vUQ3MA==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/detective-typescript/-/detective-typescript-11.1.0.tgz", + "integrity": "sha512-Mq8egjnW2NSCkzEb/Az15/JnBI/Ryyl6Po0Y+0mABTFvOS6DAyUGRZqz1nyhu4QJmWWe0zaGs/ITIBeWkvCkGw==", "requires": { - "@typescript-eslint/typescript-estree": "^5.55.0", - "ast-module-types": "^4.0.0", - "node-source-walk": "^5.0.1", - "typescript": "^4.9.5" + "@typescript-eslint/typescript-estree": "^5.59.5", + "ast-module-types": "^5.0.0", + "node-source-walk": "^6.0.1", + "typescript": "^5.0.4" } }, "dev-ip": { @@ -5140,9 +5066,9 @@ } }, "eslint-visitor-keys": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz", - "integrity": "sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==" + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz", + "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==" }, "esprima": { "version": "4.0.1", @@ -11173,12 +11099,12 @@ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" }, "get-amd-module-type": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-amd-module-type/-/get-amd-module-type-4.1.0.tgz", - "integrity": "sha512-0e/eK6vTGCnSfQ6eYs3wtH05KotJYIP7ZIZEueP/KlA+0dIAEs8bYFvOd/U56w1vfjhJqBagUxVMyy9Tr/cViQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/get-amd-module-type/-/get-amd-module-type-5.0.1.tgz", + "integrity": "sha512-jb65zDeHyDjFR1loOVk0HQGM5WNwoGB8aLWy3LKCieMKol0/ProHkhO2X1JxojuN10vbz1qNn09MJ7tNp7qMzw==", "requires": { - "ast-module-types": "^4.0.0", - "node-source-walk": "^5.0.1" + "ast-module-types": "^5.0.0", + "node-source-walk": "^6.0.1" } }, "get-caller-file": { @@ -12167,9 +12093,9 @@ "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==" }, "junk": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/junk/-/junk-4.0.0.tgz", - "integrity": "sha512-ojtSU++zLJ3jQG9bAYjg94w+/DOJtRyD7nPaerMFrBhmdVmiV5/exYH5t4uHga4G/95nT6hr1OJoKIFbYbrW5w==" + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/junk/-/junk-4.0.1.tgz", + "integrity": "sha512-Qush0uP+G8ZScpGMZvHUiRfI0YBWuB3gVBYlI0v0vvOJt5FLicco+IkP0a50LqTTQhmts/m6tP5SWE+USyIvcQ==" }, "kind-of": { "version": "6.0.3", @@ -12847,12 +12773,12 @@ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" }, "module-definition": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/module-definition/-/module-definition-4.1.0.tgz", - "integrity": "sha512-rHXi/DpMcD2qcKbPCTklDbX9lBKJrUSl971TW5l6nMpqKCIlzJqmQ8cfEF5M923h2OOLHPDVlh5pJxNyV+AJlw==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/module-definition/-/module-definition-5.0.1.tgz", + "integrity": "sha512-kvw3B4G19IXk+BOXnYq/D/VeO9qfHaapMeuS7w7sNUqmGaA6hywdFHMi+VWeR9wUScXM7XjoryTffCZ5B0/8IA==", "requires": { - "ast-module-types": "^4.0.0", - "node-source-walk": "^5.0.1" + "ast-module-types": "^5.0.0", + "node-source-walk": "^6.0.1" } }, "move-concurrently": { @@ -12931,9 +12857,9 @@ } }, "node-fetch": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz", - "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==", + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz", + "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==", "requires": { "whatwg-url": "^5.0.0" }, @@ -13036,11 +12962,18 @@ "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==" }, "node-source-walk": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/node-source-walk/-/node-source-walk-5.0.1.tgz", - "integrity": "sha512-fe5rFjPqkWQb4CLfsOf10fZAJvImfLpcVx+Nqbozaj6PBoAEjyEK1HZGCGvQNyre2HdL1HnZG6mxBf2UHSzr/w==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/node-source-walk/-/node-source-walk-6.0.2.tgz", + "integrity": "sha512-jn9vOIK/nfqoFCcpK89/VCVaLg1IHE6UVfDOzvqmANaJ/rWCTEdH8RZ1V278nv2jr36BJdyQXIAavBLXpzdlag==", "requires": { - "@babel/parser": "^7.0.0" + "@babel/parser": "^7.21.8" + }, + "dependencies": { + "@babel/parser": { + "version": "7.21.8", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.8.tgz", + "integrity": "sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==" + } } }, "nopt": { @@ -13932,28 +13865,28 @@ } }, "precinct": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/precinct/-/precinct-9.2.1.tgz", - "integrity": "sha512-uzKHaTyiVejWW7VJtHInb9KBUq9yl9ojxXGujhjhDmPon2wgZPBKQIKR+6csGqSlUeGXAA4MEFnU6DesxZib+A==", - "requires": { - "@dependents/detective-less": "^3.0.1", - "commander": "^9.5.0", - "detective-amd": "^4.1.0", - "detective-cjs": "^4.1.0", - "detective-es6": "^3.0.1", - "detective-postcss": "^6.1.1", - "detective-sass": "^4.1.1", - "detective-scss": "^3.0.1", - "detective-stylus": "^3.0.0", - "detective-typescript": "^9.1.1", - "module-definition": "^4.1.0", - "node-source-walk": "^5.0.1" + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/precinct/-/precinct-11.0.4.tgz", + "integrity": "sha512-pYdAprJ7iUnXrfEfgp1AMAEbrSjaOQHJXqPk15nEDWlCPtB3TgkhjB27Ar1nVYMgbATm1hN1lGKruenIu9F94A==", + "requires": { + "@dependents/detective-less": "^4.1.0", + "commander": "^10.0.1", + "detective-amd": "^5.0.1", + "detective-cjs": "^5.0.1", + "detective-es6": "^4.0.1", + "detective-postcss": "^6.1.3", + "detective-sass": "^5.0.3", + "detective-scss": "^4.0.3", + "detective-stylus": "^4.0.0", + "detective-typescript": "^11.1.0", + "module-definition": "^5.0.1", + "node-source-walk": "^6.0.1" }, "dependencies": { "commander": { - "version": "9.5.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz", - "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==" + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==" } } }, @@ -15609,9 +15542,9 @@ "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", + "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==" }, "ua-parser-js": { "version": "1.0.35", diff --git a/package.json b/package.json index 362fa4bd8..67a1c13cd 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "@ecomplus/storefront-template": "^2.0.0-beta.230", - "@netlify/zip-it-and-ship-it": "^8.10.0", + "@netlify/zip-it-and-ship-it": "^9.5.0", "firebase-tools": "^11.30.0" }, "devDependencies": { diff --git a/template/public/img/uploads/123.jpg b/template/public/img/uploads/123.jpg index ab14f2fd7..161908fc9 100644 Binary files a/template/public/img/uploads/123.jpg and b/template/public/img/uploads/123.jpg differ diff --git a/template/public/img/uploads/124.jpg b/template/public/img/uploads/124.jpg index dccf43eed..7a6132fce 100644 Binary files a/template/public/img/uploads/124.jpg and b/template/public/img/uploads/124.jpg differ diff --git a/template/public/img/uploads/124_easy-resize.com-1-.jpg b/template/public/img/uploads/124_easy-resize.com-1-.jpg index f322670f5..86ed6dafe 100644 Binary files a/template/public/img/uploads/124_easy-resize.com-1-.jpg and b/template/public/img/uploads/124_easy-resize.com-1-.jpg differ diff --git a/template/public/img/uploads/125.jpg b/template/public/img/uploads/125.jpg index 3ff24caaf..508133994 100644 Binary files a/template/public/img/uploads/125.jpg and b/template/public/img/uploads/125.jpg differ diff --git a/template/public/img/uploads/147.jpg b/template/public/img/uploads/147.jpg index dfb75e338..cdf6d5ce8 100644 Binary files a/template/public/img/uploads/147.jpg and b/template/public/img/uploads/147.jpg differ diff --git a/template/public/img/uploads/147547.jpg b/template/public/img/uploads/147547.jpg index f2fb56869..4b8892810 100644 Binary files a/template/public/img/uploads/147547.jpg and b/template/public/img/uploads/147547.jpg differ diff --git a/template/public/img/uploads/147548.jpg b/template/public/img/uploads/147548.jpg index faead31bc..dfe292ad2 100644 Binary files a/template/public/img/uploads/147548.jpg and b/template/public/img/uploads/147548.jpg differ diff --git a/template/public/img/uploads/147549.jpg b/template/public/img/uploads/147549.jpg index 42d4e8cda..84abb7f46 100644 Binary files a/template/public/img/uploads/147549.jpg and b/template/public/img/uploads/147549.jpg differ diff --git a/template/public/img/uploads/2547a.jpg b/template/public/img/uploads/2547a.jpg index ba0812626..629303634 100644 Binary files a/template/public/img/uploads/2547a.jpg and b/template/public/img/uploads/2547a.jpg differ diff --git a/template/public/img/uploads/254_easy-resize.com-1-.jpg b/template/public/img/uploads/254_easy-resize.com-1-.jpg index 0dd8ce1c7..a962f3115 100644 Binary files a/template/public/img/uploads/254_easy-resize.com-1-.jpg and b/template/public/img/uploads/254_easy-resize.com-1-.jpg differ diff --git a/template/public/img/uploads/255_easy-resize.com-1-.jpg b/template/public/img/uploads/255_easy-resize.com-1-.jpg index 3ad75464c..074633ccf 100644 Binary files a/template/public/img/uploads/255_easy-resize.com-1-.jpg and b/template/public/img/uploads/255_easy-resize.com-1-.jpg differ diff --git a/template/public/img/uploads/256_easy-resize.com-1-.jpg b/template/public/img/uploads/256_easy-resize.com-1-.jpg index bf3224df1..837d8a172 100644 Binary files a/template/public/img/uploads/256_easy-resize.com-1-.jpg and b/template/public/img/uploads/256_easy-resize.com-1-.jpg differ diff --git a/template/public/img/uploads/3.jpg b/template/public/img/uploads/3.jpg index e3c92282c..91c59d3b2 100644 Binary files a/template/public/img/uploads/3.jpg and b/template/public/img/uploads/3.jpg differ diff --git a/template/public/img/uploads/4.jpg b/template/public/img/uploads/4.jpg index e4ec63dc5..17e5b391d 100644 Binary files a/template/public/img/uploads/4.jpg and b/template/public/img/uploads/4.jpg differ diff --git a/template/public/img/uploads/5.jpg b/template/public/img/uploads/5.jpg index adce6a093..006ff783c 100644 Binary files a/template/public/img/uploads/5.jpg and b/template/public/img/uploads/5.jpg differ diff --git a/template/public/img/uploads/6.jpg b/template/public/img/uploads/6.jpg index 35569e8bb..185fe9319 100644 Binary files a/template/public/img/uploads/6.jpg and b/template/public/img/uploads/6.jpg differ diff --git a/template/public/img/uploads/banner1celular.jpg b/template/public/img/uploads/banner1celular.jpg index b932c6437..1d2a86301 100644 Binary files a/template/public/img/uploads/banner1celular.jpg and b/template/public/img/uploads/banner1celular.jpg differ diff --git a/template/public/img/uploads/banner1pc.jpg b/template/public/img/uploads/banner1pc.jpg index 3b5cad991..708d9af40 100644 Binary files a/template/public/img/uploads/banner1pc.jpg and b/template/public/img/uploads/banner1pc.jpg differ diff --git a/template/public/img/uploads/banner1pc2.jpg b/template/public/img/uploads/banner1pc2.jpg index e48781e1a..a948a69dc 100644 Binary files a/template/public/img/uploads/banner1pc2.jpg and b/template/public/img/uploads/banner1pc2.jpg differ diff --git a/template/public/img/uploads/capa-1.jpg b/template/public/img/uploads/capa-1.jpg index a6389eb73..c4ca1d0b4 100644 Binary files a/template/public/img/uploads/capa-1.jpg and b/template/public/img/uploads/capa-1.jpg differ diff --git a/template/public/img/uploads/capa-2.jpg b/template/public/img/uploads/capa-2.jpg index f309a6b0f..0286fd65a 100644 Binary files a/template/public/img/uploads/capa-2.jpg and b/template/public/img/uploads/capa-2.jpg differ diff --git a/template/public/img/uploads/capa-3.jpg b/template/public/img/uploads/capa-3.jpg index 9ae1b25c8..68b88f94e 100644 Binary files a/template/public/img/uploads/capa-3.jpg and b/template/public/img/uploads/capa-3.jpg differ diff --git a/template/public/img/uploads/capa-4.jpg b/template/public/img/uploads/capa-4.jpg index 365855bfb..01025cc67 100644 Binary files a/template/public/img/uploads/capa-4.jpg and b/template/public/img/uploads/capa-4.jpg differ diff --git a/template/public/img/uploads/capa-5.jpg b/template/public/img/uploads/capa-5.jpg index 14637454a..0ec7b1647 100644 Binary files a/template/public/img/uploads/capa-5.jpg and b/template/public/img/uploads/capa-5.jpg differ diff --git a/template/public/img/uploads/capa-6.jpg b/template/public/img/uploads/capa-6.jpg index df8fd1fe8..fdc8cfd86 100644 Binary files a/template/public/img/uploads/capa-6.jpg and b/template/public/img/uploads/capa-6.jpg differ diff --git a/template/public/img/uploads/capa-7.jpg b/template/public/img/uploads/capa-7.jpg index 2e598a0f5..48779c86f 100644 Binary files a/template/public/img/uploads/capa-7.jpg and b/template/public/img/uploads/capa-7.jpg differ diff --git a/template/public/img/uploads/qa.jpg b/template/public/img/uploads/qa.jpg index a5166bd26..1179e0e48 100644 Binary files a/template/public/img/uploads/qa.jpg and b/template/public/img/uploads/qa.jpg differ diff --git a/template/public/img/uploads/qa2.jpg b/template/public/img/uploads/qa2.jpg index 587d3f1ca..2dddd94b6 100644 Binary files a/template/public/img/uploads/qa2.jpg and b/template/public/img/uploads/qa2.jpg differ diff --git a/template/public/img/uploads/qa3.jpg b/template/public/img/uploads/qa3.jpg index bbf8e47d2..c55d47002 100644 Binary files a/template/public/img/uploads/qa3.jpg and b/template/public/img/uploads/qa3.jpg differ diff --git a/template/public/img/uploads/site-001_easy-resize.com.jpg b/template/public/img/uploads/site-001_easy-resize.com.jpg index 6f6215cfa..50bfacf32 100644 Binary files a/template/public/img/uploads/site-001_easy-resize.com.jpg and b/template/public/img/uploads/site-001_easy-resize.com.jpg differ diff --git a/template/public/img/uploads/site-013-10.jpg b/template/public/img/uploads/site-013-10.jpg index 6fb195428..1d90832fb 100644 Binary files a/template/public/img/uploads/site-013-10.jpg and b/template/public/img/uploads/site-013-10.jpg differ diff --git a/template/public/img/uploads/site-013-11.jpg b/template/public/img/uploads/site-013-11.jpg index 18d728311..8489bb581 100644 Binary files a/template/public/img/uploads/site-013-11.jpg and b/template/public/img/uploads/site-013-11.jpg differ diff --git a/template/public/img/uploads/site-013-12.jpg b/template/public/img/uploads/site-013-12.jpg index 1346248e8..7db4f13d1 100644 Binary files a/template/public/img/uploads/site-013-12.jpg and b/template/public/img/uploads/site-013-12.jpg differ diff --git a/template/public/img/uploads/site-013-13.jpg b/template/public/img/uploads/site-013-13.jpg index 751f9a322..78bc9d5ad 100644 Binary files a/template/public/img/uploads/site-013-13.jpg and b/template/public/img/uploads/site-013-13.jpg differ diff --git a/template/public/img/uploads/site-013-9.jpg b/template/public/img/uploads/site-013-9.jpg index 34d3e5a27..dd8e76eb1 100644 Binary files a/template/public/img/uploads/site-013-9.jpg and b/template/public/img/uploads/site-013-9.jpg differ diff --git a/template/public/img/uploads/site-2.jpg b/template/public/img/uploads/site-2.jpg index 5423356fb..ece477fbf 100644 Binary files a/template/public/img/uploads/site-2.jpg and b/template/public/img/uploads/site-2.jpg differ diff --git a/template/public/img/uploads/site-3.jpg b/template/public/img/uploads/site-3.jpg index aa4652a90..6c018f496 100644 Binary files a/template/public/img/uploads/site-3.jpg and b/template/public/img/uploads/site-3.jpg differ diff --git a/template/public/img/uploads/site-4.jpg b/template/public/img/uploads/site-4.jpg index 1dced7f67..a0fcaf8aa 100644 Binary files a/template/public/img/uploads/site-4.jpg and b/template/public/img/uploads/site-4.jpg differ diff --git a/template/public/img/uploads/site-5.jpg b/template/public/img/uploads/site-5.jpg index 75c460e99..b6a30052c 100644 Binary files a/template/public/img/uploads/site-5.jpg and b/template/public/img/uploads/site-5.jpg differ diff --git a/template/public/img/uploads/site-6.jpg b/template/public/img/uploads/site-6.jpg index cfa440457..e47978c0c 100644 Binary files a/template/public/img/uploads/site-6.jpg and b/template/public/img/uploads/site-6.jpg differ diff --git a/template/public/img/uploads/site-7.jpg b/template/public/img/uploads/site-7.jpg index 3afb1a648..15ca46ec0 100644 Binary files a/template/public/img/uploads/site-7.jpg and b/template/public/img/uploads/site-7.jpg differ diff --git a/template/public/img/uploads/site-8.jpg b/template/public/img/uploads/site-8.jpg index 4fc3b17a7..00951d457 100644 Binary files a/template/public/img/uploads/site-8.jpg and b/template/public/img/uploads/site-8.jpg differ diff --git a/template/public/img/uploads/site-aq.jpg b/template/public/img/uploads/site-aq.jpg index 71e28aaa0..27d6d9d82 100644 Binary files a/template/public/img/uploads/site-aq.jpg and b/template/public/img/uploads/site-aq.jpg differ diff --git a/template/public/img/uploads/site-aq1.jpg b/template/public/img/uploads/site-aq1.jpg index 2da7d5c88..47796e8e0 100644 Binary files a/template/public/img/uploads/site-aq1.jpg and b/template/public/img/uploads/site-aq1.jpg differ diff --git a/template/public/img/uploads/site-aq2.jpg b/template/public/img/uploads/site-aq2.jpg index 82a4d7097..e146942a1 100644 Binary files a/template/public/img/uploads/site-aq2.jpg and b/template/public/img/uploads/site-aq2.jpg differ diff --git a/template/public/img/uploads/site-aq3.jpg b/template/public/img/uploads/site-aq3.jpg index b31415dd8..3e9538211 100644 Binary files a/template/public/img/uploads/site-aq3.jpg and b/template/public/img/uploads/site-aq3.jpg differ diff --git a/template/public/img/uploads/site-aq4.jpg b/template/public/img/uploads/site-aq4.jpg index 5fc0da4c2..6684d551a 100644 Binary files a/template/public/img/uploads/site-aq4.jpg and b/template/public/img/uploads/site-aq4.jpg differ diff --git a/template/public/img/uploads/site-capa.jpg b/template/public/img/uploads/site-capa.jpg index 06e4d3d41..8a6a9b778 100644 Binary files a/template/public/img/uploads/site-capa.jpg and b/template/public/img/uploads/site-capa.jpg differ diff --git a/template/public/img/uploads/site-divas-1.jpg b/template/public/img/uploads/site-divas-1.jpg index 9232f66bc..ed4cf0320 100644 Binary files a/template/public/img/uploads/site-divas-1.jpg and b/template/public/img/uploads/site-divas-1.jpg differ diff --git a/template/public/img/uploads/site-divas.jpg b/template/public/img/uploads/site-divas.jpg index 2c5e7f0ea..9a7fd3d9c 100644 Binary files a/template/public/img/uploads/site-divas.jpg and b/template/public/img/uploads/site-divas.jpg differ diff --git a/template/public/img/uploads/site.jpg b/template/public/img/uploads/site.jpg index fa8a2b514..1aa805fca 100644 Binary files a/template/public/img/uploads/site.jpg and b/template/public/img/uploads/site.jpg differ diff --git a/template/public/img/uploads/site017.jpg b/template/public/img/uploads/site017.jpg index c627fba02..f7e268d89 100644 Binary files a/template/public/img/uploads/site017.jpg and b/template/public/img/uploads/site017.jpg differ diff --git a/template/public/img/uploads/site147.jpg b/template/public/img/uploads/site147.jpg index 644874b0a..52b8d5c3c 100644 Binary files a/template/public/img/uploads/site147.jpg and b/template/public/img/uploads/site147.jpg differ diff --git a/template/public/img/uploads/site2.jpg b/template/public/img/uploads/site2.jpg index 249606d94..90385eee1 100644 Binary files a/template/public/img/uploads/site2.jpg and b/template/public/img/uploads/site2.jpg differ diff --git a/template/public/img/uploads/site21.jpg b/template/public/img/uploads/site21.jpg index 575d40e1f..1c9dd6b66 100644 Binary files a/template/public/img/uploads/site21.jpg and b/template/public/img/uploads/site21.jpg differ diff --git a/template/public/img/uploads/site22.jpg b/template/public/img/uploads/site22.jpg index 5e61e332f..c9c107fbe 100644 Binary files a/template/public/img/uploads/site22.jpg and b/template/public/img/uploads/site22.jpg differ diff --git a/template/public/img/uploads/site2_easy-resize.com.jpg b/template/public/img/uploads/site2_easy-resize.com.jpg index 1af315185..7e3d69454 100644 Binary files a/template/public/img/uploads/site2_easy-resize.com.jpg and b/template/public/img/uploads/site2_easy-resize.com.jpg differ diff --git a/template/public/img/uploads/site3.jpg b/template/public/img/uploads/site3.jpg index 626921d49..d89b98185 100644 Binary files a/template/public/img/uploads/site3.jpg and b/template/public/img/uploads/site3.jpg differ diff --git a/template/public/img/uploads/site4.jpg b/template/public/img/uploads/site4.jpg index efd0baf3c..08d97650e 100644 Binary files a/template/public/img/uploads/site4.jpg and b/template/public/img/uploads/site4.jpg differ diff --git a/template/public/img/uploads/site5.jpg b/template/public/img/uploads/site5.jpg index 5d2e78e97..65578e02b 100644 Binary files a/template/public/img/uploads/site5.jpg and b/template/public/img/uploads/site5.jpg differ diff --git a/template/public/img/uploads/site_easy-resize.com.jpg b/template/public/img/uploads/site_easy-resize.com.jpg index c32750ae7..0f7a273ba 100644 Binary files a/template/public/img/uploads/site_easy-resize.com.jpg and b/template/public/img/uploads/site_easy-resize.com.jpg differ diff --git a/template/public/img/uploads/whatsapp-image-2022-09-27-at-12.45.56.jpeg b/template/public/img/uploads/whatsapp-image-2022-09-27-at-12.45.56.jpeg index 6deeaa6d1..b37416bb5 100644 Binary files a/template/public/img/uploads/whatsapp-image-2022-09-27-at-12.45.56.jpeg and b/template/public/img/uploads/whatsapp-image-2022-09-27-at-12.45.56.jpeg differ