diff --git a/package-lock.json b/package-lock.json index 8e849ee7e6..f86b59fbc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,13 +76,13 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", - "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.25.7.tgz", + "integrity": "sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==", "dev": true, "license": "MIT", "dependencies": { - "@babel/highlight": "^7.24.7", + "@babel/highlight": "^7.25.7", "picocolors": "^1.0.0" }, "engines": { @@ -90,9 +90,9 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.4.tgz", - "integrity": "sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.7.tgz", + "integrity": "sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw==", "dev": true, "license": "MIT", "engines": { @@ -100,22 +100,22 @@ } }, "node_modules/@babel/core": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz", - "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.7.tgz", + "integrity": "sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow==", "dev": true, "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.25.0", - "@babel/helper-compilation-targets": "^7.25.2", - "@babel/helper-module-transforms": "^7.25.2", - "@babel/helpers": "^7.25.0", - "@babel/parser": "^7.25.0", - "@babel/template": "^7.25.0", - "@babel/traverse": "^7.25.2", - "@babel/types": "^7.25.2", + "@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.7", + "@babel/template": "^7.25.7", + "@babel/traverse": "^7.25.7", + "@babel/types": "^7.25.7", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -141,9 +141,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.25.1", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.1.tgz", - "integrity": "sha512-Y956ghgTT4j7rKesabkh5WeqgSFZVFwaPR0IWFm7KFHFmmJ4afbG49SmfW4S+GyRPx0Dy5jxEWA5t0rpxfElWg==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.7.tgz", + "integrity": "sha512-B+BO9x86VYsQHimucBAL1fxTJKF4wyKY6ZVzee9QgzdZOUfs3BaR6AQrgoGrRI+7IFS1wUz/VyQ+SoBcSpdPbw==", "dev": true, "license": "MIT", "dependencies": { @@ -180,31 +180,31 @@ } }, "node_modules/@babel/generator": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.6.tgz", - "integrity": "sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.7.tgz", + "integrity": "sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.25.6", + "@babel/types": "^7.25.7", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" + "jsesc": "^3.0.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz", - "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.7.tgz", + "integrity": "sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==", "dev": true, "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.25.2", - "@babel/helper-validator-option": "^7.24.8", - "browserslist": "^4.23.1", + "@babel/compat-data": "^7.25.7", + "@babel/helper-validator-option": "^7.25.7", + "browserslist": "^4.24.0", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -223,30 +223,30 @@ } }, "node_modules/@babel/helper-module-imports": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", - "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", + "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==", "dev": true, "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.7", + "@babel/types": "^7.25.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz", - "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==", + "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==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-simple-access": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7", - "@babel/traverse": "^7.25.2" + "@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" }, "engines": { "node": ">=6.9.0" @@ -256,9 +256,9 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", - "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", + "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": { @@ -266,23 +266,23 @@ } }, "node_modules/@babel/helper-simple-access": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", - "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", + "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==", "dev": true, "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.7", + "@babel/types": "^7.25.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", - "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", + "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==", "dev": true, "license": "MIT", "engines": { @@ -290,9 +290,9 @@ } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", - "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz", + "integrity": "sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==", "dev": true, "license": "MIT", "engines": { @@ -300,9 +300,9 @@ } }, "node_modules/@babel/helper-validator-option": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", - "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", + "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==", "dev": true, "license": "MIT", "engines": { @@ -310,27 +310,27 @@ } }, "node_modules/@babel/helpers": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.6.tgz", - "integrity": "sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.7.tgz", + "integrity": "sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/template": "^7.25.0", - "@babel/types": "^7.25.6" + "@babel/template": "^7.25.7", + "@babel/types": "^7.25.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", - "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", + "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==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.24.7", + "@babel/helper-validator-identifier": "^7.25.7", "chalk": "^2.4.2", "js-tokens": "^4.0.0", "picocolors": "^1.0.0" @@ -418,13 +418,13 @@ } }, "node_modules/@babel/parser": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz", - "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.7.tgz", + "integrity": "sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.25.6" + "@babel/types": "^7.25.7" }, "bin": { "parser": "bin/babel-parser.js" @@ -489,13 +489,13 @@ } }, "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.6.tgz", - "integrity": "sha512-sXaDXaJN9SNLymBdlWFA+bjzBhFD617ZaFiY13dGt7TVslVvVgA6fkZOP7Ki3IGElC45lwHdOTrCtKZGVAWeLQ==", + "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==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.7" }, "engines": { "node": ">=6.9.0" @@ -531,13 +531,13 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz", - "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==", + "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==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.7" }, "engines": { "node": ">=6.9.0" @@ -657,13 +657,13 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.4.tgz", - "integrity": "sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg==", + "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==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.7" }, "engines": { "node": ">=6.9.0" @@ -673,9 +673,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz", - "integrity": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.7.tgz", + "integrity": "sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==", "dev": true, "license": "MIT", "dependencies": { @@ -686,32 +686,32 @@ } }, "node_modules/@babel/template": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", - "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.7.tgz", + "integrity": "sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.25.0", - "@babel/types": "^7.25.0" + "@babel/code-frame": "^7.25.7", + "@babel/parser": "^7.25.7", + "@babel/types": "^7.25.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.6.tgz", - "integrity": "sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.7.tgz", + "integrity": "sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.25.6", - "@babel/parser": "^7.25.6", - "@babel/template": "^7.25.0", - "@babel/types": "^7.25.6", + "@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", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -730,14 +730,14 @@ } }, "node_modules/@babel/types": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz", - "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.7.tgz", + "integrity": "sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.24.8", - "@babel/helper-validator-identifier": "^7.24.7", + "@babel/helper-string-parser": "^7.25.7", + "@babel/helper-validator-identifier": "^7.25.7", "to-fast-properties": "^2.0.0" }, "engines": { @@ -904,9 +904,9 @@ } }, "node_modules/@contentstack/utils": { - "version": "1.3.11", - "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.3.11.tgz", - "integrity": "sha512-K07q0j7HPix0sQzBgdzCYpDyUanJDkRWGUPYQHQki7XIXbA2ynqQ1cF80N/KZpNuPa8aj5mbOzq67KXu62HYTQ==", + "version": "1.3.12", + "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.3.12.tgz", + "integrity": "sha512-5aTE13faSPPToGHkRwQF3bGanOaNH3nxWnSsPXWCnItIwsIqPVIwdR4cd0NyZpMTajv+IYrrIVAeibGEgAyQrg==", "license": "MIT" }, "node_modules/@cspotcode/source-map-support": { @@ -2402,15 +2402,15 @@ } }, "node_modules/@oclif/plugin-plugins": { - "version": "5.4.9", - "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.9.tgz", - "integrity": "sha512-V64IZ5ldyZWJRwYsRHzGvuayWM1KYTsNNI3O58U6+VwEs2Ir16Q0Nwu0Ejnn6mM7na9Qz4RCU9tWhbngRoZt+g==", + "version": "5.4.14", + "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.14.tgz", + "integrity": "sha512-ZoF9Jw4Y4uTFf56tGHGsBzCFhBKKRAuIiGCMoSpy8VEL3cFb5Jv6Xm0rdzv54lkmw1XWBBFM6cqK/hmxM2QEIw==", "license": "MIT", "dependencies": { "@oclif/core": "^4", "ansis": "^3.3.2", "debug": "^4.3.7", - "npm": "^10.8.3", + "npm": "^10.9.0", "npm-package-arg": "^11.0.3", "npm-run-path": "^5.3.0", "object-treeify": "^4.0.1", @@ -2424,9 +2424,9 @@ } }, "node_modules/@oclif/plugin-plugins/node_modules/@oclif/core": { - "version": "4.0.23", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.23.tgz", - "integrity": "sha512-wDl/eis7XDIM1pQWUGKLB+EQKJO9UrjaQ5NcwIbz7GW0gWuJfo9QAK75csgNUN/9Pbok9Ryt+sJgogS4RCIp5g==", + "version": "4.0.27", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.27.tgz", + "integrity": "sha512-9j92jHr6k2tjQ6/mIwNi46Gqw+qbPFQ02mxT5T8/nxO2fgsPL3qL0kb9SR1il5AVfqpgLIG3uLUcw87rgaioUg==", "license": "MIT", "dependencies": { "ansi-escapes": "^4.3.2", @@ -2438,7 +2438,7 @@ "get-package-type": "^0.1.0", "globby": "^11.1.0", "indent-string": "^4.0.0", - "is-wsl": "^2.2.0", + "is-wsl": "^3", "lilconfig": "^3.1.2", "minimatch": "^9.0.5", "semver": "^7.6.3", @@ -2472,6 +2472,21 @@ "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", @@ -3362,9 +3377,9 @@ } }, "node_modules/@types/big-json": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/@types/big-json/-/big-json-3.2.4.tgz", - "integrity": "sha512-9j4OYGHfHazBz7WxRs1tqXy2qccjYAa4ej3vfT0uIPFvlX6nYw9Mvgxijvww6OKZE0aK6kFHTXDxR0uVJiRhLw==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/@types/big-json/-/big-json-3.2.5.tgz", + "integrity": "sha512-svpMgOodNauW9xaWn6EabpvQUwM1sizbLbzzkVsx1cCrHLJ18tK0OcMe0AL0HAukJkHld06ozIPO1+h+HiLSNQ==", "dev": true, "license": "MIT", "dependencies": { @@ -3626,9 +3641,9 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.17.9", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.9.tgz", - "integrity": "sha512-w9iWudx1XWOHW5lQRS9iKpK/XuRhnN+0T7HvdCCd802FYkT1AMTnxndJHGrNJwRoRHkslGr4S29tjm1cT7x/7w==", + "version": "4.17.10", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz", + "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==", "license": "MIT" }, "node_modules/@types/markdown-it": { @@ -4141,7 +4156,6 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", - "dev": true, "license": "MIT", "dependencies": { "event-target-shim": "^5.0.0" @@ -5554,9 +5568,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001664", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001664.tgz", - "integrity": "sha512-AmE7k4dXiNKQipgn7a2xg558IRqPN3jMQY/rOsbxDhrd0tyChwbITBfiwtnqz8bi2M5mIWbxAYBvk7W7QBUS2g==", + "version": "1.0.30001667", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001667.tgz", + "integrity": "sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw==", "dev": true, "funding": [ { @@ -6490,9 +6504,9 @@ "license": "MIT" }, "node_modules/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", + "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -7253,9 +7267,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.29", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.29.tgz", - "integrity": "sha512-PF8n2AlIhCKXQ+gTpiJi0VhcHDb69kYX4MtCiivctc2QD3XuNZ/XIOlbGzt7WAjjEev0TtaH6Cu3arZExm5DOw==", + "version": "1.5.33", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.33.tgz", + "integrity": "sha512-+cYTcFB1QqD4j4LegwLfpCNxifb6dDFUAwk6RsLusCwIaZI6or2f+q8rs5tTB2YC53HhOlIbEaqHMAAC8IOIwA==", "dev": true, "license": "ISC" }, @@ -7616,6 +7630,7 @@ "version": "8.57.1", "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", + "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", "dev": true, "license": "MIT", "dependencies": { @@ -7685,9 +7700,9 @@ } }, "node_modules/eslint-config-oclif-typescript": { - "version": "3.1.11", - "resolved": "https://registry.npmjs.org/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.1.11.tgz", - "integrity": "sha512-4ES2PhL8nsKaVRqQoSwYwteoLnnns72vh6Sc5INsOSKpa/kDsG9nlLC/+kxcpLWy8A1p5JFDAwrDyg6qXbwZtg==", + "version": "3.1.12", + "resolved": "https://registry.npmjs.org/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.1.12.tgz", + "integrity": "sha512-hEXU/PEJyjeLiTrCmgcmx0+FHwVpqipkKSykesdMsk2v43Mqh5bq2j3cyxHXZBCOxpTACVlM6KG7d4LFaWoVHQ==", "dev": true, "license": "MIT", "dependencies": { @@ -7695,7 +7710,7 @@ "@typescript-eslint/parser": "^6.21.0", "eslint-config-xo-space": "^0.35.0", "eslint-import-resolver-typescript": "^3.6.3", - "eslint-plugin-import": "^2.30.0", + "eslint-plugin-import": "^2.31.0", "eslint-plugin-mocha": "^10.5.0", "eslint-plugin-n": "^15", "eslint-plugin-perfectionist": "^2.11.0" @@ -8099,9 +8114,9 @@ } }, "node_modules/eslint-module-utils": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.11.1.tgz", - "integrity": "sha512-EwcbfLOhwVMAfatfqLecR2yv3dE5+kQ8kx+Rrt0DvDXEVwW86KQ/xbMDQhtp5l42VXukD5SOF8mQQHbaNtO0CQ==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz", + "integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==", "dev": true, "license": "MIT", "dependencies": { @@ -8173,9 +8188,9 @@ } }, "node_modules/eslint-plugin-import": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz", - "integrity": "sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==", + "version": "2.31.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz", + "integrity": "sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==", "dev": true, "license": "MIT", "dependencies": { @@ -8187,7 +8202,7 @@ "debug": "^3.2.7", "doctrine": "^2.1.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-module-utils": "^2.9.0", + "eslint-module-utils": "^2.12.0", "hasown": "^2.0.2", "is-core-module": "^2.15.1", "is-glob": "^4.0.3", @@ -8196,13 +8211,14 @@ "object.groupby": "^1.0.3", "object.values": "^1.2.0", "semver": "^6.3.1", + "string.prototype.trimend": "^1.0.8", "tsconfig-paths": "^3.15.0" }, "engines": { "node": ">=4" }, "peerDependencies": { - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" + "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" } }, "node_modules/eslint-plugin-import/node_modules/brace-expansion": { @@ -8912,7 +8928,6 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", - "dev": true, "license": "MIT", "engines": { "node": ">=6" @@ -9006,9 +9021,9 @@ "license": "Apache-2.0" }, "node_modules/express": { - "version": "4.21.0", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.0.tgz", - "integrity": "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", + "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", "license": "MIT", "dependencies": { "accepts": "~1.3.8", @@ -9016,7 +9031,7 @@ "body-parser": "1.20.3", "content-disposition": "0.5.4", "content-type": "~1.0.4", - "cookie": "0.6.0", + "cookie": "0.7.1", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", @@ -9192,9 +9207,9 @@ } }, "node_modules/fast-uri": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz", - "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.2.tgz", + "integrity": "sha512-GR6f0hD7XXyNJa25Tb9BuIdN0tdr+0BMi6/CJPH3wJO1JjNG3n/VsSw38AwRdKZABm8lGbPfakLRkYzx2V9row==", "license": "MIT" }, "node_modules/fastest-levenshtein": { @@ -9232,9 +9247,9 @@ "license": "MIT" }, "node_modules/figlet": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/figlet/-/figlet-1.7.0.tgz", - "integrity": "sha512-gO8l3wvqo0V7wEFLXPbkX83b7MVjRrk1oRLfYlZXol8nEpb/ON9pcKLI4qpBv5YtOTfrINtqb7b40iYY2FTWFg==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/figlet/-/figlet-1.8.0.tgz", + "integrity": "sha512-chzvGjd+Sp7KUvPHZv6EXV5Ir3Q7kYNpCr4aHrRW79qFtTefmQZNny+W1pW9kf5zeE6dikku2W50W/wAH2xWgw==", "license": "MIT", "bin": { "figlet": "bin/index.js" @@ -11862,6 +11877,39 @@ "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", @@ -13620,16 +13668,16 @@ } }, "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", "dev": true, "license": "MIT", "bin": { "jsesc": "bin/jsesc" }, "engines": { - "node": ">=4" + "node": ">=6" } }, "node_modules/json-buffer": { @@ -16014,9 +16062,9 @@ } }, "node_modules/npm": { - "version": "10.8.3", - "resolved": "https://registry.npmjs.org/npm/-/npm-10.8.3.tgz", - "integrity": "sha512-0IQlyAYvVtQ7uOhDFYZCGK8kkut2nh8cpAdA9E6FvRSJaTgtZRZgNjlC5ZCct//L73ygrpY93CxXpRJDtNqPVg==", + "version": "10.9.0", + "resolved": "https://registry.npmjs.org/npm/-/npm-10.9.0.tgz", + "integrity": "sha512-ZanDioFylI9helNhl2LNd+ErmVD+H5I53ry41ixlLyCBgkuYb+58CvbAp99hW+zr5L9W4X7CchSoeqKdngOLSw==", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -16097,18 +16145,18 @@ ], "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^7.5.4", - "@npmcli/config": "^8.3.4", - "@npmcli/fs": "^3.1.1", - "@npmcli/map-workspaces": "^3.0.6", - "@npmcli/package-json": "^5.2.0", - "@npmcli/promise-spawn": "^7.0.2", - "@npmcli/redact": "^2.0.1", - "@npmcli/run-script": "^8.1.0", + "@npmcli/arborist": "^8.0.0", + "@npmcli/config": "^9.0.0", + "@npmcli/fs": "^4.0.0", + "@npmcli/map-workspaces": "^4.0.1", + "@npmcli/package-json": "^6.0.1", + "@npmcli/promise-spawn": "^8.0.1", + "@npmcli/redact": "^3.0.0", + "@npmcli/run-script": "^9.0.1", "@sigstore/tuf": "^2.3.4", - "abbrev": "^2.0.0", + "abbrev": "^3.0.0", "archy": "~1.0.0", - "cacache": "^18.0.4", + "cacache": "^19.0.1", "chalk": "^5.3.0", "ci-info": "^4.0.0", "cli-columns": "^4.0.0", @@ -16116,54 +16164,54 @@ "fs-minipass": "^3.0.3", "glob": "^10.4.5", "graceful-fs": "^4.2.11", - "hosted-git-info": "^7.0.2", - "ini": "^4.1.3", - "init-package-json": "^6.0.3", + "hosted-git-info": "^8.0.0", + "ini": "^5.0.0", + "init-package-json": "^7.0.1", "is-cidr": "^5.1.0", - "json-parse-even-better-errors": "^3.0.2", - "libnpmaccess": "^8.0.6", - "libnpmdiff": "^6.1.4", - "libnpmexec": "^8.1.4", - "libnpmfund": "^5.0.12", - "libnpmhook": "^10.0.5", - "libnpmorg": "^6.0.6", - "libnpmpack": "^7.0.4", - "libnpmpublish": "^9.0.9", - "libnpmsearch": "^7.0.6", - "libnpmteam": "^6.0.5", - "libnpmversion": "^6.0.3", - "make-fetch-happen": "^13.0.1", + "json-parse-even-better-errors": "^4.0.0", + "libnpmaccess": "^9.0.0", + "libnpmdiff": "^7.0.0", + "libnpmexec": "^9.0.0", + "libnpmfund": "^6.0.0", + "libnpmhook": "^11.0.0", + "libnpmorg": "^7.0.0", + "libnpmpack": "^8.0.0", + "libnpmpublish": "^10.0.0", + "libnpmsearch": "^8.0.0", + "libnpmteam": "^7.0.0", + "libnpmversion": "^7.0.0", + "make-fetch-happen": "^14.0.1", "minimatch": "^9.0.5", "minipass": "^7.1.1", "minipass-pipeline": "^1.2.4", "ms": "^2.1.2", "node-gyp": "^10.2.0", - "nopt": "^7.2.1", - "normalize-package-data": "^6.0.2", - "npm-audit-report": "^5.0.0", - "npm-install-checks": "^6.3.0", - "npm-package-arg": "^11.0.3", - "npm-pick-manifest": "^9.1.0", - "npm-profile": "^10.0.0", - "npm-registry-fetch": "^17.1.0", - "npm-user-validate": "^2.0.1", + "nopt": "^8.0.0", + "normalize-package-data": "^7.0.0", + "npm-audit-report": "^6.0.0", + "npm-install-checks": "^7.1.0", + "npm-package-arg": "^12.0.0", + "npm-pick-manifest": "^10.0.0", + "npm-profile": "^11.0.1", + "npm-registry-fetch": "^18.0.1", + "npm-user-validate": "^3.0.0", "p-map": "^4.0.0", - "pacote": "^18.0.6", - "parse-conflict-json": "^3.0.1", - "proc-log": "^4.2.0", + "pacote": "^19.0.0", + "parse-conflict-json": "^4.0.0", + "proc-log": "^5.0.0", "qrcode-terminal": "^0.12.0", - "read": "^3.0.1", + "read": "^4.0.0", "semver": "^7.6.3", "spdx-expression-parse": "^4.0.0", - "ssri": "^10.0.6", + "ssri": "^12.0.0", "supports-color": "^9.4.0", "tar": "^6.2.1", "text-table": "~0.2.0", "tiny-relative-date": "^1.3.0", "treeverse": "^3.0.0", - "validate-npm-package-name": "^5.0.1", - "which": "^4.0.0", - "write-file-atomic": "^5.0.1" + "validate-npm-package-name": "^6.0.0", + "which": "^5.0.0", + "write-file-atomic": "^6.0.0" }, "bin": { "npm": "bin/npm-cli.js", @@ -16782,13 +16830,24 @@ "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, + "node_modules/npm/node_modules/@isaacs/fs-minipass": { + "version": "4.0.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "minipass": "^7.0.4" + }, + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/npm/node_modules/@isaacs/string-locale-compare": { "version": "1.1.0", "inBundle": true, "license": "ISC" }, "node_modules/npm/node_modules/@npmcli/agent": { - "version": "2.2.2", + "version": "3.0.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -16799,47 +16858,47 @@ "socks-proxy-agent": "^8.0.3" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/@npmcli/arborist": { - "version": "7.5.4", + "version": "8.0.0", "inBundle": true, "license": "ISC", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/fs": "^3.1.1", - "@npmcli/installed-package-contents": "^2.1.0", - "@npmcli/map-workspaces": "^3.0.2", - "@npmcli/metavuln-calculator": "^7.1.1", - "@npmcli/name-from-folder": "^2.0.0", - "@npmcli/node-gyp": "^3.0.0", - "@npmcli/package-json": "^5.1.0", - "@npmcli/query": "^3.1.0", - "@npmcli/redact": "^2.0.0", - "@npmcli/run-script": "^8.1.0", - "bin-links": "^4.0.4", - "cacache": "^18.0.3", + "@npmcli/fs": "^4.0.0", + "@npmcli/installed-package-contents": "^3.0.0", + "@npmcli/map-workspaces": "^4.0.1", + "@npmcli/metavuln-calculator": "^8.0.0", + "@npmcli/name-from-folder": "^3.0.0", + "@npmcli/node-gyp": "^4.0.0", + "@npmcli/package-json": "^6.0.1", + "@npmcli/query": "^4.0.0", + "@npmcli/redact": "^3.0.0", + "@npmcli/run-script": "^9.0.1", + "bin-links": "^5.0.0", + "cacache": "^19.0.1", "common-ancestor-path": "^1.0.1", - "hosted-git-info": "^7.0.2", - "json-parse-even-better-errors": "^3.0.2", + "hosted-git-info": "^8.0.0", + "json-parse-even-better-errors": "^4.0.0", "json-stringify-nice": "^1.1.4", "lru-cache": "^10.2.2", "minimatch": "^9.0.4", - "nopt": "^7.2.1", - "npm-install-checks": "^6.2.0", - "npm-package-arg": "^11.0.2", - "npm-pick-manifest": "^9.0.1", - "npm-registry-fetch": "^17.0.1", - "pacote": "^18.0.6", - "parse-conflict-json": "^3.0.0", - "proc-log": "^4.2.0", - "proggy": "^2.0.0", + "nopt": "^8.0.0", + "npm-install-checks": "^7.1.0", + "npm-package-arg": "^12.0.0", + "npm-pick-manifest": "^10.0.0", + "npm-registry-fetch": "^18.0.1", + "pacote": "^19.0.0", + "parse-conflict-json": "^4.0.0", + "proc-log": "^5.0.0", + "proggy": "^3.0.0", "promise-all-reject-late": "^1.0.0", "promise-call-limit": "^3.0.1", - "read-package-json-fast": "^3.0.2", + "read-package-json-fast": "^4.0.0", "semver": "^7.3.7", - "ssri": "^10.0.6", + "ssri": "^12.0.0", "treeverse": "^3.0.0", "walk-up-path": "^3.0.1" }, @@ -16847,178 +16906,178 @@ "arborist": "bin/index.js" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/@npmcli/config": { - "version": "8.3.4", + "version": "9.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/map-workspaces": "^3.0.2", - "@npmcli/package-json": "^5.1.1", + "@npmcli/map-workspaces": "^4.0.1", + "@npmcli/package-json": "^6.0.1", "ci-info": "^4.0.0", - "ini": "^4.1.2", - "nopt": "^7.2.1", - "proc-log": "^4.2.0", + "ini": "^5.0.0", + "nopt": "^8.0.0", + "proc-log": "^5.0.0", "semver": "^7.3.5", "walk-up-path": "^3.0.1" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/@npmcli/fs": { - "version": "3.1.1", + "version": "4.0.0", "inBundle": true, "license": "ISC", "dependencies": { "semver": "^7.3.5" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/@npmcli/git": { - "version": "5.0.8", + "version": "6.0.1", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/promise-spawn": "^7.0.0", - "ini": "^4.1.3", + "@npmcli/promise-spawn": "^8.0.0", + "ini": "^5.0.0", "lru-cache": "^10.0.1", - "npm-pick-manifest": "^9.0.0", - "proc-log": "^4.0.0", + "npm-pick-manifest": "^10.0.0", + "proc-log": "^5.0.0", "promise-inflight": "^1.0.1", "promise-retry": "^2.0.1", "semver": "^7.3.5", - "which": "^4.0.0" + "which": "^5.0.0" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/@npmcli/installed-package-contents": { - "version": "2.1.0", + "version": "3.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "npm-bundled": "^3.0.0", - "npm-normalize-package-bin": "^3.0.0" + "npm-bundled": "^4.0.0", + "npm-normalize-package-bin": "^4.0.0" }, "bin": { "installed-package-contents": "bin/index.js" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/@npmcli/map-workspaces": { - "version": "3.0.6", + "version": "4.0.1", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/name-from-folder": "^2.0.0", + "@npmcli/name-from-folder": "^3.0.0", + "@npmcli/package-json": "^6.0.0", "glob": "^10.2.2", - "minimatch": "^9.0.0", - "read-package-json-fast": "^3.0.0" + "minimatch": "^9.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/@npmcli/metavuln-calculator": { - "version": "7.1.1", + "version": "8.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "cacache": "^18.0.0", - "json-parse-even-better-errors": "^3.0.0", - "pacote": "^18.0.0", - "proc-log": "^4.1.0", + "cacache": "^19.0.0", + "json-parse-even-better-errors": "^4.0.0", + "pacote": "^19.0.0", + "proc-log": "^5.0.0", "semver": "^7.3.5" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/@npmcli/name-from-folder": { - "version": "2.0.0", + "version": "3.0.0", "inBundle": true, "license": "ISC", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/@npmcli/node-gyp": { - "version": "3.0.0", + "version": "4.0.0", "inBundle": true, "license": "ISC", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/@npmcli/package-json": { - "version": "5.2.0", + "version": "6.0.1", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/git": "^5.0.0", + "@npmcli/git": "^6.0.0", "glob": "^10.2.2", - "hosted-git-info": "^7.0.0", - "json-parse-even-better-errors": "^3.0.0", - "normalize-package-data": "^6.0.0", - "proc-log": "^4.0.0", + "hosted-git-info": "^8.0.0", + "json-parse-even-better-errors": "^4.0.0", + "normalize-package-data": "^7.0.0", + "proc-log": "^5.0.0", "semver": "^7.5.3" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/@npmcli/promise-spawn": { - "version": "7.0.2", + "version": "8.0.1", "inBundle": true, "license": "ISC", "dependencies": { - "which": "^4.0.0" + "which": "^5.0.0" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/@npmcli/query": { - "version": "3.1.0", + "version": "4.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "postcss-selector-parser": "^6.0.10" + "postcss-selector-parser": "^6.1.2" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/@npmcli/redact": { - "version": "2.0.1", + "version": "3.0.0", "inBundle": true, "license": "ISC", "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/@npmcli/run-script": { - "version": "8.1.0", + "version": "9.0.1", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/node-gyp": "^3.0.0", - "@npmcli/package-json": "^5.0.0", - "@npmcli/promise-spawn": "^7.0.0", + "@npmcli/node-gyp": "^4.0.0", + "@npmcli/package-json": "^6.0.0", + "@npmcli/promise-spawn": "^8.0.0", "node-gyp": "^10.0.0", - "proc-log": "^4.0.0", - "which": "^4.0.0" + "proc-log": "^5.0.0", + "which": "^5.0.0" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/@pkgjs/parseargs": { @@ -17073,96 +17132,223 @@ "node": "^16.14.0 || >=18.0.0" } }, - "node_modules/npm/node_modules/@sigstore/tuf": { - "version": "2.3.4", + "node_modules/npm/node_modules/@sigstore/sign/node_modules/@npmcli/agent": { + "version": "2.2.2", "inBundle": true, - "license": "Apache-2.0", + "license": "ISC", "dependencies": { - "@sigstore/protobuf-specs": "^0.3.2", - "tuf-js": "^2.2.1" + "agent-base": "^7.1.0", + "http-proxy-agent": "^7.0.0", + "https-proxy-agent": "^7.0.1", + "lru-cache": "^10.0.1", + "socks-proxy-agent": "^8.0.3" }, "engines": { "node": "^16.14.0 || >=18.0.0" } }, - "node_modules/npm/node_modules/@sigstore/verify": { - "version": "1.2.1", + "node_modules/npm/node_modules/@sigstore/sign/node_modules/@npmcli/fs": { + "version": "3.1.1", "inBundle": true, - "license": "Apache-2.0", + "license": "ISC", "dependencies": { - "@sigstore/bundle": "^2.3.2", - "@sigstore/core": "^1.1.0", - "@sigstore/protobuf-specs": "^0.3.2" + "semver": "^7.3.5" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@sigstore/sign/node_modules/cacache": { + "version": "18.0.4", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/fs": "^3.1.0", + "fs-minipass": "^3.0.0", + "glob": "^10.2.2", + "lru-cache": "^10.0.1", + "minipass": "^7.0.3", + "minipass-collect": "^2.0.1", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "p-map": "^4.0.0", + "ssri": "^10.0.0", + "tar": "^6.1.11", + "unique-filename": "^3.0.0" }, "engines": { "node": "^16.14.0 || >=18.0.0" } }, - "node_modules/npm/node_modules/@tufjs/canonical-json": { - "version": "2.0.0", + "node_modules/npm/node_modules/@sigstore/sign/node_modules/make-fetch-happen": { + "version": "13.0.1", "inBundle": true, - "license": "MIT", + "license": "ISC", + "dependencies": { + "@npmcli/agent": "^2.0.0", + "cacache": "^18.0.0", + "http-cache-semantics": "^4.1.1", + "is-lambda": "^1.0.1", + "minipass": "^7.0.2", + "minipass-fetch": "^3.0.0", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "proc-log": "^4.2.0", + "promise-retry": "^2.0.1", + "ssri": "^10.0.0" + }, "engines": { "node": "^16.14.0 || >=18.0.0" } }, - "node_modules/npm/node_modules/@tufjs/models": { - "version": "2.0.1", + "node_modules/npm/node_modules/@sigstore/sign/node_modules/minipass-fetch": { + "version": "3.0.5", "inBundle": true, "license": "MIT", "dependencies": { - "@tufjs/canonical-json": "2.0.0", - "minimatch": "^9.0.4" + "minipass": "^7.0.3", + "minipass-sized": "^1.0.3", + "minizlib": "^2.1.2" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" } }, - "node_modules/npm/node_modules/abbrev": { - "version": "2.0.0", + "node_modules/npm/node_modules/@sigstore/sign/node_modules/proc-log": { + "version": "4.2.0", "inBundle": true, "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/npm/node_modules/agent-base": { - "version": "7.1.1", + "node_modules/npm/node_modules/@sigstore/sign/node_modules/ssri": { + "version": "10.0.6", "inBundle": true, - "license": "MIT", + "license": "ISC", "dependencies": { - "debug": "^4.3.4" + "minipass": "^7.0.3" }, "engines": { - "node": ">= 14" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/npm/node_modules/aggregate-error": { - "version": "3.1.0", + "node_modules/npm/node_modules/@sigstore/sign/node_modules/unique-filename": { + "version": "3.0.0", "inBundle": true, - "license": "MIT", + "license": "ISC", "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" + "unique-slug": "^4.0.0" }, "engines": { - "node": ">=8" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/npm/node_modules/ansi-regex": { - "version": "5.0.1", + "node_modules/npm/node_modules/@sigstore/sign/node_modules/unique-slug": { + "version": "4.0.0", "inBundle": true, - "license": "MIT", + "license": "ISC", + "dependencies": { + "imurmurhash": "^0.1.4" + }, "engines": { - "node": ">=8" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/npm/node_modules/ansi-styles": { - "version": "6.2.1", + "node_modules/npm/node_modules/@sigstore/tuf": { + "version": "2.3.4", "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=12" + "license": "Apache-2.0", + "dependencies": { + "@sigstore/protobuf-specs": "^0.3.2", + "tuf-js": "^2.2.1" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@sigstore/verify": { + "version": "1.2.1", + "inBundle": true, + "license": "Apache-2.0", + "dependencies": { + "@sigstore/bundle": "^2.3.2", + "@sigstore/core": "^1.1.0", + "@sigstore/protobuf-specs": "^0.3.2" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@tufjs/canonical-json": { + "version": "2.0.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@tufjs/models": { + "version": "2.0.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "@tufjs/canonical-json": "2.0.0", + "minimatch": "^9.0.4" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/abbrev": { + "version": "3.0.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/npm/node_modules/agent-base": { + "version": "7.1.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/npm/node_modules/aggregate-error": { + "version": "3.1.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/ansi-regex": { + "version": "5.0.1", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/ansi-styles": { + "version": "6.2.1", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=12" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" @@ -17184,17 +17370,18 @@ "license": "MIT" }, "node_modules/npm/node_modules/bin-links": { - "version": "4.0.4", + "version": "5.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "cmd-shim": "^6.0.0", - "npm-normalize-package-bin": "^3.0.0", - "read-cmd-shim": "^4.0.0", - "write-file-atomic": "^5.0.0" + "cmd-shim": "^7.0.0", + "npm-normalize-package-bin": "^4.0.0", + "proc-log": "^5.0.0", + "read-cmd-shim": "^5.0.0", + "write-file-atomic": "^6.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/binary-extensions": { @@ -17217,11 +17404,11 @@ } }, "node_modules/npm/node_modules/cacache": { - "version": "18.0.4", + "version": "19.0.1", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/fs": "^3.1.0", + "@npmcli/fs": "^4.0.0", "fs-minipass": "^3.0.0", "glob": "^10.2.2", "lru-cache": "^10.0.1", @@ -17229,13 +17416,82 @@ "minipass-collect": "^2.0.1", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", - "p-map": "^4.0.0", - "ssri": "^10.0.0", - "tar": "^6.1.11", - "unique-filename": "^3.0.0" + "p-map": "^7.0.2", + "ssri": "^12.0.0", + "tar": "^7.4.3", + "unique-filename": "^4.0.0" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/npm/node_modules/cacache/node_modules/chownr": { + "version": "3.0.0", + "inBundle": true, + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=18" + } + }, + "node_modules/npm/node_modules/cacache/node_modules/minizlib": { + "version": "3.0.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "minipass": "^7.0.4", + "rimraf": "^5.0.5" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/npm/node_modules/cacache/node_modules/mkdirp": { + "version": "3.0.1", + "inBundle": true, + "license": "MIT", + "bin": { + "mkdirp": "dist/cjs/src/bin.js" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm/node_modules/cacache/node_modules/p-map": { + "version": "7.0.2", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm/node_modules/cacache/node_modules/tar": { + "version": "7.4.3", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@isaacs/fs-minipass": "^4.0.0", + "chownr": "^3.0.0", + "minipass": "^7.1.2", + "minizlib": "^3.0.1", + "mkdirp": "^3.0.1", + "yallist": "^5.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/npm/node_modules/cacache/node_modules/yallist": { + "version": "5.0.0", + "inBundle": true, + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=18" } }, "node_modules/npm/node_modules/chalk": { @@ -17303,11 +17559,11 @@ } }, "node_modules/npm/node_modules/cmd-shim": { - "version": "6.0.3", + "version": "7.0.0", "inBundle": true, "license": "ISC", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/color-convert": { @@ -17494,14 +17750,14 @@ "license": "ISC" }, "node_modules/npm/node_modules/hosted-git-info": { - "version": "7.0.2", + "version": "8.0.0", "inBundle": true, "license": "ISC", "dependencies": { "lru-cache": "^10.0.1" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/http-cache-semantics": { @@ -17546,14 +17802,14 @@ } }, "node_modules/npm/node_modules/ignore-walk": { - "version": "6.0.5", + "version": "7.0.0", "inBundle": true, "license": "ISC", "dependencies": { "minimatch": "^9.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/imurmurhash": { @@ -17573,28 +17829,28 @@ } }, "node_modules/npm/node_modules/ini": { - "version": "4.1.3", + "version": "5.0.0", "inBundle": true, "license": "ISC", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/init-package-json": { - "version": "6.0.3", + "version": "7.0.1", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/package-json": "^5.0.0", - "npm-package-arg": "^11.0.0", - "promzard": "^1.0.0", - "read": "^3.0.1", + "@npmcli/package-json": "^6.0.0", + "npm-package-arg": "^12.0.0", + "promzard": "^2.0.0", + "read": "^4.0.0", "semver": "^7.3.5", "validate-npm-package-license": "^3.0.4", - "validate-npm-package-name": "^5.0.0" + "validate-npm-package-name": "^6.0.0" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/ip-address": { @@ -17669,11 +17925,11 @@ "license": "MIT" }, "node_modules/npm/node_modules/json-parse-even-better-errors": { - "version": "3.0.2", + "version": "4.0.0", "inBundle": true, "license": "MIT", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/json-stringify-nice": { @@ -17703,158 +17959,158 @@ "license": "MIT" }, "node_modules/npm/node_modules/libnpmaccess": { - "version": "8.0.6", + "version": "9.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "npm-package-arg": "^11.0.2", - "npm-registry-fetch": "^17.0.1" + "npm-package-arg": "^12.0.0", + "npm-registry-fetch": "^18.0.1" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/libnpmdiff": { - "version": "6.1.4", + "version": "7.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^7.5.4", - "@npmcli/installed-package-contents": "^2.1.0", + "@npmcli/arborist": "^8.0.0", + "@npmcli/installed-package-contents": "^3.0.0", "binary-extensions": "^2.3.0", "diff": "^5.1.0", "minimatch": "^9.0.4", - "npm-package-arg": "^11.0.2", - "pacote": "^18.0.6", + "npm-package-arg": "^12.0.0", + "pacote": "^19.0.0", "tar": "^6.2.1" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/libnpmexec": { - "version": "8.1.4", + "version": "9.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^7.5.4", - "@npmcli/run-script": "^8.1.0", + "@npmcli/arborist": "^8.0.0", + "@npmcli/run-script": "^9.0.1", "ci-info": "^4.0.0", - "npm-package-arg": "^11.0.2", - "pacote": "^18.0.6", - "proc-log": "^4.2.0", - "read": "^3.0.1", - "read-package-json-fast": "^3.0.2", + "npm-package-arg": "^12.0.0", + "pacote": "^19.0.0", + "proc-log": "^5.0.0", + "read": "^4.0.0", + "read-package-json-fast": "^4.0.0", "semver": "^7.3.7", "walk-up-path": "^3.0.1" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/libnpmfund": { - "version": "5.0.12", + "version": "6.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^7.5.4" + "@npmcli/arborist": "^8.0.0" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/libnpmhook": { - "version": "10.0.5", + "version": "11.0.0", "inBundle": true, "license": "ISC", "dependencies": { "aproba": "^2.0.0", - "npm-registry-fetch": "^17.0.1" + "npm-registry-fetch": "^18.0.1" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/libnpmorg": { - "version": "6.0.6", + "version": "7.0.0", "inBundle": true, "license": "ISC", "dependencies": { "aproba": "^2.0.0", - "npm-registry-fetch": "^17.0.1" + "npm-registry-fetch": "^18.0.1" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/libnpmpack": { - "version": "7.0.4", + "version": "8.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^7.5.4", - "@npmcli/run-script": "^8.1.0", - "npm-package-arg": "^11.0.2", - "pacote": "^18.0.6" + "@npmcli/arborist": "^8.0.0", + "@npmcli/run-script": "^9.0.1", + "npm-package-arg": "^12.0.0", + "pacote": "^19.0.0" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/libnpmpublish": { - "version": "9.0.9", + "version": "10.0.0", "inBundle": true, "license": "ISC", "dependencies": { "ci-info": "^4.0.0", - "normalize-package-data": "^6.0.1", - "npm-package-arg": "^11.0.2", - "npm-registry-fetch": "^17.0.1", - "proc-log": "^4.2.0", + "normalize-package-data": "^7.0.0", + "npm-package-arg": "^12.0.0", + "npm-registry-fetch": "^18.0.1", + "proc-log": "^5.0.0", "semver": "^7.3.7", "sigstore": "^2.2.0", - "ssri": "^10.0.6" + "ssri": "^12.0.0" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/libnpmsearch": { - "version": "7.0.6", + "version": "8.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "npm-registry-fetch": "^17.0.1" + "npm-registry-fetch": "^18.0.1" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/libnpmteam": { - "version": "6.0.5", + "version": "7.0.0", "inBundle": true, "license": "ISC", "dependencies": { "aproba": "^2.0.0", - "npm-registry-fetch": "^17.0.1" + "npm-registry-fetch": "^18.0.1" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/libnpmversion": { - "version": "6.0.3", + "version": "7.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/git": "^5.0.7", - "@npmcli/run-script": "^8.1.0", - "json-parse-even-better-errors": "^3.0.2", - "proc-log": "^4.2.0", + "@npmcli/git": "^6.0.1", + "@npmcli/run-script": "^9.0.1", + "json-parse-even-better-errors": "^4.0.0", + "proc-log": "^5.0.0", "semver": "^7.3.7" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/lru-cache": { @@ -17863,25 +18119,24 @@ "license": "ISC" }, "node_modules/npm/node_modules/make-fetch-happen": { - "version": "13.0.1", + "version": "14.0.1", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/agent": "^2.0.0", - "cacache": "^18.0.0", + "@npmcli/agent": "^3.0.0", + "cacache": "^19.0.1", "http-cache-semantics": "^4.1.1", - "is-lambda": "^1.0.1", "minipass": "^7.0.2", - "minipass-fetch": "^3.0.0", + "minipass-fetch": "^4.0.0", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", "negotiator": "^0.6.3", - "proc-log": "^4.2.0", + "proc-log": "^5.0.0", "promise-retry": "^2.0.1", - "ssri": "^10.0.0" + "ssri": "^12.0.0" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/minimatch": { @@ -17918,21 +18173,33 @@ } }, "node_modules/npm/node_modules/minipass-fetch": { - "version": "3.0.5", + "version": "4.0.0", "inBundle": true, "license": "MIT", "dependencies": { "minipass": "^7.0.3", "minipass-sized": "^1.0.3", - "minizlib": "^2.1.2" + "minizlib": "^3.0.1" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" }, "optionalDependencies": { "encoding": "^0.1.13" } }, + "node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib": { + "version": "3.0.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "minipass": "^7.0.4", + "rimraf": "^5.0.5" + }, + "engines": { + "node": ">= 18" + } + }, "node_modules/npm/node_modules/minipass-flush": { "version": "1.0.5", "inBundle": true, @@ -18039,11 +18306,11 @@ "license": "MIT" }, "node_modules/npm/node_modules/mute-stream": { - "version": "1.0.0", + "version": "2.0.0", "inBundle": true, "license": "ISC", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/negotiator": { @@ -18077,7 +18344,109 @@ "node": "^16.14.0 || >=18.0.0" } }, - "node_modules/npm/node_modules/nopt": { + "node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/agent": { + "version": "2.2.2", + "inBundle": true, + "license": "ISC", + "dependencies": { + "agent-base": "^7.1.0", + "http-proxy-agent": "^7.0.0", + "https-proxy-agent": "^7.0.1", + "lru-cache": "^10.0.1", + "socks-proxy-agent": "^8.0.3" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs": { + "version": "3.1.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "semver": "^7.3.5" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/node-gyp/node_modules/abbrev": { + "version": "2.0.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/node-gyp/node_modules/cacache": { + "version": "18.0.4", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/fs": "^3.1.0", + "fs-minipass": "^3.0.0", + "glob": "^10.2.2", + "lru-cache": "^10.0.1", + "minipass": "^7.0.3", + "minipass-collect": "^2.0.1", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "p-map": "^4.0.0", + "ssri": "^10.0.0", + "tar": "^6.1.11", + "unique-filename": "^3.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/node-gyp/node_modules/isexe": { + "version": "3.1.1", + "inBundle": true, + "license": "ISC", + "engines": { + "node": ">=16" + } + }, + "node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen": { + "version": "13.0.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/agent": "^2.0.0", + "cacache": "^18.0.0", + "http-cache-semantics": "^4.1.1", + "is-lambda": "^1.0.1", + "minipass": "^7.0.2", + "minipass-fetch": "^3.0.0", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "proc-log": "^4.2.0", + "promise-retry": "^2.0.1", + "ssri": "^10.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch": { + "version": "3.0.5", + "inBundle": true, + "license": "MIT", + "dependencies": { + "minipass": "^7.0.3", + "minipass-sized": "^1.0.3", + "minizlib": "^2.1.2" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" + } + }, + "node_modules/npm/node_modules/node-gyp/node_modules/nopt": { "version": "7.2.1", "inBundle": true, "license": "ISC", @@ -18091,132 +18460,221 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/npm/node_modules/node-gyp/node_modules/proc-log": { + "version": "4.2.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/node-gyp/node_modules/ssri": { + "version": "10.0.6", + "inBundle": true, + "license": "ISC", + "dependencies": { + "minipass": "^7.0.3" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/node-gyp/node_modules/unique-filename": { + "version": "3.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "unique-slug": "^4.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/node-gyp/node_modules/unique-slug": { + "version": "4.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "imurmurhash": "^0.1.4" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/node-gyp/node_modules/which": { + "version": "4.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "isexe": "^3.1.1" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/nopt": { + "version": "8.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "abbrev": "^2.0.0" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/npm/node_modules/nopt/node_modules/abbrev": { + "version": "2.0.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, "node_modules/npm/node_modules/normalize-package-data": { - "version": "6.0.2", + "version": "7.0.0", "inBundle": true, "license": "BSD-2-Clause", "dependencies": { - "hosted-git-info": "^7.0.0", + "hosted-git-info": "^8.0.0", "semver": "^7.3.5", "validate-npm-package-license": "^3.0.4" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/npm-audit-report": { - "version": "5.0.0", + "version": "6.0.0", "inBundle": true, "license": "ISC", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/npm-bundled": { - "version": "3.0.1", + "version": "4.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "npm-normalize-package-bin": "^3.0.0" + "npm-normalize-package-bin": "^4.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/npm-install-checks": { - "version": "6.3.0", + "version": "7.1.0", "inBundle": true, "license": "BSD-2-Clause", "dependencies": { "semver": "^7.1.1" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/npm-normalize-package-bin": { - "version": "3.0.1", + "version": "4.0.0", "inBundle": true, "license": "ISC", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/npm-package-arg": { - "version": "11.0.3", + "version": "12.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "hosted-git-info": "^7.0.0", - "proc-log": "^4.0.0", + "hosted-git-info": "^8.0.0", + "proc-log": "^5.0.0", "semver": "^7.3.5", - "validate-npm-package-name": "^5.0.0" + "validate-npm-package-name": "^6.0.0" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/npm-packlist": { - "version": "8.0.2", + "version": "9.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "ignore-walk": "^6.0.4" + "ignore-walk": "^7.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/npm-pick-manifest": { - "version": "9.1.0", + "version": "10.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "npm-install-checks": "^6.0.0", - "npm-normalize-package-bin": "^3.0.0", - "npm-package-arg": "^11.0.0", + "npm-install-checks": "^7.1.0", + "npm-normalize-package-bin": "^4.0.0", + "npm-package-arg": "^12.0.0", "semver": "^7.3.5" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/npm-profile": { - "version": "10.0.0", + "version": "11.0.1", "inBundle": true, "license": "ISC", "dependencies": { - "npm-registry-fetch": "^17.0.1", - "proc-log": "^4.0.0" + "npm-registry-fetch": "^18.0.0", + "proc-log": "^5.0.0" }, "engines": { - "node": ">=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/npm-registry-fetch": { - "version": "17.1.0", + "version": "18.0.1", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/redact": "^2.0.0", + "@npmcli/redact": "^3.0.0", "jsonparse": "^1.3.1", - "make-fetch-happen": "^13.0.0", + "make-fetch-happen": "^14.0.0", "minipass": "^7.0.2", - "minipass-fetch": "^3.0.0", - "minizlib": "^2.1.2", - "npm-package-arg": "^11.0.0", - "proc-log": "^4.0.0" + "minipass-fetch": "^4.0.0", + "minizlib": "^3.0.1", + "npm-package-arg": "^12.0.0", + "proc-log": "^5.0.0" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib": { + "version": "3.0.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "minipass": "^7.0.4", + "rimraf": "^5.0.5" + }, + "engines": { + "node": ">= 18" } }, "node_modules/npm/node_modules/npm-user-validate": { - "version": "2.0.1", + "version": "3.0.0", "inBundle": true, "license": "BSD-2-Clause", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/p-map": { @@ -18239,46 +18697,46 @@ "license": "BlueOak-1.0.0" }, "node_modules/npm/node_modules/pacote": { - "version": "18.0.6", + "version": "19.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/git": "^5.0.0", - "@npmcli/installed-package-contents": "^2.0.1", - "@npmcli/package-json": "^5.1.0", - "@npmcli/promise-spawn": "^7.0.0", - "@npmcli/run-script": "^8.0.0", - "cacache": "^18.0.0", + "@npmcli/git": "^6.0.0", + "@npmcli/installed-package-contents": "^3.0.0", + "@npmcli/package-json": "^6.0.0", + "@npmcli/promise-spawn": "^8.0.0", + "@npmcli/run-script": "^9.0.0", + "cacache": "^19.0.0", "fs-minipass": "^3.0.0", "minipass": "^7.0.2", - "npm-package-arg": "^11.0.0", - "npm-packlist": "^8.0.0", - "npm-pick-manifest": "^9.0.0", - "npm-registry-fetch": "^17.0.0", - "proc-log": "^4.0.0", + "npm-package-arg": "^12.0.0", + "npm-packlist": "^9.0.0", + "npm-pick-manifest": "^10.0.0", + "npm-registry-fetch": "^18.0.0", + "proc-log": "^5.0.0", "promise-retry": "^2.0.1", "sigstore": "^2.2.0", - "ssri": "^10.0.0", + "ssri": "^12.0.0", "tar": "^6.1.11" }, "bin": { "pacote": "bin/index.js" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/parse-conflict-json": { - "version": "3.0.1", + "version": "4.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "json-parse-even-better-errors": "^3.0.0", + "json-parse-even-better-errors": "^4.0.0", "just-diff": "^6.0.0", "just-diff-apply": "^5.2.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/path-key": { @@ -18317,19 +18775,19 @@ } }, "node_modules/npm/node_modules/proc-log": { - "version": "4.2.0", + "version": "5.0.0", "inBundle": true, "license": "ISC", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/proggy": { - "version": "2.0.0", + "version": "3.0.0", "inBundle": true, "license": "ISC", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/promise-all-reject-late": { @@ -18366,14 +18824,14 @@ } }, "node_modules/npm/node_modules/promzard": { - "version": "1.0.2", + "version": "2.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "read": "^3.0.1" + "read": "^4.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/qrcode-terminal": { @@ -18384,34 +18842,34 @@ } }, "node_modules/npm/node_modules/read": { - "version": "3.0.1", + "version": "4.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "mute-stream": "^1.0.0" + "mute-stream": "^2.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/read-cmd-shim": { - "version": "4.0.0", + "version": "5.0.0", "inBundle": true, "license": "ISC", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/read-package-json-fast": { - "version": "3.0.2", + "version": "4.0.0", "inBundle": true, "license": "ISC", "dependencies": { - "json-parse-even-better-errors": "^3.0.0", - "npm-normalize-package-bin": "^3.0.0" + "json-parse-even-better-errors": "^4.0.0", + "npm-normalize-package-bin": "^4.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/retry": { @@ -18422,6 +18880,20 @@ "node": ">= 4" } }, + "node_modules/npm/node_modules/rimraf": { + "version": "5.0.10", + "inBundle": true, + "license": "ISC", + "dependencies": { + "glob": "^10.3.7" + }, + "bin": { + "rimraf": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/npm/node_modules/safer-buffer": { "version": "2.1.2", "inBundle": true, @@ -18563,14 +19035,14 @@ "license": "BSD-3-Clause" }, "node_modules/npm/node_modules/ssri": { - "version": "10.0.6", + "version": "12.0.0", "inBundle": true, "license": "ISC", "dependencies": { "minipass": "^7.0.3" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/string-width": { @@ -18711,7 +19183,112 @@ "node": "^16.14.0 || >=18.0.0" } }, - "node_modules/npm/node_modules/unique-filename": { + "node_modules/npm/node_modules/tuf-js/node_modules/@npmcli/agent": { + "version": "2.2.2", + "inBundle": true, + "license": "ISC", + "dependencies": { + "agent-base": "^7.1.0", + "http-proxy-agent": "^7.0.0", + "https-proxy-agent": "^7.0.1", + "lru-cache": "^10.0.1", + "socks-proxy-agent": "^8.0.3" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/tuf-js/node_modules/@npmcli/fs": { + "version": "3.1.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "semver": "^7.3.5" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/tuf-js/node_modules/cacache": { + "version": "18.0.4", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/fs": "^3.1.0", + "fs-minipass": "^3.0.0", + "glob": "^10.2.2", + "lru-cache": "^10.0.1", + "minipass": "^7.0.3", + "minipass-collect": "^2.0.1", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "p-map": "^4.0.0", + "ssri": "^10.0.0", + "tar": "^6.1.11", + "unique-filename": "^3.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/tuf-js/node_modules/make-fetch-happen": { + "version": "13.0.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/agent": "^2.0.0", + "cacache": "^18.0.0", + "http-cache-semantics": "^4.1.1", + "is-lambda": "^1.0.1", + "minipass": "^7.0.2", + "minipass-fetch": "^3.0.0", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "proc-log": "^4.2.0", + "promise-retry": "^2.0.1", + "ssri": "^10.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/tuf-js/node_modules/minipass-fetch": { + "version": "3.0.5", + "inBundle": true, + "license": "MIT", + "dependencies": { + "minipass": "^7.0.3", + "minipass-sized": "^1.0.3", + "minizlib": "^2.1.2" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" + } + }, + "node_modules/npm/node_modules/tuf-js/node_modules/proc-log": { + "version": "4.2.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/tuf-js/node_modules/ssri": { + "version": "10.0.6", + "inBundle": true, + "license": "ISC", + "dependencies": { + "minipass": "^7.0.3" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/tuf-js/node_modules/unique-filename": { "version": "3.0.0", "inBundle": true, "license": "ISC", @@ -18722,7 +19299,7 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/npm/node_modules/unique-slug": { + "node_modules/npm/node_modules/tuf-js/node_modules/unique-slug": { "version": "4.0.0", "inBundle": true, "license": "ISC", @@ -18733,6 +19310,28 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/npm/node_modules/unique-filename": { + "version": "4.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "unique-slug": "^5.0.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/npm/node_modules/unique-slug": { + "version": "5.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "imurmurhash": "^0.1.4" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, "node_modules/npm/node_modules/util-deprecate": { "version": "1.0.2", "inBundle": true, @@ -18757,11 +19356,11 @@ } }, "node_modules/npm/node_modules/validate-npm-package-name": { - "version": "5.0.1", + "version": "6.0.0", "inBundle": true, "license": "ISC", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/walk-up-path": { @@ -18770,7 +19369,7 @@ "license": "ISC" }, "node_modules/npm/node_modules/which": { - "version": "4.0.0", + "version": "5.0.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -18780,7 +19379,7 @@ "node-which": "bin/which.js" }, "engines": { - "node": "^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/which/node_modules/isexe": { @@ -18885,7 +19484,7 @@ } }, "node_modules/npm/node_modules/write-file-atomic": { - "version": "5.0.1", + "version": "6.0.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -18893,7 +19492,7 @@ "signal-exit": "^4.0.1" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/yallist": { @@ -18937,9 +19536,9 @@ } }, "node_modules/nwsapi": { - "version": "2.2.12", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.12.tgz", - "integrity": "sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==", + "version": "2.2.13", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.13.tgz", + "integrity": "sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ==", "license": "MIT" }, "node_modules/nyc": { @@ -19793,9 +20392,9 @@ } }, "node_modules/package-json-from-dist": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz", - "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", "license": "BlueOak-1.0.0" }, "node_modules/pacote": { @@ -21407,15 +22006,15 @@ } }, "node_modules/regexp.prototype.flags": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", - "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.3.tgz", + "integrity": "sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==", "license": "MIT", "dependencies": { - "call-bind": "^1.0.6", + "call-bind": "^1.0.7", "define-properties": "^1.2.1", "es-errors": "^1.3.0", - "set-function-name": "^2.0.1" + "set-function-name": "^2.0.2" }, "engines": { "node": ">= 0.4" @@ -24307,9 +24906,9 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", - "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", + "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==", "dev": true, "funding": [ { @@ -24327,8 +24926,8 @@ ], "license": "MIT", "dependencies": { - "escalade": "^3.1.2", - "picocolors": "^1.0.1" + "escalade": "^3.2.0", + "picocolors": "^1.1.0" }, "bin": { "update-browserslist-db": "cli.js" @@ -24719,9 +25318,9 @@ } }, "node_modules/winston": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz", - "integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz", + "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==", "license": "MIT", "dependencies": { "@colors/colors": "^1.6.0", @@ -24741,31 +25340,95 @@ } }, "node_modules/winston-transport": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.7.1.tgz", - "integrity": "sha512-wQCXXVgfv/wUPOfb2x0ruxzwkcZfxcktz6JIMUaPLmcNhO4bZTwA/WtDWK74xV3F2dKu8YadrFv0qhwYjVEwhA==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.8.0.tgz", + "integrity": "sha512-qxSTKswC6llEMZKgCQdaWgDuMJQnhuvF5f2Nk3SNXc4byfQ+voo2mX1Px9dkNOuR8p0KAjfPG29PuYUSIb+vSA==", "license": "MIT", "dependencies": { "logform": "^2.6.1", - "readable-stream": "^3.6.2", + "readable-stream": "^4.5.2", "triple-beam": "^1.3.0" }, "engines": { "node": ">= 12.0.0" } }, + "node_modules/winston-transport/node_modules/buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } + }, + "node_modules/winston-transport/node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "license": "MIT", + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/winston-transport/node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "BSD-3-Clause" + }, "node_modules/winston-transport/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==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz", + "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==", "license": "MIT", "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" + "abort-controller": "^3.0.0", + "buffer": "^6.0.3", + "events": "^3.3.0", + "process": "^0.11.10", + "string_decoder": "^1.3.0" }, "engines": { - "node": ">= 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": { @@ -26301,25 +26964,26 @@ }, "packages/contentstack": { "name": "@contentstack/cli", - "version": "1.26.0", + "version": "1.27.0", "license": "MIT", "dependencies": { - "@contentstack/cli-audit": "~1.7.1", - "@contentstack/cli-auth": "~1.3.21", - "@contentstack/cli-cm-bootstrap": "~1.12.0", + "@contentstack/cli-audit": "~1.7.2", + "@contentstack/cli-auth": "~1.3.22", + "@contentstack/cli-cm-bootstrap": "~1.13.0", "@contentstack/cli-cm-branches": "~1.2.0", - "@contentstack/cli-cm-bulk-publish": "~1.4.8", - "@contentstack/cli-cm-clone": "~1.12.0", - "@contentstack/cli-cm-export": "~1.13.0", - "@contentstack/cli-cm-export-to-csv": "~1.7.2", - "@contentstack/cli-cm-import": "~1.18.0", - "@contentstack/cli-cm-migrate-rte": "~1.4.19", - "@contentstack/cli-cm-seed": "~1.9.0", - "@contentstack/cli-command": "~1.3.1", - "@contentstack/cli-config": "~1.7.1", - "@contentstack/cli-launch": "~1.2.2", - "@contentstack/cli-migration": "~1.6.1", - "@contentstack/cli-utilities": "~1.7.3", + "@contentstack/cli-cm-bulk-publish": "~1.4.9", + "@contentstack/cli-cm-clone": "~1.13.0", + "@contentstack/cli-cm-export": "~1.14.0", + "@contentstack/cli-cm-export-to-csv": "~1.7.3", + "@contentstack/cli-cm-import": "~1.19.0", + "@contentstack/cli-cm-migrate-rte": "~1.4.20", + "@contentstack/cli-cm-seed": "~1.10.0", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-config": "~1.7.3", + "@contentstack/cli-launch": "~1.2.3", + "@contentstack/cli-migration": "~1.6.2", + "@contentstack/cli-utilities": "~1.8.0", + "@contentstack/cli-variants": "~1.1.0", "@contentstack/management": "~1.17.0", "@oclif/core": "^3.26.5", "@oclif/plugin-help": "^5", @@ -26369,11 +27033,11 @@ }, "packages/contentstack-audit": { "name": "@contentstack/cli-audit", - "version": "1.7.1", + "version": "1.7.2", "license": "MIT", "dependencies": { - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "@oclif/plugin-help": "^5", "@oclif/plugin-plugins": "^5.0.0", "chalk": "^4.1.2", @@ -26413,16 +27077,16 @@ } }, "packages/contentstack-audit/node_modules/@types/mocha": { - "version": "10.0.8", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.8.tgz", - "integrity": "sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw==", + "version": "10.0.9", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", + "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", "dev": true, "license": "MIT" }, "packages/contentstack-audit/node_modules/@types/node": { - "version": "20.16.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.9.tgz", - "integrity": "sha512-rkvIVJxsOfBejxK7I0FO5sa2WxFmJCzoDwcd88+fq/CUfynNywTo/1/T6hyFz22CyztsnLS9nVlHOnTI36RH5w==", + "version": "20.16.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.11.tgz", + "integrity": "sha512-y+cTCACu92FyA5fgQSAI8A1H429g7aSK2HsO7K4XYUWc4dY5IUz55JSDIYT6/VsOLfGy8vmvQYC2hfb0iF16Uw==", "dev": true, "license": "MIT", "dependencies": { @@ -26579,9 +27243,9 @@ } }, "packages/contentstack-audit/node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, "license": "Apache-2.0", "bin": { @@ -26630,11 +27294,11 @@ }, "packages/contentstack-auth": { "name": "@contentstack/cli-auth", - "version": "1.3.21", + "version": "1.3.22", "license": "MIT", "dependencies": { - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "chalk": "^4.0.0", "debug": "^4.1.1", "inquirer": "8.2.4", @@ -26671,12 +27335,12 @@ }, "packages/contentstack-bootstrap": { "name": "@contentstack/cli-cm-bootstrap", - "version": "1.12.0", + "version": "1.13.0", "license": "MIT", "dependencies": { - "@contentstack/cli-cm-seed": "~1.9.0", - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-cm-seed": "~1.10.0", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "inquirer": "8.2.4", "mkdirp": "^1.0.4", "tar": "^6.2.1 " @@ -26756,8 +27420,8 @@ "version": "1.2.0", "license": "MIT", "dependencies": { - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "@oclif/core": "^3.26.5", "async": "^3.2.4", "big-json": "^3.2.0", @@ -26776,8 +27440,8 @@ "winston": "^3.7.2" }, "devDependencies": { - "@contentstack/cli-auth": "~1.3.19", - "@contentstack/cli-config": "~1.7.0", + "@contentstack/cli-auth": "~1.3.22", + "@contentstack/cli-config": "~1.7.3", "@contentstack/cli-dev-dependencies": "~1.2.4", "@oclif/plugin-help": "^5.1.19", "@oclif/test": "^2.5.6", @@ -26802,11 +27466,11 @@ }, "packages/contentstack-bulk-publish": { "name": "@contentstack/cli-cm-bulk-publish", - "version": "1.4.8", + "version": "1.4.9", "license": "MIT", "dependencies": { - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "bluebird": "^3.7.2", "chalk": "^4.1.2", "dotenv": "^16.1.4", @@ -26840,14 +27504,14 @@ }, "packages/contentstack-clone": { "name": "@contentstack/cli-cm-clone", - "version": "1.12.0", + "version": "1.13.0", "license": "MIT", "dependencies": { "@colors/colors": "^1.5.0", - "@contentstack/cli-cm-export": "~1.13.0", - "@contentstack/cli-cm-import": "~1.18.0", - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-cm-export": "~1.14.0", + "@contentstack/cli-cm-import": "~1.19.0", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "async": "^3.2.4", "chalk": "^4.1.0", "child_process": "^1.0.2", @@ -26950,10 +27614,10 @@ }, "packages/contentstack-command": { "name": "@contentstack/cli-command", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "dependencies": { - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-utilities": "~1.8.0", "contentstack": "^3.10.1" }, "devDependencies": { @@ -27027,11 +27691,11 @@ }, "packages/contentstack-config": { "name": "@contentstack/cli-config", - "version": "1.7.2", + "version": "1.7.3", "license": "MIT", "dependencies": { - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "chalk": "^4.0.0", "debug": "^4.1.1", "inquirer": "8.2.4", @@ -27233,6 +27897,7 @@ "version": "7.32.0", "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz", "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==", + "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", "dev": true, "license": "MIT", "dependencies": { @@ -27433,12 +28098,12 @@ }, "packages/contentstack-export": { "name": "@contentstack/cli-cm-export", - "version": "1.13.0", + "version": "1.14.0", "license": "MIT", "dependencies": { - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", - "@contentstack/cli-variants": "~1.0.0", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", + "@contentstack/cli-variants": "~1.1.0", "@oclif/core": "^3.26.5", "async": "^3.2.4", "big-json": "^3.2.0", @@ -27456,8 +28121,8 @@ "winston": "^3.7.2" }, "devDependencies": { - "@contentstack/cli-auth": "~1.3.19", - "@contentstack/cli-config": "~1.7.0", + "@contentstack/cli-auth": "~1.3.22", + "@contentstack/cli-config": "~1.7.3", "@contentstack/cli-dev-dependencies": "~1.2.4", "@oclif/plugin-help": "^5.1.19", "@oclif/test": "^2.5.6", @@ -27484,11 +28149,11 @@ }, "packages/contentstack-export-to-csv": { "name": "@contentstack/cli-cm-export-to-csv", - "version": "1.7.2", + "version": "1.7.3", "license": "MIT", "dependencies": { - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "chalk": "^4.1.0", "fast-csv": "^4.3.6", "inquirer": "8.2.4", @@ -27569,9 +28234,9 @@ "license": "BSD-3-Clause" }, "packages/contentstack-export-to-csv/node_modules/@types/mocha": { - "version": "10.0.8", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.8.tgz", - "integrity": "sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw==", + "version": "10.0.9", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", + "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", "dev": true, "license": "MIT" }, @@ -27659,6 +28324,7 @@ "version": "7.32.0", "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz", "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==", + "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", "dev": true, "license": "MIT", "dependencies": { @@ -28013,13 +28679,13 @@ }, "packages/contentstack-import": { "name": "@contentstack/cli-cm-import", - "version": "1.18.0", + "version": "1.19.0", "license": "MIT", "dependencies": { - "@contentstack/cli-audit": "~1.7.0", - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", - "@contentstack/cli-variants": "~1.0.0", + "@contentstack/cli-audit": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", + "@contentstack/cli-variants": "~1.1.0", "@contentstack/management": "~1.17.0", "@oclif/core": "^3.26.5", "big-json": "^3.2.0", @@ -28068,49 +28734,49 @@ }, "packages/contentstack-launch": { "name": "@contentstack/cli-launch", - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "dependencies": { - "@apollo/client": "^3.7.9", - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", - "@oclif/core": "^3.26.5", - "@oclif/plugin-help": "^5", - "@oclif/plugin-plugins": "^5.0.0", - "@types/express": "^4.17.17", - "@types/express-serve-static-core": "^4.17.34", - "adm-zip": "^0.5.10", + "@apollo/client": "^3.11.8", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", + "@oclif/core": "^3.27.0", + "@oclif/plugin-help": "^5.2.20", + "@oclif/plugin-plugins": "^5.4.14", + "@types/express": "^4.17.21", + "@types/express-serve-static-core": "^4.19.6", + "adm-zip": "^0.5.16", "chalk": "^4.1.2", - "cross-fetch": "^3.1.5", + "cross-fetch": "^3.1.8", "dotenv": "^16.0.3", "esm": "^3.2.25", - "express": "^4.21.0", + "express": "^4.21.1", "form-data": "^4.0.0", - "graphql": "^16.8.1", + "graphql": "^16.9.0", "ini": "^3.0.1", "lodash": "^4.17.21", "open": "^8.4.2", - "winston": "^3.8.2" + "winston": "^3.15.0" }, "bin": { "launch": "bin/run.js" }, "devDependencies": { "@oclif/test": "^2.5.6", - "@types/adm-zip": "^0.5.0", + "@types/adm-zip": "^0.5.5", "@types/chai": "^4", - "@types/esm": "^3.2.0", - "@types/ini": "^1.3.31", - "@types/lodash": "^4.14.195", - "@types/node": "^16.18.12", + "@types/esm": "^3.2.2", + "@types/ini": "^1.3.34", + "@types/lodash": "^4.17.10", + "@types/node": "^16.18.113", "chai": "^4", "eslint": "^7.32.0", "eslint-config-oclif": "^4", - "eslint-config-oclif-typescript": "^3.0.8", - "oclif": "^3.11.3", - "shx": "^0.3.3", - "ts-node": "^10.9.1", - "tslib": "^2.5.0", + "eslint-config-oclif-typescript": "^3.1.12", + "oclif": "^3.17.2", + "shx": "^0.3.4", + "ts-node": "^10.9.2", + "tslib": "^2.7.0", "typescript": "^4.9.5" }, "engines": { @@ -28173,9 +28839,9 @@ "license": "BSD-3-Clause" }, "packages/contentstack-launch/node_modules/@types/node": { - "version": "16.18.111", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.111.tgz", - "integrity": "sha512-U1l6itlxU+vrJ9KyowQLKV9X+UuQBRhBF9v/XkGhAGgNHHRWzyY7FfTYRXt3vYOXPrd8UGlbYFK5HdneKCwXPQ==", + "version": "16.18.113", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.113.tgz", + "integrity": "sha512-4jHxcEzSXpF1cBNxogs5FVbVSFSKo50sFCn7Xg7vmjJTbWFWgeuHW3QnoINlfmfG++MFR/q97RZE5RQXKeT+jg==", "dev": true, "license": "MIT" }, @@ -28224,6 +28890,7 @@ "version": "7.32.0", "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz", "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==", + "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", "dev": true, "license": "MIT", "dependencies": { @@ -28384,11 +29051,11 @@ }, "packages/contentstack-migrate-rte": { "name": "@contentstack/cli-cm-migrate-rte", - "version": "1.4.19", + "version": "1.4.20", "license": "MIT", "dependencies": { - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "@contentstack/json-rte-serializer": "~2.0.4", "chalk": "^4.1.2", "collapse-whitespace": "^1.1.7", @@ -28424,11 +29091,11 @@ }, "packages/contentstack-migration": { "name": "@contentstack/cli-migration", - "version": "1.6.1", + "version": "1.6.2", "license": "MIT", "dependencies": { - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "async": "^3.2.4", "callsites": "^3.1.0", "cardinal": "^2.1.1", @@ -28457,12 +29124,12 @@ }, "packages/contentstack-seed": { "name": "@contentstack/cli-cm-seed", - "version": "1.9.0", + "version": "1.10.0", "license": "MIT", "dependencies": { - "@contentstack/cli-cm-import": "~1.18.0", - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-cm-import": "~1.19.0", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "inquirer": "8.2.4", "mkdirp": "^1.0.4", "tar": "^6.1.13", @@ -28541,7 +29208,7 @@ }, "packages/contentstack-utilities": { "name": "@contentstack/cli-utilities", - "version": "1.7.3", + "version": "1.8.0", "license": "MIT", "dependencies": { "@contentstack/management": "~1.17.0", @@ -28553,6 +29220,7 @@ "cli-table": "^0.3.11", "conf": "^10.2.0", "debug": "^4.1.1", + "dotenv": "^16.4.5", "figures": "^3.2.0", "inquirer": "8.2.4", "inquirer-search-checkbox": "^1.0.0", @@ -28627,10 +29295,10 @@ }, "packages/contentstack-variants": { "name": "@contentstack/cli-variants", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { - "@contentstack/cli-utilities": "^1.5.12", + "@contentstack/cli-utilities": "^1.8.0", "lodash": "^4.17.21", "mkdirp": "^1.0.4", "winston": "^3.7.2" @@ -28660,9 +29328,9 @@ } }, "packages/contentstack-variants/node_modules/@types/node": { - "version": "20.16.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.9.tgz", - "integrity": "sha512-rkvIVJxsOfBejxK7I0FO5sa2WxFmJCzoDwcd88+fq/CUfynNywTo/1/T6hyFz22CyztsnLS9nVlHOnTI36RH5w==", + "version": "20.16.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.11.tgz", + "integrity": "sha512-y+cTCACu92FyA5fgQSAI8A1H429g7aSK2HsO7K4XYUWc4dY5IUz55JSDIYT6/VsOLfGy8vmvQYC2hfb0iF16Uw==", "dev": true, "license": "MIT", "dependencies": { @@ -28872,9 +29540,9 @@ } }, "packages/contentstack-variants/node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/packages/contentstack-audit/README.md b/packages/contentstack-audit/README.md index e08014afd3..8cd4f52d3d 100644 --- a/packages/contentstack-audit/README.md +++ b/packages/contentstack-audit/README.md @@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit $ csdx COMMAND running command... $ csdx (--version|-v) -@contentstack/cli-audit/1.7.1 darwin-arm64 node-v22.2.0 +@contentstack/cli-audit/1.7.2 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-audit/package.json b/packages/contentstack-audit/package.json index 7acc64c735..17fc1edbd4 100644 --- a/packages/contentstack-audit/package.json +++ b/packages/contentstack-audit/package.json @@ -1,6 +1,6 @@ { "name": "@contentstack/cli-audit", - "version": "1.7.1", + "version": "1.7.2", "description": "Contentstack audit plugin", "author": "Contentstack CLI", "homepage": "https://github.com/contentstack/cli", @@ -18,8 +18,8 @@ "/oclif.manifest.json" ], "dependencies": { - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "@oclif/plugin-help": "^5", "@oclif/plugin-plugins": "^5.0.0", "chalk": "^4.1.2", diff --git a/packages/contentstack-auth/README.md b/packages/contentstack-auth/README.md index f4f077e0e9..97600ae039 100644 --- a/packages/contentstack-auth/README.md +++ b/packages/contentstack-auth/README.md @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-auth $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-auth/1.3.21 darwin-arm64 node-v22.2.0 +@contentstack/cli-auth/1.3.22 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-auth/package.json b/packages/contentstack-auth/package.json index 26a7500c79..6f890fc6ab 100644 --- a/packages/contentstack-auth/package.json +++ b/packages/contentstack-auth/package.json @@ -1,7 +1,7 @@ { "name": "@contentstack/cli-auth", "description": "Contentstack CLI plugin for authentication activities", - "version": "1.3.21", + "version": "1.3.22", "author": "Contentstack", "bugs": "https://github.com/contentstack/cli/issues", "scripts": { @@ -22,8 +22,8 @@ "test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\"" }, "dependencies": { - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "chalk": "^4.0.0", "debug": "^4.1.1", "inquirer": "8.2.4", diff --git a/packages/contentstack-bootstrap/README.md b/packages/contentstack-bootstrap/README.md index 1b75d997d7..b7cbd34f9f 100644 --- a/packages/contentstack-bootstrap/README.md +++ b/packages/contentstack-bootstrap/README.md @@ -15,7 +15,7 @@ $ npm install -g @contentstack/cli-cm-bootstrap $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-cm-bootstrap/1.12.0 darwin-arm64 node-v22.2.0 +@contentstack/cli-cm-bootstrap/1.13.0 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-bootstrap/package.json b/packages/contentstack-bootstrap/package.json index 5afeb6b48a..5e816bb137 100644 --- a/packages/contentstack-bootstrap/package.json +++ b/packages/contentstack-bootstrap/package.json @@ -1,7 +1,7 @@ { "name": "@contentstack/cli-cm-bootstrap", "description": "Bootstrap contentstack apps", - "version": "1.12.0", + "version": "1.13.0", "author": "Contentstack", "bugs": "https://github.com/contentstack/cli/issues", "scripts": { @@ -17,9 +17,9 @@ "test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\"" }, "dependencies": { - "@contentstack/cli-cm-seed": "~1.9.0", - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-cm-seed": "~1.10.0", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "inquirer": "8.2.4", "mkdirp": "^1.0.4", "tar": "^6.2.1 " diff --git a/packages/contentstack-branches/README.md b/packages/contentstack-branches/README.md index 112e2319a9..74f0e2f782 100755 --- a/packages/contentstack-branches/README.md +++ b/packages/contentstack-branches/README.md @@ -37,7 +37,7 @@ $ npm install -g @contentstack/cli-cm-branches $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-cm-branches/1.1.3 darwin-arm64 node-v22.2.0 +@contentstack/cli-cm-branches/1.1.4 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-branches/package.json b/packages/contentstack-branches/package.json index 85649cb7cc..f4d02330c7 100644 --- a/packages/contentstack-branches/package.json +++ b/packages/contentstack-branches/package.json @@ -5,8 +5,8 @@ "author": "Contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "@oclif/core": "^3.26.5", "async": "^3.2.4", "big-json": "^3.2.0", @@ -25,8 +25,8 @@ "winston": "^3.7.2" }, "devDependencies": { - "@contentstack/cli-auth": "~1.3.19", - "@contentstack/cli-config": "~1.7.0", + "@contentstack/cli-auth": "~1.3.22", + "@contentstack/cli-config": "~1.7.3", "@contentstack/cli-dev-dependencies": "~1.2.4", "@oclif/plugin-help": "^5.1.19", "@oclif/test": "^2.5.6", diff --git a/packages/contentstack-bulk-publish/README.md b/packages/contentstack-bulk-publish/README.md index 7780bea08b..fb227ea3e5 100644 --- a/packages/contentstack-bulk-publish/README.md +++ b/packages/contentstack-bulk-publish/README.md @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-cm-bulk-publish $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-cm-bulk-publish/1.4.8 darwin-arm64 node-v22.2.0 +@contentstack/cli-cm-bulk-publish/1.4.9 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-bulk-publish/package.json b/packages/contentstack-bulk-publish/package.json index b227eb1048..36bf40595a 100644 --- a/packages/contentstack-bulk-publish/package.json +++ b/packages/contentstack-bulk-publish/package.json @@ -1,12 +1,12 @@ { "name": "@contentstack/cli-cm-bulk-publish", "description": "Contentstack CLI plugin for bulk publish actions", - "version": "1.4.8", + "version": "1.4.9", "author": "Contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "bluebird": "^3.7.2", "chalk": "^4.1.2", "dotenv": "^16.1.4", diff --git a/packages/contentstack-clone/README.md b/packages/contentstack-clone/README.md index 63e5b864cc..dd1a9bd9d9 100644 --- a/packages/contentstack-clone/README.md +++ b/packages/contentstack-clone/README.md @@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-cm-clone $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-cm-clone/1.12.0 darwin-arm64 node-v22.2.0 +@contentstack/cli-cm-clone/1.13.0 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-clone/package.json b/packages/contentstack-clone/package.json index d8d5e7823e..b0e6a3f5b4 100644 --- a/packages/contentstack-clone/package.json +++ b/packages/contentstack-clone/package.json @@ -1,15 +1,15 @@ { "name": "@contentstack/cli-cm-clone", "description": "Contentstack stack clone plugin", - "version": "1.12.0", + "version": "1.13.0", "author": "Contentstack", "bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues", "dependencies": { "@colors/colors": "^1.5.0", - "@contentstack/cli-cm-export": "~1.13.0", - "@contentstack/cli-cm-import": "~1.18.0", - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-cm-export": "~1.14.0", + "@contentstack/cli-cm-import": "~1.19.0", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "async": "^3.2.4", "chalk": "^4.1.0", "child_process": "^1.0.2", diff --git a/packages/contentstack-command/package.json b/packages/contentstack-command/package.json index cd005b2244..34e0695bd6 100644 --- a/packages/contentstack-command/package.json +++ b/packages/contentstack-command/package.json @@ -1,7 +1,7 @@ { "name": "@contentstack/cli-command", "description": "Contentstack CLI plugin for configuration", - "version": "1.3.1", + "version": "1.3.2", "author": "Contentstack", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -17,7 +17,7 @@ "format": "eslint src/**/*.ts --fix" }, "dependencies": { - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-utilities": "~1.8.0", "contentstack": "^3.10.1" }, "devDependencies": { diff --git a/packages/contentstack-config/README.md b/packages/contentstack-config/README.md index 901a8d8256..6029836d4d 100644 --- a/packages/contentstack-config/README.md +++ b/packages/contentstack-config/README.md @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-config $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-config/1.7.2 darwin-arm64 node-v22.2.0 +@contentstack/cli-config/1.7.3 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-config/logs/cli.log b/packages/contentstack-config/logs/cli.log new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/contentstack-config/package.json b/packages/contentstack-config/package.json index 8ad3734c78..c8ef75a741 100644 --- a/packages/contentstack-config/package.json +++ b/packages/contentstack-config/package.json @@ -1,7 +1,7 @@ { "name": "@contentstack/cli-config", "description": "Contentstack CLI plugin for configuration", - "version": "1.7.2", + "version": "1.7.3", "author": "Contentstack", "scripts": { "build": "npm run clean && npm run compile", @@ -21,8 +21,8 @@ "test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\"" }, "dependencies": { - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "chalk": "^4.0.0", "debug": "^4.1.1", "inquirer": "8.2.4", diff --git a/packages/contentstack-export-to-csv/package.json b/packages/contentstack-export-to-csv/package.json index 75a3fe0a9c..c4d8e435d1 100644 --- a/packages/contentstack-export-to-csv/package.json +++ b/packages/contentstack-export-to-csv/package.json @@ -1,12 +1,12 @@ { "name": "@contentstack/cli-cm-export-to-csv", "description": "Export entities to csv", - "version": "1.7.2", + "version": "1.7.3", "author": "Abhinav Gupta @abhinav-from-contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "chalk": "^4.1.0", "fast-csv": "^4.3.6", "inquirer": "8.2.4", diff --git a/packages/contentstack-export/README.md b/packages/contentstack-export/README.md index 977f6c8cce..71fe5f1f73 100755 --- a/packages/contentstack-export/README.md +++ b/packages/contentstack-export/README.md @@ -48,7 +48,7 @@ $ npm install -g @contentstack/cli-cm-export $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-cm-export/1.13.0 darwin-arm64 node-v22.2.0 +@contentstack/cli-cm-export/1.14.0 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-export/package.json b/packages/contentstack-export/package.json index 1e76451286..f2807ddbf4 100644 --- a/packages/contentstack-export/package.json +++ b/packages/contentstack-export/package.json @@ -1,13 +1,13 @@ { "name": "@contentstack/cli-cm-export", "description": "Contentstack CLI plugin to export content from stack", - "version": "1.13.0", + "version": "1.14.0", "author": "Contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-variants": "~1.0.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-variants": "~1.1.0", + "@contentstack/cli-utilities": "~1.8.0", "@oclif/core": "^3.26.5", "async": "^3.2.4", "big-json": "^3.2.0", @@ -25,8 +25,8 @@ "winston": "^3.7.2" }, "devDependencies": { - "@contentstack/cli-auth": "~1.3.19", - "@contentstack/cli-config": "~1.7.0", + "@contentstack/cli-auth": "~1.3.22", + "@contentstack/cli-config": "~1.7.3", "@contentstack/cli-dev-dependencies": "~1.2.4", "@oclif/plugin-help": "^5.1.19", "@oclif/test": "^2.5.6", diff --git a/packages/contentstack-export/src/export/modules/marketplace-apps.ts b/packages/contentstack-export/src/export/modules/marketplace-apps.ts index cc2a5b4e9c..ff34d2400f 100644 --- a/packages/contentstack-export/src/export/modules/marketplace-apps.ts +++ b/packages/contentstack-export/src/export/modules/marketplace-apps.ts @@ -138,7 +138,9 @@ export default class ExportMarketplaceApps { */ async getAppConfigurations(index: number, appInstallation: any) { const appName = appInstallation?.manifest?.name; - log(this.exportConfig, `Exporting ${appName} app and it's config.`, 'info'); + const appUid = appInstallation?.manifest?.uid; + const app = appName || appUid; + log(this.exportConfig, `Exporting ${app} app and it's config.`, 'info'); await this.appSdk .marketplace(this.exportConfig.org_uid) @@ -158,17 +160,17 @@ export default class ExportMarketplaceApps { if (!isEmpty(data?.server_configuration)) { this.installedApps[index]['server_configuration'] = this.nodeCrypto.encrypt(data.server_configuration); - log(this.exportConfig, `Exported ${appName} app and it's config.`, 'success'); + log(this.exportConfig, `Exported ${app} app and it's config.`, 'success'); } else { - log(this.exportConfig, `Exported ${appName} app`, 'success'); + log(this.exportConfig, `Exported ${app} app`, 'success'); } } else if (error) { - log(this.exportConfig, `Error on exporting ${appName} app and it's config.`, 'error'); + log(this.exportConfig, `Error on exporting ${app} app and it's config.`, 'error'); log(this.exportConfig, error, 'error'); } }) .catch((error: any) => { - log(this.exportConfig, `Failed to export ${appName} app config ${formatError(error)}`, 'error'); + log(this.exportConfig, `Failed to export ${app} app config ${formatError(error)}`, 'error'); log(this.exportConfig, error, 'error'); }); } diff --git a/packages/contentstack-export/src/export/modules/personalize.ts b/packages/contentstack-export/src/export/modules/personalize.ts index 45cff20807..6fa5f89b33 100644 --- a/packages/contentstack-export/src/export/modules/personalize.ts +++ b/packages/contentstack-export/src/export/modules/personalize.ts @@ -7,7 +7,7 @@ import { AnyProperty, } from '@contentstack/cli-variants'; -import { log, formatError } from '../../utils'; +import { log } from '../../utils'; import { ModuleClassParams, ExportConfig } from '../../types'; export default class ExportPersonalize { diff --git a/packages/contentstack-import/README.md b/packages/contentstack-import/README.md index 7f298bfa34..7a8b367abf 100644 --- a/packages/contentstack-import/README.md +++ b/packages/contentstack-import/README.md @@ -47,7 +47,7 @@ $ npm install -g @contentstack/cli-cm-import $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-cm-import/1.18.0 darwin-arm64 node-v22.2.0 +@contentstack/cli-cm-import/1.19.0 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-import/package.json b/packages/contentstack-import/package.json index f1ec8916f9..9024cd8a4f 100644 --- a/packages/contentstack-import/package.json +++ b/packages/contentstack-import/package.json @@ -1,15 +1,15 @@ { "name": "@contentstack/cli-cm-import", "description": "Contentstack CLI plugin to import content into stack", - "version": "1.18.0", + "version": "1.19.0", "author": "Contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { - "@contentstack/cli-audit": "~1.7.0", - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-audit": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "@contentstack/management": "~1.17.0", - "@contentstack/cli-variants": "~1.0.0", + "@contentstack/cli-variants": "~1.1.0", "@oclif/core": "^3.26.5", "big-json": "^3.2.0", "bluebird": "^3.7.2", diff --git a/packages/contentstack-import/src/import/modules/marketplace-apps.ts b/packages/contentstack-import/src/import/modules/marketplace-apps.ts index 91a0d16341..f334807e92 100644 --- a/packages/contentstack-import/src/import/modules/marketplace-apps.ts +++ b/packages/contentstack-import/src/import/modules/marketplace-apps.ts @@ -438,7 +438,7 @@ export default class ImportMarketplaceApps { ); if (installation.installation_uid) { - const appName = this.appNameMapping[app.manifest.name] ?? app.manifest.name; + const appName = this.appNameMapping[app.manifest.name] || app.manifest.name || app.manifest.uid; log(this.importConfig, `${appName} app installed successfully.!`, 'success'); await makeRedirectUrlCall(installation, appName, this.importConfig); this.installationUidMapping[app.uid] = installation.installation_uid; @@ -448,7 +448,8 @@ export default class ImportMarketplaceApps { await confirmToCloseProcess(installation, this.importConfig); } } else if (!isEmpty(configuration) || !isEmpty(server_configuration)) { - log(this.importConfig, `${app.manifest.name} is already installed`, 'success'); + const appName = app.manifest.name || app.manifest.uid; + log(this.importConfig, `${appName} is already installed`, 'success'); updateParam = await ifAppAlreadyExist(app, currentStackApp, this.importConfig); } @@ -481,7 +482,8 @@ export default class ImportMarketplaceApps { trace(data, 'error', true); log(this.importConfig, formatError(data.message), 'success'); } else { - log(this.importConfig, `${app.manifest.name} app config updated successfully.!`, 'success'); + const appName = app.manifest.name || app.manifest.uid; + log(this.importConfig, `${appName} app config updated successfully.!`, 'success'); } }) .catch((error: any) => { diff --git a/packages/contentstack-import/src/utils/entries-helper.ts b/packages/contentstack-import/src/utils/entries-helper.ts index ac070662aa..503a540556 100644 --- a/packages/contentstack-import/src/utils/entries-helper.ts +++ b/packages/contentstack-import/src/utils/entries-helper.ts @@ -548,11 +548,17 @@ export const restoreJsonRteEntryRefs = ( }); } else { entry[element.uid] = restoreReferenceInJsonRTE(sourceStackEntry[element.uid], uidMapper); - entry[element.uid].children = entry[element.uid].children.map((child: any) => { - child = setDirtyTrue(child); - child = resolveAssetRefsInEntryRefsForJsonRte(child, mappedAssetUids, mappedAssetUrls); - return child; - }); + if (entry[element.uid].children && entry[element.uid].children.length > 0) { + entry[element.uid].children = entry[element.uid].children.map((child: any) => { + child = setDirtyTrue(child); + child = resolveAssetRefsInEntryRefsForJsonRte(child, mappedAssetUids, mappedAssetUrls); + return child; + }); + } else { + entry[element.uid].children = [ + { type: 'p', attrs: { style: {}, 'redactor-attributes': {}, dir: 'ltr' } }, + ]; + } } } break; diff --git a/packages/contentstack-launch/README.md b/packages/contentstack-launch/README.md index 8e5aa51675..deb2e66ae1 100755 --- a/packages/contentstack-launch/README.md +++ b/packages/contentstack-launch/README.md @@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-launch $ csdx COMMAND running command... $ csdx (--version|-v) -@contentstack/cli-launch/1.2.2 darwin-arm64 node-v22.2.0 +@contentstack/cli-launch/1.2.3 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-launch/package.json b/packages/contentstack-launch/package.json index 4400648155..18c4af2506 100755 --- a/packages/contentstack-launch/package.json +++ b/packages/contentstack-launch/package.json @@ -1,6 +1,6 @@ { "name": "@contentstack/cli-launch", - "version": "1.2.2", + "version": "1.2.3", "description": "Launch related operations", "author": "Contentstack CLI", "bin": { @@ -17,43 +17,43 @@ "/oclif.manifest.json" ], "dependencies": { - "@apollo/client": "^3.7.9", - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", - "@oclif/core": "^3.26.5", - "@oclif/plugin-help": "^5", - "@oclif/plugin-plugins": "^5.0.0", - "@types/express": "^4.17.17", - "@types/express-serve-static-core": "^4.17.34", - "adm-zip": "^0.5.10", + "@apollo/client": "^3.11.8", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", + "@oclif/core": "^3.27.0", + "@oclif/plugin-help": "^5.2.20", + "@oclif/plugin-plugins": "^5.4.14", + "@types/express": "^4.17.21", + "@types/express-serve-static-core": "^4.19.6", + "adm-zip": "^0.5.16", "chalk": "^4.1.2", - "cross-fetch": "^3.1.5", + "cross-fetch": "^3.1.8", "dotenv": "^16.0.3", "esm": "^3.2.25", - "express": "^4.21.0", + "express": "^4.21.1", "form-data": "^4.0.0", - "graphql": "^16.8.1", + "graphql": "^16.9.0", "ini": "^3.0.1", "lodash": "^4.17.21", "open": "^8.4.2", - "winston": "^3.8.2" + "winston": "^3.15.0" }, "devDependencies": { "@oclif/test": "^2.5.6", - "@types/adm-zip": "^0.5.0", + "@types/adm-zip": "^0.5.5", "@types/chai": "^4", - "@types/esm": "^3.2.0", - "@types/ini": "^1.3.31", - "@types/lodash": "^4.14.195", - "@types/node": "^16.18.12", + "@types/esm": "^3.2.2", + "@types/ini": "^1.3.34", + "@types/lodash": "^4.17.10", + "@types/node": "^16.18.113", "chai": "^4", "eslint": "^7.32.0", "eslint-config-oclif": "^4", - "eslint-config-oclif-typescript": "^3.0.8", - "oclif": "^3.11.3", - "shx": "^0.3.3", - "ts-node": "^10.9.1", - "tslib": "^2.5.0", + "eslint-config-oclif-typescript": "^3.1.12", + "oclif": "^3.17.2", + "shx": "^0.3.4", + "ts-node": "^10.9.2", + "tslib": "^2.7.0", "typescript": "^4.9.5" }, "oclif": { diff --git a/packages/contentstack-launch/tsconfig.tsbuildinfo b/packages/contentstack-launch/tsconfig.tsbuildinfo new file mode 100755 index 0000000000..0958e88f5f --- /dev/null +++ b/packages/contentstack-launch/tsconfig.tsbuildinfo @@ -0,0 +1 @@ +{"program":{"fileNames":["./node_modules/typescript/lib/lib.es5.d.ts","./node_modules/typescript/lib/lib.es2015.d.ts","./node_modules/typescript/lib/lib.es2016.d.ts","./node_modules/typescript/lib/lib.es2017.d.ts","./node_modules/typescript/lib/lib.es2018.d.ts","./node_modules/typescript/lib/lib.es2019.d.ts","./node_modules/typescript/lib/lib.es2020.d.ts","./node_modules/typescript/lib/lib.dom.d.ts","./node_modules/typescript/lib/lib.dom.iterable.d.ts","./node_modules/typescript/lib/lib.webworker.importscripts.d.ts","./node_modules/typescript/lib/lib.scripthost.d.ts","./node_modules/typescript/lib/lib.es2015.core.d.ts","./node_modules/typescript/lib/lib.es2015.collection.d.ts","./node_modules/typescript/lib/lib.es2015.generator.d.ts","./node_modules/typescript/lib/lib.es2015.iterable.d.ts","./node_modules/typescript/lib/lib.es2015.promise.d.ts","./node_modules/typescript/lib/lib.es2015.proxy.d.ts","./node_modules/typescript/lib/lib.es2015.reflect.d.ts","./node_modules/typescript/lib/lib.es2015.symbol.d.ts","./node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","./node_modules/typescript/lib/lib.es2016.array.include.d.ts","./node_modules/typescript/lib/lib.es2017.object.d.ts","./node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","./node_modules/typescript/lib/lib.es2017.string.d.ts","./node_modules/typescript/lib/lib.es2017.intl.d.ts","./node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","./node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","./node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","./node_modules/typescript/lib/lib.es2018.intl.d.ts","./node_modules/typescript/lib/lib.es2018.promise.d.ts","./node_modules/typescript/lib/lib.es2018.regexp.d.ts","./node_modules/typescript/lib/lib.es2019.array.d.ts","./node_modules/typescript/lib/lib.es2019.object.d.ts","./node_modules/typescript/lib/lib.es2019.string.d.ts","./node_modules/typescript/lib/lib.es2019.symbol.d.ts","./node_modules/typescript/lib/lib.es2019.intl.d.ts","./node_modules/typescript/lib/lib.es2020.bigint.d.ts","./node_modules/typescript/lib/lib.es2020.date.d.ts","./node_modules/typescript/lib/lib.es2020.promise.d.ts","./node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","./node_modules/typescript/lib/lib.es2020.string.d.ts","./node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","./node_modules/typescript/lib/lib.es2020.intl.d.ts","./node_modules/typescript/lib/lib.es2020.number.d.ts","./node_modules/typescript/lib/lib.esnext.intl.d.ts","./node_modules/typescript/lib/lib.es2019.full.d.ts","./node_modules/tslib/tslib.d.ts","./node_modules/@oclif/core/lib/interfaces/help.d.ts","./node_modules/@oclif/core/lib/interfaces/pjson.d.ts","./node_modules/@oclif/core/lib/interfaces/topic.d.ts","./node_modules/@oclif/core/lib/interfaces/plugin.d.ts","./node_modules/@oclif/core/lib/interfaces/hooks.d.ts","./node_modules/@oclif/core/lib/interfaces/config.d.ts","./node_modules/@oclif/core/lib/interfaces/alphabet.d.ts","./node_modules/@oclif/core/lib/interfaces/errors.d.ts","./node_modules/@oclif/core/lib/interfaces/manifest.d.ts","./node_modules/@oclif/core/lib/interfaces/s3-manifest.d.ts","./node_modules/@oclif/core/lib/interfaces/parser.d.ts","./node_modules/@oclif/core/lib/interfaces/ts-config.d.ts","./node_modules/@oclif/core/lib/interfaces/flags.d.ts","./node_modules/@oclif/core/lib/interfaces/args.d.ts","./node_modules/@oclif/core/lib/interfaces/index.d.ts","./node_modules/@oclif/core/lib/errors/handle.d.ts","./node_modules/@oclif/core/lib/errors/errors/cli.d.ts","./node_modules/@oclif/core/lib/errors/errors/exit.d.ts","./node_modules/@oclif/core/lib/errors/errors/module-load.d.ts","./node_modules/@oclif/core/lib/errors/logger.d.ts","./node_modules/@oclif/core/lib/errors/config.d.ts","./node_modules/@oclif/core/lib/errors/index.d.ts","./node_modules/@oclif/core/lib/config/plugin.d.ts","./node_modules/@oclif/core/lib/config/config.d.ts","./node_modules/@oclif/core/lib/config/ts-node.d.ts","./node_modules/@oclif/core/lib/config/index.d.ts","./node_modules/@oclif/core/lib/command.d.ts","./node_modules/@oclif/core/lib/main.d.ts","./node_modules/@types/node/assert.d.ts","./node_modules/@types/node/assert/strict.d.ts","./node_modules/@types/node/globals.d.ts","./node_modules/@types/node/async_hooks.d.ts","./node_modules/@types/node/buffer.d.ts","./node_modules/@types/node/child_process.d.ts","./node_modules/@types/node/cluster.d.ts","./node_modules/@types/node/console.d.ts","./node_modules/@types/node/constants.d.ts","./node_modules/@types/node/crypto.d.ts","./node_modules/@types/node/dgram.d.ts","./node_modules/@types/node/diagnostics_channel.d.ts","./node_modules/@types/node/dns.d.ts","./node_modules/@types/node/dns/promises.d.ts","./node_modules/@types/node/domain.d.ts","./node_modules/@types/node/events.d.ts","./node_modules/@types/node/fs.d.ts","./node_modules/@types/node/fs/promises.d.ts","./node_modules/@types/node/http.d.ts","./node_modules/@types/node/http2.d.ts","./node_modules/@types/node/https.d.ts","./node_modules/@types/node/inspector.d.ts","./node_modules/@types/node/module.d.ts","./node_modules/@types/node/net.d.ts","./node_modules/@types/node/os.d.ts","./node_modules/@types/node/path.d.ts","./node_modules/@types/node/perf_hooks.d.ts","./node_modules/@types/node/process.d.ts","./node_modules/@types/node/punycode.d.ts","./node_modules/@types/node/querystring.d.ts","./node_modules/@types/node/readline.d.ts","./node_modules/@types/node/repl.d.ts","./node_modules/@types/node/stream.d.ts","./node_modules/@types/node/stream/promises.d.ts","./node_modules/@types/node/stream/consumers.d.ts","./node_modules/@types/node/stream/web.d.ts","./node_modules/@types/node/string_decoder.d.ts","./node_modules/@types/node/test.d.ts","./node_modules/@types/node/timers.d.ts","./node_modules/@types/node/timers/promises.d.ts","./node_modules/@types/node/tls.d.ts","./node_modules/@types/node/trace_events.d.ts","./node_modules/@types/node/tty.d.ts","./node_modules/@types/node/url.d.ts","./node_modules/@types/node/util.d.ts","./node_modules/@types/node/v8.d.ts","./node_modules/@types/node/vm.d.ts","./node_modules/@types/node/wasi.d.ts","./node_modules/@types/node/worker_threads.d.ts","./node_modules/@types/node/zlib.d.ts","./node_modules/@types/node/globals.global.d.ts","./node_modules/@types/node/index.d.ts","./node_modules/@oclif/core/lib/flags.d.ts","./node_modules/@oclif/core/lib/args.d.ts","./node_modules/@oclif/core/lib/help/formatter.d.ts","./node_modules/@oclif/core/lib/help/command.d.ts","./node_modules/@oclif/core/lib/help/util.d.ts","./node_modules/@oclif/core/lib/help/index.d.ts","./node_modules/@oclif/core/lib/parser/help.d.ts","./node_modules/@oclif/core/lib/parser/index.d.ts","./node_modules/@oclif/core/lib/settings.d.ts","./node_modules/@oclif/core/lib/cli-ux/action/base.d.ts","./node_modules/@oclif/core/lib/cli-ux/config.d.ts","./node_modules/@oclif/core/lib/cli-ux/exit.d.ts","./node_modules/@oclif/core/lib/cli-ux/prompt.d.ts","./node_modules/@oclif/core/lib/cli-ux/styled/header.d.ts","./node_modules/@oclif/core/lib/cli-ux/styled/json.d.ts","./node_modules/@oclif/core/lib/cli-ux/styled/object.d.ts","./node_modules/@oclif/core/lib/cli-ux/styled/table.d.ts","./node_modules/@oclif/core/lib/cli-ux/styled/tree.d.ts","./node_modules/@types/cli-progress/index.d.ts","./node_modules/@oclif/core/lib/cli-ux/styled/progress.d.ts","./node_modules/@oclif/core/lib/cli-ux/styled/index.d.ts","./node_modules/@oclif/core/lib/cli-ux/wait.d.ts","./node_modules/@oclif/core/lib/cli-ux/index.d.ts","./node_modules/@oclif/core/lib/index.d.ts","./src/index.ts","./src/adapters/file-upload.ts","./src/adapters/github.ts","./src/config/index.ts","./src/types/apollo-client.ts","./src/types/index.ts","./node_modules/cross-fetch/index.d.ts","./node_modules/ts-invariant/lib/invariant.d.ts","./node_modules/@apollo/client/utilities/globals/dev.d.ts","./node_modules/@apollo/client/utilities/globals/maybe.d.ts","./node_modules/@apollo/client/utilities/globals/global.d.ts","./node_modules/@apollo/client/utilities/globals/index.d.ts","./node_modules/graphql/version.d.ts","./node_modules/graphql/jsutils/maybe.d.ts","./node_modules/graphql/language/source.d.ts","./node_modules/graphql/jsutils/objmap.d.ts","./node_modules/graphql/jsutils/path.d.ts","./node_modules/graphql/jsutils/promiseorvalue.d.ts","./node_modules/graphql/language/kinds.d.ts","./node_modules/graphql/language/tokenkind.d.ts","./node_modules/graphql/language/ast.d.ts","./node_modules/graphql/language/location.d.ts","./node_modules/graphql/error/graphqlerror.d.ts","./node_modules/graphql/language/directivelocation.d.ts","./node_modules/graphql/type/directives.d.ts","./node_modules/graphql/type/schema.d.ts","./node_modules/graphql/type/definition.d.ts","./node_modules/graphql/execution/execute.d.ts","./node_modules/graphql/graphql.d.ts","./node_modules/graphql/type/scalars.d.ts","./node_modules/graphql/type/introspection.d.ts","./node_modules/graphql/type/validate.d.ts","./node_modules/graphql/type/assertname.d.ts","./node_modules/graphql/type/index.d.ts","./node_modules/graphql/language/printlocation.d.ts","./node_modules/graphql/language/lexer.d.ts","./node_modules/graphql/language/parser.d.ts","./node_modules/graphql/language/printer.d.ts","./node_modules/graphql/language/visitor.d.ts","./node_modules/graphql/language/predicates.d.ts","./node_modules/graphql/language/index.d.ts","./node_modules/graphql/execution/subscribe.d.ts","./node_modules/graphql/execution/values.d.ts","./node_modules/graphql/execution/index.d.ts","./node_modules/graphql/subscription/index.d.ts","./node_modules/graphql/utilities/typeinfo.d.ts","./node_modules/graphql/validation/validationcontext.d.ts","./node_modules/graphql/validation/validate.d.ts","./node_modules/graphql/validation/specifiedrules.d.ts","./node_modules/graphql/validation/rules/executabledefinitionsrule.d.ts","./node_modules/graphql/validation/rules/fieldsoncorrecttyperule.d.ts","./node_modules/graphql/validation/rules/fragmentsoncompositetypesrule.d.ts","./node_modules/graphql/validation/rules/knownargumentnamesrule.d.ts","./node_modules/graphql/validation/rules/knowndirectivesrule.d.ts","./node_modules/graphql/validation/rules/knownfragmentnamesrule.d.ts","./node_modules/graphql/validation/rules/knowntypenamesrule.d.ts","./node_modules/graphql/validation/rules/loneanonymousoperationrule.d.ts","./node_modules/graphql/validation/rules/nofragmentcyclesrule.d.ts","./node_modules/graphql/validation/rules/noundefinedvariablesrule.d.ts","./node_modules/graphql/validation/rules/nounusedfragmentsrule.d.ts","./node_modules/graphql/validation/rules/nounusedvariablesrule.d.ts","./node_modules/graphql/validation/rules/overlappingfieldscanbemergedrule.d.ts","./node_modules/graphql/validation/rules/possiblefragmentspreadsrule.d.ts","./node_modules/graphql/validation/rules/providedrequiredargumentsrule.d.ts","./node_modules/graphql/validation/rules/scalarleafsrule.d.ts","./node_modules/graphql/validation/rules/singlefieldsubscriptionsrule.d.ts","./node_modules/graphql/validation/rules/uniqueargumentnamesrule.d.ts","./node_modules/graphql/validation/rules/uniquedirectivesperlocationrule.d.ts","./node_modules/graphql/validation/rules/uniquefragmentnamesrule.d.ts","./node_modules/graphql/validation/rules/uniqueinputfieldnamesrule.d.ts","./node_modules/graphql/validation/rules/uniqueoperationnamesrule.d.ts","./node_modules/graphql/validation/rules/uniquevariablenamesrule.d.ts","./node_modules/graphql/validation/rules/valuesofcorrecttyperule.d.ts","./node_modules/graphql/validation/rules/variablesareinputtypesrule.d.ts","./node_modules/graphql/validation/rules/variablesinallowedpositionrule.d.ts","./node_modules/graphql/validation/rules/loneschemadefinitionrule.d.ts","./node_modules/graphql/validation/rules/uniqueoperationtypesrule.d.ts","./node_modules/graphql/validation/rules/uniquetypenamesrule.d.ts","./node_modules/graphql/validation/rules/uniqueenumvaluenamesrule.d.ts","./node_modules/graphql/validation/rules/uniquefielddefinitionnamesrule.d.ts","./node_modules/graphql/validation/rules/uniqueargumentdefinitionnamesrule.d.ts","./node_modules/graphql/validation/rules/uniquedirectivenamesrule.d.ts","./node_modules/graphql/validation/rules/possibletypeextensionsrule.d.ts","./node_modules/graphql/validation/rules/custom/nodeprecatedcustomrule.d.ts","./node_modules/graphql/validation/rules/custom/noschemaintrospectioncustomrule.d.ts","./node_modules/graphql/validation/index.d.ts","./node_modules/graphql/error/syntaxerror.d.ts","./node_modules/graphql/error/locatederror.d.ts","./node_modules/graphql/error/index.d.ts","./node_modules/graphql/utilities/getintrospectionquery.d.ts","./node_modules/graphql/utilities/getoperationast.d.ts","./node_modules/graphql/utilities/getoperationroottype.d.ts","./node_modules/graphql/utilities/introspectionfromschema.d.ts","./node_modules/graphql/utilities/buildclientschema.d.ts","./node_modules/graphql/utilities/buildastschema.d.ts","./node_modules/graphql/utilities/extendschema.d.ts","./node_modules/graphql/utilities/lexicographicsortschema.d.ts","./node_modules/graphql/utilities/printschema.d.ts","./node_modules/graphql/utilities/typefromast.d.ts","./node_modules/graphql/utilities/valuefromast.d.ts","./node_modules/graphql/utilities/valuefromastuntyped.d.ts","./node_modules/graphql/utilities/astfromvalue.d.ts","./node_modules/graphql/utilities/coerceinputvalue.d.ts","./node_modules/graphql/utilities/concatast.d.ts","./node_modules/graphql/utilities/separateoperations.d.ts","./node_modules/graphql/utilities/stripignoredcharacters.d.ts","./node_modules/graphql/utilities/typecomparators.d.ts","./node_modules/graphql/utilities/assertvalidname.d.ts","./node_modules/graphql/utilities/findbreakingchanges.d.ts","./node_modules/graphql/utilities/typedquerydocumentnode.d.ts","./node_modules/graphql/utilities/index.d.ts","./node_modules/graphql/index.d.ts","./node_modules/@apollo/client/utilities/graphql/directives.d.ts","./node_modules/@apollo/client/utilities/graphql/fragments.d.ts","./node_modules/@apollo/client/utilities/graphql/getfromast.d.ts","./node_modules/@apollo/client/utilities/graphql/storeutils.d.ts","./node_modules/@apollo/client/utilities/graphql/transform.d.ts","./node_modules/@graphql-typed-document-node/core/dist/index.d.ts","./node_modules/@wry/trie/lib/trie.d.ts","./node_modules/@apollo/client/cache/core/types/cache.d.ts","./node_modules/@apollo/client/cache/inmemory/entitystore.d.ts","./node_modules/@apollo/client/cache/inmemory/fragmentregistry.d.ts","./node_modules/@apollo/client/cache/inmemory/types.d.ts","./node_modules/@apollo/client/cache/inmemory/fixpolyfills.d.ts","./node_modules/@apollo/client/link/http/parseandcheckhttpresponse.d.ts","./node_modules/@apollo/client/link/http/serializefetchparameter.d.ts","./node_modules/@apollo/client/link/http/selecthttpoptionsandbody.d.ts","./node_modules/@apollo/client/link/http/checkfetcher.d.ts","./node_modules/@apollo/client/link/http/createsignalifsupported.d.ts","./node_modules/@apollo/client/link/http/selecturi.d.ts","./node_modules/@apollo/client/link/http/createhttplink.d.ts","./node_modules/@apollo/client/link/http/httplink.d.ts","./node_modules/@apollo/client/link/http/rewriteuriforget.d.ts","./node_modules/@apollo/client/link/http/index.d.ts","./node_modules/@apollo/client/core/networkstatus.d.ts","./node_modules/@apollo/client/link/utils/fromerror.d.ts","./node_modules/@apollo/client/link/utils/topromise.d.ts","./node_modules/@apollo/client/link/utils/frompromise.d.ts","./node_modules/@apollo/client/link/utils/throwservererror.d.ts","./node_modules/@apollo/client/link/utils/validateoperation.d.ts","./node_modules/@apollo/client/link/utils/createoperation.d.ts","./node_modules/@apollo/client/link/utils/transformoperation.d.ts","./node_modules/@apollo/client/link/utils/index.d.ts","./node_modules/@apollo/client/errors/index.d.ts","./node_modules/@apollo/client/core/queryinfo.d.ts","./node_modules/@apollo/client/core/localstate.d.ts","./node_modules/@apollo/client/core/types.d.ts","./node_modules/@apollo/client/core/watchqueryoptions.d.ts","./node_modules/@apollo/client/core/querymanager.d.ts","./node_modules/@apollo/client/core/observablequery.d.ts","./node_modules/@apollo/client/core/apolloclient.d.ts","./node_modules/graphql-tag/lib/index.d.ts","./node_modules/@apollo/client/core/index.d.ts","./node_modules/@apollo/client/cache/inmemory/reactivevars.d.ts","./node_modules/@apollo/client/cache/inmemory/inmemorycache.d.ts","./node_modules/@apollo/client/cache/inmemory/object-canon.d.ts","./node_modules/@apollo/client/cache/inmemory/readfromstore.d.ts","./node_modules/@apollo/client/cache/inmemory/writetostore.d.ts","./node_modules/@apollo/client/cache/inmemory/policies.d.ts","./node_modules/@apollo/client/cache/core/types/common.d.ts","./node_modules/@apollo/client/cache/core/types/dataproxy.d.ts","./node_modules/@apollo/client/cache/core/cache.d.ts","./node_modules/@apollo/client/cache/inmemory/helpers.d.ts","./node_modules/@apollo/client/cache/index.d.ts","./node_modules/@apollo/client/utilities/policies/pagination.d.ts","./node_modules/zen-observable-ts/module.d.ts","./node_modules/symbol-observable/index.d.ts","./node_modules/@apollo/client/utilities/observables/observable.d.ts","./node_modules/@apollo/client/utilities/common/objects.d.ts","./node_modules/@apollo/client/utilities/common/mergedeep.d.ts","./node_modules/@apollo/client/utilities/common/clonedeep.d.ts","./node_modules/@apollo/client/utilities/common/maybedeepfreeze.d.ts","./node_modules/@apollo/client/utilities/observables/iteration.d.ts","./node_modules/@apollo/client/utilities/observables/asyncmap.d.ts","./node_modules/@apollo/client/utilities/observables/concast.d.ts","./node_modules/@apollo/client/utilities/observables/subclassing.d.ts","./node_modules/@apollo/client/utilities/common/arrays.d.ts","./node_modules/@apollo/client/utilities/common/errorhandling.d.ts","./node_modules/@apollo/client/utilities/common/canuse.d.ts","./node_modules/@apollo/client/utilities/common/compact.d.ts","./node_modules/@apollo/client/utilities/common/makeuniqueid.d.ts","./node_modules/@apollo/client/utilities/common/stringifyfordisplay.d.ts","./node_modules/@apollo/client/utilities/common/mergeoptions.d.ts","./node_modules/@apollo/client/utilities/types/isstrictlyany.d.ts","./node_modules/@apollo/client/utilities/index.d.ts","./node_modules/@apollo/client/link/core/types.d.ts","./node_modules/@apollo/client/link/core/apollolink.d.ts","./node_modules/@apollo/client/link/core/empty.d.ts","./node_modules/@apollo/client/link/core/from.d.ts","./node_modules/@apollo/client/link/core/split.d.ts","./node_modules/@apollo/client/link/core/concat.d.ts","./node_modules/@apollo/client/link/core/execute.d.ts","./node_modules/@apollo/client/link/core/index.d.ts","./node_modules/@apollo/client/link/retry/delayfunction.d.ts","./node_modules/@apollo/client/link/retry/retryfunction.d.ts","./node_modules/@apollo/client/link/retry/retrylink.d.ts","./node_modules/@apollo/client/link/retry/index.d.ts","./node_modules/@apollo/client/link/context/index.d.ts","./src/util/apollo-client.ts","./src/graphql/mutation.ts","./src/graphql/queries.ts","./src/graphql/index.ts","./src/commands/launch/index.ts","./src/commands/launch/logs.ts","./node_modules/@types/ini/index.d.ts","./src/util/create-git-meta.ts","./node_modules/keyv/src/index.d.ts","./node_modules/@types/http-cache-semantics/index.d.ts","./node_modules/@types/responselike/index.d.ts","./node_modules/@types/cacheable-request/index.d.ts","./node_modules/@types/chai/index.d.ts","./node_modules/@types/expect/index.d.ts","./node_modules/@types/json-schema/index.d.ts","./node_modules/@types/keyv/index.d.ts","./node_modules/@types/lodash/common/common.d.ts","./node_modules/@types/lodash/common/array.d.ts","./node_modules/@types/lodash/common/collection.d.ts","./node_modules/@types/lodash/common/date.d.ts","./node_modules/@types/lodash/common/function.d.ts","./node_modules/@types/lodash/common/lang.d.ts","./node_modules/@types/lodash/common/math.d.ts","./node_modules/@types/lodash/common/number.d.ts","./node_modules/@types/lodash/common/object.d.ts","./node_modules/@types/lodash/common/seq.d.ts","./node_modules/@types/lodash/common/string.d.ts","./node_modules/@types/lodash/common/util.d.ts","./node_modules/@types/lodash/index.d.ts","./node_modules/@types/minimatch/index.d.ts","./node_modules/@types/mocha/index.d.ts","./node_modules/@types/normalize-package-data/index.d.ts","./node_modules/@sinonjs/fake-timers/types/fake-timers-src.d.ts","./node_modules/@types/sinon/index.d.ts","./node_modules/@types/triple-beam/index.d.ts","./node_modules/@types/vinyl/index.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true},"***REMOVED***f09f87296d877d71f6","***REMOVED***2dc0a2fbd89f35c467","***REMOVED***eec7aa63c8f3dca7f9","***REMOVED***a5a51dd346182c7b06","4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true},{"version":"f3d4da15233e593eacb3965cde7960f3fddf5878528d882bcedd5cbaba0193c7","affectsGlobalScope":true},{"version":"***REMOVED***acdb5569137d09a481","affectsGlobalScope":true},{"version":"***REMOVED***df5a7c0481ff2427cd","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"***REMOVED***2062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true},{"version":"***REMOVED***c02eac386593110f93","affectsGlobalScope":true},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true},{"version":"***REMOVED***9ada95e22389389006","affectsGlobalScope":true},{"version":"***REMOVED***5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"***REMOVED***2e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true},{"version":"***REMOVED***153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"***REMOVED***e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"***REMOVED***bd325deb265a18d36c","affectsGlobalScope":true},{"version":"***REMOVED***3e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},"1f03b495671c3a1bd24510f38b8947f0991dfd6bf0278c68eca14af15b306e1f","f1c9fe42b65437a61104e601eb298c5c859fb522b483f1bdb700eed67a16f980","3184417b619fcdab232c520b9e51c33972a43640fd42c34d2ceb3f2af2e036d0","041a18e61cc50362e6df62e0033b9bc4d919da6071545cd7a777ba21eaf55318","***REMOVED***9d56eba05e7fac8363","e88c90ae8662f7f4b64499f7f881481eba93ea4d76ab1e637cd830ba6a3ba7d2","b619e4dcb6c3aaed579cf7650e68be5c8ed6a12b5548e0662b906dd907ab3f9f","7c81ee14017f286a23283ade1f4d6874ea9646074bb0782ac5b0c9395b296deb","032e362f68a69c4f6af9678b4f5fdcf5b6c348e6aa279a7b2c89099bb7887a0a","4cbb99e1685ca6d0cea375d50c7c6e0f1c444fb4bdf301c48f7bfc92b7eea4b1","137fcb488abe39cd57437d2bf940862bfcaa709e248602461b82236c5a01c1ce","2b3849074b5813376ffe71ff550ef25cce638c43385ed63c1b5be504d3e213f6","91e0a3fe23e6599a2cd3a9119d904ab077fe968d269c9438d0d65380115fe4b8","5a82a1daacf5f4e73e4ba80040bd0be03d8fcfee4080c973389b39bd0721553b","694ce0788daf31dadf82702cb0efe558014a0a210278c78817840f1caa4f3a09","99fd2587995ea6001ac20d6ecebe748e163d62e820f369452919c265f140b3c9","07296b5920e496727a0f6eb3ca64c6ef880e19c83e0ff4dd7829da4fafccd6d7","b1ee01f8c098bbbed20cd174d9ac9737b1562ddafa4f5a9f01f0fe5747d4d096","f24b104cf0541b30902b2c947cef8e4955f16068c492d00bc5c70530d8a5ae89","4df02f7093cfdaa88c78186c50064ce6307865d5a2b6f52d16b2a477a289840e","4a3de027fe2fe214e22db9703023024d85f2863138940a21b4933113313394bb","***REMOVED***2e8783e56ca0df0653","***REMOVED***991a09f86bb766543f","19ef1d72f861901d6dd7891cc14c6ca0bd860b3089e33188f4764232b1bfaa38","0a2b731add430de466c4894bbf5523b1be33f36e3f1b7e1012c070d42a2ef21e","5409d985ef950a43e105aa269e7b16d50642575f1a28a0b8959c291505ddd582","064572e167723c12fa332de7ca48fe3fbef12f16aa58360381d8b3752b8cdc6d","a92c7fc820badc697c7e9e99a9c6046d10edd876611a81c1efe4303ab4b8fecc","18ddf620e4f2a269905eb9a89e934371d3a71f2fdfad80965917bcfbf4093c43","e8f74aaf39b5c253ccb810b1451558c0536ab526aefbc97d35b563083db1a0a5","4911d4c3a7f7c11bad0e2cec329a19a385d10ea83b0b69c76e032359e388f624","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"4f6463a60e5754bbc4a864b2aaf8fecb7706b96a21b88f27b534589b801978b6","affectsGlobalScope":true},"56d13f223ab40f71840795f5bef2552a397a70666ee60878222407f3893fb8d0",{"version":"4ffef5c4698e94e49dcf150e3270bad2b24a2aeab48b24acbe7c1366edff377d","affectsGlobalScope":true},"2534e46a52653b55dfb5a41ce427ec430c4afbaaf3bfcb1ae09b185c5d6bf169","afc6e96061af46bcff47246158caee7e056f5288783f2d83d6858cd25be1c565",{"version":"34f5bcac12b36d70304b73de5f5aab3bb91bd9919f984be80579ebcad03a624e","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","3f2478baf49cf27aa1335ba5299e2394131284e9d50a3845e3f95e52664ff518","f50c975ab7b50e25a69e3d8a3773894125b44e9698924105f23b812bf7488baf","8bd106053ee0345dde7f626ed1f6100a89fb85f13ea65352627cf78c5f30c553","76650408392bf49a8fbf3e2b6b302712a92d76af77b06e2da1cc8077359c4409","0af3121e68297b2247dd331c0d24dba599e50736a7517a5622d5591aae4a3122","06ccebc2c2db57d6bdbca63b71c4ae5e6ddc42d972fd8f122d4c1a28aa111b25",{"version":"81e8508d1e82278f5d3fee936f267e00c308af36219bfcee2631f9513c9c4017","affectsGlobalScope":true},"413a4be7f94f631235bbc83dad36c4d15e5a2ff02bca1efdbd03636d6454631b","20c468256fd68d3ef1fa53526e76d51d6aa91711e84d72c0343589b99238287e","4198acced75d48a039c078734c4efca7788ff8c78609c270a2b63ec20e3e1676","8d4c16a26d59e3ce49741a7d4a6e8206b884e226cf308667c7778a0b2c0fee7f","288dd0c774a5c6e3964084c7a2bc8cc6b746d70f44a9892d028d04f915cf7ebc","d61c7c41eb1960b1285e242fd102c162b65c0522985b839fadda59874308a170",{"version":"e630e5528e899219ae319e83bef54bf3bcb91b01d76861ecf881e8e614b167f0","affectsGlobalScope":true},"1805e0e4d1ed00f6361db25dff6887c7fa9b5b39f32599a34e8551da7daaa9c2","abc1c425b2ad6720433f40f1877abfa4223f0f3dd486c9c28c492179ca183cb6","fb0989383c6109f20281b3d31265293daefdd76d0d30551782c1654e93704f48","a4210a84a82b3e7a8cec5b2f3616e46d523f4f10cc1576d8f2fb89d0987b341e",{"version":"8207e7e6db9aa5fc7e61c8f17ba74cf9c115d26f51f91ee93f790815a7ea9dfb","affectsGlobalScope":true},"9f1069b9e2c051737b1f9b4f1baf50e4a63385a6a89c32235549ae87fc3d5492","22d48bfb37261136423ac687f1fa7bd4dda3083f767416d409a8260cf92bc8fc","29c2706fa0cc49a2bd90c83234da33d08bb9554ecec675e91c1f85087f5a5324","0acbf26bf958f9e80c1ffa587b74749d2697b75b484062d36e103c137c562bc3","95518ff86843e226b62a800f679f6968ad8dac8ccbe30fbfe63de3afb13761a2","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","698ab660b477b9c2cd5ccbd99e7e7df8b4a6134c1f5711fa615ed7aab51cb7f7","33eee034727baf564056b4ea719075c23d3b4767d0b5f9c6933b81f3d77774d2","c33a6ea7147af60d8e98f1ac127047f4b0d4e2ce28b8f08ff3de07ca7cc00637","a4471d2bdba495b2a6a30b8765d5e0282fa7009d88345a9528f73c37869d3b93",{"version":"aee7013623e7632fba449d4df1da92925b27d9b816cb05546044dbfe54c88ef4","affectsGlobalScope":true},"e10177274a35a9d07c825615340b2fcde2f610f53f3fb40269fd196b4288dda6","c9d70d3d7191a66a81cb554557f8ed1cf736ea8397c44a864fe52689de18865a","998a3de5237518c0b3ac00a11b3b4417affb008aa20aedee52f3fdae3cb86151","ad41008ffe077206e1811fc873f4d9005b5fd7f6ab52bb6118fef600815a5cb4",{"version":"1aad825534c73852a1f3275e527d729a2c0640f539198fdfdfeb83b839851910","affectsGlobalScope":true},"badae0df9a8016ac36994b0a0e7b82ba6aaa3528e175a8c3cb161e4683eec03e","c3db860bcaaaeb3bbc23f353bbda1f8ab82756c8d5e973bebb3953cb09ea68f2","235a53595bd20b0b0eeb1a29cb2887c67c48375e92f03749b2488fbd46d0b1a0","bc09393cd4cd13f69cf1366d4236fbae5359bb550f0de4e15767e9a91d63dfb1","9c266243b01545e11d2733a55ad02b4c00ecdbda99c561cd1674f96e89cdc958","c71155c05fc76ff948a4759abc1cb9feec036509f500174bc18dad4c7827a60c",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"88003d9ab15507806f41b120be6d407c1afe566c2f6689ebe3a034dd5ec0c8dc","64bd4308b81c3b91cf2dad86a3de6b25b3db7a740968645dca9cdb3575917799","2f49438d884d9213cf818e8dbb099aca5a610fb0afee5b178e58cdb20e18cd47","766089db9a6dfde973076bc4b0198e36a06fb7a6fc572be910ab3f0729efaabf","fb50971755e1a3ae7775d50e323062c4b5ab86307f9d815dd7357a3ed9e1505f","f0023e6c5b951d9aa820b86adeeb7b4dba49447b3ea30f489e8edbfdfa0cb32a","f8bf1455ac2c42adf42d8e805efb1d5f31f1caafa66b9e67bd02b983ace037f3","98bb229db2d81eaec4ba5ef6e7bbb77f24c424e63217bed49a951e9c6b518507","57db29be78958cdc0150a4c3f0972d1ff02f471a4083473c6b3c39d792771c7e","ee5d6ffd69a8dc1ae67e91df939e83025dfe55b7b1cdae0522c02e2ad189b328","c5dcddb11f17e4e6b6798f089b2c68fb0b6d7f77fc5e6885f48f95b5d8d034c9","f46dd858efc9056e361553628bb84124c150a85ea5a787024f175b452dbdc1d9","***REMOVED***d1514f98907061e2e9","797cc548454e0dbe50b0767a0b061fa7564b71b57fe541482f0a655a7d2bafb6","***REMOVED***43db886fa9f3bd8e76","56e79a504c6d8570c1e5bdd0536182dd2fb461cdd8468cda2b2fade49fe559c9","b363b85c8e93be17e1cdb62c400e08ea1dd88df8dc9a6c9ac1d34b79695b9694","781cc223d1c1b6539094df46dce708348a90376e8cde19babdbe743057e44642","***REMOVED***52efbf149437c3c5f0","6d8c708a5237a8508ee8553f22143a6d2fb60807de0574b41622c1e281b04c6d","7c610268bd1c45fd2d3722b590e303173b96822508eeabdfafc97b926fe370ea","bc860804744a3eba271ce1bc3a76385e0e993a788a16c9b359cae059974c05ee","9d3fe3b9bfb39058d0632a883821ec42596cba09cfe88905bbe1d36530362383","6ba6d854eb37a0474a45c7afe9d2c8e04f271f0e63e444d643eab5fe67f28d90","570b5ef05eaf59c4b3f59d7f31421110b8bcb353787c6407e8a0d194ef05ceb6",{"version":"c519bbc76e9214a46c8d38a9875cbead73ea681e403b34b3ce7b86a38e3f7d9a","signature":"658d7ae3d7654cb926a4d20defc7b8ff80e4f07c48b72f8daf118ca1dbb19cf6"},{"version":"47a498c93084eccbdc824ac61b70be47708dcec45f935bf8d8f284e6a17d358f","signature":"a3a4c6d27e746a1e4b3342ec4f08e101a8325eed3319d28cb3d6fd5b695611a4"},{"version":"f8933e6d21ed20a360abc253eeeacff9f0cabb41a9b91faa268954b2253968ed","signature":"415a86f91de3c8e9161b286bf849e00a396919f559f502c1def72e95796fb26a"},{"version":"992cc680e094421be6b84f4a816c7cb91c1a2d021ddfd24ba755b800017d287e","signature":"b20d978c5259dae7da451d95ca016499c437ac46a8bfe37c52a4c85dae4b6a5e"},{"version":"e455262036738c22db4451948738479e87c41ed3692c388d325eb2ed011042fe","signature":"3a4f42af6849e8b0a38e259cfcfacb881eba495e330ddb841f67fb11ccd99cb3"},{"version":"cd4031d295e64216c07556ec3e7456769044ea2b6a759350baeab77a6c016d20","signature":"a1ce4115eb02faaaa6cc496ec4f21a4489b336aadcff4676c455d2c794b677b9"},{"version":"409cf8770fbb9f099124e9ca744282ebfd85df2fd3650ae05c4ee3d03af66714","affectsGlobalScope":true},"200a7b7eb3163da4327412c650e43fbe66c73604a23a694f95ede53c250bfc3b","f254a186c5fc9355b388d5e1643b9f85cb3a84c03d48b0ce7297a352db0b367d","a960dc35ca7a0854d06432d698547debe3a4760438deea197fde8a3ff2101180","5b3386f2d01b9af3d84e1854845ef04b26f742c6337fd0e855a987333f8240df","45f238c699f946ac07f7e7eb7f1ae65b7da6323b8146a7cf5b3fd775b8c00b11","78647004e18e4c16b8a2e8345fca9267573d1c5a29e11ddfee71858fd077ef6e","0804044cd0488cb7212ddbc1d0f8e1a5bd32970335dbfc613052304a1b0318f9","b725acb041d2a18fde8f46c48a1408418489c4aa222f559b1ef47bf267cb4be0","85084ae98c1d319e38ef99b1216d3372a9afd7a368022c01c3351b339d52cb58","898ec2410fae172e0a9416448b0838bed286322a5c0c8959e8e39400cd4c5697","692345a43bac37c507fa7065c554258435ab821bbe4fb44b513a70063e932b45","cddd50d7bd9d7fddda91a576db9f61655d1a55e2d870f154485812f6e39d4c15","0539583b089247b73a21eb4a5f7e43208a129df6300d6b829dc1039b79b6c8c4","7aba43bc7764fcd02232382c780c3e99ef8dbfdac3c58605a0b3781fab3d8044","522edc786ed48304671b935cf7d3ed63acc6636ab9888c6e130b97a6aea92b46","1e1ed5600d80406a10428e349af8b6f09949cd5054043ea8588903e8f9e8d705","de21641eb8edcbc08dd0db4ee70eea907cd07fe72267340b5571c92647f10a77","a53039ba614075aeb702271701981babbd0d4f4dcbf319ddee4c08fb8196cc7a","6758f7b72fa4d38f4f4b865516d3d031795c947a45cc24f2cfba43c91446d678","da679a5bb46df3c6d84f637f09e6689d6c2d07e907ea16adc161e4529a4954d6","dc1a664c33f6ddd2791569999db2b3a476e52c5eeb5474768ffa542b136d78c0","bdf7abbd7df4f29b3e0728684c790e80590b69d92ed8d3bf8e66d4bd713941fe","8decb32fc5d44b403b46c3bb4741188df4fbc3c66d6c65669000c5c9cd506523","4beaf337ee755b8c6115ff8a17e22ceab986b588722a52c776b8834af64e0f38","c26dd198f2793bbdcc55103823a2767d6223a7fdb92486c18b86deaf63208354","93551b302a808f226f0846ad8012354f2d53d6dedc33b540d6ca69836781a574","f0ff1c010d5046af3874d3b4df746c6f3921e4b3fbdec61dee0792fc0cb36ccd","778b684ebc6b006fcffeab77d25b34bf6e400100e0ec0c76056e165c6399ab05","463851fa993af55fb0296e0d6afa27407ef91bf6917098dd665aba1200d250c7","67c6de7a9c490bda48eb401bea93904b6bbfc60e47427e887e6a3da6195540be","be8f369f8d7e887eab87a3e4e41f1afcf61bf06056801383152aa83bda1f6a72","352bfb5f3a9d8a9c2464ad2dc0b2dc56a8212650a541fb550739c286dd341de1","a5aae636d9afdacb22d98e4242487436d8296e5a345348325ccc68481fe1b690","d007c769e33e72e51286b816d82cd7c3a280cba714e7f958691155068bd7150a","764150c107451d2fd5b6de305cff0a9dcecf799e08e6f14b5a6748724db46d8a","b04cf223c338c09285010f5308b980ee6d8bfa203824ed2537516f15e92e8c43","4b387f208d1e468193a45a51005b1ed5b666010fc22a15dc1baf4234078b636e","70441eda704feffd132be0c1541f2c7f6bbaafce25cb9b54b181e26af3068e79","d1addb12403afea87a1603121396261a45190886c486c88e1a5d456be17c2049","15d43873064dc8787ca1e4c39149be59183c404d48a8cd5a0ea019bb5fdf8d58","ea4b5d319625203a5a96897b057fddf6017d0f9a902c16060466fe69cc007243","3d06897c536b4aad2b2b015d529270439f2cadd89ca2ff7bd8898ee84898dd88","ab01d8fcb89fae8eda22075153053fefac69f7d9571a389632099e7a53f1922d","bac0ec1f4c61abc7c54ccebb0f739acb0cdbc22b1b19c91854dc142019492961","566b0806f9016fa067b7fecf3951fcc295c30127e5141223393bde16ad04aa4a","8e801abfeda45b1b93e599750a0a8d25074d30d4cc01e3563e56c0ff70edeb68","902997f91b09620835afd88e292eb217fbd55d01706b82b9a014ff408f357559","a3727a926e697919fb59407938bd8573964b3bf543413b685996a47df5645863","83f36c0792d352f641a213ee547d21ea02084a148355aa26b6ef82c4f61c1280","dce7d69c17a438554c11bbf930dec2bee5b62184c0494d74da336daee088ab69","1e8f2cda9735002728017933c54ccea7ebee94b9c68a59a4aac1c9a58aa7da7d","e327a2b222cf9e5c93d7c1ed6468ece2e7b9d738e5da04897f1a99f49d42cca1","65165246b59654ec4e1501dd87927a0ef95d57359709e00e95d1154ad8443bc7","f1bacba19e2fa2eb26c499e36b5ab93d6764f2dba44be3816f12d2bc9ac9a35b","bce38da5fd851520d0cb4d1e6c3c04968cec2faa674ed321c118e97e59872edc","3398f46037f21fb6c33560ceca257259bd6d2ea03737179b61ea9e17cbe07455","6e14fc6c27cb2cb203fe1727bb3a923588f0be8c2604673ad9f879182548daca","12b9bcf8395d33837f301a8e6d545a24dfff80db9e32f8e8e6cf4b11671bb442","04295cc38689e32a4ea194c954ea6604e6afb6f1c102104f74737cb8cf744422","7418f434c136734b23f634e711cf44613ca4c74e63a5ae7429acaee46c7024c8","27d40290b7caba1c04468f2b53cf7112f247f8acdd7c20589cd7decf9f762ad0","2608b8b83639baf3f07316df29202eead703102f1a7e32f74a1b18cf1eee54b5","c93657567a39bd589effe89e863aaadbc339675fca6805ae4d97eafbcce0a05d","909d5db5b3b19f03dfb4a8f1d00cf41d2f679857c28775faf1f10794cbbe9db9","e4504bffce13574bab83ab900b843590d85a0fd38faab7eff83d84ec55de4aff","8ab707f3c833fc1e8a51106b8746c8bc0ce125083ea6200ad881625ae35ce11e","730ddc2386276ac66312edbcc60853fedbb1608a99cb0b1ff82ebf26911dba1f","c1b3fa201aa037110c43c05ea97800eb66fea3f2ecc5f07c6fd47f2b6b5b21d2","636b44188dc6eb326fd566085e6c1c6035b71f839d62c343c299a35888c6f0a9","3b2105bf9823b53c269cabb38011c5a71360c8daabc618fec03102c9514d230c","f96e63eb56e736304c3aef6c745b9fe93db235ddd1fec10b45319c479de1a432","acb4f3cee79f38ceba975e7ee3114eb5cd96ccc02742b0a4c7478b4619f87cd6","cfc85d17c1493b6217bad9052a8edc332d1fde81a919228edab33c14aa762939","eebda441c4486c26de7a8a7343ebbc361d2b0109abff34c2471e45e34a93020a","727b4b8eb62dd98fa4e3a0937172c1a0041eb715b9071c3de96dad597deddcab","708e2a347a1b9868ccdb48f3e43647c6eccec47b8591b220afcafc9e7eeb3784","6bb598e2d45a170f302f113a5b68e518c8d7661ae3b59baf076be9120afa4813","c28e058db8fed2c81d324546f53d2a7aaefff380cbe70f924276dbad89acd7d1","ebe8f07bb402102c5a764b0f8e34bd92d6f50bd7ac61a2452e76b80e02f9bb4b","826a98cb79deab45ccc4e5a8b90fa64510b2169781a7cbb83c4a0a8867f4cc58","618189f94a473b7fdc5cb5ba8b94d146a0d58834cd77cd24d56995f41643ccd5","5baadaca408128671536b3cb77fea44330e169ada70ce50b902c8d992fe64cf1","a4cc469f3561ea3edc57e091f4c9dcaf7485a70d3836be23a6945db46f0acd0b","91b0965538a5eaafa8c09cf9f62b46d6125aa1b3c0e0629dce871f5f41413f90","2978e33a00b4b5fb98337c5e473ab7337030b2f69d1480eccef0290814af0d51","ba71e9777cb5460e3278f0934fd6354041cb25853feca542312807ce1f18e611","608dbaf8c8bb64f4024013e73d7107c16dba4664999a8c6e58f3e71545e48f66","61937cefd7f4d6fa76013d33d5a3c5f9b0fc382e90da34790764a0d17d6277fb","af7db74826f455bfef6a55a188eb6659fd85fdc16f720a89a515c48724ee4c42","d6ce98a960f1b99a72de771fb0ba773cb202c656b8483f22d47d01d68f59ea86","2a47dc4a362214f31689870f809c7d62024afb4297a37b22cb86f679c4d04088","42d907ac511459d7c4828ee4f3f81cc331a08dc98d7b3cb98e3ff5797c095d2e","63d010bff70619e0cdf7900e954a7e188d3175461182f887b869c312a77ecfbd","1452816d619e636de512ca98546aafb9a48382d570af1473f0432a9178c4b1ff","9e3e3932fe16b9288ec8c948048aef4edf1295b09a5412630d63f4a42265370e","8bdba132259883bac06056f7bacd29a4dcf07e3f14ce89edb022fe9b78dcf9b3","5a5406107d9949d83e1225273bcee1f559bb5588942907d923165d83251a0e37","ca0ca4ca5ad4772161ee2a99741d616fea780d777549ba9f05f4a24493ab44e1","e7ee7be996db0d7cce41a85e4cae3a5fc86cf26501ad94e0a20f8b6c1c55b2d4","72263ae386d6a49392a03bde2f88660625da1eca5df8d95120d8ccf507483d20","b498375d015f01585269588b6221008aae6f0c0dc53ead8796ace64bdfcf62ea","c37aa3657fa4d1e7d22565ae609b1370c6b92bafb8c92b914403d45f0e610ddc","34534c0ead52cc753bdfdd486430ef67f615ace54a4c0e5a3652b4116af84d6d","a1079b54643537f75fa4f4bb963d787a302bddbe3a6001c4b0a524b746e6a9de","7fc9b18b6aafa8a1fc1441670c6c9da63e3d7942c7f451300c48bafd988545e9","39cd7e0c9ac6b6a1a200dd867a05f9ee5b2e375c5cef56b9e52e2ec2aba923d4","418776a1af25889f4ef807b19122264b336675f01c133f7fffa410fe2dc28f04","2c309164cb0e2c526d1d275589679024e669a77ada61d5ec7a3ec93b8cbd542c","afd85b73d143576ab50d60fa85c5ac39567fcf7bc555648efe694614adb7a258","9ba9b11ab9412ebab989a3b55e5c61c820d8afb8078f28861ec4f4ef8a448e7b","233fc0209343fa04c2a458537b4aaed00bed49f5db212a1fe5200dcee6e2fa4e","b830de197c8889ab5f03fc2211c2e1cee4478c4a5ceb05af2eaea23d9af3af0a","0f6a419ab87727d828afc97a29315b065304c0fddb8cabf54ffef18a7c0ac03c","bec59f201bf7f03bea3a7e2b6bc3452a8a9299f335eea21ba1bb28670b1759de","de214298f4385cf0db350445da865d267993b29854ec8f56967ee2a529102497","a9146d3acfd3bc2eb523a1f29f83d71e90170048850518eeb675a81b543d0934","b3dec0879e876086c6bd5d93b671bf3a034da7712ea60b6e815f1de987df060a","915ffce4ce98691095c68ebaf734a4e98a5940f80fe58469d7c5d1d0d82710ed","00c6ddc94f7f88e2ba3dec8bdcefd13413f1a3d0d92b6e5f025deee8c19b1742","2209f19626b1ff00048a6e48a43ed4dda0ce477abebb4d6e6164d93b957efbc2","59e117fad3dc25be31325b8595d65e4fad0a323519b244f7095735b29740798e","3245a023245b2174422c427b2826ec5d28e689665b32dfe717b9921f13503c40","ba1380651f4f31c52a3b68dfbd2e820de6bb64de494930b6e990e99f1296edc9","e4dca3b5d2b2f31cfbbeeeefa2a5d2e909c61c00f17aa7be9fc396170981e368","131fdc917c4eec9e3b03d1ccd9a1154ca03cce5c9b3abc5e12677a5234c1ece8","e32e499cdb189c52a79433d0715e822419b6581199df2e93974378269ea7d528","b0b83a5d3e15193408b4145b8e27ffea7666c0a163e9f5f7e95ef960363d9fe1","c754af99b43287268ab8d94c69f0f9005ef3b029a0d35001d2af3297f8cf9f28","dfa584f5099cb5deee0c65137055b520473a23d9e20041bcbc107f2e9592cf14","f5800d0a2b11c8338d1205543f7352850deb101ba2372eb395839a60f9132d94","228700f3848072c320cf259ad6092013128639fd4f28d50a009f7409329865aa","79e22424ef6cac80bf272bcf301ef710de1fe5b155eb5b11d1103af761bc5c4a","70d7baad641e61f0e2f32dfb089aae0ffee36080ba0d1405c8be8b740421ea92","0e96ef72a2d31523a5eed98ceccd861e08ec69469fc269e7248e45c4fc66bcf8","6e83430621d62e7a87b205819bcb5ed54bc356e83f20a8654f12e3d43613acce","c18aa3cdf4ca66da764a7bb6a51118674cfcfe18b7dae7024b5080d03fb9e5a5","4e012819fcd65930e85b708cc464b7e5c6a3ad9fe2481c5828dddc9aca64a04b","0d40d4cbd00b4866d0c3771e155cc7d1aa5ff67032287e40b35d98743c5a4d25","17b3b44cc27c0c411bf4eff8036de1be674d5d60acc55253295d87239186edd6","9ef7ef78bd5d9f878ff9dd3e8a116b6637077a62ac9282a07b10a56584768eca","08b5a8f6717e1aa7243b72ed32869cff8ffddede86c6d80b8ed1c3abeffc08c4","f9642b7dc4ece933672e08e7f8486c349faa6bd34fef1ecca6e056dd9f6ff031","6430b9d48cc680d795f100dab009a9ef605840b1f40b1086f7815bb7d7b613d8","4f84123443e6048d02539f8e33ebc6b51ae98eebd10f566ace6879f1f196128a","5dcd41aeb5f7119177adab46147589a1618f2b35bd976e6c3a20ec328f58d1bd","18093dd86562c6177af8fb0a5d711ce38a642a944c2f2ba8f876fa7d53aba928","dc3d1caa3f98d1a26764a2768d9e1b2058ab8c9338e771634962d126093e0364","8cb22231a31e09abb195f870c191cff24d39060d8770283fade1a6c81b6057fd","5c7b4d69e9d49382954fb7c46b9e368b517b11a5f55f34e66b8fd9951fed6d34","2d4991ab2d36b7ea5abf1d063dd2190db54d3c0b310537223b75e7f47a1704d5","c063b190ce5e76d2b245d3703e86c6969b657c7af7876aa0d453d6bd9a3052ce","36e57dce64100911b98cefe727f2df3afb2a2afe218e3f01c308d2a08e14eda1","c8df0eb0e673a49fae836fe9784f0af82ff7579f33e7a67eadfb1eb9158189d3","dbd825417d2051294de6b53445bef43b0527e200d78e1a8ae6cfaf818da50278","d402142106575f165b60dd48b55229ed3376a82a2c88fa5767df88f3e77935ac","b9c388b85a2a4f5e6bb017c9d97768498fe582aa01ef5c3d7f37414b24bcfe0e","347d788cafb56b9649595ae8e7c57e4e9b57b3987d817fb9d3ceb78a0694fb10","d6fe236bd8fb6faa2e2292433177d6a57cb82673bb61519383727821776414f1","9b51dd74a388c13e157c457cc39d59dc2aae2134f6a21cc6b695219932cb8817",{"version":"db06f4cdf70e3689f0cd5a96a6836f34024ad61e8dd01473560ebbcae09c532b","affectsGlobalScope":true},"6c71a186369074378653c84fe944b269db54501e33e790791d59a106482aae86","41db1e358120ce74584d9cf596344db2702f305b649c6c8c55ad4e27c440eaf1","e365aa91afc400057bba12061dbc667ebdc3a93c9701f902936aeaee5157b297","d18cafabd6456b23ebcf11198c9c056a56361facb07977c653cce50a6ba184f9","29cce97240f57803d3ebbd2dce484634ff8646088287203d461dd97ae29cc692","29bfbafb7d1b80882c83b108f5242bd78aaad7fefc464fda5f571ffe6d8c5a99","a93475d7baca260e4db85215cfa6e59b2357e1f526b056b18ed9c4493e7b80c3","96e6e0c494fbbf80406a62fa7cb938fc7e444ad406cd45a16915e76e9d45972f","820a5ca18bb09bc50ebd1856794e9dfbc5a7f855f610e6f9d59cbe3b9e1a7c8f","ec5890710c087c43f575ff65eb0cf09b32e360ee428def89a071c70cf742b393","04a87ca18a0421824f3c6e260346f51355618dd5d3ceb31b426b7f9a1a4ef3ae","a1ef544e4387e2f89cc7c33ff805fd77f1472c82e6605d8c8a791209d12bc6fc","3e79b1b6beb23ce850766d185e632d24442afbd54667891c2e052c3ba93062d1","25978fa21b2728d3277888d33df9272738605df94140b4b0c883cf352ec31ca6","c9e5c708eb84894b985071080652da531d4b27ca8cb60963521270239cfe8c20","2234c567e3e3cd7846f31d4634374160b65e4678a751609f7e3a0b65d3055dcd","c7660fb741b5aaf06e2383620c701c749c352044e5d302e7f0b490e85b909ff3","733e3536a80edba7ae3189332b7f15304569811404c2e61974266d3d90216efb","ed0badf10a4a104c51e0bc2ca3d2ce6827c36035d2e96527295d6d1d2455d965","074d0c29700bd9667bc549f460ce2097132e13b2cfafac16be9dbe38756adc17","d20248b40c769f2957741b1fde5580cb2d4cb4c28651f7fd250eb02fa6c98f09","514791e8c0e59bd61576e76f61db12272e949bab76a3af11ccedfb75be3d4794","ad17364042b079f3c14b7d29eac304bcfe25cceb3565b4973f387bf1d5d27782","fccb69b68f78d7fbba625c31a5622a0682dbf8e88b51fd03ea50e721ca596296","2daed8a6f384d9bbfda7a08ad51f194ea391e1a4a581ab8c6af08822d2e1d86e","2f2dca6bd4f2f67a44848a53407e8b19ad36d0fe78b938b612494794d15e4139","44e7f6e97397d5639984ebc8a12e1bce9048c8729fb32910492d062b9a9024e6","8fa462909fdc3a162ebc2eae7b51223619cb69444dfa1c59f87b2fddef1d4b6a","717c5e161ca75fbd2370549a8fcebe1327798271917d41182baf77d3defa732b","46c24d8a9afba8e505c776c10b9acdb0e9aa2aef0cbc85ae78f1d601bc79ea1a","d99563434e4e040f0cd38c5935f60c4f9ec1a2ea198e4578ce86446fa7eadaa5",{"version":"d062ff609af4fd3c40f3329e53bae538b75a21ebad8585d2f2196d4785bb1f5d","signature":"7eb3f71ae9a702c8cf192f2d9bc44b35ec21adecb3139019f30e322c49c61bd0"},{"version":"d856f91d1f686a9513da75c47bff56e238d4859f927b0a5478d1ea7c86cf12b0","signature":"5d8d9fa8cc72373441e9cf47561848e3cec7eb28b550d1fdda2327ed8240b489"},{"version":"ad773574b405ed6ece7127d356644ca00a0c5518d8e25afdaa3ca6d46a93eb11","signature":"4eeb723c84867ce3644be1aeb5d47ef3962743637de123b08b35460cc773fb97"},{"version":"fe300a98fdff013c4bbdd646a7a1549d2662b2182f1ecd8eefa6598279b0fd0f","signature":"bec488beb725ef60d6096244e3b9c7c2feaf06e64c5d20b830ead997b6786c9a"},{"version":"d3e063e903f15a8d6dc1b478222ef71a6015b350ef1a0467584c44cd395f1bc8","signature":"81b58686ec3a5692753f1086b6677585715a1c59965e30075bbde3dfd2fd13e5"},{"version":"0e5c5146db5f828c6c915f97db844b9279537296145830c9f9eb30e76c3551fa","signature":"63bd44f4ed634de6f047122e0072c61542a2c06f81682ac117506cf99915e0d1"},"78d009d79c3bb8059dcd0ed4671e0fe2c2fc82f308ef57fe734b6577d583f071",{"version":"13ca514e28263ea2652fae0576b7ef417c55a3bd7e7a456c49545c6f8bca2cf2","signature":"45fb973524b440440cee1c39c483138140eaff2be485c633ae494c8ffec3f525"},"92edb6e257fa64d3baae647490e041912684f5dc1f243d0aedd60b4b383ff50b","cab425b5559edac18327eb2c3c0f47e7e9f71b667290b7689faafd28aac69eae","3cfb0cb51cc2c2e1b313d7c4df04dbf7e5bda0a133c6b309bf6af77cf614b971","f992cd6cc0bcbaa4e6c810468c90f2d8595f8c6c3cf050c806397d3de8585562",{"version":"b9734142a4b241cfb505be4a2eb0261d211647df7c73043f817f4fdd8d96c846","affectsGlobalScope":true},"975f84de013567851d216d78a3a86736bb330cae11fdc907b222dffa148b31d2","0359682c54e487c4cab2b53b2b4d35cc8dea4d9914bc6abcdb5701f8b8e745a4","fec943fdb3275eb6e006b35e04a8e2e99e9adf3f4b969ddf15315ac7575a93e4","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","fe4a2042d087990ebfc7dc0142d5aaf5a152e4baea86b45f283f103ec1e871ea","d88a479cccf787b4aa82362150fbeba5211a32dbfafa7b92ba6995ecaf9a1a89","***REMOVED***73b1d0089c3533ce42","c24ad9be9adf28f0927e3d9d9e9cec1c677022356f241ccbbfb97bfe8fb3d1a1","0ec0998e2d085e8ea54266f547976ae152c9dd6cdb9ac4d8a520a230f5ebae84","***REMOVED***b82d23b2a844653bfb","***REMOVED***cc98cfc3009095f52a","ae9930989ed57478eb03b9b80ad3efa7a3eacdfeff0f78ecf7894c4963a64f93","***REMOVED***3ef1d66dac48cda4bd","3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae","6ac6f24aff52e62c3950461aa17eab26e3a156927858e6b654baef0058b4cd1e",{"version":"***REMOVED***f99e4ede6220e5fec8","affectsGlobalScope":true},"8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649",{"version":"e8bf92aabac2b11e1bf60a0161039cd6f5f0cd9713863ca2289dd7b10eddece8","affectsGlobalScope":true},"6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","6b40029289530423f407a22755c85b81740f9acfd88d2b53564f8c1657c26660","50a5b297e6c91df4f6068d98467a5e7ba4eeb888b9376757734dd4b1dfcdacd4","df5941f81d2d8a084c12b67bfa2a3a9fd2703ee68d75bd2299b15af3fa400d5e","c9ffce38ec2ac0d683dc22d916b4fd923fd94ecf029fe5b1f6ddf1669d558042"],"options":{"declaration":true,"importHelpers":true,"module":1,"outDir":"./dist","rootDir":"./src","skipLibCheck":true,"strict":true,"target":6},"fileIdsList":[[120,263,271,312,336],[120,311,312,313],[120,263,310,336],[120,263,269,311],[120,163,271,272,273,274,305,306,307,310,311,312,313,314,336],[120,270,271,274,310,311,336],[120],[120,263],[120,263,273,274,310,336],[120,263,271,274,304,305,310,313,336],[120,163],[120,263,274,306,309,311,336],[120,304],[120,263,271,274,306,307,311,336],[120,263,272,273,310,311,313,336],[120,263,273,274,304,306,308,336],[120,263,285,297,298,299,301,315,336,344],[120,159,274,285,286,294,295,297,298,299,301,302,303,315,336,344],[120,263,298,302,315,336,344],[120,286,295,296,298,299,300,311,315,336],[120,263,286,295,298,299,300,301,315,336,344],[120,263,286,296,297,298,299,301,302,315,336,344],[120,263,269,286,295,296,297,299,301,315,336,344],[120,263,269,298,301,315,344],[120,163,263,285,294],[120,304,344],[120,336,337],[120,338],[120,163,337,338,339,340,341,342,343],[120,263,304,336],[120,163,278,344],[120,278,344],[120,163,276,277,278,279,280,281,282,283,284],[120,336,344],[120,278],[120,263,344],[120,344],[120,347],[120,336,344,345,346],[120,336],[120,163,287,288,289,290,291,292,293],[120,321],[120,320],[120,159,160,161,162],[120,263,265],[120,163,264,265,266,267,268,316,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335],[120,319],[120,317,318],[120,315],[58,119,120,127],[120,137],[69,120,137,138,139,140,148,149],[120,141,142,143,144,145,147],[120,146],[62,120],[51,53,55,58,69,73,120],[51,53,62,70,74,120],[70,71,72,120],[49,50,51,56,69,74,120],[67,120],[55,120],[62,64,120],[62,63,64,65,66,67,68,120],[58,62,119,120,127],[62,74,120,130],[62,74,120],[62,74,120,130,131,132],[62,120,133],[52,62,69,73,74,75,120,128,129,130,132,133,135,136,150],[58,120],[49,50,51,52,74,120],[51,53,74,120],[48,49,50,51,52,53,54,55,56,57,58,59,60,61,120],[74,120],[53,54,74,120],[48,120],[49,50,74,120],[62,73,120],[58,120,134],[91,94,119,120,127,358,359,360],[91,120,127],[120,366,368,369,370,371,372,373,374,375,376,377,378],[120,366,367,369,370,371,372,373,374,375,376,377,378],[120,367,368,369,370,371,372,373,374,375,376,377,378],[120,366,367,368,370,371,372,373,374,375,376,377,378],[120,366,367,368,369,371,372,373,374,375,376,377,378],[120,366,367,368,369,370,372,373,374,375,376,377,378],[120,366,367,368,369,370,371,373,374,375,376,377,378],[120,366,367,368,369,370,371,372,374,375,376,377,378],[120,366,367,368,369,370,371,372,373,375,376,377,378],[120,366,367,368,369,370,371,372,373,374,376,377,378],[120,366,367,368,369,370,371,372,373,374,375,377,378],[120,366,367,368,369,370,371,372,373,374,375,376,378],[120,366,367,368,369,370,371,372,373,374,375,376,377],[76,120],[79,120],[80,85,111,120],[81,91,92,99,108,119,120],[81,82,91,99,120],[83,120],[84,85,92,100,120],[85,108,116,120],[86,88,91,99,120],[87,120],[88,89,120],[90,91,120],[91,120],[91,92,93,108,119,120],[91,92,93,108,120],[94,99,108,119,120],[91,92,94,95,99,108,116,119,120],[94,96,108,116,119,120],[76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126],[91,97,120],[98,119,120],[88,91,99,108,120],[100,120],[101,120],[79,102,120],[103,118,120,124],[104,120],[105,120],[91,106,120],[106,107,120,122],[80,91,108,109,110,120],[80,108,110,120],[108,109,120],[111,120],[112,120],[91,114,115,120],[114,115,120],[85,99,116,120],[117,120],[99,118,120],[80,94,105,119,120],[85,120],[108,120,121],[120,122],[120,123],[80,85,91,93,102,108,119,120,122,124],[108,120,125],[94,108,120,127],[120,382],[92,120,127],[120,172,303],[120,165,166,172,173],[120,174,238,239],[120,165,172,174],[120,166,174],[120,165,167,168,169,172,174,177,178],[120,168,179,193,194],[120,165,172,177,178,179],[120,165,167,172,174,176,177,178],[120,165,166,177,178,179],[120,164,180,185,192,195,196,237,240,262],[120,165],[120,166,170,171],[120,166,170,171,172,173,175,186,187,188,189,190,191],[120,166,171,172],[120,166],[120,165,166,171,172,174,187],[120,172],[120,166,172,173],[120,170,172],[120,179,193],[120,165,167,168,169,172,177],[120,165,172,175,178],[120,168,176,177,178,181,182,183,184],[120,178],[120,165,167,172,174,176,178],[120,174,177],[120,174],[120,165,172,178],[120,166,172,177,188],[120,177,241],[120,174,178],[120,172,177],[120,177],[120,165,175],[120,165,172],[120,172,177,178],[120,197,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261],[120,177,178],[120,167,172],[120,165,172,176,177,178,190],[120,165,167,172,178],[120,165,167,172],[120,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236],[120,190,198],[120,198],[120,165,172,174,177,197,198],[120,165,172,174,176,177,178,190,197],[47,120],[47,120,151,155,157,350,353],[47,120,151],[47,120,351,352],[47,120,304],[47,120,156],[47,120,155,157,158,304,348,349],[47,92,120,356],[120,271,312,336],[120,310,336],[120,269,311],[120,273,274,310,336],[120,271,274,304,305,310,313,336],[120,274,306,309,311,336],[120,271,274,306,307,311,336],[120,272,273,310,311,313,336],[120,273,274,304,306,308,336],[120,285,297,298,299,301,315,336,344],[120,298,302,315,336,344],[120,286,295,298,299,300,301,315,336,344],[120,286,296,297,298,299,301,302,315,336,344],[120,269,286,295,296,297,299,301,315,336,344],[120,269,298,301,315,344],[120,163,285,294],[120,304,336],[120,265],[120,303],[58,62,151],[151],[351,352],[304],[156],[157,304]],"referencedMap":[[313,1],[271,2],[311,3],[312,4],[315,5],[272,6],[275,7],[273,8],[314,9],[306,10],[307,11],[310,12],[305,13],[308,14],[274,15],[309,16],[302,17],[304,18],[297,19],[286,7],[301,20],[296,21],[300,22],[298,23],[299,24],[295,25],[349,26],[338,27],[342,28],[339,28],[343,28],[340,28],[344,29],[341,28],[337,30],[279,7],[282,31],[280,7],[283,32],[285,33],[276,34],[284,35],[278,36],[281,37],[277,11],[345,37],[348,38],[346,37],[347,39],[292,37],[287,40],[289,40],[294,41],[290,7],[288,40],[293,37],[291,37],[328,7],[330,7],[322,7],[331,42],[329,36],[332,7],[323,11],[321,43],[334,13],[320,7],[333,7],[160,7],[162,7],[163,44],[161,7],[264,8],[265,8],[266,8],[267,45],[268,8],[336,46],[325,47],[326,47],[324,47],[319,48],[327,47],[316,49],[335,7],[269,8],[129,50],[137,7],[138,51],[139,7],[150,52],[140,7],[141,7],[148,53],[142,7],[143,7],[147,54],[144,55],[145,7],[149,7],[74,56],[71,57],[73,58],[70,59],[72,7],[68,60],[64,61],[65,62],[66,62],[63,55],[69,63],[67,7],[128,64],[131,65],[130,66],[133,67],[132,68],[151,69],[54,7],[61,70],[53,71],[55,7],[60,70],[48,7],[52,72],[62,73],[56,74],[58,75],[49,76],[51,77],[57,7],[50,7],[59,7],[75,78],[134,70],[135,79],[136,7],[382,7],[361,80],[362,7],[146,81],[363,7],[359,7],[356,7],[364,7],[365,81],[367,82],[368,83],[366,84],[369,85],[370,86],[371,87],[372,88],[373,89],[374,90],[375,91],[376,92],[377,93],[378,94],[379,7],[380,7],[76,95],[77,95],[79,96],[80,97],[81,98],[82,99],[83,100],[84,101],[85,102],[86,103],[87,104],[88,105],[89,105],[90,106],[91,107],[92,108],[93,109],[78,7],[126,7],[94,110],[95,111],[96,112],[127,113],[97,114],[98,115],[99,116],[100,117],[101,118],[102,119],[103,120],[104,121],[105,122],[106,123],[107,124],[108,125],[110,126],[109,127],[111,128],[112,129],[113,7],[114,130],[115,131],[116,132],[117,133],[118,134],[119,135],[120,136],[121,137],[122,138],[123,139],[124,140],[125,141],[381,7],[360,142],[383,143],[384,7],[385,144],[270,7],[158,7],[303,145],[174,146],[240,147],[239,148],[238,149],[179,150],[195,151],[193,152],[194,153],[180,154],[263,155],[165,7],[167,7],[168,156],[169,7],[172,157],[175,7],[192,158],[170,7],[187,159],[173,160],[188,161],[191,162],[189,162],[186,163],[166,7],[171,7],[190,164],[196,165],[184,7],[178,166],[176,167],[185,168],[182,169],[181,169],[177,170],[183,171],[259,172],[253,173],[246,174],[245,175],[254,176],[255,162],[247,177],[260,178],[241,179],[242,180],[243,181],[262,182],[244,175],[248,178],[249,183],[256,184],[257,160],[258,183],[261,162],[250,181],[197,185],[251,186],[252,187],[237,188],[235,189],[236,189],[201,189],[202,189],[203,189],[204,189],[205,189],[206,189],[207,189],[208,189],[227,189],[209,189],[210,189],[211,189],[212,189],[213,189],[214,189],[234,189],[215,189],[216,189],[217,189],[232,189],[218,189],[233,189],[219,189],[230,189],[231,189],[220,189],[221,189],[222,189],[228,189],[229,189],[223,189],[224,189],[225,189],[226,189],[200,190],[199,191],[198,192],[164,7],[358,107],[318,7],[159,7],[47,7],[8,7],[9,7],[13,7],[12,7],[2,7],[14,7],[15,7],[16,7],[17,7],[18,7],[19,7],[20,7],[21,7],[3,7],[4,7],[25,7],[22,7],[23,7],[24,7],[26,7],[27,7],[28,7],[5,7],[29,7],[30,7],[31,7],[32,7],[6,7],[46,7],[36,7],[33,7],[34,7],[35,7],[37,7],[7,7],[38,7],[43,7],[44,7],[39,7],[40,7],[41,7],[42,7],[1,7],[45,7],[11,7],[10,7],[317,7],[153,193],[154,193],[354,194],[355,195],[155,193],[353,196],[351,197],[352,197],[152,195],[156,193],[157,198],[350,199],[357,200]],"exportedModulesMap":[[313,201],[271,2],[311,202],[312,203],[315,5],[272,6],[275,7],[273,7],[314,204],[306,205],[307,11],[310,206],[305,13],[308,207],[274,208],[309,209],[302,210],[304,18],[297,211],[286,7],[301,20],[296,212],[300,213],[298,214],[299,215],[295,216],[349,26],[338,27],[342,28],[339,28],[343,28],[340,28],[344,29],[341,28],[337,217],[279,7],[282,31],[280,7],[283,32],[285,33],[276,34],[284,35],[278,37],[281,37],[277,11],[345,37],[348,38],[346,37],[347,39],[292,37],[287,40],[289,40],[294,41],[290,7],[288,40],[293,37],[291,37],[328,7],[330,7],[322,7],[331,42],[329,37],[332,7],[323,11],[321,43],[334,13],[320,7],[333,7],[160,7],[162,7],[163,44],[161,7],[264,7],[265,7],[266,7],[267,218],[268,7],[336,46],[325,47],[326,47],[324,47],[319,48],[327,47],[316,49],[335,7],[269,7],[129,50],[137,7],[138,51],[139,7],[150,52],[140,7],[141,7],[148,53],[142,7],[143,7],[147,54],[144,55],[145,7],[149,7],[74,56],[71,57],[73,58],[70,59],[72,7],[68,60],[64,61],[65,62],[66,62],[63,55],[69,63],[67,7],[128,64],[131,65],[130,66],[133,67],[132,68],[151,69],[54,7],[61,70],[53,71],[55,7],[60,70],[48,7],[52,72],[62,73],[56,74],[58,75],[49,76],[51,77],[57,7],[50,7],[59,7],[75,78],[134,70],[135,79],[136,7],[382,7],[361,80],[362,7],[146,81],[363,7],[359,7],[356,7],[364,7],[365,81],[367,82],[368,83],[366,84],[369,85],[370,86],[371,87],[372,88],[373,89],[374,90],[375,91],[376,92],[377,93],[378,94],[379,7],[380,7],[76,95],[77,95],[79,96],[80,97],[81,98],[82,99],[83,100],[84,101],[85,102],[86,103],[87,104],[88,105],[89,105],[90,106],[91,107],[92,108],[93,109],[78,7],[126,7],[94,110],[95,111],[96,112],[127,113],[97,114],[98,115],[99,116],[100,117],[101,118],[102,119],[103,120],[104,121],[105,122],[106,123],[107,124],[108,125],[110,126],[109,127],[111,128],[112,129],[113,7],[114,130],[115,131],[116,132],[117,133],[118,134],[119,135],[120,136],[121,137],[122,138],[123,139],[124,140],[125,141],[381,7],[360,142],[383,143],[384,7],[385,144],[270,7],[158,7],[303,219],[174,146],[240,147],[239,148],[238,149],[179,150],[195,151],[193,152],[194,153],[180,154],[263,155],[165,7],[167,7],[168,156],[169,7],[172,157],[175,7],[192,158],[170,7],[187,159],[173,160],[188,161],[191,162],[189,162],[186,163],[166,7],[171,7],[190,164],[196,165],[184,7],[178,166],[176,167],[185,168],[182,169],[181,169],[177,170],[183,171],[259,172],[253,173],[246,174],[245,175],[254,176],[255,162],[247,177],[260,178],[241,179],[242,180],[243,181],[262,182],[244,175],[248,178],[249,183],[256,184],[257,160],[258,183],[261,162],[250,181],[197,185],[251,186],[252,187],[237,188],[235,189],[236,189],[201,189],[202,189],[203,189],[204,189],[205,189],[206,189],[207,189],[208,189],[227,189],[209,189],[210,189],[211,189],[212,189],[213,189],[214,189],[234,189],[215,189],[216,189],[217,189],[232,189],[218,189],[233,189],[219,189],[230,189],[231,189],[220,189],[221,189],[222,189],[228,189],[229,189],[223,189],[224,189],[225,189],[226,189],[200,190],[199,191],[198,192],[164,7],[358,107],[318,7],[159,7],[47,7],[8,7],[9,7],[13,7],[12,7],[2,7],[14,7],[15,7],[16,7],[17,7],[18,7],[19,7],[20,7],[21,7],[3,7],[4,7],[25,7],[22,7],[23,7],[24,7],[26,7],[27,7],[28,7],[5,7],[29,7],[30,7],[31,7],[32,7],[6,7],[46,7],[36,7],[33,7],[34,7],[35,7],[37,7],[7,7],[38,7],[43,7],[44,7],[39,7],[40,7],[41,7],[42,7],[1,7],[45,7],[11,7],[10,7],[317,7],[354,220],[355,221],[353,222],[351,223],[352,223],[152,221],[157,224],[350,225]],"semanticDiagnosticsPerFile":[313,271,311,312,315,272,275,273,314,306,307,310,305,308,274,309,302,304,297,286,301,296,300,298,299,295,349,338,342,339,343,340,344,341,337,279,282,280,283,285,276,284,278,281,277,345,348,346,347,292,287,289,294,290,288,293,291,328,330,322,331,329,332,323,321,334,320,333,160,162,163,161,264,265,266,267,268,336,325,326,324,319,327,316,335,269,129,137,138,139,150,140,141,148,142,143,147,144,145,149,74,71,73,70,72,68,64,65,66,63,69,67,128,131,130,133,132,151,54,61,53,55,60,48,52,62,56,58,49,51,57,50,59,75,134,135,136,382,361,362,146,363,359,356,364,365,367,368,366,369,370,371,372,373,374,375,376,377,378,379,380,76,77,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,78,126,94,95,96,127,97,98,99,100,101,102,103,104,105,106,107,108,110,109,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,381,360,383,384,385,270,158,303,174,240,239,238,179,195,193,194,180,263,165,167,168,169,172,175,192,170,187,173,188,191,189,186,166,171,190,196,184,178,176,185,182,181,177,183,259,253,246,245,254,255,247,260,241,242,243,262,244,248,249,256,257,258,261,250,197,251,252,237,235,236,201,202,203,204,205,206,207,208,227,209,210,211,212,213,214,234,215,216,217,232,218,233,219,230,231,220,221,222,228,229,223,224,225,226,200,199,198,164,358,318,159,47,8,9,13,12,2,14,15,16,17,18,19,20,21,3,4,25,22,23,24,26,27,28,5,29,30,31,32,6,46,36,33,34,35,37,7,38,43,44,39,40,41,42,1,45,11,10,317,153,154,354,355,155,353,351,352,152,156,157,350,357]},"version":"4.9.5"} \ No newline at end of file diff --git a/packages/contentstack-migrate-rte/README.md b/packages/contentstack-migrate-rte/README.md index ddf82d92df..36d4f7dec6 100644 --- a/packages/contentstack-migrate-rte/README.md +++ b/packages/contentstack-migrate-rte/README.md @@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-cm-migrate-rte $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-cm-migrate-rte/1.4.19 darwin-arm64 node-v22.2.0 +@contentstack/cli-cm-migrate-rte/1.4.20 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-migrate-rte/package.json b/packages/contentstack-migrate-rte/package.json index 91cd0c6e20..067eb713d4 100644 --- a/packages/contentstack-migrate-rte/package.json +++ b/packages/contentstack-migrate-rte/package.json @@ -1,12 +1,12 @@ { "name": "@contentstack/cli-cm-migrate-rte", "description": "Contentstack CLI plugin to migrate HTML RTE to JSON RTE", - "version": "1.4.19", + "version": "1.4.20", "author": "contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "@contentstack/json-rte-serializer": "~2.0.4", "collapse-whitespace": "^1.1.7", "chalk": "^4.1.2", diff --git a/packages/contentstack-migration/README.md b/packages/contentstack-migration/README.md index a5148be25b..f5ca8616ec 100644 --- a/packages/contentstack-migration/README.md +++ b/packages/contentstack-migration/README.md @@ -21,7 +21,7 @@ $ npm install -g @contentstack/cli-migration $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-migration/1.6.1 darwin-arm64 node-v22.2.0 +@contentstack/cli-migration/1.6.2 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-migration/package.json b/packages/contentstack-migration/package.json index 501d829633..bdc1158ee2 100644 --- a/packages/contentstack-migration/package.json +++ b/packages/contentstack-migration/package.json @@ -1,11 +1,11 @@ { "name": "@contentstack/cli-migration", - "version": "1.6.1", + "version": "1.6.2", "author": "@contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "async": "^3.2.4", "callsites": "^3.1.0", "cardinal": "^2.1.1", diff --git a/packages/contentstack-seed/package.json b/packages/contentstack-seed/package.json index e15ecdf73a..6209e20c41 100644 --- a/packages/contentstack-seed/package.json +++ b/packages/contentstack-seed/package.json @@ -1,13 +1,13 @@ { "name": "@contentstack/cli-cm-seed", "description": "create a Stack from existing content types, entries, assets, etc.", - "version": "1.9.0", + "version": "1.10.0", "author": "Contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { - "@contentstack/cli-cm-import": "~1.18.0", - "@contentstack/cli-command": "~1.3.0", - "@contentstack/cli-utilities": "~1.7.2", + "@contentstack/cli-cm-import": "~1.19.0", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-utilities": "~1.8.0", "inquirer": "8.2.4", "mkdirp": "^1.0.4", "tar": "^6.1.13", diff --git a/packages/contentstack-utilities/package.json b/packages/contentstack-utilities/package.json index 7014da1864..888fa7c95e 100644 --- a/packages/contentstack-utilities/package.json +++ b/packages/contentstack-utilities/package.json @@ -1,6 +1,6 @@ { "name": "@contentstack/cli-utilities", - "version": "1.7.3", + "version": "1.8.0", "description": "Utilities for contentstack projects", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -41,6 +41,7 @@ "cli-table": "^0.3.11", "conf": "^10.2.0", "debug": "^4.1.1", + "dotenv": "^16.4.5", "figures": "^3.2.0", "inquirer": "8.2.4", "inquirer-search-checkbox": "^1.0.0", diff --git a/packages/contentstack-utilities/src/auth-handler.ts b/packages/contentstack-utilities/src/auth-handler.ts index 98dbda88f5..8ca247621a 100644 --- a/packages/contentstack-utilities/src/auth-handler.ts +++ b/packages/contentstack-utilities/src/auth-handler.ts @@ -1,6 +1,7 @@ import cliux from './cli-ux'; import HttpClient from './http-client'; import configHandler from './config-handler'; +import dotenv from 'dotenv'; import * as ContentstackManagementSDK from '@contentstack/management'; import messageHandler from './message-handler'; const http = require('http'); @@ -8,6 +9,7 @@ const url = require('url'); import open from 'open'; import {LoggerService} from './logger'; const crypto = require('crypto'); +dotenv.config(); /** * @class diff --git a/packages/contentstack-utilities/src/authentication-handler.ts b/packages/contentstack-utilities/src/authentication-handler.ts new file mode 100644 index 0000000000..a0ca6ee1a6 --- /dev/null +++ b/packages/contentstack-utilities/src/authentication-handler.ts @@ -0,0 +1,126 @@ +import { cliux as ux, authHandler, configHandler } from './index'; + +class AuthenticationHandler { + private authType: string; + private isOAuth: boolean; + private token: string | null = null; + + constructor() { + this.authType = configHandler.get('authorisationType'); + this.isOAuth = this.authType === 'OAUTH'; + } + + async getAuthDetails(): Promise { + try { + switch (this.authType) { + case 'BASIC': + this.token = configHandler.get('authtoken'); + break; + case 'OAUTH': + await authHandler.compareOAuthExpiry(); + this.token = `Bearer ${configHandler.get('oauthAccessToken')}`; + break; + default: + const authToken = configHandler.get('authtoken'); + if (authToken) { + this.token = authToken; + } else { + ux.print('Session timed out, please login to proceed', { + color: 'yellow', + }); + process.exit(1); + } + break; + } + } catch (error) { + ux.print(`Error occurred while fetching auth details: ${error.message}`, { + color: 'red', + }); + process.exit(1); + } + } + + get isOauthEnabled(): boolean { + return this.isOAuth; + } + + get accessToken(): string { + if (!this.token) { + throw new Error('Token is not available. Please authenticate first.'); + } + return this.token; + } + + async refreshAccessToken(error: any, maxRetryCount = 1): Promise { + if (error.response && error.response.status) { + if (maxRetryCount >= 3) { + ux.print('Max retry count reached, please login to proceed', { + color: 'yellow', + }); + process.exit(1); + } + + maxRetryCount++; // Increment for the next retry attempt + + switch (error.response.status) { + case 401: + // NOTE: Refresh the token if the type is OAuth. + const region: { cma: string; name: string; cda: string } = configHandler.get('region') || {}; + if (region?.cma) { + let hostName: string = ''; + if (region.cma.startsWith('http')) { + const u = new URL(region.cma); + if (u.host) hostName = u.host; + } + hostName = hostName || region.cma; + await this.refreshToken(hostName); + return this.refreshAccessToken(error, maxRetryCount); // Retry after refreshing the token + } + + case 429: + case 408: + // These cases require a wait, adding a delay before retrying + await new Promise((resolve) => setTimeout(resolve, 1000)); // wait for 1 second + return this.refreshAccessToken(error, maxRetryCount); // Retry + + default: + return; // Handle other cases if necessary + } + } + } + + refreshToken(hostName: string): Promise { + return new Promise((resolve) => { + if (this.authType === 'BASIC') { + // NOTE Handle basic auth 401 here + resolve(false); + ux.print('Session timed out, please login to proceed', { + color: 'yellow', + }); + process.exit(); + } else if (this.authType === 'OAUTH') { + authHandler.host = hostName; + // NOTE Handle OAuth refresh token + authHandler + .compareOAuthExpiry(true) + .then(() => { + this.token = `Bearer ${configHandler.get('oauthAccessToken')}`; + resolve(true); + }) + .catch((error: any) => { + console.log(error); + resolve(false); + }); + } else { + resolve(false); + ux.print('You do not have the permissions to perform this action, please login to proceed', { + color: 'yellow', + }); + process.exit(); + } + }); + } +} + +const authenticationHandler = new AuthenticationHandler(); +export default authenticationHandler; diff --git a/packages/contentstack-utilities/src/helpers.ts b/packages/contentstack-utilities/src/helpers.ts index ec981bc80a..aaaf6851d1 100644 --- a/packages/contentstack-utilities/src/helpers.ts +++ b/packages/contentstack-utilities/src/helpers.ts @@ -80,6 +80,21 @@ export const formatError = function (error: any) { parsedError = error; } + // Check if parsedError is an empty object + if (parsedError && typeof parsedError === 'object' && Object.keys(parsedError).length === 0) { + return `An unknown error occurred. ${error}`; + } + + // Check for specific SSL error + if (parsedError?.code === 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY') { + return 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY occurred during SSL certificate verification! Please check your certificate configuration.'; + } + + // Handle self signed certificate error + if (parsedError?.code === 'SELF_SIGNED_CERT_IN_CHAIN') { + return 'Self-signed certificate in the certificate chain! Please ensure your certificate configuration is correct and the necessary CA certificates are trusted.'; + } + // Determine the error message let message = parsedError.errorMessage || parsedError.error_message || parsedError.message || parsedError; if (typeof message === 'object') { diff --git a/packages/contentstack-utilities/src/index.ts b/packages/contentstack-utilities/src/index.ts index dba474ca5c..a7e48362c7 100644 --- a/packages/contentstack-utilities/src/index.ts +++ b/packages/contentstack-utilities/src/index.ts @@ -77,3 +77,4 @@ export { FlagInput, ArgInput, FlagDefinition } from '@oclif/core/lib/interfaces/ export { default as TablePrompt } from './inquirer-table-prompt'; export { Logger }; +export { default as authenticationHandler } from './authentication-handler'; diff --git a/packages/contentstack-variants/package.json b/packages/contentstack-variants/package.json index 5a723f8085..f76506fa06 100644 --- a/packages/contentstack-variants/package.json +++ b/packages/contentstack-variants/package.json @@ -1,6 +1,6 @@ { "name": "@contentstack/cli-variants", - "version": "1.0.0", + "version": "1.1.0", "description": "Variants plugin", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -30,7 +30,7 @@ "typescript": "^5.4.2" }, "dependencies": { - "@contentstack/cli-utilities": "^1.5.12", + "@contentstack/cli-utilities": "^1.8.0", "lodash": "^4.17.21", "mkdirp": "^1.0.4", "winston": "^3.7.2" diff --git a/packages/contentstack-variants/src/export/attributes.ts b/packages/contentstack-variants/src/export/attributes.ts index 9fa7643a74..033ee3260b 100644 --- a/packages/contentstack-variants/src/export/attributes.ts +++ b/packages/contentstack-variants/src/export/attributes.ts @@ -14,7 +14,7 @@ export default class ExportAttributes extends PersonalizationAdapter { super({ config: exportConfig, baseURL: exportConfig.modules.personalize.baseURL[exportConfig.region.name], - headers: { authtoken: exportConfig.auth_token, 'X-Project-Uid': exportConfig.project_id }, + headers: { 'X-Project-Uid': exportConfig.project_id }, }); this.personalizeConfig = exportConfig.modules.personalize; this.eventsConfig = exportConfig.modules.events; @@ -30,6 +30,7 @@ export default class ExportEvents extends PersonalizationAdapter { async start() { try { log(this.exportConfig, 'Starting events export', 'info'); + await this.init(); await fsUtil.makeDirectory(this.eventsFolderPath); this.events = (await this.getEvents()) as EventStruct[]; diff --git a/packages/contentstack-variants/src/export/experiences.ts b/packages/contentstack-variants/src/export/experiences.ts index 25d9a8420c..fbb8a7eb41 100644 --- a/packages/contentstack-variants/src/export/experiences.ts +++ b/packages/contentstack-variants/src/export/experiences.ts @@ -11,10 +11,10 @@ export default class ExportExperiences extends PersonalizationAdapter = (await this.getExperiences()) || []; diff --git a/packages/contentstack-variants/src/export/projects.ts b/packages/contentstack-variants/src/export/projects.ts index 4404c51738..c66f23494e 100644 --- a/packages/contentstack-variants/src/export/projects.ts +++ b/packages/contentstack-variants/src/export/projects.ts @@ -11,7 +11,7 @@ export default class ExportProjects extends PersonalizationAdapter super({ config: exportConfig, baseURL: exportConfig.modules.personalize.baseURL[exportConfig.region.name], - headers: { authtoken: exportConfig.auth_token, organization_uid: exportConfig.org_uid }, + headers: { organization_uid: exportConfig.org_uid }, }); this.exportConfig = exportConfig; this.personalizeConfig = exportConfig.modules.personalize; @@ -26,6 +26,7 @@ export default class ExportProjects extends PersonalizationAdapter async start() { try { log(this.exportConfig, 'Starting projects export', 'info'); + await this.init(); await fsUtil.makeDirectory(this.projectFolderPath); const project = await this.projects({ connectedStackApiKey: this.exportConfig.apiKey }); if (!project || project?.length < 1) { diff --git a/packages/contentstack-variants/src/export/variant-entries.ts b/packages/contentstack-variants/src/export/variant-entries.ts index a872544e44..fd1c11a606 100644 --- a/packages/contentstack-variants/src/export/variant-entries.ts +++ b/packages/contentstack-variants/src/export/variant-entries.ts @@ -19,7 +19,6 @@ export default class VariantEntries extends VariantAdapter[] }) { const variantEntry = this.config.modules.variantEntry; const { entries, locale, contentTypeUid: content_type_uid } = options; - + await this.variantInstance.init(); for (let index = 0; index < entries.length; index++) { const entry = entries[index]; const variantEntryBasePath = join(sanitizePath(this.entriesDirPath), sanitizePath(content_type_uid), sanitizePath(locale), sanitizePath(variantEntry.dirName), sanitizePath(entry.uid)); diff --git a/packages/contentstack-variants/src/import/attribute.ts b/packages/contentstack-variants/src/import/attribute.ts index fd21548232..666cab8e08 100644 --- a/packages/contentstack-variants/src/import/attribute.ts +++ b/packages/contentstack-variants/src/import/attribute.ts @@ -16,7 +16,7 @@ export default class Attribute extends PersonalizationAdapter { const conf: APIConfig = { config, baseURL: config.modules.personalize.baseURL[config.region.name], - headers: { 'X-Project-Uid': config.modules.personalize.project_id, authtoken: config.auth_token }, + headers: { 'X-Project-Uid': config.modules.personalize.project_id }, }; super(Object.assign(config, conf)); this.personalizeConfig = this.config.modules.personalize; @@ -36,7 +36,7 @@ export default class Attribute extends PersonalizationAdapter { */ async import() { this.log(this.config, this.$t(this.messages.IMPORT_MSG, { module: 'Attributes' }), 'info'); - + await this.init(); await fsUtil.makeDirectory(this.attrMapperDirPath); const { dirName, fileName } = this.attributeConfig; const attributesPath = resolve( diff --git a/packages/contentstack-variants/src/import/audiences.ts b/packages/contentstack-variants/src/import/audiences.ts index be414a8c25..e3bb2a0a98 100644 --- a/packages/contentstack-variants/src/import/audiences.ts +++ b/packages/contentstack-variants/src/import/audiences.ts @@ -18,7 +18,7 @@ export default class Audiences extends PersonalizationAdapter { const conf: APIConfig = { config, baseURL: config.modules.personalize.baseURL[config.region.name], - headers: { 'X-Project-Uid': config.modules.personalize.project_id, authtoken: config.auth_token }, + headers: { 'X-Project-Uid': config.modules.personalize.project_id }, }; super(Object.assign(config, conf)); this.personalizeConfig = this.config.modules.personalize; @@ -44,7 +44,7 @@ export default class Audiences extends PersonalizationAdapter { */ async import() { this.log(this.config, this.$t(this.messages.IMPORT_MSG, { module: 'Audiences' }), 'info'); - + await this.init(); await fsUtil.makeDirectory(this.audienceMapperDirPath); const { dirName, fileName } = this.audienceConfig; const audiencesPath = resolve( diff --git a/packages/contentstack-variants/src/import/events.ts b/packages/contentstack-variants/src/import/events.ts index 25d7de178f..e3ecefbcc8 100644 --- a/packages/contentstack-variants/src/import/events.ts +++ b/packages/contentstack-variants/src/import/events.ts @@ -16,7 +16,7 @@ export default class Events extends PersonalizationAdapter { const conf: APIConfig = { config, baseURL: config.modules.personalize.baseURL[config.region.name], - headers: { 'X-Project-Uid': config.modules.personalize.project_id, authtoken: config.auth_token }, + headers: { 'X-Project-Uid': config.modules.personalize.project_id }, }; super(Object.assign(config, conf)); this.personalizeConfig = this.config.modules.personalize; @@ -36,7 +36,7 @@ export default class Events extends PersonalizationAdapter { */ async import() { this.log(this.config, this.$t(this.messages.IMPORT_MSG, { module: 'Events' }), 'info'); - + await this.init(); await fsUtil.makeDirectory(this.eventMapperDirPath); const { dirName, fileName } = this.eventsConfig; const eventsPath = resolve( diff --git a/packages/contentstack-variants/src/import/experiences.ts b/packages/contentstack-variants/src/import/experiences.ts index 763c0f929d..184f3dbe1f 100644 --- a/packages/contentstack-variants/src/import/experiences.ts +++ b/packages/contentstack-variants/src/import/experiences.ts @@ -45,10 +45,10 @@ export default class Experiences extends PersonalizationAdapter { const conf: APIConfig = { config, baseURL: config.modules.personalize.baseURL[config.region.name], - headers: { 'X-Project-Uid': config.modules.personalize.project_id, authtoken: config.auth_token }, + headers: { 'X-Project-Uid': config.modules.personalize.project_id}, cmaConfig: { baseURL: config.region.cma + `/v3`, - headers: { authtoken: config.auth_token, api_key: config.apiKey }, + headers: { api_key: config.apiKey }, }, }; super(Object.assign(config, conf)); @@ -107,7 +107,7 @@ export default class Experiences extends PersonalizationAdapter { */ async import() { this.log(this.config, this.$t(this.messages.IMPORT_MSG, { module: 'Experiences' }), 'info'); - + await this.init(); await fsUtil.makeDirectory(this.expMapperDirPath); if (existsSync(this.experiencesPath)) { diff --git a/packages/contentstack-variants/src/import/project.ts b/packages/contentstack-variants/src/import/project.ts index 0741785e49..c052492ad9 100644 --- a/packages/contentstack-variants/src/import/project.ts +++ b/packages/contentstack-variants/src/import/project.ts @@ -10,7 +10,7 @@ export default class Project extends PersonalizationAdapter { const conf: APIConfig = { config, baseURL: config.modules.personalize.baseURL[config.region.name], - headers: { organization_uid: config.org_uid, authtoken: config.auth_token }, + headers: { organization_uid: config.org_uid }, }; super(Object.assign(config, conf)); this.projectMapperFolderPath = pResolve( @@ -29,7 +29,7 @@ export default class Project extends PersonalizationAdapter { const personalize = this.config.modules.personalize; const { dirName, fileName } = personalize.projects; const projectPath = join(sanitizePath(this.config.data), sanitizePath(personalize.dirName), sanitizePath(dirName), sanitizePath(fileName)); - + if (existsSync(projectPath)) { const projects = JSON.parse(readFileSync(projectPath, 'utf8')) as CreateProjectInput[]; @@ -38,7 +38,7 @@ export default class Project extends PersonalizationAdapter { this.log(this.config, 'No project found!', 'info'); return; } - + await this.init(); for (const project of projects) { const createProject = async (newName: void | string): Promise => { return await this.createProject({ @@ -46,7 +46,7 @@ export default class Project extends PersonalizationAdapter { description: project.description, connectedStackApiKey: this.config.apiKey, }).catch(async (error) => { - if (error === 'personalization.PROJECTS.DUPLICATE_NAME' || error === 'personalize.PROJECTS.DUPLICATE_NAME') { + if (error.includes('personalization.PROJECTS.DUPLICATE_NAME') || error.includes('personalize.PROJECTS.DUPLICATE_NAME')) { const projectName = await askProjectName('Copy Of ' + (newName || project.name)); return await createProject(projectName); } diff --git a/packages/contentstack-variants/src/import/variant-entries.ts b/packages/contentstack-variants/src/import/variant-entries.ts index c4f4c75176..7f78f572a4 100644 --- a/packages/contentstack-variants/src/import/variant-entries.ts +++ b/packages/contentstack-variants/src/import/variant-entries.ts @@ -49,7 +49,6 @@ export default class VariantEntries extends VariantAdapter; this.assetUrlMapper = (fsUtil.readFile(assetUrlMapperPath, true) || {}) as Record; this.environments = (fsUtil.readFile(envPath, true) || {}) as Record; - + // set the token + await this.variantInstance.init(); for (const entriesForVariant of entriesForVariants) { await this.importVariantEntries(entriesForVariant); } @@ -368,7 +368,7 @@ export default class VariantEntries extends VariantAdapter) => { + const setValue = (currentObj: VariantEntryStruct, keys: string[]) => { if (!currentObj || keys.length === 0) return; const [firstKey, ...restKeys] = keys; @@ -380,7 +380,14 @@ export default class VariantEntries extends VariantAdapter ref._content_type_uid === 'sys_assets') - .map((ref: any) => ref.path); + const pathsToUpdate = + variantEntry?._metadata?.references + ?.filter((ref: any) => ref._content_type_uid === 'sys_assets') + .map((ref: any) => ref.path) || []; - if (pathsToUpdate) { - pathsToUpdate.forEach((path: string) => setValue(variantEntry, path.split('.'))); - } + pathsToUpdate.forEach((path: string) => setValue(variantEntry, path.split('.'))); } /** @@ -406,6 +412,11 @@ export default class VariantEntries extends VariantAdapter extends AdapterHelperInterface; - handleVariantAPIRes(res: any): VariantAPIRes; + handleVariantAPIRes(res: any): Promise; } diff --git a/packages/contentstack-variants/src/types/variant-api-adapter.ts b/packages/contentstack-variants/src/types/variant-api-adapter.ts index bb1ea3ba28..0df86a17d5 100644 --- a/packages/contentstack-variants/src/types/variant-api-adapter.ts +++ b/packages/contentstack-variants/src/types/variant-api-adapter.ts @@ -42,6 +42,8 @@ export type VariantOptions = VariantsOption & { }; export interface VariantInterface extends AdapterHelperInterface { + init(): Promise; + variantEntry(options: VariantOptions): Promise<{ entry: Record }>; variantEntries(options: VariantsOption): Promise<{ entries?: Record[] | unknown[] } | void>; @@ -52,5 +54,5 @@ export interface VariantInterface extends AdapterHelperInterface, ): Promise; - handleVariantAPIRes(res: APIResponse): VariantEntryStruct | { entries: VariantEntryStruct[]; count: number } | string; + handleVariantAPIRes(res: APIResponse): Promise; } diff --git a/packages/contentstack-variants/src/types/variant-entry.ts b/packages/contentstack-variants/src/types/variant-entry.ts index 5608cb21e2..a231026971 100644 --- a/packages/contentstack-variants/src/types/variant-entry.ts +++ b/packages/contentstack-variants/src/types/variant-entry.ts @@ -50,7 +50,6 @@ export type PublishVariantEntryDto = { entry: { environments: string[]; locales: string[]; - publish_with_base_entry: boolean; variants: { uid: string; version?: number; diff --git a/packages/contentstack-variants/src/utils/attributes-helper.ts b/packages/contentstack-variants/src/utils/attributes-helper.ts index 93f607b682..aad04bad59 100644 --- a/packages/contentstack-variants/src/utils/attributes-helper.ts +++ b/packages/contentstack-variants/src/utils/attributes-helper.ts @@ -12,8 +12,8 @@ export const lookUpAttributes = (attributeRules: Record[], attribut // Check if attribute reference exists in attributesUid const attributeRef = rule.attribute?.ref; const attributeType = rule.attribute['__type']; - // check if type is UserAttributeReference - if (attributeType === 'UserAttributeReference') { + // check if type is CustomAttributeReference + if (attributeType === 'CustomAttributeReference') { if (attributeRef && attributesUid.hasOwnProperty(attributeRef) && attributesUid[attributeRef]) { rule.attribute.ref = attributesUid[attributeRef]; } else { diff --git a/packages/contentstack-variants/src/utils/error-helper.ts b/packages/contentstack-variants/src/utils/error-helper.ts index 58c087fbbc..7f01a7c2f7 100644 --- a/packages/contentstack-variants/src/utils/error-helper.ts +++ b/packages/contentstack-variants/src/utils/error-helper.ts @@ -9,18 +9,18 @@ export function formatErrors(errors: any): string { for (const errorKey in errors) { const errorValue = errors[errorKey]; if (Array.isArray(errorValue)) { - errorMessages.push(...errorValue.map((error: any) => formatError(error))); + errorMessages.push(...errorValue.map((error: any) => formatError(errorKey, error))); } else { - errorMessages.push(formatError(errorValue)); + errorMessages.push(formatError(errorKey, errorValue)); } } return errorMessages.join(' '); } -function formatError(error: any): string { - if (typeof error === 'object') { - return Object.values(error).join(' '); +function formatError(errorKey: string, error: any): string { + if (typeof error === 'object' && error !== null) { + return `${errorKey}: ${Object.values(error).join(' ')}`; } - return error; + return `${errorKey}: ${error}`; } diff --git a/packages/contentstack-variants/src/utils/logger.ts b/packages/contentstack-variants/src/utils/logger.ts index c1a2801cb3..ed71d80961 100644 --- a/packages/contentstack-variants/src/utils/logger.ts +++ b/packages/contentstack-variants/src/utils/logger.ts @@ -51,9 +51,9 @@ let errorLogger: winston.Logger; let successTransport; let errorTransport; -function init(_logPath: string) { +function init(_logPath: string, module: string) { if (!logger || !errorLogger) { - const logsDir = path.resolve(sanitizePath(_logPath), 'logs', 'export'); + const logsDir = path.resolve(sanitizePath(_logPath), 'logs', sanitizePath(module)); // Create dir if doesn't already exist mkdirp.sync(logsDir); @@ -131,11 +131,12 @@ function init(_logPath: string) { export const log = (config: ExportConfig | ImportConfig, message: any, type: 'info' | 'error' | 'success') => { const logsPath = config.data; // ignoring the type argument, as we are not using it to create a logfile anymore + const module = (config as ImportConfig)['backupDir'] ? 'import' : 'export'; if (type !== 'error') { // removed type argument from init method - init(logsPath).log(message); + init(logsPath, module).log(message); } else { - init(logsPath).error(message); + init(logsPath, module).error(message); } }; diff --git a/packages/contentstack-variants/src/utils/personalization-api-adapter.ts b/packages/contentstack-variants/src/utils/personalization-api-adapter.ts index 81548955e1..799034ead9 100644 --- a/packages/contentstack-variants/src/utils/personalization-api-adapter.ts +++ b/packages/contentstack-variants/src/utils/personalization-api-adapter.ts @@ -1,5 +1,5 @@ import { AdapterHelper } from './adapter-helper'; -import { HttpClient } from '@contentstack/cli-utilities'; +import { HttpClient, authenticationHandler } from '@contentstack/cli-utilities'; import { ProjectStruct, @@ -31,10 +31,27 @@ export class PersonalizationAdapter extends AdapterHelper impl super(options); } + async init(): Promise { + await authenticationHandler.getAuthDetails(); + const token = authenticationHandler.accessToken; + if (authenticationHandler.isOauthEnabled) { + this.apiClient.headers({ authorization: token }); + if(this.adapterConfig.cmaConfig) { + this.cmaAPIClient?.headers({ authorization: token }); + } + } else { + this.apiClient.headers({ authtoken: token }); + if(this.adapterConfig.cmaConfig) { + this.cmaAPIClient?.headers({ authtoken: token }); + } + } + } + async projects(options: GetProjectsParams): Promise { + await this.init(); const getProjectEndPoint = `/projects?connectedStackApiKey=${options.connectedStackApiKey}`; const data = await this.apiClient.get(getProjectEndPoint); - return this.handleVariantAPIRes(data) as ProjectStruct[]; + return (await this.handleVariantAPIRes(data)) as ProjectStruct[]; } /** @@ -49,7 +66,7 @@ export class PersonalizationAdapter extends AdapterHelper impl */ async createProject(project: CreateProjectInput): Promise { const data = await this.apiClient.post('/projects', project); - return this.handleVariantAPIRes(data) as ProjectStruct; + return (await this.handleVariantAPIRes(data)) as ProjectStruct; } /** @@ -63,25 +80,25 @@ export class PersonalizationAdapter extends AdapterHelper impl */ async createAttribute(attribute: CreateAttributeInput): Promise { const data = await this.apiClient.post('/attributes', attribute); - return this.handleVariantAPIRes(data) as AttributeStruct; + return (await this.handleVariantAPIRes(data)) as AttributeStruct; } async getExperiences(): Promise { const getExperiencesEndPoint = `/experiences`; const data = await this.apiClient.get(getExperiencesEndPoint); - return this.handleVariantAPIRes(data) as ExperienceStruct[]; + return (await this.handleVariantAPIRes(data)) as ExperienceStruct[]; } async getExperience(experienceUid: string): Promise { const getExperiencesEndPoint = `/experiences/${experienceUid}`; const data = await this.apiClient.get(getExperiencesEndPoint); - return this.handleVariantAPIRes(data) as ExperienceStruct; + return (await this.handleVariantAPIRes(data)) as ExperienceStruct; } async getExperienceVersions(experienceUid: string): Promise { const getExperiencesVersionsEndPoint = `/experiences/${experienceUid}/versions`; const data = await this.apiClient.get(getExperiencesVersionsEndPoint); - return this.handleVariantAPIRes(data) as ExperienceStruct; + return (await this.handleVariantAPIRes(data)) as ExperienceStruct; } async createExperienceVersion( @@ -90,7 +107,7 @@ export class PersonalizationAdapter extends AdapterHelper impl ): Promise { const createExperiencesVersionsEndPoint = `/experiences/${experienceUid}/versions`; const data = await this.apiClient.post(createExperiencesVersionsEndPoint, input); - return this.handleVariantAPIRes(data) as ExperienceStruct; + return (await this.handleVariantAPIRes(data)) as ExperienceStruct; } async updateExperienceVersion( @@ -104,7 +121,7 @@ export class PersonalizationAdapter extends AdapterHelper impl } const updateExperiencesVersionsEndPoint = `/experiences/${experienceUid}/versions/${versionId}`; const data = await this.apiClient.put(updateExperiencesVersionsEndPoint, input); - return this.handleVariantAPIRes(data) as ExperienceStruct; + return (await this.handleVariantAPIRes(data)) as ExperienceStruct; } async getVariantGroup(input: GetVariantGroupInput): Promise { @@ -113,7 +130,7 @@ export class PersonalizationAdapter extends AdapterHelper impl const data = await this.cmaAPIClient .queryParams({ experience_uid: input.experienceUid }) .get(getVariantGroupEndPoint); - return this.handleVariantAPIRes(data) as VariantGroupStruct; + return (await this.handleVariantAPIRes(data)) as VariantGroupStruct; } } @@ -121,28 +138,28 @@ export class PersonalizationAdapter extends AdapterHelper impl if (this.cmaAPIClient) { const updateVariantGroupEndPoint = `/variant_groups/${input.uid}`; const data = await this.cmaAPIClient.put(updateVariantGroupEndPoint, input); - return this.handleVariantAPIRes(data) as VariantGroup; + return (await this.handleVariantAPIRes(data)) as VariantGroup; } } async getEvents(): Promise { const data = await this.apiClient.get('/events'); - return this.handleVariantAPIRes(data) as EventStruct[]; + return (await this.handleVariantAPIRes(data)) as EventStruct[]; } async createEvents(event: CreateEventInput): Promise { const data = await this.apiClient.post('/events', event); - return this.handleVariantAPIRes(data) as EventStruct; + return (await this.handleVariantAPIRes(data)) as EventStruct; } async getAudiences(): Promise { const data = await this.apiClient.get('/audiences'); - return this.handleVariantAPIRes(data) as AudienceStruct[]; + return (await this.handleVariantAPIRes(data)) as AudienceStruct[]; } async getAttributes(): Promise { const data = await this.apiClient.get('/attributes'); - return this.handleVariantAPIRes(data) as AttributeStruct[]; + return (await this.handleVariantAPIRes(data)) as AttributeStruct[]; } /** @@ -155,7 +172,7 @@ export class PersonalizationAdapter extends AdapterHelper impl */ async createAudience(audience: CreateAudienceInput): Promise { const data = await this.apiClient.post('/audiences', audience); - return this.handleVariantAPIRes(data) as AudienceStruct; + return (await this.handleVariantAPIRes(data)) as AudienceStruct; } /** @@ -168,7 +185,7 @@ export class PersonalizationAdapter extends AdapterHelper impl */ async createExperience(experience: CreateExperienceInput): Promise { const data = await this.apiClient.post('/experiences', experience); - return this.handleVariantAPIRes(data) as ExperienceStruct; + return (await this.handleVariantAPIRes(data)) as ExperienceStruct; } /** @@ -182,7 +199,7 @@ export class PersonalizationAdapter extends AdapterHelper impl ): Promise { const updateCTInExpEndPoint = `/experiences/${experienceUid}/cms-integration/variant-group`; const data = await this.apiClient.post(updateCTInExpEndPoint, experience); - return this.handleVariantAPIRes(data) as CMSExperienceStruct; + return (await this.handleVariantAPIRes(data)) as CMSExperienceStruct; } /** @@ -193,7 +210,7 @@ export class PersonalizationAdapter extends AdapterHelper impl async getCTsFromExperience(experienceUid: string): Promise { const getCTFromExpEndPoint = `/experiences/${experienceUid}/cms-integration/variant-group`; const data = await this.apiClient.get(getCTFromExpEndPoint); - return this.handleVariantAPIRes(data) as CMSExperienceStruct; + return (await this.handleVariantAPIRes(data)) as CMSExperienceStruct; } /** @@ -202,16 +219,22 @@ export class PersonalizationAdapter extends AdapterHelper impl * @returns The variant API response data. * @throws If the API response status is not within the success range, an error message is thrown. */ - handleVariantAPIRes(res: APIResponse): VariantAPIRes { + async handleVariantAPIRes(res: APIResponse): Promise { const { status, data } = res; if (status >= 200 && status < 300) { return data; } - + + // Refresh the access token if it has expired + await authenticationHandler.refreshAccessToken(res); + const errorMsg = data?.errors ? formatErrors(data.errors) - : data?.error || data?.error_message || data?.message || 'Something went wrong while processing variant entries request!'; + : data?.error || + data?.error_message || + data?.message || + 'Something went wrong while processing variant entries request!'; throw errorMsg; } diff --git a/packages/contentstack-variants/src/utils/variant-api-adapter.ts b/packages/contentstack-variants/src/utils/variant-api-adapter.ts index 9e25299576..b9e95c0e6f 100644 --- a/packages/contentstack-variants/src/utils/variant-api-adapter.ts +++ b/packages/contentstack-variants/src/utils/variant-api-adapter.ts @@ -7,6 +7,7 @@ import { ContentstackClient, ContentstackConfig, managementSDKClient, + authenticationHandler, } from '@contentstack/cli-utilities'; import { @@ -37,6 +38,16 @@ export class VariantHttpClient extends AdapterHelper implement this.apiClient.baseUrl(this.baseURL); } + async init(): Promise { + await authenticationHandler.getAuthDetails(); + const token = authenticationHandler.accessToken; + if (authenticationHandler.isOauthEnabled) { + this.apiClient.headers({ authorization: token }); + } else { + this.apiClient.headers({ authtoken: token }); + } + } + async variantEntry(options: VariantOptions) { // TODO single entry variant return { entry: {} }; @@ -124,7 +135,7 @@ export class VariantHttpClient extends AdapterHelper implement } const data = await this.apiClient.get(endpoint); - const response = this.handleVariantAPIRes(data) as { entries: VariantEntryStruct[]; count: number }; + const response = (await this.handleVariantAPIRes(data)) as { entries: VariantEntryStruct[]; count: number }; if (callback) { callback(response.entries); @@ -244,15 +255,18 @@ export class VariantHttpClient extends AdapterHelper implement * @returns The variant API response data. * @throws If the API response status is not within the success range, an error message is thrown. */ - handleVariantAPIRes( + async handleVariantAPIRes( res: APIResponse, - ): VariantEntryStruct | { entries: VariantEntryStruct[]; count: number } | string | any { + ): Promise { const { status, data } = res; if (status >= 200 && status < 300) { return data; } + // Refresh the access token if the response status is 401 + await authenticationHandler.refreshAccessToken(res); + const errorMsg = data?.errors ? formatErrors(data.errors) : data?.error_message || data?.message || 'Something went wrong while processing entry variant request!'; @@ -290,9 +304,9 @@ export class VariantManagementSDK return Promise.resolve({} as VariantEntryStruct); } - handleVariantAPIRes( + async handleVariantAPIRes( res: APIResponse, - ): VariantEntryStruct | { entries: VariantEntryStruct[]; count: number } | string { + ): Promise { return res.data; } diff --git a/packages/contentstack-variants/tsconfig.tsbuildinfo b/packages/contentstack-variants/tsconfig.tsbuildinfo new file mode 100644 index 0000000000..d2b5f2c97d --- /dev/null +++ b/packages/contentstack-variants/tsconfig.tsbuildinfo @@ -0,0 +1 @@ +{"root":["./src/index.ts"],"version":"5.6.2"} \ No newline at end of file diff --git a/packages/contentstack/README.md b/packages/contentstack/README.md index 1fcebd327f..1fd63b76c6 100644 --- a/packages/contentstack/README.md +++ b/packages/contentstack/README.md @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli $ csdx COMMAND running command... $ csdx (--version|-v) -@contentstack/cli/1.26.0 darwin-arm64 node-v22.2.0 +@contentstack/cli/1.27.0 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack/package.json b/packages/contentstack/package.json index 0d83bfd514..bb581fbfa0 100755 --- a/packages/contentstack/package.json +++ b/packages/contentstack/package.json @@ -1,7 +1,7 @@ { "name": "@contentstack/cli", "description": "Command-line tool (CLI) to interact with Contentstack", - "version": "1.26.0", + "version": "1.27.0", "author": "Contentstack", "bin": { "csdx": "./bin/run.js" @@ -22,23 +22,24 @@ "prepack": "pnpm compile && oclif manifest && oclif readme" }, "dependencies": { - "@contentstack/cli-audit": "~1.7.1", - "@contentstack/cli-auth": "~1.3.21", - "@contentstack/cli-cm-bootstrap": "~1.12.0", + "@contentstack/cli-audit": "~1.7.2", + "@contentstack/cli-auth": "~1.3.22", + "@contentstack/cli-cm-bootstrap": "~1.13.0", "@contentstack/cli-cm-branches": "~1.2.0", - "@contentstack/cli-cm-bulk-publish": "~1.4.8", - "@contentstack/cli-cm-export": "~1.13.0", - "@contentstack/cli-cm-clone": "~1.12.0", - "@contentstack/cli-cm-export-to-csv": "~1.7.2", - "@contentstack/cli-cm-import": "~1.18.0", - "@contentstack/cli-cm-migrate-rte": "~1.4.19", - "@contentstack/cli-cm-seed": "~1.9.0", - "@contentstack/cli-command": "~1.3.1", - "@contentstack/cli-config": "~1.7.1", - "@contentstack/cli-launch": "~1.2.2", - "@contentstack/cli-migration": "~1.6.1", - "@contentstack/cli-utilities": "~1.7.3", + "@contentstack/cli-cm-bulk-publish": "~1.4.9", + "@contentstack/cli-cm-export": "~1.14.0", + "@contentstack/cli-cm-clone": "~1.13.0", + "@contentstack/cli-cm-export-to-csv": "~1.7.3", + "@contentstack/cli-cm-import": "~1.19.0", + "@contentstack/cli-cm-migrate-rte": "~1.4.20", + "@contentstack/cli-cm-seed": "~1.10.0", + "@contentstack/cli-command": "~1.3.2", + "@contentstack/cli-config": "~1.7.3", + "@contentstack/cli-launch": "~1.2.3", + "@contentstack/cli-migration": "~1.6.2", + "@contentstack/cli-utilities": "~1.8.0", "@contentstack/management": "~1.17.0", + "@contentstack/cli-variants": "~1.1.0", "@oclif/core": "^3.26.5", "@oclif/plugin-help": "^5", "@oclif/plugin-not-found": "^2.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 97ec32e00a..a80239b737 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,22 +10,23 @@ importers: packages/contentstack: specifiers: - '@contentstack/cli-audit': ~1.7.1 - '@contentstack/cli-auth': ~1.3.21 - '@contentstack/cli-cm-bootstrap': ~1.12.0 + '@contentstack/cli-audit': ~1.7.2 + '@contentstack/cli-auth': ~1.3.22 + '@contentstack/cli-cm-bootstrap': ~1.13.0 '@contentstack/cli-cm-branches': ~1.2.0 - '@contentstack/cli-cm-bulk-publish': ~1.4.8 - '@contentstack/cli-cm-clone': ~1.12.0 - '@contentstack/cli-cm-export': ~1.13.0 - '@contentstack/cli-cm-export-to-csv': ~1.7.2 - '@contentstack/cli-cm-import': ~1.18.0 - '@contentstack/cli-cm-migrate-rte': ~1.4.19 - '@contentstack/cli-cm-seed': ~1.9.0 - '@contentstack/cli-command': ~1.3.1 - '@contentstack/cli-config': ~1.7.1 - '@contentstack/cli-launch': ~1.2.2 - '@contentstack/cli-migration': ~1.6.1 - '@contentstack/cli-utilities': ~1.7.3 + '@contentstack/cli-cm-bulk-publish': ~1.4.9 + '@contentstack/cli-cm-clone': ~1.13.0 + '@contentstack/cli-cm-export': ~1.14.0 + '@contentstack/cli-cm-export-to-csv': ~1.7.3 + '@contentstack/cli-cm-import': ~1.19.0 + '@contentstack/cli-cm-migrate-rte': ~1.4.20 + '@contentstack/cli-cm-seed': ~1.10.0 + '@contentstack/cli-command': ~1.3.2 + '@contentstack/cli-config': ~1.7.3 + '@contentstack/cli-launch': ~1.2.3 + '@contentstack/cli-migration': ~1.6.2 + '@contentstack/cli-utilities': ~1.8.0 + '@contentstack/cli-variants': ~1.1.0 '@contentstack/management': ~1.17.0 '@oclif/core': ^3.26.5 '@oclif/plugin-help': ^5 @@ -80,6 +81,7 @@ importers: '@contentstack/cli-launch': link:../contentstack-launch '@contentstack/cli-migration': link:../contentstack-migration '@contentstack/cli-utilities': link:../contentstack-utilities + '@contentstack/cli-variants': link:../contentstack-variants '@contentstack/management': 1.17.2_debug@4.3.7 '@oclif/core': 3.27.0 '@oclif/plugin-help': 5.2.20_ogreqof3k35xezedraj6pnd45y @@ -121,9 +123,9 @@ importers: packages/contentstack-audit: specifiers: - '@contentstack/cli-command': ~1.3.0 + '@contentstack/cli-command': ~1.3.2 '@contentstack/cli-dev-dependencies': ^1.2.4 - '@contentstack/cli-utilities': ~1.7.2 + '@contentstack/cli-utilities': ~1.8.0 '@oclif/plugin-help': ^5 '@oclif/plugin-plugins': ^5.0.0 '@oclif/test': ^2.5.6 @@ -186,8 +188,8 @@ importers: packages/contentstack-auth: specifiers: - '@contentstack/cli-command': ~1.3.0 - '@contentstack/cli-utilities': ~1.7.2 + '@contentstack/cli-command': ~1.3.2 + '@contentstack/cli-utilities': ~1.8.0 '@fancy-test/nock': ^0.1.1 '@oclif/plugin-help': ^5.1.19 '@oclif/test': ^2.5.6 @@ -249,9 +251,9 @@ importers: packages/contentstack-bootstrap: specifiers: - '@contentstack/cli-cm-seed': ~1.9.0 - '@contentstack/cli-command': ~1.3.0 - '@contentstack/cli-utilities': ~1.7.2 + '@contentstack/cli-cm-seed': ~1.10.0 + '@contentstack/cli-command': ~1.3.2 + '@contentstack/cli-utilities': ~1.8.0 '@oclif/test': ^2.5.6 '@types/inquirer': ^9.0.3 '@types/mkdirp': ^1.0.1 @@ -300,11 +302,11 @@ importers: packages/contentstack-branches: specifiers: - '@contentstack/cli-auth': ~1.3.19 - '@contentstack/cli-command': ~1.3.0 - '@contentstack/cli-config': ~1.7.0 + '@contentstack/cli-auth': ~1.3.22 + '@contentstack/cli-command': ~1.3.2 + '@contentstack/cli-config': ~1.7.3 '@contentstack/cli-dev-dependencies': ~1.2.4 - '@contentstack/cli-utilities': ~1.7.2 + '@contentstack/cli-utilities': ~1.8.0 '@oclif/core': ^3.26.5 '@oclif/plugin-help': ^5.1.19 '@oclif/test': ^2.5.6 @@ -379,8 +381,8 @@ importers: packages/contentstack-bulk-publish: specifiers: - '@contentstack/cli-command': ~1.3.0 - '@contentstack/cli-utilities': ~1.7.2 + '@contentstack/cli-command': ~1.3.2 + '@contentstack/cli-utilities': ~1.8.0 '@oclif/test': ^2.5.6 bluebird: ^3.7.2 chai: ^4.2.0 @@ -423,10 +425,10 @@ importers: packages/contentstack-clone: specifiers: '@colors/colors': ^1.5.0 - '@contentstack/cli-cm-export': ~1.13.0 - '@contentstack/cli-cm-import': ~1.18.0 - '@contentstack/cli-command': ~1.3.0 - '@contentstack/cli-utilities': ~1.7.2 + '@contentstack/cli-cm-export': ~1.14.0 + '@contentstack/cli-cm-import': ~1.19.0 + '@contentstack/cli-command': ~1.3.2 + '@contentstack/cli-utilities': ~1.8.0 '@oclif/test': ^2.5.6 async: ^3.2.4 chai: ^4.2.0 @@ -479,7 +481,7 @@ importers: packages/contentstack-command: specifiers: - '@contentstack/cli-utilities': ~1.7.2 + '@contentstack/cli-utilities': ~1.8.0 '@oclif/test': ^2.5.6 '@types/chai': ^4.2.18 '@types/mkdirp': ^1.0.1 @@ -520,8 +522,8 @@ importers: packages/contentstack-config: specifiers: - '@contentstack/cli-command': ~1.3.0 - '@contentstack/cli-utilities': ~1.7.2 + '@contentstack/cli-command': ~1.3.2 + '@contentstack/cli-utilities': ~1.8.0 '@oclif/test': ^2.5.6 '@types/chai': ^4.2.18 '@types/inquirer': ^9.0.3 @@ -606,12 +608,12 @@ importers: packages/contentstack-export: specifiers: - '@contentstack/cli-auth': ~1.3.19 - '@contentstack/cli-command': ~1.3.0 - '@contentstack/cli-config': ~1.7.0 + '@contentstack/cli-auth': ~1.3.22 + '@contentstack/cli-command': ~1.3.2 + '@contentstack/cli-config': ~1.7.3 '@contentstack/cli-dev-dependencies': ~1.2.4 - '@contentstack/cli-utilities': ~1.7.2 - '@contentstack/cli-variants': ~1.0.0 + '@contentstack/cli-utilities': ~1.8.0 + '@contentstack/cli-variants': ~1.1.0 '@oclif/core': ^3.26.5 '@oclif/plugin-help': ^5.1.19 '@oclif/test': ^2.5.6 @@ -689,8 +691,8 @@ importers: packages/contentstack-export-to-csv: specifiers: - '@contentstack/cli-command': ~1.3.0 - '@contentstack/cli-utilities': ~1.7.2 + '@contentstack/cli-command': ~1.3.2 + '@contentstack/cli-utilities': ~1.8.0 '@oclif/test': ^2.5.6 '@types/chai': ^4.3.6 '@types/mocha': ^10.0.1 @@ -732,10 +734,10 @@ importers: packages/contentstack-import: specifiers: - '@contentstack/cli-audit': ~1.7.0 - '@contentstack/cli-command': ~1.3.0 - '@contentstack/cli-utilities': ~1.7.2 - '@contentstack/cli-variants': ~1.0.0 + '@contentstack/cli-audit': ~1.7.2 + '@contentstack/cli-command': ~1.3.2 + '@contentstack/cli-utilities': ~1.8.0 + '@contentstack/cli-variants': ~1.1.0 '@contentstack/management': ~1.17.0 '@oclif/core': ^3.26.5 '@oclif/test': ^2.5.6 @@ -823,49 +825,49 @@ importers: packages/contentstack-launch: specifiers: - '@apollo/client': ^3.7.9 - '@contentstack/cli-command': ~1.3.0 - '@contentstack/cli-utilities': ~1.7.2 - '@oclif/core': ^3.26.5 - '@oclif/plugin-help': ^5 - '@oclif/plugin-plugins': ^5.0.0 + '@apollo/client': ^3.11.8 + '@contentstack/cli-command': ~1.3.2 + '@contentstack/cli-utilities': ~1.8.0 + '@oclif/core': ^3.27.0 + '@oclif/plugin-help': ^5.2.20 + '@oclif/plugin-plugins': ^5.4.14 '@oclif/test': ^2.5.6 - '@types/adm-zip': ^0.5.0 + '@types/adm-zip': ^0.5.5 '@types/chai': ^4 - '@types/esm': ^3.2.0 - '@types/express': ^4.17.17 - '@types/express-serve-static-core': ^4.17.34 - '@types/ini': ^1.3.31 - '@types/lodash': ^4.14.195 - '@types/node': ^16.18.12 - adm-zip: ^0.5.10 + '@types/esm': ^3.2.2 + '@types/express': ^4.17.21 + '@types/express-serve-static-core': ^4.19.6 + '@types/ini': ^1.3.34 + '@types/lodash': ^4.17.10 + '@types/node': ^16.18.113 + adm-zip: ^0.5.16 chai: ^4 chalk: ^4.1.2 - cross-fetch: ^3.1.5 + cross-fetch: ^3.1.8 dotenv: ^16.0.3 eslint: ^7.32.0 eslint-config-oclif: ^4 - eslint-config-oclif-typescript: ^3.0.8 + eslint-config-oclif-typescript: ^3.1.12 esm: ^3.2.25 - express: ^4.21.0 + express: ^4.21.1 form-data: ^4.0.0 - graphql: ^16.8.1 + graphql: ^16.9.0 ini: ^3.0.1 lodash: ^4.17.21 - oclif: ^3.11.3 + oclif: ^3.17.2 open: ^8.4.2 - shx: ^0.3.3 - ts-node: ^10.9.1 - tslib: ^2.5.0 + shx: ^0.3.4 + ts-node: ^10.9.2 + tslib: ^2.7.0 typescript: ^4.9.5 - winston: ^3.8.2 + winston: ^3.15.0 dependencies: '@apollo/client': 3.11.8_graphql@16.9.0 '@contentstack/cli-command': link:../contentstack-command '@contentstack/cli-utilities': link:../contentstack-utilities '@oclif/core': 3.27.0 - '@oclif/plugin-help': 5.2.20_uqtu27iq5voxechhkclcyk3efa - '@oclif/plugin-plugins': 5.4.9 + '@oclif/plugin-help': 5.2.20_gioochfochb6rz6teohxuifeem + '@oclif/plugin-plugins': 5.4.14 '@types/express': 4.17.21 '@types/express-serve-static-core': 4.19.6 adm-zip: 0.5.16 @@ -873,35 +875,35 @@ importers: cross-fetch: 3.1.8 dotenv: 16.4.5 esm: 3.2.25 - express: 4.21.0 + express: 4.21.1 form-data: 4.0.0 graphql: 16.9.0 ini: 3.0.1 lodash: 4.17.21 open: 8.4.2 - winston: 3.14.2 + winston: 3.15.0 devDependencies: - '@oclif/test': 2.5.6_uqtu27iq5voxechhkclcyk3efa + '@oclif/test': 2.5.6_gioochfochb6rz6teohxuifeem '@types/adm-zip': 0.5.5 '@types/chai': 4.3.20 '@types/esm': 3.2.2 '@types/ini': 1.3.34 - '@types/lodash': 4.17.9 - '@types/node': 16.18.111 + '@types/lodash': 4.17.10 + '@types/node': 16.18.113 chai: 4.5.0 eslint: 7.32.0 eslint-config-oclif: 4.0.0_eslint@7.32.0 - eslint-config-oclif-typescript: 3.1.11_jofidmxrjzhj7l6vknpw5ecvfe - oclif: 3.17.2_uqtu27iq5voxechhkclcyk3efa + eslint-config-oclif-typescript: 3.1.12_jofidmxrjzhj7l6vknpw5ecvfe + oclif: 3.17.2_gioochfochb6rz6teohxuifeem shx: 0.3.4 - ts-node: 10.9.2_uqtu27iq5voxechhkclcyk3efa + ts-node: 10.9.2_gioochfochb6rz6teohxuifeem tslib: 2.7.0 typescript: 4.9.5 packages/contentstack-migrate-rte: specifiers: - '@contentstack/cli-command': ~1.3.0 - '@contentstack/cli-utilities': ~1.7.2 + '@contentstack/cli-command': ~1.3.2 + '@contentstack/cli-utilities': ~1.8.0 '@contentstack/json-rte-serializer': ~2.0.4 '@oclif/test': ^2.5.6 chai: ^4.3.4 @@ -947,8 +949,8 @@ importers: packages/contentstack-migration: specifiers: - '@contentstack/cli-command': ~1.3.0 - '@contentstack/cli-utilities': ~1.7.2 + '@contentstack/cli-command': ~1.3.2 + '@contentstack/cli-utilities': ~1.8.0 '@oclif/test': ^2.5.6 async: ^3.2.4 callsites: ^3.1.0 @@ -994,9 +996,9 @@ importers: packages/contentstack-seed: specifiers: - '@contentstack/cli-cm-import': ~1.18.0 - '@contentstack/cli-command': ~1.3.0 - '@contentstack/cli-utilities': ~1.7.2 + '@contentstack/cli-cm-import': ~1.19.0 + '@contentstack/cli-command': ~1.3.2 + '@contentstack/cli-utilities': ~1.8.0 '@oclif/plugin-help': ^5.1.19 '@types/inquirer': ^9.0.3 '@types/jest': ^26.0.15 @@ -1068,6 +1070,7 @@ importers: cli-table: ^0.3.11 conf: ^10.2.0 debug: ^4.1.1 + dotenv: ^16.4.5 eslint: ^8.18.0 eslint-config-oclif: ^4.0.0 eslint-config-oclif-typescript: ^3.0.8 @@ -1108,6 +1111,7 @@ importers: cli-table: 0.3.11 conf: 10.2.0 debug: 4.3.7 + dotenv: 16.4.5 figures: 3.2.0 inquirer: 8.2.4 inquirer-search-checkbox: 1.0.0 @@ -1153,7 +1157,7 @@ importers: packages/contentstack-variants: specifiers: '@contentstack/cli-dev-dependencies': ^1.2.4 - '@contentstack/cli-utilities': ^1.5.12 + '@contentstack/cli-utilities': ^1.8.0 '@oclif/test': ^2.5.6 '@types/chai': ^4.3.14 '@types/node': ^20.12.7 @@ -2547,7 +2551,7 @@ packages: - typescript dev: true - /@oclif/core/2.16.0_jeqbknj46pgdeszrzbax4bk7my: + /@oclif/core/2.16.0_gioochfochb6rz6teohxuifeem: resolution: {integrity: sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==} engines: {node: '>=14.0.0'} dependencies: @@ -2574,7 +2578,7 @@ packages: strip-ansi: 6.0.1 supports-color: 8.1.1 supports-hyperlinks: 2.3.0 - ts-node: 10.9.2_jeqbknj46pgdeszrzbax4bk7my + ts-node: 10.9.2_gioochfochb6rz6teohxuifeem tslib: 2.7.0 widest-line: 3.1.0 wordwrap: 1.0.0 @@ -2585,7 +2589,7 @@ packages: - '@types/node' - typescript - /@oclif/core/2.16.0_ogreqof3k35xezedraj6pnd45y: + /@oclif/core/2.16.0_jeqbknj46pgdeszrzbax4bk7my: resolution: {integrity: sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==} engines: {node: '>=14.0.0'} dependencies: @@ -2612,7 +2616,7 @@ packages: strip-ansi: 6.0.1 supports-color: 8.1.1 supports-hyperlinks: 2.3.0 - ts-node: 10.9.2_ogreqof3k35xezedraj6pnd45y + ts-node: 10.9.2_jeqbknj46pgdeszrzbax4bk7my tslib: 2.7.0 widest-line: 3.1.0 wordwrap: 1.0.0 @@ -2623,7 +2627,7 @@ packages: - '@types/node' - typescript - /@oclif/core/2.16.0_typescript@4.9.5: + /@oclif/core/2.16.0_ogreqof3k35xezedraj6pnd45y: resolution: {integrity: sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==} engines: {node: '>=14.0.0'} dependencies: @@ -2650,7 +2654,7 @@ packages: strip-ansi: 6.0.1 supports-color: 8.1.1 supports-hyperlinks: 2.3.0 - ts-node: 10.9.2_typescript@4.9.5 + ts-node: 10.9.2_ogreqof3k35xezedraj6pnd45y tslib: 2.7.0 widest-line: 3.1.0 wordwrap: 1.0.0 @@ -2660,9 +2664,8 @@ packages: - '@swc/wasm' - '@types/node' - typescript - dev: true - /@oclif/core/2.16.0_uqtu27iq5voxechhkclcyk3efa: + /@oclif/core/2.16.0_typescript@4.9.5: resolution: {integrity: sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw==} engines: {node: '>=14.0.0'} dependencies: @@ -2689,7 +2692,7 @@ packages: strip-ansi: 6.0.1 supports-color: 8.1.1 supports-hyperlinks: 2.3.0 - ts-node: 10.9.2_uqtu27iq5voxechhkclcyk3efa + ts-node: 10.9.2_typescript@4.9.5 tslib: 2.7.0 widest-line: 3.1.0 wordwrap: 1.0.0 @@ -2699,6 +2702,7 @@ packages: - '@swc/wasm' - '@types/node' - typescript + dev: true /@oclif/core/3.27.0: resolution: {integrity: sha512-Fg93aNFvXzBq5L7ztVHFP2nYwWU1oTCq48G0TjF/qC1UN36KWa2H5Hsm72kERd5x/sjy2M2Tn4kDEorUlpXOlw==} @@ -2770,6 +2774,17 @@ packages: - typescript dev: true + /@oclif/plugin-help/5.2.20_gioochfochb6rz6teohxuifeem: + resolution: {integrity: sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ==} + engines: {node: '>=12.0.0'} + dependencies: + '@oclif/core': 2.16.0_gioochfochb6rz6teohxuifeem + transitivePeerDependencies: + - '@swc/core' + - '@swc/wasm' + - '@types/node' + - typescript + /@oclif/plugin-help/5.2.20_jeqbknj46pgdeszrzbax4bk7my: resolution: {integrity: sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ==} engines: {node: '>=12.0.0'} @@ -2804,22 +2819,25 @@ packages: - typescript dev: true - /@oclif/plugin-help/5.2.20_uqtu27iq5voxechhkclcyk3efa: - resolution: {integrity: sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ==} + /@oclif/plugin-not-found/2.4.3: + resolution: {integrity: sha512-nIyaR4y692frwh7wIHZ3fb+2L6XEecQwRDIb4zbEam0TvaVmBQWZoColQyWA84ljFBPZ8XWiQyTz+ixSwdRkqg==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.16.0_uqtu27iq5voxechhkclcyk3efa + '@oclif/core': 2.16.0 + chalk: 4.1.2 + fast-levenshtein: 3.0.0 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' - '@types/node' - typescript + dev: true - /@oclif/plugin-not-found/2.4.3: + /@oclif/plugin-not-found/2.4.3_gioochfochb6rz6teohxuifeem: resolution: {integrity: sha512-nIyaR4y692frwh7wIHZ3fb+2L6XEecQwRDIb4zbEam0TvaVmBQWZoColQyWA84ljFBPZ8XWiQyTz+ixSwdRkqg==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.16.0 + '@oclif/core': 2.16.0_gioochfochb6rz6teohxuifeem chalk: 4.1.2 fast-levenshtein: 3.0.0 transitivePeerDependencies: @@ -2870,19 +2888,24 @@ packages: - typescript dev: true - /@oclif/plugin-not-found/2.4.3_uqtu27iq5voxechhkclcyk3efa: - resolution: {integrity: sha512-nIyaR4y692frwh7wIHZ3fb+2L6XEecQwRDIb4zbEam0TvaVmBQWZoColQyWA84ljFBPZ8XWiQyTz+ixSwdRkqg==} - engines: {node: '>=12.0.0'} + /@oclif/plugin-plugins/5.4.14: + resolution: {integrity: sha512-ZoF9Jw4Y4uTFf56tGHGsBzCFhBKKRAuIiGCMoSpy8VEL3cFb5Jv6Xm0rdzv54lkmw1XWBBFM6cqK/hmxM2QEIw==} + engines: {node: '>=18.0.0'} dependencies: - '@oclif/core': 2.16.0_uqtu27iq5voxechhkclcyk3efa - chalk: 4.1.2 - fast-levenshtein: 3.0.0 + '@oclif/core': 4.0.23 + ansis: 3.3.2 + debug: 4.3.7 + npm: 10.9.0 + npm-package-arg: 11.0.3 + npm-run-path: 5.3.0 + object-treeify: 4.0.1 + semver: 7.6.3 + validate-npm-package-name: 5.0.1 + which: 4.0.0 + yarn: 1.22.22 transitivePeerDependencies: - - '@swc/core' - - '@swc/wasm' - - '@types/node' - - typescript - dev: true + - supports-color + dev: false /@oclif/plugin-plugins/5.4.9: resolution: {integrity: sha512-V64IZ5ldyZWJRwYsRHzGvuayWM1KYTsNNI3O58U6+VwEs2Ir16Q0Nwu0Ejnn6mM7na9Qz4RCU9tWhbngRoZt+g==} @@ -2921,11 +2944,11 @@ packages: - typescript dev: true - /@oclif/plugin-warn-if-update-available/2.1.1_jeqbknj46pgdeszrzbax4bk7my: + /@oclif/plugin-warn-if-update-available/2.1.1_gioochfochb6rz6teohxuifeem: resolution: {integrity: sha512-y7eSzT6R5bmTIJbiMMXgOlbBpcWXGlVhNeQJBLBCCy1+90Wbjyqf6uvY0i2WcO4sh/THTJ20qCW80j3XUlgDTA==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.16.0_jeqbknj46pgdeszrzbax4bk7my + '@oclif/core': 2.16.0_gioochfochb6rz6teohxuifeem chalk: 4.1.2 debug: 4.3.7 http-call: 5.3.0 @@ -2939,11 +2962,11 @@ packages: - typescript dev: true - /@oclif/plugin-warn-if-update-available/2.1.1_ogreqof3k35xezedraj6pnd45y: + /@oclif/plugin-warn-if-update-available/2.1.1_jeqbknj46pgdeszrzbax4bk7my: resolution: {integrity: sha512-y7eSzT6R5bmTIJbiMMXgOlbBpcWXGlVhNeQJBLBCCy1+90Wbjyqf6uvY0i2WcO4sh/THTJ20qCW80j3XUlgDTA==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.16.0_ogreqof3k35xezedraj6pnd45y + '@oclif/core': 2.16.0_jeqbknj46pgdeszrzbax4bk7my chalk: 4.1.2 debug: 4.3.7 http-call: 5.3.0 @@ -2957,11 +2980,11 @@ packages: - typescript dev: true - /@oclif/plugin-warn-if-update-available/2.1.1_typescript@4.9.5: + /@oclif/plugin-warn-if-update-available/2.1.1_ogreqof3k35xezedraj6pnd45y: resolution: {integrity: sha512-y7eSzT6R5bmTIJbiMMXgOlbBpcWXGlVhNeQJBLBCCy1+90Wbjyqf6uvY0i2WcO4sh/THTJ20qCW80j3XUlgDTA==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.16.0_typescript@4.9.5 + '@oclif/core': 2.16.0_ogreqof3k35xezedraj6pnd45y chalk: 4.1.2 debug: 4.3.7 http-call: 5.3.0 @@ -2975,11 +2998,11 @@ packages: - typescript dev: true - /@oclif/plugin-warn-if-update-available/2.1.1_uqtu27iq5voxechhkclcyk3efa: + /@oclif/plugin-warn-if-update-available/2.1.1_typescript@4.9.5: resolution: {integrity: sha512-y7eSzT6R5bmTIJbiMMXgOlbBpcWXGlVhNeQJBLBCCy1+90Wbjyqf6uvY0i2WcO4sh/THTJ20qCW80j3XUlgDTA==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.16.0_uqtu27iq5voxechhkclcyk3efa + '@oclif/core': 2.16.0_typescript@4.9.5 chalk: 4.1.2 debug: 4.3.7 http-call: 5.3.0 @@ -3007,11 +3030,11 @@ packages: - typescript dev: true - /@oclif/test/2.5.6_jeqbknj46pgdeszrzbax4bk7my: + /@oclif/test/2.5.6_gioochfochb6rz6teohxuifeem: resolution: {integrity: sha512-AcusFApdU6/akXaofhBDrY4IM9uYzlOD9bYCCM0NwUXOv1m6320hSp2DT/wkj9H1gsvKbJXZHqgtXsNGZTWLFg==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.16.0_jeqbknj46pgdeszrzbax4bk7my + '@oclif/core': 2.16.0_gioochfochb6rz6teohxuifeem fancy-test: 2.0.42 transitivePeerDependencies: - '@swc/core' @@ -3021,11 +3044,11 @@ packages: - typescript dev: true - /@oclif/test/2.5.6_ogreqof3k35xezedraj6pnd45y: + /@oclif/test/2.5.6_jeqbknj46pgdeszrzbax4bk7my: resolution: {integrity: sha512-AcusFApdU6/akXaofhBDrY4IM9uYzlOD9bYCCM0NwUXOv1m6320hSp2DT/wkj9H1gsvKbJXZHqgtXsNGZTWLFg==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.16.0_ogreqof3k35xezedraj6pnd45y + '@oclif/core': 2.16.0_jeqbknj46pgdeszrzbax4bk7my fancy-test: 2.0.42 transitivePeerDependencies: - '@swc/core' @@ -3033,12 +3056,13 @@ packages: - '@types/node' - supports-color - typescript + dev: true - /@oclif/test/2.5.6_typescript@4.9.5: + /@oclif/test/2.5.6_ogreqof3k35xezedraj6pnd45y: resolution: {integrity: sha512-AcusFApdU6/akXaofhBDrY4IM9uYzlOD9bYCCM0NwUXOv1m6320hSp2DT/wkj9H1gsvKbJXZHqgtXsNGZTWLFg==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.16.0_typescript@4.9.5 + '@oclif/core': 2.16.0_ogreqof3k35xezedraj6pnd45y fancy-test: 2.0.42 transitivePeerDependencies: - '@swc/core' @@ -3046,13 +3070,12 @@ packages: - '@types/node' - supports-color - typescript - dev: true - /@oclif/test/2.5.6_uqtu27iq5voxechhkclcyk3efa: + /@oclif/test/2.5.6_typescript@4.9.5: resolution: {integrity: sha512-AcusFApdU6/akXaofhBDrY4IM9uYzlOD9bYCCM0NwUXOv1m6320hSp2DT/wkj9H1gsvKbJXZHqgtXsNGZTWLFg==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.16.0_uqtu27iq5voxechhkclcyk3efa + '@oclif/core': 2.16.0_typescript@4.9.5 fancy-test: 2.0.42 transitivePeerDependencies: - '@swc/core' @@ -3505,6 +3528,10 @@ packages: resolution: {integrity: sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==} dev: true + /@types/lodash/4.17.10: + resolution: {integrity: sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==} + dev: true + /@types/lodash/4.17.9: resolution: {integrity: sha512-w9iWudx1XWOHW5lQRS9iKpK/XuRhnN+0T7HvdCCd802FYkT1AMTnxndJHGrNJwRoRHkslGr4S29tjm1cT7x/7w==} @@ -3552,8 +3579,8 @@ packages: resolution: {integrity: sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==} dev: true - /@types/node/16.18.111: - resolution: {integrity: sha512-U1l6itlxU+vrJ9KyowQLKV9X+UuQBRhBF9v/XkGhAGgNHHRWzyY7FfTYRXt3vYOXPrd8UGlbYFK5HdneKCwXPQ==} + /@types/node/16.18.113: + resolution: {integrity: sha512-4jHxcEzSXpF1cBNxogs5FVbVSFSKo50sFCn7Xg7vmjJTbWFWgeuHW3QnoINlfmfG++MFR/q97RZE5RQXKeT+jg==} /@types/node/20.16.9: resolution: {integrity: sha512-rkvIVJxsOfBejxK7I0FO5sa2WxFmJCzoDwcd88+fq/CUfynNywTo/1/T6hyFz22CyztsnLS9nVlHOnTI36RH5w==} @@ -5696,8 +5723,8 @@ packages: resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} dev: false - /cookie/0.6.0: - resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} + /cookie/0.7.1: + resolution: {integrity: sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==} engines: {node: '>= 0.6'} dev: false @@ -6460,15 +6487,15 @@ packages: - vue-eslint-parser dev: true - /eslint-config-oclif-typescript/3.1.11_jofidmxrjzhj7l6vknpw5ecvfe: - resolution: {integrity: sha512-4ES2PhL8nsKaVRqQoSwYwteoLnnns72vh6Sc5INsOSKpa/kDsG9nlLC/+kxcpLWy8A1p5JFDAwrDyg6qXbwZtg==} + /eslint-config-oclif-typescript/3.1.12_jofidmxrjzhj7l6vknpw5ecvfe: + resolution: {integrity: sha512-hEXU/PEJyjeLiTrCmgcmx0+FHwVpqipkKSykesdMsk2v43Mqh5bq2j3cyxHXZBCOxpTACVlM6KG7d4LFaWoVHQ==} engines: {node: '>=18.0.0'} dependencies: '@typescript-eslint/eslint-plugin': 6.21.0_ymitdbov2ztj63o6jro7pjaaz4 '@typescript-eslint/parser': 6.21.0_jofidmxrjzhj7l6vknpw5ecvfe eslint-config-xo-space: 0.35.0_eslint@7.32.0 - eslint-import-resolver-typescript: 3.6.3_fygdtjilpzdi57ao5drtusz6me - eslint-plugin-import: 2.30.0_xpoooszrvfjigwlbnr42f5rlki + eslint-import-resolver-typescript: 3.6.3_qqedvn7y53ys7jm3xejtyy4rva + eslint-plugin-import: 2.31.0_xpoooszrvfjigwlbnr42f5rlki eslint-plugin-mocha: 10.5.0_eslint@7.32.0 eslint-plugin-n: 15.7.0_eslint@7.32.0 eslint-plugin-perfectionist: 2.11.0_jofidmxrjzhj7l6vknpw5ecvfe @@ -6601,7 +6628,7 @@ packages: - supports-color dev: true - /eslint-import-resolver-typescript/3.6.3_fygdtjilpzdi57ao5drtusz6me: + /eslint-import-resolver-typescript/3.6.3_qqedvn7y53ys7jm3xejtyy4rva: resolution: {integrity: sha512-ud9aw4szY9cCT1EWWdGv1L1XR6hh2PaRWif0j2QjQ0pgTY/69iw+W0Z4qZv5wHahOl8isEr+k/JnyAqNQkLkIA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -6619,7 +6646,7 @@ packages: enhanced-resolve: 5.17.1 eslint: 7.32.0 eslint-module-utils: 2.11.1_xpoooszrvfjigwlbnr42f5rlki - eslint-plugin-import: 2.30.0_xpoooszrvfjigwlbnr42f5rlki + eslint-plugin-import: 2.31.0_xpoooszrvfjigwlbnr42f5rlki fast-glob: 3.3.2 get-tsconfig: 4.8.1 is-bun-module: 1.2.1 @@ -6720,7 +6747,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.11.1_n755bj25kg2c7z5rccm44ttecm: + /eslint-module-utils/2.11.1_xpoooszrvfjigwlbnr42f5rlki: resolution: {integrity: sha512-EwcbfLOhwVMAfatfqLecR2yv3dE5+kQ8kx+Rrt0DvDXEVwW86KQ/xbMDQhtp5l42VXukD5SOF8mQQHbaNtO0CQ==} engines: {node: '>=4'} peerDependencies: @@ -6744,14 +6771,13 @@ packages: '@typescript-eslint/parser': 6.21.0_jofidmxrjzhj7l6vknpw5ecvfe debug: 3.2.7 eslint: 7.32.0 - eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.3_fygdtjilpzdi57ao5drtusz6me + eslint-import-resolver-typescript: 3.6.3_qqedvn7y53ys7jm3xejtyy4rva transitivePeerDependencies: - supports-color dev: true - /eslint-module-utils/2.11.1_xpoooszrvfjigwlbnr42f5rlki: - resolution: {integrity: sha512-EwcbfLOhwVMAfatfqLecR2yv3dE5+kQ8kx+Rrt0DvDXEVwW86KQ/xbMDQhtp5l42VXukD5SOF8mQQHbaNtO0CQ==} + /eslint-module-utils/2.12.0_n755bj25kg2c7z5rccm44ttecm: + resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -6774,7 +6800,8 @@ packages: '@typescript-eslint/parser': 6.21.0_jofidmxrjzhj7l6vknpw5ecvfe debug: 3.2.7 eslint: 7.32.0 - eslint-import-resolver-typescript: 3.6.3_fygdtjilpzdi57ao5drtusz6me + eslint-import-resolver-node: 0.3.9 + eslint-import-resolver-typescript: 3.6.3_qqedvn7y53ys7jm3xejtyy4rva transitivePeerDependencies: - supports-color dev: true @@ -6859,12 +6886,12 @@ packages: - supports-color dev: true - /eslint-plugin-import/2.30.0_xpoooszrvfjigwlbnr42f5rlki: - resolution: {integrity: sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==} + /eslint-plugin-import/2.31.0_xpoooszrvfjigwlbnr42f5rlki: + resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 + eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9 peerDependenciesMeta: '@typescript-eslint/parser': optional: true @@ -6879,7 +6906,7 @@ packages: doctrine: 2.1.0 eslint: 7.32.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.11.1_n755bj25kg2c7z5rccm44ttecm + eslint-module-utils: 2.12.0_n755bj25kg2c7z5rccm44ttecm hasown: 2.0.2 is-core-module: 2.15.1 is-glob: 4.0.3 @@ -6888,6 +6915,7 @@ packages: object.groupby: 1.0.3 object.values: 1.2.0 semver: 6.3.1 + string.prototype.trimend: 1.0.8 tsconfig-paths: 3.15.0 transitivePeerDependencies: - eslint-import-resolver-typescript @@ -7430,8 +7458,8 @@ packages: resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} dev: true - /express/4.21.0: - resolution: {integrity: sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==} + /express/4.21.1: + resolution: {integrity: sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==} engines: {node: '>= 0.10.0'} dependencies: accepts: 1.3.8 @@ -7439,7 +7467,7 @@ packages: body-parser: 1.20.3 content-disposition: 0.5.4 content-type: 1.0.5 - cookie: 0.6.0 + cookie: 0.7.1 cookie-signature: 1.0.6 debug: 2.6.9 depd: 2.0.0 @@ -11191,6 +11219,81 @@ packages: - which - write-file-atomic + /npm/10.9.0: + resolution: {integrity: sha512-ZanDioFylI9helNhl2LNd+ErmVD+H5I53ry41ixlLyCBgkuYb+58CvbAp99hW+zr5L9W4X7CchSoeqKdngOLSw==} + engines: {node: ^18.17.0 || >=20.5.0} + hasBin: true + dev: false + bundledDependencies: + - '@isaacs/string-locale-compare' + - '@npmcli/arborist' + - '@npmcli/config' + - '@npmcli/fs' + - '@npmcli/map-workspaces' + - '@npmcli/package-json' + - '@npmcli/promise-spawn' + - '@npmcli/redact' + - '@npmcli/run-script' + - '@sigstore/tuf' + - abbrev + - archy + - cacache + - chalk + - ci-info + - cli-columns + - fastest-levenshtein + - fs-minipass + - glob + - graceful-fs + - hosted-git-info + - ini + - init-package-json + - is-cidr + - json-parse-even-better-errors + - libnpmaccess + - libnpmdiff + - libnpmexec + - libnpmfund + - libnpmhook + - libnpmorg + - libnpmpack + - libnpmpublish + - libnpmsearch + - libnpmteam + - libnpmversion + - make-fetch-happen + - minimatch + - minipass + - minipass-pipeline + - ms + - node-gyp + - nopt + - normalize-package-data + - npm-audit-report + - npm-install-checks + - npm-package-arg + - npm-pick-manifest + - npm-profile + - npm-registry-fetch + - npm-user-validate + - p-map + - pacote + - parse-conflict-json + - proc-log + - qrcode-terminal + - read + - semver + - spdx-expression-parse + - ssri + - supports-color + - tar + - text-table + - tiny-relative-date + - treeverse + - validate-npm-package-name + - which + - write-file-atomic + /npmlog/5.0.1: resolution: {integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==} deprecated: This package is no longer supported. @@ -11443,15 +11546,15 @@ packages: - typescript dev: true - /oclif/3.17.2_jeqbknj46pgdeszrzbax4bk7my: + /oclif/3.17.2_gioochfochb6rz6teohxuifeem: resolution: {integrity: sha512-+vFXxgmR7dGGz+g6YiqSZu2LXVkBMaS9/rhtsLGkYw45e53CW/3kBgPRnOvxcTDM3Td9JPeBD2JWxXnPKGQW3A==} engines: {node: '>=12.0.0'} hasBin: true dependencies: - '@oclif/core': 2.16.0_jeqbknj46pgdeszrzbax4bk7my - '@oclif/plugin-help': 5.2.20_jeqbknj46pgdeszrzbax4bk7my - '@oclif/plugin-not-found': 2.4.3_jeqbknj46pgdeszrzbax4bk7my - '@oclif/plugin-warn-if-update-available': 2.1.1_jeqbknj46pgdeszrzbax4bk7my + '@oclif/core': 2.16.0_gioochfochb6rz6teohxuifeem + '@oclif/plugin-help': 5.2.20_gioochfochb6rz6teohxuifeem + '@oclif/plugin-not-found': 2.4.3_gioochfochb6rz6teohxuifeem + '@oclif/plugin-warn-if-update-available': 2.1.1_gioochfochb6rz6teohxuifeem async-retry: 1.3.3 aws-sdk: 2.1691.0 concurrently: 7.6.0 @@ -11478,15 +11581,15 @@ packages: - typescript dev: true - /oclif/3.17.2_ogreqof3k35xezedraj6pnd45y: + /oclif/3.17.2_jeqbknj46pgdeszrzbax4bk7my: resolution: {integrity: sha512-+vFXxgmR7dGGz+g6YiqSZu2LXVkBMaS9/rhtsLGkYw45e53CW/3kBgPRnOvxcTDM3Td9JPeBD2JWxXnPKGQW3A==} engines: {node: '>=12.0.0'} hasBin: true dependencies: - '@oclif/core': 2.16.0_ogreqof3k35xezedraj6pnd45y - '@oclif/plugin-help': 5.2.20_ogreqof3k35xezedraj6pnd45y - '@oclif/plugin-not-found': 2.4.3_ogreqof3k35xezedraj6pnd45y - '@oclif/plugin-warn-if-update-available': 2.1.1_ogreqof3k35xezedraj6pnd45y + '@oclif/core': 2.16.0_jeqbknj46pgdeszrzbax4bk7my + '@oclif/plugin-help': 5.2.20_jeqbknj46pgdeszrzbax4bk7my + '@oclif/plugin-not-found': 2.4.3_jeqbknj46pgdeszrzbax4bk7my + '@oclif/plugin-warn-if-update-available': 2.1.1_jeqbknj46pgdeszrzbax4bk7my async-retry: 1.3.3 aws-sdk: 2.1691.0 concurrently: 7.6.0 @@ -11513,15 +11616,15 @@ packages: - typescript dev: true - /oclif/3.17.2_uqtu27iq5voxechhkclcyk3efa: + /oclif/3.17.2_ogreqof3k35xezedraj6pnd45y: resolution: {integrity: sha512-+vFXxgmR7dGGz+g6YiqSZu2LXVkBMaS9/rhtsLGkYw45e53CW/3kBgPRnOvxcTDM3Td9JPeBD2JWxXnPKGQW3A==} engines: {node: '>=12.0.0'} hasBin: true dependencies: - '@oclif/core': 2.16.0_uqtu27iq5voxechhkclcyk3efa - '@oclif/plugin-help': 5.2.20_uqtu27iq5voxechhkclcyk3efa - '@oclif/plugin-not-found': 2.4.3_uqtu27iq5voxechhkclcyk3efa - '@oclif/plugin-warn-if-update-available': 2.1.1_uqtu27iq5voxechhkclcyk3efa + '@oclif/core': 2.16.0_ogreqof3k35xezedraj6pnd45y + '@oclif/plugin-help': 5.2.20_ogreqof3k35xezedraj6pnd45y + '@oclif/plugin-not-found': 2.4.3_ogreqof3k35xezedraj6pnd45y + '@oclif/plugin-warn-if-update-available': 2.1.1_ogreqof3k35xezedraj6pnd45y async-retry: 1.3.3 aws-sdk: 2.1691.0 concurrently: 7.6.0 @@ -13676,7 +13779,7 @@ packages: yn: 3.1.1 dev: true - /ts-node/10.9.2_jeqbknj46pgdeszrzbax4bk7my: + /ts-node/10.9.2_gioochfochb6rz6teohxuifeem: resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -13695,18 +13798,18 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.16.9 + '@types/node': 16.18.113 acorn: 8.12.1 acorn-walk: 8.3.4 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.6.2 + typescript: 4.9.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - /ts-node/10.9.2_ogreqof3k35xezedraj6pnd45y: + /ts-node/10.9.2_jeqbknj46pgdeszrzbax4bk7my: resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -13725,18 +13828,18 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 14.18.63 + '@types/node': 20.16.9 acorn: 8.12.1 acorn-walk: 8.3.4 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.9.5 + typescript: 5.6.2 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - /ts-node/10.9.2_typescript@4.9.5: + /ts-node/10.9.2_ogreqof3k35xezedraj6pnd45y: resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -13755,6 +13858,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 + '@types/node': 14.18.63 acorn: 8.12.1 acorn-walk: 8.3.4 arg: 4.1.3 @@ -13764,9 +13868,8 @@ packages: typescript: 4.9.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - dev: true - /ts-node/10.9.2_uqtu27iq5voxechhkclcyk3efa: + /ts-node/10.9.2_typescript@4.9.5: resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -13785,7 +13888,6 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 16.18.111 acorn: 8.12.1 acorn-walk: 8.3.4 arg: 4.1.3 @@ -13795,6 +13897,7 @@ packages: typescript: 4.9.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 + dev: true /ts-node/8.10.2_typescript@4.9.5: resolution: {integrity: sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==} @@ -14406,6 +14509,23 @@ packages: winston-transport: 4.7.1 dev: false + /winston/3.15.0: + resolution: {integrity: sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==} + engines: {node: '>= 12.0.0'} + dependencies: + '@colors/colors': 1.6.0 + '@dabh/diagnostics': 2.0.3 + async: 3.2.6 + is-stream: 2.0.1 + logform: 2.6.1 + one-time: 1.0.0 + readable-stream: 3.6.2 + safe-stable-stringify: 2.5.0 + stack-trace: 0.0.10 + triple-beam: 1.4.1 + winston-transport: 4.7.1 + dev: false + /word-wrap/1.2.5: resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} engines: {node: '>=0.10.0'}