diff --git a/package.json b/package.json index e28d0fd0..b7cdd683 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "client" ], "devDependencies": { - "@makeomatic/deploy": "12.10.3", + "@makeomatic/deploy": "12.11.0", "@types/bluebird": "3.5.38", "@types/jest": "29.5.1", "@types/lodash": "4.14.194", diff --git a/yarn.lock b/yarn.lock index 84ab7e3b..e3a47031 100644 --- a/yarn.lock +++ b/yarn.lock @@ -596,7 +596,7 @@ resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== -"@commitlint/cli@^17.6.1": +"@commitlint/cli@^17.6.3": version "17.6.3" resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.6.3.tgz#a02194a2bb6efe4e681eda2addd072a8d02c9497" integrity sha512-ItSz2fd4F+CujgIbQOfNNerDF1eFlsBGEfp9QcCb1kxTYMuKTYZzA6Nu1YRRrIaaWwe2E7awUGpIMrPoZkOG3A== @@ -853,16 +853,16 @@ ajv-formats "^2.1.1" fast-uri "^2.0.0" -"@fastify/compress@^6.2.1": - version "6.3.0" - resolved "https://registry.yarnpkg.com/@fastify/compress/-/compress-6.3.0.tgz#18b728922c4f3062407bcf500fd6de62f19cf9f1" - integrity sha512-lTvR7X1Fg+fDRkg2v3rfW9Mg1laK0UwB9Gi1M07HATE/hv5+7QI18B2vNfXp/5P4UXhrjiNumztdr9DeMS623w== +"@fastify/compress@^6.4.0": + version "6.4.0" + resolved "https://registry.yarnpkg.com/@fastify/compress/-/compress-6.4.0.tgz#c9d9b48a14e068bde2ee24976adfc97a6b4c3002" + integrity sha512-9zsljrMmv1mf/r+a+tQQbNJz6++jzsTUVGtJxNKnhd9LXNJNGwTJ3bndkcpJYiG/AoWHwsHGYjB13JnQhR/yNw== dependencies: "@fastify/accept-negotiator" "^1.0.0" fastify-plugin "^4.0.0" into-stream "^6.0.0" mime-db "^1.51.0" - minipass "^5.0.0" + minipass "^6.0.0" peek-stream "^1.1.3" pump "^3.0.0" pumpify "^2.0.1" @@ -1340,15 +1340,15 @@ joi "^17.2.1" yargs "16.0.3" -"@makeomatic/deploy@12.10.3": - version "12.10.3" - resolved "https://registry.yarnpkg.com/@makeomatic/deploy/-/deploy-12.10.3.tgz#1610b6fad67560a2c299e549b79ace19991dc8c9" - integrity sha512-VCP+zLrUOueWXEnh7tbWgop6NwsJFDBH5DLHMpYirqC5QwmjINrh90JDDLgot5OOPukUjb/1kSQthuHjHHx6ag== +"@makeomatic/deploy@12.11.0": + version "12.11.0" + resolved "https://registry.yarnpkg.com/@makeomatic/deploy/-/deploy-12.11.0.tgz#061ec3aff57eaedcf155c9ce8eeea86970c09832" + integrity sha512-nZm9RVfoIjUOpMygLfJlnVNOHGA8iYhLuLMP4RXZNVWWIzYKKak51F5zJKRlt5oMcwsx9TGToUPWLHgUZMzTrQ== dependencies: - "@commitlint/cli" "^17.6.1" - "@fastify/compress" "^6.2.1" - "@sinclair/typebox" "^0.28.2" - "@types/node" "^18.15.13" + "@commitlint/cli" "^17.6.3" + "@fastify/compress" "^6.4.0" + "@sinclair/typebox" "^0.28.13" + "@types/node" "^20.2.5" bluebird "^3.7.2" chrome-launcher "^0.15.2" chrome-remote-interface "^0.32.2" @@ -1356,10 +1356,10 @@ death "^1.1.0" debug "^4.3.4" execa "^5.1.1" - fastify "^4.15.0" + fastify "^4.17.0" find-up "^5.0.0" get-port "^5.1.1" - glob "^10.2.1" + glob "^10.2.6" husky "~8.0.3" hyperid "^3.1.1" is "^3.3.0" @@ -1369,17 +1369,17 @@ lodash.set "^4.3.2" ms-conf "^7.0.2" npm-path "^2.0.4" - pino "^8.11.0" + pino "^8.14.1" read-pkg "^5.2.0" - rimraf "^5.0.0" + rimraf "^5.0.1" semantic-release "21.0.1" serialize-error "^8.1.0" shelljs "^0.8.5" split2 "^4.2.0" strip-final-newline "^2.0.0" tempy "^1.0.1" - undici "^5.22.0" - yargs "^17.7.1" + undici "^5.22.1" + yargs "^17.7.2" "@nodelib/fs.scandir@2.1.5": version "2.1.5" @@ -2082,10 +2082,10 @@ resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718" integrity sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ== -"@sinclair/typebox@^0.28.2": - version "0.28.11" - resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.28.11.tgz#f094caefc315e1a9b4e649056f661ddb20fcea97" - integrity sha512-8QPhkOowccAdXa/ra54pq+UVYvzbKjYMuojxCOTFq+yyEfcWZJSdlIVdivTRrIq7Mgjx1n4E37t8Js/RXwyvUg== +"@sinclair/typebox@^0.28.13": + version "0.28.13" + resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.28.13.tgz#83bc090f29e0d7c1fdc27000c3ebbb990391a52f" + integrity sha512-bSHHPYPB3UGMoa1n85cpzpMXksFabJA2ZUNojojg4gqfaSUgSmtAG+AbCAGJSylQYbk5slOxkQymqWXEv492aw== "@sinonjs/commons@^3.0.0": version "3.0.0" @@ -2271,10 +2271,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.2.1.tgz#de559d4b33be9a808fd43372ccee822c70f39704" integrity sha512-DqJociPbZP1lbZ5SQPk4oag6W7AyaGMO6gSfRwq3PWl4PXTwJpRQJhDq4W0kzrg3w6tJ1SwlvGZ5uKFHY13LIg== -"@types/node@^18.15.13": - version "18.16.13" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.13.tgz#984c48275c718b5b3e47371938f3cff482790598" - integrity sha512-uZRomboV1vBL61EBXneL4j9/hEn+1Yqa4LQdpGrKmXFyJmVfWc9JV9+yb2AlnOnuaDnb2PDO3hC6/LKmzJxP1A== +"@types/node@^20.2.5": + version "20.2.5" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.2.5.tgz#26d295f3570323b2837d322180dfbf1ba156fefb" + integrity sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ== "@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.1": version "2.4.1" @@ -4927,7 +4927,7 @@ fastify-plugin@^4.0.0: resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.5.0.tgz#8b853923a0bba6ab6921bb8f35b81224e6988d91" integrity sha512-79ak0JxddO0utAXAQ5ccKhvs6vX2MGyHHMMsmZkBANrq3hXc1CHzvNPHOcvTsVMEPl5I+NT+RO4YKMGehOfSIg== -fastify@^4.15.0: +fastify@^4.17.0: version "4.17.0" resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.17.0.tgz#b2c8245e572edef0b02a167d2d411a3c8a46d01a" integrity sha512-tzuY1tgWJo2Y6qEKwmLhFvACUmr68Io2pqP/sDKU71KRM6A6R3DrCDqLGqANbeLZcKUfdfY58ut35CGqemcTgg== @@ -5451,7 +5451,7 @@ glob@7.2.3: once "^1.3.0" path-is-absolute "^1.0.0" -glob@^10.2.1, glob@^10.2.2, glob@^10.2.4, glob@^10.2.5: +glob@^10.2.2, glob@^10.2.4, glob@^10.2.5: version "10.2.5" resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.5.tgz#73c1850ac8f077810d8370ba414b382ad1a86083" integrity sha512-Gj+dFYPZ5hc5dazjXzB0iHg2jKWJZYMjITXYPBRQ/xc2Buw7H0BINknRTwURJ6IC6MEFpYbLvtgVb3qD+DwyuA== @@ -5462,6 +5462,17 @@ glob@^10.2.1, glob@^10.2.2, glob@^10.2.4, glob@^10.2.5: minipass "^5.0.0 || ^6.0.2" path-scurry "^1.7.0" +glob@^10.2.6: + version "10.2.6" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.6.tgz#1e27edbb3bbac055cb97113e27a066c100a4e5e1" + integrity sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA== + dependencies: + foreground-child "^3.1.0" + jackspeak "^2.0.3" + minimatch "^9.0.1" + minipass "^5.0.0 || ^6.0.2" + path-scurry "^1.7.0" + glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6: version "7.1.7" resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90" @@ -7764,6 +7775,13 @@ minimatch@^9.0.0: dependencies: brace-expansion "^2.0.1" +minimatch@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253" + integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w== + dependencies: + brace-expansion "^2.0.1" + minimist-options@4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619" @@ -7870,7 +7888,7 @@ minipass@^5.0.0: resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d" integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ== -"minipass@^5.0.0 || ^6.0.2": +"minipass@^5.0.0 || ^6.0.2", minipass@^6.0.0: version "6.0.2" resolved "https://registry.yarnpkg.com/minipass/-/minipass-6.0.2.tgz#542844b6c4ce95b202c0995b0a471f1229de4c81" integrity sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w== @@ -8994,7 +9012,7 @@ pino-std-serializers@^6.0.0: resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.1.tgz#369f4ae2a19eb6d769ddf2c88a2164b76879a284" integrity sha512-wHuWB+CvSVb2XqXM0W/WOYUkVSPbiJb9S5fNB7TBhd8s892Xq910bRxwHtC4l71hgztObTjXL6ZheZXFjhDrDQ== -pino@^8.11.0, pino@^8.5.0: +pino@^8.14.1, pino@^8.5.0: version "8.14.1" resolved "https://registry.yarnpkg.com/pino/-/pino-8.14.1.tgz#bb38dcda8b500dd90c1193b6c9171eb777a47ac8" integrity sha512-8LYNv7BKWXSfS+k6oEc6occy5La+q2sPwU3q2ljTX5AZk7v+5kND2o5W794FyRaqha6DJajmkNRsWtPpFyMUdw== @@ -9624,7 +9642,7 @@ rfdc@^1.2.0, rfdc@^1.3.0: resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b" integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA== -rimraf@5.0.1, rimraf@^5.0.0: +rimraf@5.0.1, rimraf@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.1.tgz#0881323ab94ad45fec7c0221f27ea1a142f3f0d0" integrity sha512-OfFZdwtd3lZ+XZzYP/6gTACubwFcHdLRqS9UX3UwpU2dnGQYkPFISRwvM3w9IiB2w7bW5qGo/uAwE4SmXXSKvg== @@ -10767,7 +10785,7 @@ unbox-primitive@^1.0.2: has-symbols "^1.0.3" which-boxed-primitive "^1.0.2" -undici@^5.18.0, undici@^5.22.0: +undici@^5.18.0, undici@^5.22.1: version "5.22.1" resolved "https://registry.yarnpkg.com/undici/-/undici-5.22.1.tgz#877d512effef2ac8be65e695f3586922e1a57d7b" integrity sha512-Ji2IJhFXZY0x/0tVBXeQwgPlLWw13GVzpsWPQ3rV50IFMMof2I55PZZxtm4P6iNq+L5znYN9nSTAq0ZyE6lSJw== @@ -11252,7 +11270,7 @@ yargs@^17.0.0, yargs@^17.3.1: y18n "^5.0.5" yargs-parser "^21.0.0" -yargs@^17.5.1, yargs@^17.6.2, yargs@^17.7.1: +yargs@^17.5.1, yargs@^17.6.2, yargs@^17.7.2: version "17.7.2" resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==