diff --git a/package-lock.json b/package-lock.json index 7ee9627693..c22e7ef882 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,13 +76,14 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.25.7.tgz", - "integrity": "sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", + "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/highlight": "^7.25.7", + "@babel/helper-validator-identifier": "^7.25.9", + "js-tokens": "^4.0.0", "picocolors": "^1.0.0" }, "engines": { @@ -90,9 +91,9 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.25.8", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.8.tgz", - "integrity": "sha512-ZsysZyXY4Tlx+Q53XdnOFmqwfB9QDTHYxaZYajWRoBLuLEAwI2UIbtxOjWh/cFaa9IKUlcB+DDuoskLuKu56JA==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.2.tgz", + "integrity": "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==", "dev": true, "license": "MIT", "engines": { @@ -100,22 +101,22 @@ } }, "node_modules/@babel/core": { - "version": "7.25.8", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.8.tgz", - "integrity": "sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz", + "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==", "dev": true, "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.25.7", - "@babel/generator": "^7.25.7", - "@babel/helper-compilation-targets": "^7.25.7", - "@babel/helper-module-transforms": "^7.25.7", - "@babel/helpers": "^7.25.7", - "@babel/parser": "^7.25.8", - "@babel/template": "^7.25.7", - "@babel/traverse": "^7.25.7", - "@babel/types": "^7.25.8", + "@babel/code-frame": "^7.26.0", + "@babel/generator": "^7.26.0", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-module-transforms": "^7.26.0", + "@babel/helpers": "^7.26.0", + "@babel/parser": "^7.26.0", + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.26.0", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -141,9 +142,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.25.8", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.8.tgz", - "integrity": "sha512-Po3VLMN7fJtv0nsOjBDSbO1J71UhzShE9MuOSkWEV9IZQXzhZklYtzKZ8ZD/Ij3a0JBv1AG3Ny2L3jvAHQVOGg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz", + "integrity": "sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ==", "dev": true, "license": "MIT", "dependencies": { @@ -180,13 +181,14 @@ } }, "node_modules/@babel/generator": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.7.tgz", - "integrity": "sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz", + "integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.25.7", + "@babel/parser": "^7.26.2", + "@babel/types": "^7.26.0", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^3.0.2" @@ -196,14 +198,14 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.7.tgz", - "integrity": "sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", + "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.25.7", - "@babel/helper-validator-option": "^7.25.7", + "@babel/compat-data": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", "browserslist": "^4.24.0", "lru-cache": "^5.1.1", "semver": "^6.3.1" @@ -223,30 +225,29 @@ } }, "node_modules/@babel/helper-module-imports": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz", - "integrity": "sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", + "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/traverse": "^7.25.7", - "@babel/types": "^7.25.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz", - "integrity": "sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", + "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-module-imports": "^7.25.7", - "@babel/helper-simple-access": "^7.25.7", - "@babel/helper-validator-identifier": "^7.25.7", - "@babel/traverse": "^7.25.7" + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -256,33 +257,19 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz", - "integrity": "sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-simple-access": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz", - "integrity": "sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz", + "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==", "dev": true, "license": "MIT", - "dependencies": { - "@babel/traverse": "^7.25.7", - "@babel/types": "^7.25.7" - }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz", - "integrity": "sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", "dev": true, "license": "MIT", "engines": { @@ -290,9 +277,9 @@ } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz", - "integrity": "sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", "dev": true, "license": "MIT", "engines": { @@ -300,9 +287,9 @@ } }, "node_modules/@babel/helper-validator-option": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz", - "integrity": "sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", + "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", "dev": true, "license": "MIT", "engines": { @@ -310,27 +297,27 @@ } }, "node_modules/@babel/helpers": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.7.tgz", - "integrity": "sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz", + "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/template": "^7.25.7", - "@babel/types": "^7.25.7" + "@babel/template": "^7.25.9", + "@babel/types": "^7.26.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.7.tgz", - "integrity": "sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.9.tgz", + "integrity": "sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.25.7", + "@babel/helper-validator-identifier": "^7.25.9", "chalk": "^2.4.2", "js-tokens": "^4.0.0", "picocolors": "^1.0.0" @@ -418,13 +405,13 @@ } }, "node_modules/@babel/parser": { - "version": "7.25.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.8.tgz", - "integrity": "sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz", + "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.25.8" + "@babel/types": "^7.26.0" }, "bin": { "parser": "bin/babel-parser.js" @@ -489,13 +476,13 @@ } }, "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.7.tgz", - "integrity": "sha512-AqVo+dguCgmpi/3mYBdu9lkngOBlQ2w2vnNpa6gfiCxQZLzV4ZbhsXitJ2Yblkoe1VQwtHSaNmIaGll/26YWRw==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz", + "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -531,13 +518,13 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.7.tgz", - "integrity": "sha512-ruZOnKO+ajVL/MVx+PwNBPOkrnXTXoWMtte1MBpegfCArhqOe3Bj52avVj1huLLxNKYKXYaSxZ2F+woK1ekXfw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz", + "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -657,13 +644,13 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.7.tgz", - "integrity": "sha512-rR+5FDjpCHqqZN2bzZm18bVYGaejGq5ZkpVCJLXor/+zlSrSoc4KWcHI0URVWjl/68Dyr1uwZUz/1njycEAv9g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz", + "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -673,9 +660,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.7.tgz", - "integrity": "sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz", + "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==", "dev": true, "license": "MIT", "dependencies": { @@ -686,32 +673,32 @@ } }, "node_modules/@babel/template": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.7.tgz", - "integrity": "sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", + "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.25.7", - "@babel/parser": "^7.25.7", - "@babel/types": "^7.25.7" + "@babel/code-frame": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.7.tgz", - "integrity": "sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz", + "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.25.7", - "@babel/generator": "^7.25.7", - "@babel/parser": "^7.25.7", - "@babel/template": "^7.25.7", - "@babel/types": "^7.25.7", + "@babel/code-frame": "^7.25.9", + "@babel/generator": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/template": "^7.25.9", + "@babel/types": "^7.25.9", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -730,15 +717,14 @@ } }, "node_modules/@babel/types": { - "version": "7.25.8", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.8.tgz", - "integrity": "sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz", + "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.25.7", - "@babel/helper-validator-identifier": "^7.25.7", - "to-fast-properties": "^2.0.0" + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -837,9 +823,9 @@ "link": true }, "node_modules/@contentstack/json-rte-serializer": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/@contentstack/json-rte-serializer/-/json-rte-serializer-2.0.10.tgz", - "integrity": "sha512-32tzzNTaXsfJjuPe2x0xz1f1c3JKKtS7XHBo2y6C4NujKe2ROW2Fq50VjdEYbjm7oo8uOt4yOE1XZpj0KjmQXQ==", + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/@contentstack/json-rte-serializer/-/json-rte-serializer-2.0.11.tgz", + "integrity": "sha512-FOcB3YANmCchIPXblYi5LZ8viViVslhLibHsYnopmiT+3Jvyw8K2hbdTS2/Cm4hqIppBn2u76Xk2XjdW0LlBYQ==", "license": "MIT", "dependencies": { "array-flat-polyfill": "^1.0.1", @@ -943,25 +929,28 @@ } }, "node_modules/@eslint-community/eslint-utils": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", - "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz", + "integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==", "dev": true, "license": "MIT", "dependencies": { - "eslint-visitor-keys": "^3.3.0" + "eslint-visitor-keys": "^3.4.3" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, + "funding": { + "url": "https://opencollective.com/eslint" + }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" } }, "node_modules/@eslint-community/regexpp": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.1.tgz", - "integrity": "sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", + "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", "dev": true, "license": "MIT", "engines": { @@ -2424,9 +2413,9 @@ } }, "node_modules/@oclif/plugin-plugins/node_modules/@oclif/core": { - "version": "4.0.29", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.29.tgz", - "integrity": "sha512-WEbrRn+X9FG8Wk8U/JUAd4bTzCwOtKPqpCP4ijfqEK8g2ZXV1bGG3FSCTmZkZLNDt/WUYYJpC0Tjjqxn1T4Bzg==", + "version": "4.0.31", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.31.tgz", + "integrity": "sha512-7oyIZv/C1TP+fPc2tSzVPYqG1zU+nel1QvJxjAWyVhud0J8B5SpKZnryedxs3nlSVPJ6K1MT31C9esupCBYgZw==", "license": "MIT", "dependencies": { "ansi-escapes": "^4.3.2", @@ -2438,7 +2427,7 @@ "get-package-type": "^0.1.0", "globby": "^11.1.0", "indent-string": "^4.0.0", - "is-wsl": "^3", + "is-wsl": "^2.2.0", "lilconfig": "^3.1.2", "minimatch": "^9.0.5", "semver": "^7.6.3", @@ -2472,21 +2461,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@oclif/plugin-plugins/node_modules/is-wsl": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", - "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", - "license": "MIT", - "dependencies": { - "is-inside-container": "^1.0.0" - }, - "engines": { - "node": ">=16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/@oclif/plugin-plugins/node_modules/object-treeify": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-4.0.1.tgz", @@ -3322,9 +3296,9 @@ } }, "node_modules/@types/adm-zip": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/@types/adm-zip/-/adm-zip-0.5.5.tgz", - "integrity": "sha512-YCGstVMjc4LTY5uK9/obvxBya93axZOVOyf2GSUulADzmLhYE45u2nAssCs/fWBs1Ifq5Vat75JTPwd5XZoPJw==", + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/@types/adm-zip/-/adm-zip-0.5.6.tgz", + "integrity": "sha512-lRlcSLg5Yoo7C2H2AUiAoYlvifWoCx/se7iUNiCBTfEVVYFVn+Tr9ZGed4K73tYgLe9O4PjdJvbxlkdAOx/qiw==", "dev": true, "license": "MIT", "dependencies": { @@ -3641,9 +3615,9 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.17.12", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz", - "integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==", + "version": "4.17.13", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.13.tgz", + "integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==", "license": "MIT" }, "node_modules/@types/markdown-it": { @@ -4178,9 +4152,9 @@ } }, "node_modules/acorn": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.13.0.tgz", - "integrity": "sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "license": "MIT", "bin": { "acorn": "bin/acorn" @@ -4470,21 +4444,6 @@ "node": ">=10" } }, - "node_modules/are-we-there-yet/node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "dev": true, - "license": "MIT", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/arg": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", @@ -5090,20 +5049,6 @@ "ieee754": "^1.1.13" } }, - "node_modules/bl/node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "license": "MIT", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/block-elements": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/block-elements/-/block-elements-1.2.0.tgz", @@ -5273,7 +5218,6 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "dev": true, "license": "MIT" }, "node_modules/builtin-modules": { @@ -5568,9 +5512,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001669", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001669.tgz", - "integrity": "sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w==", + "version": "1.0.30001676", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001676.tgz", + "integrity": "sha512-Qz6zwGCiPghQXGJvgQAem79esjitvJ+CxSbSQkW9H/UX5hg8XM88d4lp2W+MEQ81j+Hip58Il+jGVdazk1z9cw==", "dev": true, "funding": [ { @@ -6037,6 +5981,39 @@ "readable-stream": "^2.3.5" } }, + "node_modules/cloneable-readable/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, + "license": "MIT", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/cloneable-readable/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true, + "license": "MIT" + }, + "node_modules/cloneable-readable/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, "node_modules/cmd-shim": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-5.0.0.tgz", @@ -6342,6 +6319,21 @@ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "license": "MIT" }, + "node_modules/concat-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz", + "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==", + "engines": [ + "node >= 6.0" + ], + "license": "MIT", + "dependencies": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^3.0.2", + "typedarray": "^0.0.6" + } + }, "node_modules/concurrently": { "version": "7.6.0", "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.6.0.tgz", @@ -7264,9 +7256,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.42", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.42.tgz", - "integrity": "sha512-gIfKavKDw1mhvic9nbzA5lZw8QSHpdMwLwXc0cWidQz9B15pDoDdDH4boIatuFfeoCatb3a/NGL6CYRVFxGZ9g==", + "version": "1.5.49", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.49.tgz", + "integrity": "sha512-ZXfs1Of8fDb6z7WEYZjXpgIRF6MEu8JdeGA0A40aZq6OQbS+eJpnnV49epZRna2DU/YsEjSQuGtQPPtvt6J65A==", "dev": true, "license": "ISC" }, @@ -9513,6 +9505,39 @@ "node": ">=0.10.0" } }, + "node_modules/first-chunk-stream/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, + "license": "MIT", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/first-chunk-stream/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true, + "license": "MIT" + }, + "node_modules/first-chunk-stream/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, "node_modules/flat": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", @@ -9653,6 +9678,36 @@ "readable-stream": "^2.0.0" } }, + "node_modules/from2/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "license": "MIT", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/from2/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "license": "MIT" + }, + "node_modules/from2/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, "node_modules/fromentries": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz", @@ -11888,39 +11943,6 @@ "node": ">=0.10.0" } }, - "node_modules/is-inside-container": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", - "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", - "license": "MIT", - "dependencies": { - "is-docker": "^3.0.0" - }, - "bin": { - "is-inside-container": "cli.js" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-inside-container/node_modules/is-docker": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", - "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", - "license": "MIT", - "bin": { - "is-docker": "cli.js" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/is-interactive": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", @@ -14963,9 +14985,9 @@ } }, "node_modules/mem-fs-editor/node_modules/isbinaryfile": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.3.tgz", - "integrity": "sha512-VR4gNjFaDP8csJQvzInG20JvBj8MaHYLxNOMXysxRbGM7tcsHZwCjhch3FubFtZBkuDbN55i4dUukGeIrzF+6g==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.4.tgz", + "integrity": "sha512-YKBKVkKhty7s8rxddb40oOkuP0NbaeXrQvLin6QMHL7Ypiy2RW9LwOVrVgZRyOrhQlayMd9t+D8yDy8MKFTSDQ==", "dev": true, "license": "MIT", "engines": { @@ -15690,9 +15712,9 @@ } }, "node_modules/nise/node_modules/@sinonjs/fake-timers": { - "version": "13.0.4", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-13.0.4.tgz", - "integrity": "sha512-wpUq+QiKxrWk7U2pdvNSY9fNX62/k+7eEdlQMO0A3rU8tQ+vvzY/WzBhMz+GbQlATXZlXWYQqFWNFcn1SVvThA==", + "version": "13.0.5", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-13.0.5.tgz", + "integrity": "sha512-36/hTbH2uaWuGVERyC6da9YwGWnzUZXuPro/F2LfsdOsLnCojz/iSH8MxUt/FD2S5XBSVPhmArFUXcpCQ2Hkiw==", "license": "BSD-3-Clause", "dependencies": { "@sinonjs/commons": "^3.0.1" @@ -15848,21 +15870,6 @@ "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/node-gyp/node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "dev": true, - "license": "MIT", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/node-gyp/node_modules/rimraf": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", @@ -20537,9 +20544,9 @@ } }, "node_modules/parse5": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.0.tgz", - "integrity": "sha512-ZkDsAOcxsUMZ4Lz5fVciOehNcJ+Gb8gTzcA4yl3wnc273BAybYWrQ+Ks/OjCjSEpjvQkDSeZbybK9qj2VHHdGA==", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz", + "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==", "license": "MIT", "dependencies": { "entities": "^4.5.0" @@ -21070,6 +21077,36 @@ "through2": "~2.0.3" } }, + "node_modules/progress-stream/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "license": "MIT", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/progress-stream/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "license": "MIT" + }, + "node_modules/progress-stream/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, "node_modules/progress-stream/node_modules/through2": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", @@ -21755,26 +21792,19 @@ } }, "node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", "license": "MIT", "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" } }, - "node_modules/readable-stream/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "license": "MIT" - }, "node_modules/readdir-scoped-modules": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.1.0.tgz", @@ -22997,9 +23027,9 @@ } }, "node_modules/sinon/node_modules/@sinonjs/fake-timers": { - "version": "13.0.4", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-13.0.4.tgz", - "integrity": "sha512-wpUq+QiKxrWk7U2pdvNSY9fNX62/k+7eEdlQMO0A3rU8tQ+vvzY/WzBhMz+GbQlATXZlXWYQqFWNFcn1SVvThA==", + "version": "13.0.5", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-13.0.5.tgz", + "integrity": "sha512-36/hTbH2uaWuGVERyC6da9YwGWnzUZXuPro/F2LfsdOsLnCojz/iSH8MxUt/FD2S5XBSVPhmArFUXcpCQ2Hkiw==", "license": "BSD-3-Clause", "dependencies": { "@sinonjs/commons": "^3.0.1" @@ -23443,20 +23473,14 @@ } }, "node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", "license": "MIT", "dependencies": { - "safe-buffer": "~5.1.0" + "safe-buffer": "~5.2.0" } }, - "node_modules/string_decoder/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "license": "MIT" - }, "node_modules/string-length": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", @@ -23940,16 +23964,6 @@ "dev": true, "license": "BSD-3-Clause" }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -24051,9 +24065,9 @@ } }, "node_modules/ts-api-utils": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz", - "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.0.tgz", + "integrity": "sha512-032cPxaEKwM+GT3vA5JXNzIaizx388rhsSW79vGRNGXfRRAdEAn2mvk36PvK5HnOchyWZ7afLEXqYCvPCrzuzQ==", "dev": true, "license": "MIT", "engines": { @@ -24685,6 +24699,12 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", + "license": "MIT" + }, "node_modules/typedarray-to-buffer": { "version": "3.1.5", "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", @@ -25378,29 +25398,6 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/winston-transport/node_modules/string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.2.0" - } - }, - "node_modules/winston/node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "license": "MIT", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/word-wrap": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", @@ -25897,16 +25894,6 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/yeoman-environment/node_modules/string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "dev": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.2.0" - } - }, "node_modules/yeoman-generator": { "version": "5.10.0", "resolved": "https://registry.npmjs.org/yeoman-generator/-/yeoman-generator-5.10.0.tgz", @@ -26762,21 +26749,6 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/yeoman-generator/node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "dev": true, - "license": "MIT", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/yeoman-generator/node_modules/rimraf": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", @@ -27040,9 +27012,9 @@ "license": "MIT" }, "packages/contentstack-audit/node_modules/@types/node": { - "version": "20.16.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.14.tgz", - "integrity": "sha512-vtgGzjxLF7QT88qRHtXMzCWpAAmwonE7fwgVjFtXosUva2oSpnIEc3gNO9P7uIfOxKnii2f79/xtOnfreYtDaA==", + "version": "20.17.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.4.tgz", + "integrity": "sha512-Fi1Bj8qTJr4f1FDdHFR7oMlOawEYSzkHNdBJK+aRjcDDNHwEV3jPPjuZP2Lh2QNgXeqzM8Y+U6b6urKAog2rZw==", "dev": true, "license": "MIT", "dependencies": { @@ -29619,9 +29591,9 @@ "license": "BSD-3-Clause" }, "packages/contentstack-launch/node_modules/@types/node": { - "version": "16.18.114", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.114.tgz", - "integrity": "sha512-7oAtnxrgkMNzyzT443UDWwzkmYew81F1ZSPm3/lsITJfW/WludaSOpegTvUG+UdapcbrtWOtY/E4LyTkhPGJ5Q==", + "version": "16.18.117", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.117.tgz", + "integrity": "sha512-db08yWk6b/8KUyNujwlX+1nDK9qwKrReuQ106BF9axgPrtzDVSOIXcJEZBsisFB3IF9EH5K8+s/asBMkkLhnqw==", "dev": true, "license": "MIT" }, @@ -29836,27 +29808,27 @@ "dependencies": { "@contentstack/cli-command": "~1.3.2", "@contentstack/cli-utilities": "~1.8.0", - "@contentstack/json-rte-serializer": "~2.0.4", + "@contentstack/json-rte-serializer": "~2.0.10", "chalk": "^4.1.2", "collapse-whitespace": "^1.1.7", "jsdom": "^20.0.3", - "jsonschema": "^1.4.0", + "jsonschema": "^1.4.1", "lodash": "^4.17.21", - "nock": "^13.1.0", - "omit-deep-lodash": "^1.1.5", - "sinon": "^19.0.0", + "nock": "^13.5.5", + "omit-deep-lodash": "^1.1.7", + "sinon": "^19.0.2", "uuid": "^9.0.1" }, "devDependencies": { "@oclif/test": "^2.5.6", - "chai": "^4.3.4", - "eslint": "^8.18.0", + "chai": "^4.5.0", + "eslint": "^8.57.1", "eslint-config-oclif": "^4.0.0", "globby": "^10.0.2", - "mocha": "^10.0.0", + "mocha": "^10.7.3", "nyc": "^15.1.0", - "oclif": "^3.11.3", - "tslib": "^1.13.0" + "oclif": "^3.17.2", + "tslib": "^1.14.1" }, "engines": { "node": ">=14.0.0" @@ -29879,7 +29851,8 @@ "async": "^3.2.6", "callsites": "^3.1.0", "cardinal": "^2.1.1", - "chalk": "^4.1.0", + "chalk": "^4.1.2", + "concat-stream": "^2.0.0", "dot-object": "^2.1.5", "dotenv": "^16.4.5", "listr": "^0.14.3", @@ -29888,15 +29861,15 @@ "devDependencies": { "@oclif/test": "^2.5.6", "chai": "^4.5.0", - "eslint": "^8.18.0", + "eslint": "^8.57.1", "globby": "^10.0.2", "husky": "^8.0.3", - "jsdoc": "^4.0.3", + "jsdoc": "^4.0.4", "jsdoc-to-markdown": "^8.0.3", "mkdirp": "^1.0.4", "nock": "^13.5.5", "nyc": "^15.1.0", - "oclif": "^3.11.3" + "oclif": "^3.17.2" }, "engines": { "node": ">=8.3.0" @@ -30080,21 +30053,6 @@ "typescript": "^4.9.3" } }, - "packages/contentstack-utilities/node_modules/@contentstack/management": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/@contentstack/management/-/management-1.18.2.tgz", - "integrity": "sha512-1mu7Rhk072x4Js8RWaqnCZhdiWB7T4IGtID6kHoMSBbGaAUhlGYPoZUyTGjQjW7gQWYltpl1yGXJPRn1UmsLvg==", - "license": "MIT", - "dependencies": { - "axios": "^1.7.4", - "form-data": "^3.0.1", - "lodash": "^4.17.21", - "qs": "^6.13.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, "packages/contentstack-utilities/node_modules/ansi-colors": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", @@ -30206,20 +30164,6 @@ "node": ">=12.0.0" } }, - "packages/contentstack-utilities/node_modules/form-data": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.2.tgz", - "integrity": "sha512-sJe+TQb2vIaIyO783qN6BlMYWMw3WBOHA1Ay2qxsnjuafEOQFJ2JakedOQirT6D5XPRxDvS7AHYyem9fTpb4LQ==", - "license": "MIT", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, "packages/contentstack-utilities/node_modules/glob": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", @@ -30492,9 +30436,9 @@ } }, "packages/contentstack-variants/node_modules/@types/node": { - "version": "20.16.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.14.tgz", - "integrity": "sha512-vtgGzjxLF7QT88qRHtXMzCWpAAmwonE7fwgVjFtXosUva2oSpnIEc3gNO9P7uIfOxKnii2f79/xtOnfreYtDaA==", + "version": "20.17.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.4.tgz", + "integrity": "sha512-Fi1Bj8qTJr4f1FDdHFR7oMlOawEYSzkHNdBJK+aRjcDDNHwEV3jPPjuZP2Lh2QNgXeqzM8Y+U6b6urKAog2rZw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/packages/contentstack-migrate-rte/package.json b/packages/contentstack-migrate-rte/package.json index 067eb713d4..82203435a8 100644 --- a/packages/contentstack-migrate-rte/package.json +++ b/packages/contentstack-migrate-rte/package.json @@ -7,27 +7,27 @@ "dependencies": { "@contentstack/cli-command": "~1.3.2", "@contentstack/cli-utilities": "~1.8.0", - "@contentstack/json-rte-serializer": "~2.0.4", + "@contentstack/json-rte-serializer": "~2.0.10", "collapse-whitespace": "^1.1.7", "chalk": "^4.1.2", "jsdom": "^20.0.3", - "jsonschema": "^1.4.0", + "jsonschema": "^1.4.1", "lodash": "^4.17.21", - "nock": "^13.1.0", - "omit-deep-lodash": "^1.1.5", - "sinon": "^19.0.0", + "nock": "^13.5.5", + "omit-deep-lodash": "^1.1.7", + "sinon": "^19.0.2", "uuid": "^9.0.1" }, "devDependencies": { "@oclif/test": "^2.5.6", - "chai": "^4.3.4", - "eslint": "^8.18.0", + "chai": "^4.5.0", + "eslint": "^8.57.1", "eslint-config-oclif": "^4.0.0", "globby": "^10.0.2", - "mocha": "^10.0.0", + "mocha": "^10.7.3", "nyc": "^15.1.0", - "oclif": "^3.11.3", - "tslib": "^1.13.0" + "oclif": "^3.17.2", + "tslib": "^1.14.1" }, "engines": { "node": ">=14.0.0" diff --git a/packages/contentstack-migrate-rte/test/commands/json-migration.test.js b/packages/contentstack-migrate-rte/test/commands/json-migration.test.js index 567c019640..49c372ba7a 100644 --- a/packages/contentstack-migrate-rte/test/commands/json-migration.test.js +++ b/packages/contentstack-migrate-rte/test/commands/json-migration.test.js @@ -29,6 +29,7 @@ describe('Migration Config validation', () => { .throws("Token with alias 'invalidAlias' was not found"); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => false) .stdout() .command([ @@ -50,6 +51,7 @@ describe('Migration Config validation', () => { .it('deny config confirmation'); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => true) .stub(command, 'getToken', getTokenCallback) .stdout() @@ -60,6 +62,7 @@ describe('Migration Config validation', () => { .it('throw error on Empty paths'); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => true) .stub(command, 'getToken', getTokenCallback) .stdout() @@ -70,6 +73,7 @@ describe('Migration Config validation', () => { .it('throw error on invalid config type'); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => true) .stdout() .command([ @@ -89,6 +93,7 @@ describe('Migration Config validation', () => { .it('throw error on config without alias property'); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => true) .stub(command, 'getToken', getTokenCallback) .stdout() @@ -111,6 +116,7 @@ describe('Migration Config validation', () => { .it('throw error on invalidAlias'); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => true) .stub(command, 'getToken', getTokenCallback) .stdout() @@ -269,6 +275,7 @@ describe('Content Type with Single RTE Field of Single Type', function () { }); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -278,6 +285,7 @@ describe('Content Type with Single RTE Field of Single Type', function () { }); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -287,6 +295,7 @@ describe('Content Type with Single RTE Field of Single Type', function () { }); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -295,6 +304,7 @@ describe('Content Type with Single RTE Field of Single Type', function () { expect(ctx.stdout).to.contain('Updated 1 Content Type(s) and 3 Entrie(s)'); }); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -316,6 +326,7 @@ describe('Content Type with Single RTE Field of Single Type', function () { }); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -338,6 +349,7 @@ describe('Content Type with Single RTE Field of Single Type', function () { expect(ctx.stdout).to.contain('Updated 1 Content Type(s) and 1 Entrie(s)'); }); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -361,6 +373,7 @@ describe('Content Type with Single RTE Field of Single Type', function () { .it('throw error on invalid html rte path'); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -384,6 +397,7 @@ describe('Content Type with Single RTE Field of Single Type', function () { .it('throw error on invalid html rte field schema'); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -406,6 +420,7 @@ describe('Content Type with Single RTE Field of Single Type', function () { }) .it('throw error on invalid json rte field schema'); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -429,6 +444,7 @@ describe('Content Type with Single RTE Field of Single Type', function () { .it('throw error on invalid json rte path'); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -444,6 +460,7 @@ describe('Content Type with Single RTE Field of Single Type', function () { .it('throw error on migration of Mutiple Html rte with single Json rte'); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -467,6 +484,7 @@ describe('Content Type with Single RTE Field of Single Type', function () { .it('throw error on content type with empty schema'); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -492,6 +510,7 @@ describe('Content Type with Single RTE Field of Single Type', function () { .it('throw error on different level rte migration'); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => true) .stub(command, 'getToken', getTokenCallback) .stdout() @@ -514,6 +533,7 @@ describe('Content Type with Single RTE Field of Single Type', function () { .it('throw error on invalid contenttype'); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => true) .stub(command, 'getToken', getTokenCallback) .stdout() @@ -537,15 +557,20 @@ describe('Content Type with Single RTE Field of Single Type', function () { ); }); - test + test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() - .command(['cm:entries:migrate-html-rte', '--config-path', './test/dummy/config/config-for-images-in-rte.json', '--yes']) + .command([ + 'cm:entries:migrate-html-rte', + '--config-path', + './test/dummy/config/config-for-images-in-rte.json', + '--yes', + ]) .it('should have proper json structure for images migrated from HTML RTE', (ctx) => { expect(ctx.stdout).to.contain('Updated 1 Content Type(s) and 1 Entrie(s)'); }); - }); describe('Global Field Migration', () => { let token = getToken('test1'); @@ -574,6 +599,7 @@ describe('Global Field Migration', () => { type: 'management', }); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -583,6 +609,7 @@ describe('Global Field Migration', () => { }); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -607,6 +634,7 @@ describe('Global Field Migration', () => { .it('throw error on global field with empty referred content_types'); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -633,6 +661,7 @@ describe('Global Field Migration', () => { .it('throw error on global field with invalid content_type'); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -657,6 +686,7 @@ describe('Global Field Migration', () => { .it('throw error on global field with empty schema'); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -683,6 +713,7 @@ describe('Global Field Migration', () => { .it('throw error on global field with empty schema content_type'); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -715,6 +746,7 @@ describe('Content Type with single rte of multiple type', () => { type: 'management', }); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -732,6 +764,7 @@ describe('Content Type with Single RTE inside modular block', () => { type: 'management', }); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -762,6 +795,7 @@ describe('Content Type with Single RTE of type multiple inside group', () => { type: 'management', }); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -792,6 +826,7 @@ describe('Content Type with Single RTE inside group of type multiple', () => { type: 'management', }); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -822,6 +857,7 @@ describe('Content Type with multiple file field', () => { type: 'management', }); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() @@ -865,6 +901,7 @@ describe('Migration with old flags and command', () => { }); test + .loadConfig({ root: process.cwd() }) .stub(cliux, 'confirm', () => 'yes') .stub(command, 'getToken', getTokenCallback) .stdout() diff --git a/packages/contentstack-migration/package.json b/packages/contentstack-migration/package.json index d37b7461e0..c4d1690577 100644 --- a/packages/contentstack-migration/package.json +++ b/packages/contentstack-migration/package.json @@ -9,7 +9,8 @@ "async": "^3.2.6", "callsites": "^3.1.0", "cardinal": "^2.1.1", - "chalk": "^4.1.0", + "chalk": "^4.1.2", + "concat-stream": "^2.0.0", "dot-object": "^2.1.5", "dotenv": "^16.4.5", "listr": "^0.14.3", @@ -18,15 +19,15 @@ "devDependencies": { "@oclif/test": "^2.5.6", "chai": "^4.5.0", - "eslint": "^8.18.0", + "eslint": "^8.57.1", "globby": "^10.0.2", "husky": "^8.0.3", - "jsdoc": "^4.0.3", + "jsdoc": "^4.0.4", "jsdoc-to-markdown": "^8.0.3", "mkdirp": "^1.0.4", "nock": "^13.5.5", "nyc": "^15.1.0", - "oclif": "^3.11.3" + "oclif": "^3.17.2" }, "engines": { "node": ">=8.3.0" diff --git a/packages/contentstack-migration/test/commands/create-content-type.test.js b/packages/contentstack-migration/test/commands/create-content-type.test.js index 4f7fe821e4..0a78bf40c3 100644 --- a/packages/contentstack-migration/test/commands/create-content-type.test.js +++ b/packages/contentstack-migration/test/commands/create-content-type.test.js @@ -12,6 +12,7 @@ describe('Create content type from migration script', () => { describe('Create content type with passing options as arguments', () => { nockBack('create-content-type.json', (nockDone) => { test + .loadConfig({ root: process.cwd() }) .stdout() .command([ 'cm:migration', @@ -27,6 +28,7 @@ describe('Create content type from migration script', () => { }); test + .loadConfig({ root: process.cwd() }) .stdout() .command([ 'cm:migration', @@ -42,6 +44,7 @@ describe('Create content type from migration script', () => { }); test + .loadConfig({ root: process.cwd() }) .stdout() .command([ 'cm:migration', @@ -60,6 +63,7 @@ describe('Create content type from migration script', () => { describe('should show error for misspelled properties', () => { test + .loadConfig({ root: process.cwd() }) .stdout() .command([ 'cm:migration', @@ -74,6 +78,7 @@ describe('Create content type from migration script', () => { }); test + .loadConfig({ root: process.cwd() }) .stdout() .command([ 'cm:migration', @@ -89,6 +94,7 @@ describe('Create content type from migration script', () => { nockBack('missing-required-field.json', (nockDone) => { test + .loadConfig({ root: process.cwd() }) .stdout() .command([ 'cm:migration', diff --git a/packages/contentstack-migration/test/commands/delete-field.test.js b/packages/contentstack-migration/test/commands/delete-field.test.js index 486e59ca74..8220254dd4 100644 --- a/packages/contentstack-migration/test/commands/delete-field.test.js +++ b/packages/contentstack-migration/test/commands/delete-field.test.js @@ -13,6 +13,7 @@ describe('Delete field test from migration script', () => { describe('prepare for field test', () => { test + .loadConfig({ root: process.cwd() }) .command([ 'cm:migration', '-n', @@ -27,6 +28,7 @@ describe('Delete field test from migration script', () => { describe('Delete field', () => { nockBack('delete-field.json', (nockDone) => { test + .loadConfig({ root: process.cwd() }) .stdout() .command([ 'cm:migration', @@ -42,6 +44,7 @@ describe('Delete field test from migration script', () => { }); test + .loadConfig({ root: process.cwd() }) .stdout() .command([ 'cm:migration', @@ -60,6 +63,7 @@ describe('Delete field test from migration script', () => { describe('wind up field test', () => { test + .loadConfig({ root: process.cwd() }) .command([ 'cm:migration', '-n', diff --git a/packages/contentstack-migration/test/commands/edit-content-type.test.js b/packages/contentstack-migration/test/commands/edit-content-type.test.js index e623c4f4df..5b3f647a1a 100644 --- a/packages/contentstack-migration/test/commands/edit-content-type.test.js +++ b/packages/contentstack-migration/test/commands/edit-content-type.test.js @@ -11,6 +11,7 @@ describe('Edit content type from migration script', () => { nockBack.setMode('record'); describe('prepare for edit field test', () => { test + .loadConfig({ root: process.cwd() }) .command([ 'cm:migration', '-n', @@ -25,6 +26,7 @@ describe('Edit content type from migration script', () => { describe('Allow editing existing content type', () => { nockBack('edit-content-type.json', (nockDone) => { test + .loadConfig({ root: process.cwd() }) .stdout() .command([ 'cm:migration', @@ -40,6 +42,7 @@ describe('Edit content type from migration script', () => { }); test + .loadConfig({ root: process.cwd() }) .stdout() .command([ 'cm:migration', @@ -63,6 +66,7 @@ describe('Edit content type from migration script', () => { // }) test + .loadConfig({ root: process.cwd() }) .stdout() .command([ 'cm:migration', @@ -80,6 +84,7 @@ describe('Edit content type from migration script', () => { }); describe('wind up field test', () => { test + .loadConfig({ root: process.cwd() }) .command([ 'cm:migration', '-n', diff --git a/packages/contentstack-migration/test/commands/edit-field.test.js b/packages/contentstack-migration/test/commands/edit-field.test.js index 451036196f..83fd902fdc 100644 --- a/packages/contentstack-migration/test/commands/edit-field.test.js +++ b/packages/contentstack-migration/test/commands/edit-field.test.js @@ -1,42 +1,42 @@ -"use strict"; +'use strict'; -const { constants } = require("../setup"); +const { constants } = require('../setup'); const { migrationPath } = constants; -const path = require("path"); -const nockBack = require("nock").back; -const { expect, test } = require("@oclif/test"); +const path = require('path'); +const nockBack = require('nock').back; +const { expect, test } = require('@oclif/test'); -describe("Edit field test", () => { - nockBack.fixtures = path.join(__dirname, "__nock-fixtures__"); - nockBack.setMode("record"); - describe("prepare for edit field test", () => { +describe('Edit field test', () => { + nockBack.fixtures = path.join(__dirname, '__nock-fixtures__'); + nockBack.setMode('record'); + describe('prepare for edit field test', () => { test + .loadConfig({ root: process.cwd() }) .command([ - "cm:migration", - "-n", + 'cm:migration', + '-n', `${migrationPath}/create-ct/create-ct-opts.js`, - "-A", - "-k", - "bltmock9e992a923aafdmock521adc4b5b3", + '-A', + '-k', + 'bltmock9e992a923aafdmock521adc4b5b3', ]) - .it("Should create content type", () => {}); + .it('Should create content type', () => {}); }); - describe("prepare for edit field test", () => { - nockBack("edit-field.json", (nockDone) => { + describe('prepare for edit field test', () => { + nockBack('edit-field.json', (nockDone) => { test + .loadConfig({ root: process.cwd() }) .stdout() .command([ - "cm:migration", - "-n", + 'cm:migration', + '-n', `${migrationPath}/edit-field/edit-field.js`, - "-A", - "-k", - "bltmock9e992a923aafdmock521adc4b5b3", + '-A', + '-k', + 'bltmock9e992a923aafdmock521adc4b5b3', ]) - .it("Should edit the field successfully for content type", (ctx) => { - expect(ctx.stdout).to.contains( - "Successfully updated content type: foo3" - ); + .it('Should edit the field successfully for content type', (ctx) => { + expect(ctx.stdout).to.contains('Successfully updated content type: foo3'); nockDone(); }); @@ -49,33 +49,33 @@ describe("Edit field test", () => { // }) test + .loadConfig({ root: process.cwd() }) .stdout() .command([ - "cm:migration", - "-n", + 'cm:migration', + '-n', `${migrationPath}/edit-field/edit-invalid-method.js`, - "-A", - "-k", - "bltmock9e992a923aafdmock521adc4b5b3", + '-A', + '-k', + 'bltmock9e992a923aafdmock521adc4b5b3', ]) - .it("Should show error message invalid method access", (ctx) => { - expect(ctx.stdout).to.contains( - " display_nam is not a valid function" - ); + .it('Should show error message invalid method access', (ctx) => { + expect(ctx.stdout).to.contains(' display_nam is not a valid function'); nockDone(); }); }); }); - describe("wind up field test", () => { + describe('wind up field test', () => { test + .loadConfig({ root: process.cwd() }) .command([ - "cm:migration", - "-n", + 'cm:migration', + '-n', `${migrationPath}/edit-ct/delete-ct.js`, - "-A", - "-k", - "bltmock9e992a923aafdmock521adc4b5b3", + '-A', + '-k', + 'bltmock9e992a923aafdmock521adc4b5b3', ]) - .it("Should delete content type", () => {}); + .it('Should delete content type', () => {}); }); }); diff --git a/packages/contentstack-migration/test/commands/move-field.test.js b/packages/contentstack-migration/test/commands/move-field.test.js index 580bb5efe8..0380eb65df 100644 --- a/packages/contentstack-migration/test/commands/move-field.test.js +++ b/packages/contentstack-migration/test/commands/move-field.test.js @@ -11,6 +11,7 @@ describe("Move field test from migration script", () => { nockBack.setMode("record"); describe("prepare for edit field test", () => { test + .loadConfig({ root: process.cwd() }) .command([ "cm:migration", "-n", @@ -24,6 +25,7 @@ describe("Move field test from migration script", () => { describe("Move field", () => { nockBack("move-field.json", (nockDone) => { test + .loadConfig({ root: process.cwd() }) .stdout() .command([ "cm:migration", @@ -41,6 +43,7 @@ describe("Move field test from migration script", () => { }); test + .loadConfig({ root: process.cwd() }) .stdout() .command([ "cm:migration", @@ -58,6 +61,7 @@ describe("Move field test from migration script", () => { }); describe("wind up field test", () => { test + .loadConfig({ root: process.cwd() }) .command([ "cm:migration", "-n", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f46fd09726..3f3c9f3fd6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -156,7 +156,7 @@ importers: dependencies: '@contentstack/cli-command': link:../contentstack-command '@contentstack/cli-utilities': link:../contentstack-utilities - '@oclif/plugin-help': 5.2.20_ref5lpf77drablzer542ugipoq + '@oclif/plugin-help': 5.2.20_twvc4x5nptd5of63pz7p3dtuue '@oclif/plugin-plugins': 5.4.15 chalk: 4.1.2 fast-csv: 4.3.6 @@ -166,11 +166,11 @@ importers: winston: 3.15.0 devDependencies: '@contentstack/cli-dev-dependencies': link:../contentstack-dev-dependencies - '@oclif/test': 2.5.6_ref5lpf77drablzer542ugipoq + '@oclif/test': 2.5.6_twvc4x5nptd5of63pz7p3dtuue '@types/chai': 4.3.20 '@types/fs-extra': 11.0.4 '@types/mocha': 10.0.9 - '@types/node': 20.17.0 + '@types/node': 20.17.4 '@types/uuid': 9.0.8 chai: 4.5.0 eslint: 8.57.1 @@ -178,11 +178,11 @@ importers: eslint-config-oclif-typescript: 3.1.12_inylsuzpwuenpw7p6e7ggu4qmy mocha: 10.7.3 nyc: 15.1.0 - oclif: 3.17.2_ref5lpf77drablzer542ugipoq + oclif: 3.17.2_twvc4x5nptd5of63pz7p3dtuue shx: 0.3.4 sinon: 19.0.2 ts-jest: 29.2.5_typescript@5.6.3 - ts-node: 10.9.2_ref5lpf77drablzer542ugipoq + ts-node: 10.9.2_twvc4x5nptd5of63pz7p3dtuue tslib: 2.8.0 typescript: 5.6.3 @@ -904,24 +904,24 @@ importers: specifiers: '@contentstack/cli-command': ~1.3.2 '@contentstack/cli-utilities': ~1.8.0 - '@contentstack/json-rte-serializer': ~2.0.4 + '@contentstack/json-rte-serializer': ~2.0.10 '@oclif/test': ^2.5.6 - chai: ^4.3.4 + chai: ^4.5.0 chalk: ^4.1.2 collapse-whitespace: ^1.1.7 - eslint: ^8.18.0 + eslint: ^8.57.1 eslint-config-oclif: ^4.0.0 globby: ^10.0.2 jsdom: ^20.0.3 - jsonschema: ^1.4.0 + jsonschema: ^1.4.1 lodash: ^4.17.21 - mocha: ^10.0.0 - nock: ^13.1.0 + mocha: ^10.7.3 + nock: ^13.5.5 nyc: ^15.1.0 - oclif: ^3.11.3 - omit-deep-lodash: ^1.1.5 - sinon: ^19.0.0 - tslib: ^1.13.0 + oclif: ^3.17.2 + omit-deep-lodash: ^1.1.7 + sinon: ^19.0.2 + tslib: ^1.14.1 uuid: ^9.0.1 dependencies: '@contentstack/cli-command': link:../contentstack-command @@ -956,19 +956,20 @@ importers: callsites: ^3.1.0 cardinal: ^2.1.1 chai: ^4.5.0 - chalk: ^4.1.0 + chalk: ^4.1.2 + concat-stream: ^2.0.0 dot-object: ^2.1.5 dotenv: ^16.4.5 - eslint: ^8.18.0 + eslint: ^8.57.1 globby: ^10.0.2 husky: ^8.0.3 - jsdoc: ^4.0.3 + jsdoc: ^4.0.4 jsdoc-to-markdown: ^8.0.3 listr: ^0.14.3 mkdirp: ^1.0.4 nock: ^13.5.5 nyc: ^15.1.0 - oclif: ^3.11.3 + oclif: ^3.17.2 winston: ^3.15.0 dependencies: '@contentstack/cli-command': link:../contentstack-command @@ -977,6 +978,7 @@ importers: callsites: 3.1.0 cardinal: 2.1.1 chalk: 4.1.2 + concat-stream: 2.0.0 dot-object: 2.1.5 dotenv: 16.4.5 listr: 0.14.3 @@ -987,7 +989,7 @@ importers: eslint: 8.57.1 globby: 10.0.2 husky: 8.0.3 - jsdoc: 4.0.3 + jsdoc: 4.0.4 jsdoc-to-markdown: 8.0.3 mkdirp: 1.0.4 nock: 13.5.5 @@ -1867,7 +1869,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.17.0 + '@types/node': 20.17.4 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -1888,14 +1890,14 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.17.0 + '@types/node': 20.17.4 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0_@types+node@20.17.0 + jest-config: 29.7.0_@types+node@20.17.4 jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -1931,14 +1933,14 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.17.0 + '@types/node': 20.17.4 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0_tc5qgrnw2el4mlvpqgqkl3c75m + jest-config: 29.7.0_pqctdq6clqdb4ineuauodfxwou jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -1966,7 +1968,7 @@ packages: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.17.0 + '@types/node': 20.17.4 jest-mock: 29.7.0 dev: true @@ -1993,7 +1995,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.17.0 + '@types/node': 20.17.4 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -2026,7 +2028,7 @@ packages: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.25 - '@types/node': 20.17.0 + '@types/node': 20.17.4 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -2113,7 +2115,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.17.0 + '@types/node': 20.17.4 '@types/yargs': 15.0.19 chalk: 4.1.2 dev: true @@ -2125,7 +2127,7 @@ packages: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.17.0 + '@types/node': 20.17.4 '@types/yargs': 17.0.33 chalk: 4.1.2 dev: true @@ -2639,7 +2641,7 @@ packages: - '@types/node' - typescript - /@oclif/core/2.16.0_ref5lpf77drablzer542ugipoq: + /@oclif/core/2.16.0_scdp47z3rdmsjsnkk7dmy5sazq: resolution: {integrity: sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==} engines: {node: '>=14.0.0'} dependencies: @@ -2666,7 +2668,7 @@ packages: strip-ansi: 6.0.1 supports-color: 8.1.1 supports-hyperlinks: 2.3.0 - ts-node: 10.9.2_ref5lpf77drablzer542ugipoq + ts-node: 10.9.2_scdp47z3rdmsjsnkk7dmy5sazq tslib: 2.8.0 widest-line: 3.1.0 wordwrap: 1.0.0 @@ -2676,8 +2678,9 @@ packages: - '@swc/wasm' - '@types/node' - typescript + dev: true - /@oclif/core/2.16.0_scdp47z3rdmsjsnkk7dmy5sazq: + /@oclif/core/2.16.0_twvc4x5nptd5of63pz7p3dtuue: resolution: {integrity: sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==} engines: {node: '>=14.0.0'} dependencies: @@ -2704,7 +2707,7 @@ packages: strip-ansi: 6.0.1 supports-color: 8.1.1 supports-hyperlinks: 2.3.0 - ts-node: 10.9.2_scdp47z3rdmsjsnkk7dmy5sazq + ts-node: 10.9.2_twvc4x5nptd5of63pz7p3dtuue tslib: 2.8.0 widest-line: 3.1.0 wordwrap: 1.0.0 @@ -2714,7 +2717,6 @@ packages: - '@swc/wasm' - '@types/node' - typescript - dev: true /@oclif/core/2.16.0_typescript@4.9.5: resolution: {integrity: sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==} @@ -2813,8 +2815,8 @@ packages: wrap-ansi: 7.0.0 dev: false - /@oclif/core/4.0.30: - resolution: {integrity: sha512-Ak3OUdOcoovIRWZOT6oC5JhZgyJD90uWX/7HjSofn+C4LEmHxxfiyu04a73dwnezfzqDu9jEXfd2mQOOC54KZw==} + /@oclif/core/4.0.31: + resolution: {integrity: sha512-7oyIZv/C1TP+fPc2tSzVPYqG1zU+nel1QvJxjAWyVhud0J8B5SpKZnryedxs3nlSVPJ6K1MT31C9esupCBYgZw==} engines: {node: '>=18.0.0'} dependencies: ansi-escapes: 4.3.2 @@ -2826,7 +2828,7 @@ packages: get-package-type: 0.1.0 globby: 11.1.0 indent-string: 4.0.0 - is-wsl: 3.1.0 + is-wsl: 2.2.0 lilconfig: 3.1.2 minimatch: 9.0.5 semver: 7.6.3 @@ -2871,11 +2873,11 @@ packages: - '@types/node' - typescript - /@oclif/plugin-help/5.2.20_ref5lpf77drablzer542ugipoq: + /@oclif/plugin-help/5.2.20_twvc4x5nptd5of63pz7p3dtuue: resolution: {integrity: sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.16.0_ref5lpf77drablzer542ugipoq + '@oclif/core': 2.16.0_twvc4x5nptd5of63pz7p3dtuue transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -2935,11 +2937,11 @@ packages: - '@types/node' - typescript - /@oclif/plugin-not-found/2.4.3_ref5lpf77drablzer542ugipoq: + /@oclif/plugin-not-found/2.4.3_twvc4x5nptd5of63pz7p3dtuue: resolution: {integrity: sha512-nIyaR4y692frwh7wIHZ3fb+2L6XEecQwRDIb4zbEam0TvaVmBQWZoColQyWA84ljFBPZ8XWiQyTz+ixSwdRkqg==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.16.0_ref5lpf77drablzer542ugipoq + '@oclif/core': 2.16.0_twvc4x5nptd5of63pz7p3dtuue chalk: 4.1.2 fast-levenshtein: 3.0.0 transitivePeerDependencies: @@ -2986,7 +2988,7 @@ packages: resolution: {integrity: sha512-0cnTFaRWdXkWgKTrwgjoggcq/A3MaIl1GkDs3BFFjesYlFEs5Fb2HcN42rY+2ja4jBkXrjXBkLS+9faAtdCH6A==} engines: {node: '>=18.0.0'} dependencies: - '@oclif/core': 4.0.30 + '@oclif/core': 4.0.31 ansis: 3.3.2 debug: 4.3.7 npm: 10.9.0 @@ -3055,11 +3057,11 @@ packages: - typescript dev: true - /@oclif/plugin-warn-if-update-available/2.1.1_ref5lpf77drablzer542ugipoq: + /@oclif/plugin-warn-if-update-available/2.1.1_twvc4x5nptd5of63pz7p3dtuue: resolution: {integrity: sha512-y7eSzT6R5bmTIJbiMMXgOlbBpcWXGlVhNeQJBLBCCy1+90Wbjyqf6uvY0i2WcO4sh/THTJ20qCW80j3XUlgDTA==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.16.0_ref5lpf77drablzer542ugipoq + '@oclif/core': 2.16.0_twvc4x5nptd5of63pz7p3dtuue chalk: 4.1.2 debug: 4.3.7 http-call: 5.3.0 @@ -3132,11 +3134,11 @@ packages: - supports-color - typescript - /@oclif/test/2.5.6_ref5lpf77drablzer542ugipoq: + /@oclif/test/2.5.6_scdp47z3rdmsjsnkk7dmy5sazq: resolution: {integrity: sha512-AcusFApdU6/akXaofhBDrY4IM9uYzlOD9bYCCM0NwUXOv1m6320hSp2DT/wkj9H1gsvKbJXZHqgtXsNGZTWLFg==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.16.0_ref5lpf77drablzer542ugipoq + '@oclif/core': 2.16.0_scdp47z3rdmsjsnkk7dmy5sazq fancy-test: 2.0.42 transitivePeerDependencies: - '@swc/core' @@ -3146,11 +3148,11 @@ packages: - typescript dev: true - /@oclif/test/2.5.6_scdp47z3rdmsjsnkk7dmy5sazq: + /@oclif/test/2.5.6_twvc4x5nptd5of63pz7p3dtuue: resolution: {integrity: sha512-AcusFApdU6/akXaofhBDrY4IM9uYzlOD9bYCCM0NwUXOv1m6320hSp2DT/wkj9H1gsvKbJXZHqgtXsNGZTWLFg==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.16.0_scdp47z3rdmsjsnkk7dmy5sazq + '@oclif/core': 2.16.0_twvc4x5nptd5of63pz7p3dtuue fancy-test: 2.0.42 transitivePeerDependencies: - '@swc/core' @@ -3427,7 +3429,7 @@ packages: /@types/adm-zip/0.5.5: resolution: {integrity: sha512-YCGstVMjc4LTY5uK9/obvxBya93axZOVOyf2GSUulADzmLhYE45u2nAssCs/fWBs1Ifq5Vat75JTPwd5XZoPJw==} dependencies: - '@types/node': 20.17.0 + '@types/node': 20.17.4 dev: true /@types/babel__core/7.20.5: @@ -3462,7 +3464,7 @@ packages: /@types/big-json/3.2.5: resolution: {integrity: sha512-svpMgOodNauW9xaWn6EabpvQUwM1sizbLbzzkVsx1cCrHLJ18tK0OcMe0AL0HAukJkHld06ozIPO1+h+HiLSNQ==} dependencies: - '@types/node': 20.17.0 + '@types/node': 20.17.4 dev: true /@types/bluebird/3.5.42: @@ -3473,7 +3475,7 @@ packages: resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} dependencies: '@types/connect': 3.4.38 - '@types/node': 20.17.0 + '@types/node': 20.17.4 dev: false /@types/cacheable-request/6.0.3: @@ -3481,7 +3483,7 @@ packages: dependencies: '@types/http-cache-semantics': 4.0.4 '@types/keyv': 3.1.4 - '@types/node': 20.17.0 + '@types/node': 20.17.4 '@types/responselike': 1.0.3 dev: true @@ -3491,18 +3493,18 @@ packages: /@types/cli-progress/3.11.6: resolution: {integrity: sha512-cE3+jb9WRlu+uOSAugewNpITJDt1VF8dHOopPO4IABFc3SXYL5WE/+PTz/FCdZRRfIujiWW3n3aMbv1eIGVRWA==} dependencies: - '@types/node': 20.17.0 + '@types/node': 20.17.4 /@types/connect/3.4.38: resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} dependencies: - '@types/node': 20.17.0 + '@types/node': 20.17.4 dev: false /@types/esm/3.2.2: resolution: {integrity: sha512-l3IQQD2sChjNiQVNf28qq+sY9Sjvz7HrcOO3g4ZeSaiQRXQccBaR6cpqXPpzJ3QYCt6UF7+4ugabMRsQTPV+Eg==} dependencies: - '@types/node': 20.17.0 + '@types/node': 20.17.4 dev: true /@types/expect/1.20.4: @@ -3512,7 +3514,7 @@ packages: /@types/express-serve-static-core/4.19.6: resolution: {integrity: sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==} dependencies: - '@types/node': 20.17.0 + '@types/node': 20.17.4 '@types/qs': 6.9.16 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -3535,20 +3537,20 @@ packages: resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.17.0 + '@types/node': 20.17.4 dev: true /@types/glob/7.2.0: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.17.0 + '@types/node': 20.17.4 dev: true /@types/graceful-fs/4.1.9: resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} dependencies: - '@types/node': 20.17.0 + '@types/node': 20.17.4 dev: true /@types/http-cache-semantics/4.0.4: @@ -3604,13 +3606,13 @@ packages: /@types/jsonfile/6.1.4: resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} dependencies: - '@types/node': 20.17.0 + '@types/node': 20.17.4 dev: true /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 20.17.0 + '@types/node': 20.17.4 dev: true /@types/linkify-it/5.0.0: @@ -3646,7 +3648,7 @@ packages: /@types/mkdirp/1.0.2: resolution: {integrity: sha512-o0K1tSO0Dx5X6xlU5F1D6625FawhC3dU3iqr25lluNv/+/QIVH8RLNEiVokgIZo+mz+87w/3Mkg/VvQS+J51fQ==} dependencies: - '@types/node': 20.17.0 + '@types/node': 20.17.4 dev: true /@types/mocha/10.0.9: @@ -3673,8 +3675,8 @@ packages: undici-types: 6.19.8 dev: true - /@types/node/20.17.0: - resolution: {integrity: sha512-a7zRo0f0eLo9K5X9Wp5cAqTUNGzuFLDG2R7C4HY2BhcMAsxgSPuRvAC1ZB6QkuUQXf0YZAgfOX2ZyrBa2n4nHQ==} + /@types/node/20.17.4: + resolution: {integrity: sha512-Fi1Bj8qTJr4f1FDdHFR7oMlOawEYSzkHNdBJK+aRjcDDNHwEV3jPPjuZP2Lh2QNgXeqzM8Y+U6b6urKAog2rZw==} dependencies: undici-types: 6.19.8 @@ -3685,7 +3687,7 @@ packages: /@types/progress-stream/2.0.5: resolution: {integrity: sha512-5YNriuEZkHlFHHepLIaxzq3atGeav1qCTGzB74HKWpo66qjfostF+rHc785YYYHeBytve8ZG3ejg42jEIfXNiQ==} dependencies: - '@types/node': 20.17.0 + '@types/node': 20.17.4 dev: true /@types/qs/6.9.16: @@ -3699,7 +3701,7 @@ packages: /@types/responselike/1.0.3: resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} dependencies: - '@types/node': 20.17.0 + '@types/node': 20.17.4 dev: true /@types/semver/7.5.8: @@ -3710,14 +3712,14 @@ packages: resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} dependencies: '@types/mime': 1.3.5 - '@types/node': 20.17.0 + '@types/node': 20.17.4 dev: false /@types/serve-static/1.15.7: resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==} dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.17.0 + '@types/node': 20.17.4 '@types/send': 0.17.4 dev: false @@ -3736,14 +3738,14 @@ packages: /@types/tar/6.1.13: resolution: {integrity: sha512-IznnlmU5f4WcGTh2ltRu/Ijpmk8wiWXfF0VA4s+HPjHZgvFggk1YaIkbo5krX/zUCzWF8N/l4+W/LNxnvAJ8nw==} dependencies: - '@types/node': 20.17.0 + '@types/node': 20.17.4 minipass: 4.2.8 dev: true /@types/through/0.0.33: resolution: {integrity: sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==} dependencies: - '@types/node': 20.17.0 + '@types/node': 20.17.4 dev: true /@types/tmp/0.2.6: @@ -3766,7 +3768,7 @@ packages: resolution: {integrity: sha512-Sr2fYMBUVGYq8kj3UthXFAu5UN6ZW+rYr4NACjZQJvHvj+c8lYv0CahmZ2P/r7iUkN44gGUBwqxZkrKXYPb7cw==} dependencies: '@types/expect': 1.20.4 - '@types/node': 20.17.0 + '@types/node': 20.17.4 dev: true /@types/yargs-parser/21.0.3: @@ -5076,7 +5078,6 @@ packages: /buffer-from/1.1.2: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} - dev: true /buffer/4.9.2: resolution: {integrity: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==} @@ -5725,6 +5726,16 @@ packages: /concat-map/0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + /concat-stream/2.0.0: + resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==} + engines: {'0': node >= 6.0} + dependencies: + buffer-from: 1.1.2 + inherits: 2.0.4 + readable-stream: 3.6.2 + typedarray: 0.0.6 + dev: false + /concurrently/7.6.0: resolution: {integrity: sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw==} engines: {node: ^12.20.0 || ^14.13.0 || >=16.0.0} @@ -7616,7 +7627,7 @@ packages: dependencies: '@types/chai': 4.3.20 '@types/lodash': 4.17.10 - '@types/node': 20.17.0 + '@types/node': 20.17.4 '@types/sinon': 10.0.20 lodash: 4.17.21 mock-stdin: 1.0.0 @@ -7633,7 +7644,7 @@ packages: dependencies: '@types/chai': 4.3.20 '@types/lodash': 4.17.10 - '@types/node': 20.17.0 + '@types/node': 20.17.4 '@types/sinon': 10.0.20 lodash: 4.17.21 mock-stdin: 1.0.0 @@ -9194,7 +9205,7 @@ packages: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.17.0 + '@types/node': 20.17.4 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.3 @@ -9310,7 +9321,7 @@ packages: - supports-color dev: true - /jest-config/29.7.0_@types+node@20.17.0: + /jest-config/29.7.0_@types+node@20.17.4: resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -9325,7 +9336,7 @@ packages: '@babel/core': 7.25.7 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.17.0 + '@types/node': 20.17.4 babel-jest: 29.7.0_@babel+core@7.25.7 chalk: 4.1.2 ci-info: 3.9.0 @@ -9391,7 +9402,7 @@ packages: - supports-color dev: true - /jest-config/29.7.0_tc5qgrnw2el4mlvpqgqkl3c75m: + /jest-config/29.7.0_pqctdq6clqdb4ineuauodfxwou: resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -9406,7 +9417,7 @@ packages: '@babel/core': 7.25.7 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.17.0 + '@types/node': 20.17.4 babel-jest: 29.7.0_@babel+core@7.25.7 chalk: 4.1.2 ci-info: 3.9.0 @@ -9477,7 +9488,7 @@ packages: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.17.0 + '@types/node': 20.17.4 jest-mock: 29.7.0 jest-util: 29.7.0 dev: true @@ -9498,7 +9509,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 20.17.0 + '@types/node': 20.17.4 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -9549,7 +9560,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.17.0 + '@types/node': 20.17.4 jest-util: 29.7.0 dev: true @@ -9604,7 +9615,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.17.0 + '@types/node': 20.17.4 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -9635,7 +9646,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.17.0 + '@types/node': 20.17.4 chalk: 4.1.2 cjs-module-lexer: 1.4.1 collect-v8-coverage: 1.0.2 @@ -9687,7 +9698,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.17.0 + '@types/node': 20.17.4 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -9712,7 +9723,7 @@ packages: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.17.0 + '@types/node': 20.17.4 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -9724,7 +9735,7 @@ packages: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 20.17.0 + '@types/node': 20.17.4 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -9813,7 +9824,7 @@ packages: collect-all: 1.0.4 file-set: 4.0.2 fs-then-native: 2.0.0 - jsdoc: 4.0.3 + jsdoc: 4.0.4 object-to-spawn-args: 2.0.1 temp-path: 1.0.0 walk-back: 5.1.1 @@ -9847,8 +9858,8 @@ packages: - '@75lb/nature' dev: true - /jsdoc/4.0.3: - resolution: {integrity: sha512-Nu7Sf35kXJ1MWDZIMAuATRQTg1iIPdzh7tqJ6jjvaU/GfDf+qi5UV8zJR3Mo+/pYFvm8mzay4+6O5EWigaQBQw==} + /jsdoc/4.0.4: + resolution: {integrity: sha512-zeFezwyXeG4syyYHbvh1A967IAqq/67yXtXvuL5wnqCkFZe8I0vKfm+EO+YEvLguo6w9CDUbrAXVtJSHh2E8rw==} engines: {node: '>=12.0.0'} hasBin: true dependencies: @@ -11673,15 +11684,15 @@ packages: - typescript dev: true - /oclif/3.17.2_ref5lpf77drablzer542ugipoq: + /oclif/3.17.2_twvc4x5nptd5of63pz7p3dtuue: resolution: {integrity: sha512-+vFXxgmR7dGGz+g6YiqSZu2LXVkBMaS9/rhtsLGkYw45e53CW/3kBgPRnOvxcTDM3Td9JPeBD2JWxXnPKGQW3A==} engines: {node: '>=12.0.0'} hasBin: true dependencies: - '@oclif/core': 2.16.0_ref5lpf77drablzer542ugipoq - '@oclif/plugin-help': 5.2.20_ref5lpf77drablzer542ugipoq - '@oclif/plugin-not-found': 2.4.3_ref5lpf77drablzer542ugipoq - '@oclif/plugin-warn-if-update-available': 2.1.1_ref5lpf77drablzer542ugipoq + '@oclif/core': 2.16.0_twvc4x5nptd5of63pz7p3dtuue + '@oclif/plugin-help': 5.2.20_twvc4x5nptd5of63pz7p3dtuue + '@oclif/plugin-not-found': 2.4.3_twvc4x5nptd5of63pz7p3dtuue + '@oclif/plugin-warn-if-update-available': 2.1.1_twvc4x5nptd5of63pz7p3dtuue async-retry: 1.3.3 aws-sdk: 2.1691.0 concurrently: 7.6.0 @@ -13895,7 +13906,7 @@ packages: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - /ts-node/10.9.2_ref5lpf77drablzer542ugipoq: + /ts-node/10.9.2_scdp47z3rdmsjsnkk7dmy5sazq: resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -13914,7 +13925,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.17.0 + '@types/node': 20.16.11 acorn: 8.12.1 acorn-walk: 8.3.4 arg: 4.1.3 @@ -13924,8 +13935,9 @@ packages: typescript: 5.6.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 + dev: true - /ts-node/10.9.2_scdp47z3rdmsjsnkk7dmy5sazq: + /ts-node/10.9.2_twvc4x5nptd5of63pz7p3dtuue: resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -13944,7 +13956,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.16.11 + '@types/node': 20.17.4 acorn: 8.12.1 acorn-walk: 8.3.4 arg: 4.1.3 @@ -13954,7 +13966,6 @@ packages: typescript: 5.6.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - dev: true /ts-node/10.9.2_typescript@4.9.5: resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} @@ -14146,6 +14157,10 @@ packages: typed-array-byte-offset: 1.0.2 dev: false + /typedarray/0.0.6: + resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} + dev: false + /typescript/4.9.5: resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} engines: {node: '>=4.2.0'} @@ -14800,7 +14815,7 @@ packages: require-directory: 2.1.1 string-width: 4.2.3 y18n: 5.0.8 - yargs-parser: 20.2.9 + yargs-parser: 20.2.4 dev: true /yargs/17.7.2: