From 07257b3aff5ccfc764d658992082e2fecdb7e3d5 Mon Sep 17 00:00:00 2001 From: raj pandey Date: Wed, 16 Apr 2025 14:24:47 +0530 Subject: [PATCH] Version Bump --- package-lock.json | 332 +++++++-------- packages/contentstack-audit/README.md | 18 +- packages/contentstack-clone/package.json | 2 +- packages/contentstack-config/README.md | 6 +- packages/contentstack-config/package.json | 2 +- packages/contentstack-export/package.json | 2 +- packages/contentstack-import/README.md | 2 +- packages/contentstack-import/package.json | 2 +- packages/contentstack-seed/package.json | 2 +- packages/contentstack/README.md | 21 +- packages/contentstack/package.json | 6 +- pnpm-lock.yaml | 468 +++++++++++----------- 12 files changed, 422 insertions(+), 441 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f38988568..9da2eaedec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1818,21 +1818,21 @@ } }, "node_modules/@emnapi/core": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.4.1.tgz", - "integrity": "sha512-4JFstCTaToCFrPqrGzgkF8N2NHjtsaY4uRh6brZQ5L9e4wbMieX8oDT8N7qfVFTQecHFEtkj4ve49VIZ3mKVqw==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.4.3.tgz", + "integrity": "sha512-4m62DuCE07lw01soJwPiBGC0nAww0Q+RY70VZ+n49yDIO13yyinhbWCeNnaob0lakDtWQzSdtNWzJeOJt2ma+g==", "dev": true, "license": "MIT", "optional": true, "dependencies": { - "@emnapi/wasi-threads": "1.0.1", + "@emnapi/wasi-threads": "1.0.2", "tslib": "^2.4.0" } }, "node_modules/@emnapi/runtime": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.1.tgz", - "integrity": "sha512-LMshMVP0ZhACNjQNYXiU1iZJ6QCcv0lUdPDPugqGvCGXt5xtRVBPdtA0qU12pEXZzpWAhWlZYptfdAFq10DOVQ==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.3.tgz", + "integrity": "sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==", "dev": true, "license": "MIT", "optional": true, @@ -1841,9 +1841,9 @@ } }, "node_modules/@emnapi/wasi-threads": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.1.tgz", - "integrity": "sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.2.tgz", + "integrity": "sha512-5n3nTJblwRi8LlXkJ9eBzu+kZR8Yxcc7ubakyQTFzPMtIhFpUBRbsnc2Dv88IZDIbCDlBiWrknhB4Lsz7mg6BA==", "dev": true, "license": "MIT", "optional": true, @@ -3036,9 +3036,9 @@ } }, "node_modules/@napi-rs/wasm-runtime": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.8.tgz", - "integrity": "sha512-OBlgKdX7gin7OIq4fadsjpg+cp2ZphvAIKucHsNfTdJiqdOmOEwQd/bHi0VwNrcw5xpBJyUw6cK/QilCqy1BSg==", + "version": "0.2.9", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.9.tgz", + "integrity": "sha512-OKRBiajrrxB9ATokgEQoG87Z25c67pCpYcCwmXYX8PBftC9pBfN18gnm/fh1wurSLEKIAt+QRFLFCQISrb66Jg==", "dev": true, "license": "MIT", "optional": true, @@ -4907,14 +4907,14 @@ } }, "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.29.1.tgz", - "integrity": "sha512-2nggXGX5F3YrsGN08pw4XpMLO1Rgtnn4AzTegC2MDesv6q3QaTU5yU7IbS1tf1IwCR0Hv/1EFygLn9ms6LIpDA==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.30.1.tgz", + "integrity": "sha512-+C0B6ChFXZkuaNDl73FJxRYT0G7ufVPOSQkqkpM/U198wUwUFOtgo1k/QzFh1KjpBitaK7R1tgjVz6o9HmsRPg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.29.1", - "@typescript-eslint/visitor-keys": "8.29.1" + "@typescript-eslint/types": "8.30.1", + "@typescript-eslint/visitor-keys": "8.30.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -4925,9 +4925,9 @@ } }, "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/types": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.29.1.tgz", - "integrity": "sha512-VT7T1PuJF1hpYC3AGm2rCgJBjHL3nc+A/bhOp9sGMKfi5v0WufsX/sHCFBfNTx2F+zA6qBc/PD0/kLRLjdt8mQ==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.30.1.tgz", + "integrity": "sha512-81KawPfkuulyWo5QdyG/LOKbspyyiW+p4vpn4bYO7DM/hZImlVnFwrpCTnmNMOt8CvLRr5ojI9nU1Ekpw4RcEw==", "dev": true, "license": "MIT", "engines": { @@ -4939,14 +4939,14 @@ } }, "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.1.tgz", - "integrity": "sha512-l1enRoSaUkQxOQnbi0KPUtqeZkSiFlqrx9/3ns2rEDhGKfTa+88RmXqedC1zmVTOWrLc2e6DEJrTA51C9iLH5g==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.30.1.tgz", + "integrity": "sha512-kQQnxymiUy9tTb1F2uep9W6aBiYODgq5EMSk6Nxh4Z+BDUoYUSa029ISs5zTzKBFnexQEh71KqwjKnRz58lusQ==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.29.1", - "@typescript-eslint/visitor-keys": "8.29.1", + "@typescript-eslint/types": "8.30.1", + "@typescript-eslint/visitor-keys": "8.30.1", "debug": "^4.3.4", "fast-glob": "^3.3.2", "is-glob": "^4.0.3", @@ -4966,16 +4966,16 @@ } }, "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/utils": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.29.1.tgz", - "integrity": "sha512-QAkFEbytSaB8wnmB+DflhUPz6CLbFWE2SnSCrRMEa+KnXIzDYbpsn++1HGvnfAsUY44doDXmvRkO5shlM/3UfA==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.30.1.tgz", + "integrity": "sha512-T/8q4R9En2tcEsWPQgB5BQ0XJVOtfARcUvOa8yJP3fh9M/mXraLxZrkCfGb6ChrO/V3W+Xbd04RacUEqk1CFEQ==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.29.1", - "@typescript-eslint/types": "8.29.1", - "@typescript-eslint/typescript-estree": "8.29.1" + "@typescript-eslint/scope-manager": "8.30.1", + "@typescript-eslint/types": "8.30.1", + "@typescript-eslint/typescript-estree": "8.30.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -4990,13 +4990,13 @@ } }, "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.1.tgz", - "integrity": "sha512-RGLh5CRaUEf02viP5c1Vh1cMGffQscyHe7HPAzGpfmfflFg1wUz2rYxd+OZqwpeypYvZ8UxSxuIpF++fmOzEcg==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.30.1.tgz", + "integrity": "sha512-aEhgas7aJ6vZnNFC7K4/vMGDGyOiqWcYZPpIWrTKuTAlsvDNKy2GFDqh9smL+iq069ZvR0YzEeq0B8NJlLzjFA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.29.1", + "@typescript-eslint/types": "8.30.1", "eslint-visitor-keys": "^4.2.0" }, "engines": { @@ -7270,9 +7270,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001713", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001713.tgz", - "integrity": "sha512-wCIWIg+A4Xr7NfhTuHdX+/FKh3+Op3LBbSp2N5Pfx6T/LhdQy3GTyoTg48BReaW/MyMNZAkTadsBtai3ldWK0Q==", + "version": "1.0.30001714", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001714.tgz", + "integrity": "sha512-mtgapdwDLSSBnCI3JokHM7oEQBLxiJKVRtg10AxM1AyeiKcM96f0Mkbqeq+1AbiCtvMcHRulAAEMu693JrSWqg==", "funding": [ { "type": "opencollective", @@ -8759,9 +8759,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.136", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.136.tgz", - "integrity": "sha512-kL4+wUTD7RSA5FHx5YwWtjDnEEkIIikFgWHR4P6fqjw1PPLlqYkxeOb++wAauAssat0YClCy8Y3C5SxgSkjibQ==", + "version": "1.5.137", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.137.tgz", + "integrity": "sha512-/QSJaU2JyIuTbbABAo/crOs+SuAZLS+fVVS10PVrIT9hrRkmZl8Hb0xPSkKRUUWHQtYzXHpQUW3Dy5hwMzGZkA==", "license": "ISC" }, "node_modules/elegant-spinner": { @@ -9588,17 +9588,17 @@ } }, "node_modules/eslint-config-oclif/node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.1.tgz", - "integrity": "sha512-ba0rr4Wfvg23vERs3eB+P3lfj2E+2g3lhWcCVukUuhtcdUx5lSIFZlGFEBHKr+3zizDa/TvZTptdNHVZWAkSBg==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.30.1.tgz", + "integrity": "sha512-v+VWphxMjn+1t48/jO4t950D6KR8JaJuNXzi33Ve6P8sEmPr5k6CEXjdGwT6+LodVnEa91EQCtwjWNUCPweo+Q==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.10.0", - "@typescript-eslint/scope-manager": "8.29.1", - "@typescript-eslint/type-utils": "8.29.1", - "@typescript-eslint/utils": "8.29.1", - "@typescript-eslint/visitor-keys": "8.29.1", + "@typescript-eslint/scope-manager": "8.30.1", + "@typescript-eslint/type-utils": "8.30.1", + "@typescript-eslint/utils": "8.30.1", + "@typescript-eslint/visitor-keys": "8.30.1", "graphemer": "^1.4.0", "ignore": "^5.3.1", "natural-compare": "^1.4.0", @@ -9618,16 +9618,16 @@ } }, "node_modules/eslint-config-oclif/node_modules/@typescript-eslint/parser": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.29.1.tgz", - "integrity": "sha512-zczrHVEqEaTwh12gWBIJWj8nx+ayDcCJs06yoNMY0kwjMWDM6+kppljY+BxWI06d2Ja+h4+WdufDcwMnnMEWmg==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.30.1.tgz", + "integrity": "sha512-H+vqmWwT5xoNrXqWs/fesmssOW70gxFlgcMlYcBaWNPIEWDgLa4W9nkSPmhuOgLnXq9QYgkZ31fhDyLhleCsAg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/scope-manager": "8.29.1", - "@typescript-eslint/types": "8.29.1", - "@typescript-eslint/typescript-estree": "8.29.1", - "@typescript-eslint/visitor-keys": "8.29.1", + "@typescript-eslint/scope-manager": "8.30.1", + "@typescript-eslint/types": "8.30.1", + "@typescript-eslint/typescript-estree": "8.30.1", + "@typescript-eslint/visitor-keys": "8.30.1", "debug": "^4.3.4" }, "engines": { @@ -9643,14 +9643,14 @@ } }, "node_modules/eslint-config-oclif/node_modules/@typescript-eslint/scope-manager": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.29.1.tgz", - "integrity": "sha512-2nggXGX5F3YrsGN08pw4XpMLO1Rgtnn4AzTegC2MDesv6q3QaTU5yU7IbS1tf1IwCR0Hv/1EFygLn9ms6LIpDA==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.30.1.tgz", + "integrity": "sha512-+C0B6ChFXZkuaNDl73FJxRYT0G7ufVPOSQkqkpM/U198wUwUFOtgo1k/QzFh1KjpBitaK7R1tgjVz6o9HmsRPg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.29.1", - "@typescript-eslint/visitor-keys": "8.29.1" + "@typescript-eslint/types": "8.30.1", + "@typescript-eslint/visitor-keys": "8.30.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -9661,14 +9661,14 @@ } }, "node_modules/eslint-config-oclif/node_modules/@typescript-eslint/type-utils": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.29.1.tgz", - "integrity": "sha512-DkDUSDwZVCYN71xA4wzySqqcZsHKic53A4BLqmrWFFpOpNSoxX233lwGu/2135ymTCR04PoKiEEEvN1gFYg4Tw==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.30.1.tgz", + "integrity": "sha512-64uBF76bfQiJyHgZISC7vcNz3adqQKIccVoKubyQcOnNcdJBvYOILV1v22Qhsw3tw3VQu5ll8ND6hycgAR5fEA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/typescript-estree": "8.29.1", - "@typescript-eslint/utils": "8.29.1", + "@typescript-eslint/typescript-estree": "8.30.1", + "@typescript-eslint/utils": "8.30.1", "debug": "^4.3.4", "ts-api-utils": "^2.0.1" }, @@ -9685,9 +9685,9 @@ } }, "node_modules/eslint-config-oclif/node_modules/@typescript-eslint/types": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.29.1.tgz", - "integrity": "sha512-VT7T1PuJF1hpYC3AGm2rCgJBjHL3nc+A/bhOp9sGMKfi5v0WufsX/sHCFBfNTx2F+zA6qBc/PD0/kLRLjdt8mQ==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.30.1.tgz", + "integrity": "sha512-81KawPfkuulyWo5QdyG/LOKbspyyiW+p4vpn4bYO7DM/hZImlVnFwrpCTnmNMOt8CvLRr5ojI9nU1Ekpw4RcEw==", "dev": true, "license": "MIT", "engines": { @@ -9699,14 +9699,14 @@ } }, "node_modules/eslint-config-oclif/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.1.tgz", - "integrity": "sha512-l1enRoSaUkQxOQnbi0KPUtqeZkSiFlqrx9/3ns2rEDhGKfTa+88RmXqedC1zmVTOWrLc2e6DEJrTA51C9iLH5g==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.30.1.tgz", + "integrity": "sha512-kQQnxymiUy9tTb1F2uep9W6aBiYODgq5EMSk6Nxh4Z+BDUoYUSa029ISs5zTzKBFnexQEh71KqwjKnRz58lusQ==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.29.1", - "@typescript-eslint/visitor-keys": "8.29.1", + "@typescript-eslint/types": "8.30.1", + "@typescript-eslint/visitor-keys": "8.30.1", "debug": "^4.3.4", "fast-glob": "^3.3.2", "is-glob": "^4.0.3", @@ -9742,16 +9742,16 @@ } }, "node_modules/eslint-config-oclif/node_modules/@typescript-eslint/utils": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.29.1.tgz", - "integrity": "sha512-QAkFEbytSaB8wnmB+DflhUPz6CLbFWE2SnSCrRMEa+KnXIzDYbpsn++1HGvnfAsUY44doDXmvRkO5shlM/3UfA==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.30.1.tgz", + "integrity": "sha512-T/8q4R9En2tcEsWPQgB5BQ0XJVOtfARcUvOa8yJP3fh9M/mXraLxZrkCfGb6ChrO/V3W+Xbd04RacUEqk1CFEQ==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.29.1", - "@typescript-eslint/types": "8.29.1", - "@typescript-eslint/typescript-estree": "8.29.1" + "@typescript-eslint/scope-manager": "8.30.1", + "@typescript-eslint/types": "8.30.1", + "@typescript-eslint/typescript-estree": "8.30.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -9766,13 +9766,13 @@ } }, "node_modules/eslint-config-oclif/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.1.tgz", - "integrity": "sha512-RGLh5CRaUEf02viP5c1Vh1cMGffQscyHe7HPAzGpfmfflFg1wUz2rYxd+OZqwpeypYvZ8UxSxuIpF++fmOzEcg==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.30.1.tgz", + "integrity": "sha512-aEhgas7aJ6vZnNFC7K4/vMGDGyOiqWcYZPpIWrTKuTAlsvDNKy2GFDqh9smL+iq069ZvR0YzEeq0B8NJlLzjFA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.29.1", + "@typescript-eslint/types": "8.30.1", "eslint-visitor-keys": "^4.2.0" }, "engines": { @@ -10544,14 +10544,14 @@ } }, "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/scope-manager": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.29.1.tgz", - "integrity": "sha512-2nggXGX5F3YrsGN08pw4XpMLO1Rgtnn4AzTegC2MDesv6q3QaTU5yU7IbS1tf1IwCR0Hv/1EFygLn9ms6LIpDA==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.30.1.tgz", + "integrity": "sha512-+C0B6ChFXZkuaNDl73FJxRYT0G7ufVPOSQkqkpM/U198wUwUFOtgo1k/QzFh1KjpBitaK7R1tgjVz6o9HmsRPg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.29.1", - "@typescript-eslint/visitor-keys": "8.29.1" + "@typescript-eslint/types": "8.30.1", + "@typescript-eslint/visitor-keys": "8.30.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -10562,9 +10562,9 @@ } }, "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/types": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.29.1.tgz", - "integrity": "sha512-VT7T1PuJF1hpYC3AGm2rCgJBjHL3nc+A/bhOp9sGMKfi5v0WufsX/sHCFBfNTx2F+zA6qBc/PD0/kLRLjdt8mQ==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.30.1.tgz", + "integrity": "sha512-81KawPfkuulyWo5QdyG/LOKbspyyiW+p4vpn4bYO7DM/hZImlVnFwrpCTnmNMOt8CvLRr5ojI9nU1Ekpw4RcEw==", "dev": true, "license": "MIT", "engines": { @@ -10576,14 +10576,14 @@ } }, "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.1.tgz", - "integrity": "sha512-l1enRoSaUkQxOQnbi0KPUtqeZkSiFlqrx9/3ns2rEDhGKfTa+88RmXqedC1zmVTOWrLc2e6DEJrTA51C9iLH5g==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.30.1.tgz", + "integrity": "sha512-kQQnxymiUy9tTb1F2uep9W6aBiYODgq5EMSk6Nxh4Z+BDUoYUSa029ISs5zTzKBFnexQEh71KqwjKnRz58lusQ==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.29.1", - "@typescript-eslint/visitor-keys": "8.29.1", + "@typescript-eslint/types": "8.30.1", + "@typescript-eslint/visitor-keys": "8.30.1", "debug": "^4.3.4", "fast-glob": "^3.3.2", "is-glob": "^4.0.3", @@ -10603,16 +10603,16 @@ } }, "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/utils": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.29.1.tgz", - "integrity": "sha512-QAkFEbytSaB8wnmB+DflhUPz6CLbFWE2SnSCrRMEa+KnXIzDYbpsn++1HGvnfAsUY44doDXmvRkO5shlM/3UfA==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.30.1.tgz", + "integrity": "sha512-T/8q4R9En2tcEsWPQgB5BQ0XJVOtfARcUvOa8yJP3fh9M/mXraLxZrkCfGb6ChrO/V3W+Xbd04RacUEqk1CFEQ==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.29.1", - "@typescript-eslint/types": "8.29.1", - "@typescript-eslint/typescript-estree": "8.29.1" + "@typescript-eslint/scope-manager": "8.30.1", + "@typescript-eslint/types": "8.30.1", + "@typescript-eslint/typescript-estree": "8.30.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -10627,13 +10627,13 @@ } }, "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.1.tgz", - "integrity": "sha512-RGLh5CRaUEf02viP5c1Vh1cMGffQscyHe7HPAzGpfmfflFg1wUz2rYxd+OZqwpeypYvZ8UxSxuIpF++fmOzEcg==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.30.1.tgz", + "integrity": "sha512-aEhgas7aJ6vZnNFC7K4/vMGDGyOiqWcYZPpIWrTKuTAlsvDNKy2GFDqh9smL+iq069ZvR0YzEeq0B8NJlLzjFA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.29.1", + "@typescript-eslint/types": "8.30.1", "eslint-visitor-keys": "^4.2.0" }, "engines": { @@ -23712,9 +23712,9 @@ } }, "node_modules/ts-jest/node_modules/type-fest": { - "version": "4.39.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.39.1.tgz", - "integrity": "sha512-uW9qzd66uyHYxwyVBYiwS4Oi0qZyUqwjU+Oevr6ZogYiXt99EOYtwvzMSLw1c3lYo2HzJsep/NB23iEVEgjG/w==", + "version": "4.40.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.0.tgz", + "integrity": "sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw==", "dev": true, "license": "(MIT OR CC0-1.0)", "engines": { @@ -24069,15 +24069,15 @@ } }, "node_modules/typescript-eslint": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.29.1.tgz", - "integrity": "sha512-f8cDkvndhbQMPcysk6CUSGBWV+g1utqdn71P5YKwMumVMOG/5k7cHq0KyG4O52nB0oKS4aN2Tp5+wB4APJGC+w==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.30.1.tgz", + "integrity": "sha512-D7lC0kcehVH7Mb26MRQi64LMyRJsj3dToJxM1+JVTl53DQSV5/7oUGWQLcKl1C1KnoVHxMMU2FNQMffr7F3Row==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/eslint-plugin": "8.29.1", - "@typescript-eslint/parser": "8.29.1", - "@typescript-eslint/utils": "8.29.1" + "@typescript-eslint/eslint-plugin": "8.30.1", + "@typescript-eslint/parser": "8.30.1", + "@typescript-eslint/utils": "8.30.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -24092,17 +24092,17 @@ } }, "node_modules/typescript-eslint/node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.1.tgz", - "integrity": "sha512-ba0rr4Wfvg23vERs3eB+P3lfj2E+2g3lhWcCVukUuhtcdUx5lSIFZlGFEBHKr+3zizDa/TvZTptdNHVZWAkSBg==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.30.1.tgz", + "integrity": "sha512-v+VWphxMjn+1t48/jO4t950D6KR8JaJuNXzi33Ve6P8sEmPr5k6CEXjdGwT6+LodVnEa91EQCtwjWNUCPweo+Q==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.10.0", - "@typescript-eslint/scope-manager": "8.29.1", - "@typescript-eslint/type-utils": "8.29.1", - "@typescript-eslint/utils": "8.29.1", - "@typescript-eslint/visitor-keys": "8.29.1", + "@typescript-eslint/scope-manager": "8.30.1", + "@typescript-eslint/type-utils": "8.30.1", + "@typescript-eslint/utils": "8.30.1", + "@typescript-eslint/visitor-keys": "8.30.1", "graphemer": "^1.4.0", "ignore": "^5.3.1", "natural-compare": "^1.4.0", @@ -24122,16 +24122,16 @@ } }, "node_modules/typescript-eslint/node_modules/@typescript-eslint/parser": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.29.1.tgz", - "integrity": "sha512-zczrHVEqEaTwh12gWBIJWj8nx+ayDcCJs06yoNMY0kwjMWDM6+kppljY+BxWI06d2Ja+h4+WdufDcwMnnMEWmg==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.30.1.tgz", + "integrity": "sha512-H+vqmWwT5xoNrXqWs/fesmssOW70gxFlgcMlYcBaWNPIEWDgLa4W9nkSPmhuOgLnXq9QYgkZ31fhDyLhleCsAg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/scope-manager": "8.29.1", - "@typescript-eslint/types": "8.29.1", - "@typescript-eslint/typescript-estree": "8.29.1", - "@typescript-eslint/visitor-keys": "8.29.1", + "@typescript-eslint/scope-manager": "8.30.1", + "@typescript-eslint/types": "8.30.1", + "@typescript-eslint/typescript-estree": "8.30.1", + "@typescript-eslint/visitor-keys": "8.30.1", "debug": "^4.3.4" }, "engines": { @@ -24147,14 +24147,14 @@ } }, "node_modules/typescript-eslint/node_modules/@typescript-eslint/scope-manager": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.29.1.tgz", - "integrity": "sha512-2nggXGX5F3YrsGN08pw4XpMLO1Rgtnn4AzTegC2MDesv6q3QaTU5yU7IbS1tf1IwCR0Hv/1EFygLn9ms6LIpDA==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.30.1.tgz", + "integrity": "sha512-+C0B6ChFXZkuaNDl73FJxRYT0G7ufVPOSQkqkpM/U198wUwUFOtgo1k/QzFh1KjpBitaK7R1tgjVz6o9HmsRPg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.29.1", - "@typescript-eslint/visitor-keys": "8.29.1" + "@typescript-eslint/types": "8.30.1", + "@typescript-eslint/visitor-keys": "8.30.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -24165,14 +24165,14 @@ } }, "node_modules/typescript-eslint/node_modules/@typescript-eslint/type-utils": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.29.1.tgz", - "integrity": "sha512-DkDUSDwZVCYN71xA4wzySqqcZsHKic53A4BLqmrWFFpOpNSoxX233lwGu/2135ymTCR04PoKiEEEvN1gFYg4Tw==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.30.1.tgz", + "integrity": "sha512-64uBF76bfQiJyHgZISC7vcNz3adqQKIccVoKubyQcOnNcdJBvYOILV1v22Qhsw3tw3VQu5ll8ND6hycgAR5fEA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/typescript-estree": "8.29.1", - "@typescript-eslint/utils": "8.29.1", + "@typescript-eslint/typescript-estree": "8.30.1", + "@typescript-eslint/utils": "8.30.1", "debug": "^4.3.4", "ts-api-utils": "^2.0.1" }, @@ -24189,9 +24189,9 @@ } }, "node_modules/typescript-eslint/node_modules/@typescript-eslint/types": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.29.1.tgz", - "integrity": "sha512-VT7T1PuJF1hpYC3AGm2rCgJBjHL3nc+A/bhOp9sGMKfi5v0WufsX/sHCFBfNTx2F+zA6qBc/PD0/kLRLjdt8mQ==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.30.1.tgz", + "integrity": "sha512-81KawPfkuulyWo5QdyG/LOKbspyyiW+p4vpn4bYO7DM/hZImlVnFwrpCTnmNMOt8CvLRr5ojI9nU1Ekpw4RcEw==", "dev": true, "license": "MIT", "engines": { @@ -24203,14 +24203,14 @@ } }, "node_modules/typescript-eslint/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.1.tgz", - "integrity": "sha512-l1enRoSaUkQxOQnbi0KPUtqeZkSiFlqrx9/3ns2rEDhGKfTa+88RmXqedC1zmVTOWrLc2e6DEJrTA51C9iLH5g==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.30.1.tgz", + "integrity": "sha512-kQQnxymiUy9tTb1F2uep9W6aBiYODgq5EMSk6Nxh4Z+BDUoYUSa029ISs5zTzKBFnexQEh71KqwjKnRz58lusQ==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.29.1", - "@typescript-eslint/visitor-keys": "8.29.1", + "@typescript-eslint/types": "8.30.1", + "@typescript-eslint/visitor-keys": "8.30.1", "debug": "^4.3.4", "fast-glob": "^3.3.2", "is-glob": "^4.0.3", @@ -24230,16 +24230,16 @@ } }, "node_modules/typescript-eslint/node_modules/@typescript-eslint/utils": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.29.1.tgz", - "integrity": "sha512-QAkFEbytSaB8wnmB+DflhUPz6CLbFWE2SnSCrRMEa+KnXIzDYbpsn++1HGvnfAsUY44doDXmvRkO5shlM/3UfA==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.30.1.tgz", + "integrity": "sha512-T/8q4R9En2tcEsWPQgB5BQ0XJVOtfARcUvOa8yJP3fh9M/mXraLxZrkCfGb6ChrO/V3W+Xbd04RacUEqk1CFEQ==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.29.1", - "@typescript-eslint/types": "8.29.1", - "@typescript-eslint/typescript-estree": "8.29.1" + "@typescript-eslint/scope-manager": "8.30.1", + "@typescript-eslint/types": "8.30.1", + "@typescript-eslint/typescript-estree": "8.30.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -24254,13 +24254,13 @@ } }, "node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.1.tgz", - "integrity": "sha512-RGLh5CRaUEf02viP5c1Vh1cMGffQscyHe7HPAzGpfmfflFg1wUz2rYxd+OZqwpeypYvZ8UxSxuIpF++fmOzEcg==", + "version": "8.30.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.30.1.tgz", + "integrity": "sha512-aEhgas7aJ6vZnNFC7K4/vMGDGyOiqWcYZPpIWrTKuTAlsvDNKy2GFDqh9smL+iq069ZvR0YzEeq0B8NJlLzjFA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.29.1", + "@typescript-eslint/types": "8.30.1", "eslint-visitor-keys": "^4.2.0" }, "engines": { @@ -25170,7 +25170,7 @@ }, "packages/contentstack": { "name": "@contentstack/cli", - "version": "1.39.0", + "version": "1.40.0", "license": "MIT", "dependencies": { "@contentstack/cli-audit": "~1.12.0", @@ -25181,12 +25181,12 @@ "@contentstack/cli-cm-clone": "~1.14.0", "@contentstack/cli-cm-export": "~1.16.0", "@contentstack/cli-cm-export-to-csv": "~1.8.0", - "@contentstack/cli-cm-import": "~1.21.2", + "@contentstack/cli-cm-import": "~1.21.1", "@contentstack/cli-cm-import-setup": "1.2.0", "@contentstack/cli-cm-migrate-rte": "~1.5.0", "@contentstack/cli-cm-seed": "~1.11.0", "@contentstack/cli-command": "~1.5.0", - "@contentstack/cli-config": "~1.11.0", + "@contentstack/cli-config": "~1.11.1", "@contentstack/cli-launch": "^1.8.0", "@contentstack/cli-migration": "~1.7.0", "@contentstack/cli-utilities": "~1.11.0", @@ -25606,7 +25606,7 @@ "dependencies": { "@colors/colors": "^1.6.0", "@contentstack/cli-cm-export": "~1.16.0", - "@contentstack/cli-cm-import": "~1.21.2", + "@contentstack/cli-cm-import": "~1.21.1", "@contentstack/cli-command": "~1.5.0", "@contentstack/cli-utilities": "~1.11.0", "chalk": "^4.1.2", @@ -25706,7 +25706,7 @@ }, "packages/contentstack-config": { "name": "@contentstack/cli-config", - "version": "1.11.0", + "version": "1.11.1", "license": "MIT", "dependencies": { "@contentstack/cli-command": "~1.5.0", @@ -26058,7 +26058,7 @@ }, "devDependencies": { "@contentstack/cli-auth": "~1.4.0", - "@contentstack/cli-config": "~1.11.0", + "@contentstack/cli-config": "~1.11.1", "@contentstack/cli-dev-dependencies": "~1.3.0", "@oclif/plugin-help": "^6.2.25", "@oclif/test": "^4.1.6", @@ -26414,7 +26414,7 @@ }, "packages/contentstack-import": { "name": "@contentstack/cli-cm-import", - "version": "1.21.2", + "version": "1.21.1", "license": "MIT", "dependencies": { "@contentstack/cli-audit": "~1.12.0", @@ -26562,7 +26562,7 @@ "version": "1.11.0", "license": "MIT", "dependencies": { - "@contentstack/cli-cm-import": "~1.21.2", + "@contentstack/cli-cm-import": "~1.21.1", "@contentstack/cli-command": "~1.5.0", "@contentstack/cli-utilities": "~1.11.0", "@contentstack/management": "~1.20.2", diff --git a/packages/contentstack-audit/README.md b/packages/contentstack-audit/README.md index 17417cc7f9..40cf11dd22 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.11.0 darwin-arm64 node-v22.14.0 +@contentstack/cli-audit/1.12.0 darwin-arm64 node-v23.6.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND @@ -52,7 +52,7 @@ Perform audits and find possible errors in the exported Contentstack data ``` USAGE - $ csdx audit [-c ] [-d ] [-s] [--report-path ] [--modules + $ csdx audit [-c ] [-d ] [--show-console-output] [--report-path ] [--modules content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns ] [--sort ] [--filter ] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml] @@ -65,7 +65,7 @@ FLAGS COMMON FLAGS -c, --config= Path of the external config -d, --data-dir= Path where the data is stored - -s, --show-console-output Display the audit and audit fix result for individual modules + --show-console-output Display the audit and audit fix result for individual modules TABLE FLAGS --columns= Specify columns to display, comma-separated. @@ -102,7 +102,7 @@ Perform audits and fix possible errors in the exported Contentstack data. ``` USAGE - $ csdx audit:fix [-c ] [-d ] [-s] [--report-path ] [--modules + $ csdx audit:fix [-c ] [-d ] [--show-console-output] [--report-path ] [--modules content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path --copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns ] [--sort ] [--filter ] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml] @@ -120,7 +120,7 @@ FLAGS COMMON FLAGS -c, --config= Path of the external config -d, --data-dir= Path where the data is stored - -s, --show-console-output Display the audit and audit fix result for individual modules + --show-console-output Display the audit and audit fix result for individual modules TABLE FLAGS --columns= Specify columns to display, comma-separated. @@ -159,7 +159,7 @@ Perform audits and find possible errors in the exported Contentstack data ``` USAGE - $ csdx cm:stacks:audit [-c ] [-d ] [-s] [--report-path ] [--modules + $ csdx cm:stacks:audit [-c ] [-d ] [--show-console-output] [--report-path ] [--modules content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns ] [--sort ] [--filter ] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml] @@ -172,7 +172,7 @@ FLAGS COMMON FLAGS -c, --config= Path of the external config -d, --data-dir= Path where the data is stored - -s, --show-console-output Display the audit and audit fix result for individual modules + --show-console-output Display the audit and audit fix result for individual modules TABLE FLAGS --columns= Specify columns to display, comma-separated. @@ -211,7 +211,7 @@ Perform audits and fix possible errors in the exported Contentstack data. ``` USAGE - $ csdx cm:stacks:audit:fix [-c ] [-d ] [-s] [--report-path ] [--modules + $ csdx cm:stacks:audit:fix [-c ] [-d ] [--show-console-output] [--report-path ] [--modules content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path --copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns ] [--sort ] [--filter ] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml] @@ -229,7 +229,7 @@ FLAGS COMMON FLAGS -c, --config= Path of the external config -d, --data-dir= Path where the data is stored - -s, --show-console-output Display the audit and audit fix result for individual modules + --show-console-output Display the audit and audit fix result for individual modules TABLE FLAGS --columns= Specify columns to display, comma-separated. diff --git a/packages/contentstack-clone/package.json b/packages/contentstack-clone/package.json index 9a1d203904..f51c1a5d71 100644 --- a/packages/contentstack-clone/package.json +++ b/packages/contentstack-clone/package.json @@ -7,7 +7,7 @@ "dependencies": { "@colors/colors": "^1.6.0", "@contentstack/cli-cm-export": "~1.16.0", - "@contentstack/cli-cm-import": "~1.21.2", + "@contentstack/cli-cm-import": "~1.21.1", "@contentstack/cli-command": "~1.5.0", "@contentstack/cli-utilities": "~1.11.0", "chalk": "^4.1.2", diff --git a/packages/contentstack-config/README.md b/packages/contentstack-config/README.md index 2f32d06629..517ace8972 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.11.0 darwin-arm64 node-v22.14.0 +@contentstack/cli-config/1.11.1 darwin-arm64 node-v23.6.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND @@ -362,6 +362,10 @@ EXAMPLES $ csdx config:set:region EU + $ csdx config:set:region AWS-NA + + $ csdx config:set:region AWS-EU + $ csdx config:set:region AZURE-NA $ csdx config:set:region AZURE-EU diff --git a/packages/contentstack-config/package.json b/packages/contentstack-config/package.json index b773d16fe3..94667a8ed3 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.11.0", + "version": "1.11.1", "author": "Contentstack", "scripts": { "build": "npm run clean && npm run compile", diff --git a/packages/contentstack-export/package.json b/packages/contentstack-export/package.json index ae952477ef..098d09f837 100644 --- a/packages/contentstack-export/package.json +++ b/packages/contentstack-export/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@contentstack/cli-auth": "~1.4.0", - "@contentstack/cli-config": "~1.11.0", + "@contentstack/cli-config": "~1.11.1", "@contentstack/cli-dev-dependencies": "~1.3.0", "@oclif/plugin-help": "^6.2.25", "@oclif/test": "^4.1.6", diff --git a/packages/contentstack-import/README.md b/packages/contentstack-import/README.md index 76c1161a63..4ef2f5579a 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.21.1 darwin-arm64 node-v22.14.0 +@contentstack/cli-cm-import/1.21.1 darwin-arm64 node-v23.6.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-import/package.json b/packages/contentstack-import/package.json index 191b0957b5..8eef4638ea 100644 --- a/packages/contentstack-import/package.json +++ b/packages/contentstack-import/package.json @@ -1,7 +1,7 @@ { "name": "@contentstack/cli-cm-import", "description": "Contentstack CLI plugin to import content into stack", - "version": "1.21.2", + "version": "1.21.1", "author": "Contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { diff --git a/packages/contentstack-seed/package.json b/packages/contentstack-seed/package.json index b0220907eb..8455ca52e2 100644 --- a/packages/contentstack-seed/package.json +++ b/packages/contentstack-seed/package.json @@ -5,7 +5,7 @@ "author": "Contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { - "@contentstack/cli-cm-import": "~1.21.2", + "@contentstack/cli-cm-import": "~1.21.1", "@contentstack/cli-command": "~1.5.0", "@contentstack/cli-utilities": "~1.11.0", "@contentstack/management": "~1.20.2", diff --git a/packages/contentstack/README.md b/packages/contentstack/README.md index 540ba829f1..eb3b7d32ae 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.39.0 darwin-arm64 node-v22.14.0 +@contentstack/cli/1.40.0 darwin-arm64 node-v23.6.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND @@ -127,7 +127,7 @@ Perform audits and find possible errors in the exported Contentstack data ``` USAGE - $ csdx audit [-c ] [-d ] [-s] [--report-path ] [--modules + $ csdx audit [-c ] [-d ] [--show-console-output] [--report-path ] [--modules content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns ] [--sort ] [--filter ] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml] @@ -140,7 +140,7 @@ FLAGS COMMON FLAGS -c, --config= Path of the external config -d, --data-dir= Path where the data is stored - -s, --show-console-output Display the audit and audit fix result for individual modules + --show-console-output Display the audit and audit fix result for individual modules TABLE FLAGS --columns= Specify columns to display, comma-separated. @@ -177,7 +177,7 @@ Perform audits and fix possible errors in the exported Contentstack data. ``` USAGE - $ csdx audit:fix [-c ] [-d ] [-s] [--report-path ] [--modules + $ csdx audit:fix [-c ] [-d ] [--show-console-output] [--report-path ] [--modules content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path --copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns ] [--sort ] [--filter ] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml] @@ -195,7 +195,7 @@ FLAGS COMMON FLAGS -c, --config= Path of the external config -d, --data-dir= Path where the data is stored - -s, --show-console-output Display the audit and audit fix result for individual modules + --show-console-output Display the audit and audit fix result for individual modules TABLE FLAGS --columns= Specify columns to display, comma-separated. @@ -2625,7 +2625,7 @@ Perform audits and find possible errors in the exported Contentstack data ``` USAGE - $ csdx cm:stacks:audit [-c ] [-d ] [-s] [--report-path ] [--modules + $ csdx cm:stacks:audit [-c ] [-d ] [--show-console-output] [--report-path ] [--modules content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns ] [--sort ] [--filter ] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml] @@ -2638,7 +2638,7 @@ FLAGS COMMON FLAGS -c, --config= Path of the external config -d, --data-dir= Path where the data is stored - -s, --show-console-output Display the audit and audit fix result for individual modules + --show-console-output Display the audit and audit fix result for individual modules TABLE FLAGS --columns= Specify columns to display, comma-separated. @@ -2677,7 +2677,7 @@ Perform audits and fix possible errors in the exported Contentstack data. ``` USAGE - $ csdx cm:stacks:audit:fix [-c ] [-d ] [-s] [--report-path ] [--modules + $ csdx cm:stacks:audit:fix [-c ] [-d ] [--show-console-output] [--report-path ] [--modules content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path --copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns ] [--sort ] [--filter ] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml] @@ -2695,7 +2695,7 @@ FLAGS COMMON FLAGS -c, --config= Path of the external config -d, --data-dir= Path where the data is stored - -s, --show-console-output Display the audit and audit fix result for individual modules + --show-console-output Display the audit and audit fix result for individual modules TABLE FLAGS --columns= Specify columns to display, comma-separated. @@ -3775,8 +3775,7 @@ USAGE $ csdx launch:functions [-p ] [-d ] FLAGS - -d, --data-dir= [default: /Users/aman.kumar/Documents/cli-repo/cli/packages/contentstack] Current working - directory + -d, --data-dir= [default: /Users/raj.pandey/fuckyouFuck/cli/packages/contentstack] Current working directory -p, --port= [default: 3000] Port number DESCRIPTION diff --git a/packages/contentstack/package.json b/packages/contentstack/package.json index 828a11de3d..0e242925e1 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.39.0", + "version": "1.40.0", "author": "Contentstack", "bin": { "csdx": "./bin/run.js" @@ -30,12 +30,12 @@ "@contentstack/cli-cm-clone": "~1.14.0", "@contentstack/cli-cm-export": "~1.16.0", "@contentstack/cli-cm-export-to-csv": "~1.8.0", - "@contentstack/cli-cm-import": "~1.21.2", + "@contentstack/cli-cm-import": "~1.21.1", "@contentstack/cli-cm-import-setup": "1.2.0", "@contentstack/cli-cm-migrate-rte": "~1.5.0", "@contentstack/cli-cm-seed": "~1.11.0", "@contentstack/cli-command": "~1.5.0", - "@contentstack/cli-config": "~1.11.0", + "@contentstack/cli-config": "~1.11.1", "@contentstack/cli-launch": "^1.8.0", "@contentstack/cli-migration": "~1.7.0", "@contentstack/cli-utilities": "~1.11.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d13d863b3a..1c8f86ab76 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,12 +18,12 @@ importers: '@contentstack/cli-cm-clone': ~1.14.0 '@contentstack/cli-cm-export': ~1.16.0 '@contentstack/cli-cm-export-to-csv': ~1.8.0 - '@contentstack/cli-cm-import': ~1.21.2 + '@contentstack/cli-cm-import': ~1.21.1 '@contentstack/cli-cm-import-setup': 1.2.0 '@contentstack/cli-cm-migrate-rte': ~1.5.0 '@contentstack/cli-cm-seed': ~1.11.0 '@contentstack/cli-command': ~1.5.0 - '@contentstack/cli-config': ~1.11.0 + '@contentstack/cli-config': ~1.11.1 '@contentstack/cli-launch': ^1.8.0 '@contentstack/cli-migration': ~1.7.0 '@contentstack/cli-utilities': ~1.11.0 @@ -362,7 +362,7 @@ importers: specifiers: '@colors/colors': ^1.6.0 '@contentstack/cli-cm-export': ~1.16.0 - '@contentstack/cli-cm-import': ~1.21.2 + '@contentstack/cli-cm-import': ~1.21.1 '@contentstack/cli-command': ~1.5.0 '@contentstack/cli-utilities': ~1.11.0 '@oclif/test': ^4.1.6 @@ -506,7 +506,7 @@ importers: specifiers: '@contentstack/cli-auth': ~1.4.0 '@contentstack/cli-command': ~1.5.0 - '@contentstack/cli-config': ~1.11.0 + '@contentstack/cli-config': ~1.11.1 '@contentstack/cli-dev-dependencies': ~1.3.0 '@contentstack/cli-utilities': ~1.11.0 '@contentstack/cli-variants': ~1.2.0 @@ -822,7 +822,7 @@ importers: packages/contentstack-seed: specifiers: - '@contentstack/cli-cm-import': ~1.21.2 + '@contentstack/cli-cm-import': ~1.21.1 '@contentstack/cli-command': ~1.5.0 '@contentstack/cli-utilities': ~1.11.0 '@contentstack/management': ~1.20.2 @@ -2002,11 +2002,11 @@ packages: engines: {node: '>=0.1.90'} dev: false - /@contentstack/cli-command/1.4.0_debug@4.4.0: - resolution: {integrity: sha512-hlWDSBpuiv/lQpMAifyDWT7O0x0HPQol+x/noAP5B2NY4EFKUMznPd7/ixydawaULlv92WBih3nIxuPNYazqnA==} + /@contentstack/cli-command/1.5.0_debug@4.4.0: + resolution: {integrity: sha512-h58YkIgUj3VL9clUB7xpToyjmxRVCRuD/yfoDvzm/ODWD/ooEq5ScCx5meBeM1m2jU/qDrDl95FE0ideseecwQ==} engines: {node: '>=14.0.0'} dependencies: - '@contentstack/cli-utilities': 1.10.0_debug@4.4.0 + '@contentstack/cli-utilities': 1.11.0_debug@4.4.0 contentstack: 3.25.2 transitivePeerDependencies: - '@jest/globals' @@ -2020,8 +2020,8 @@ packages: hasBin: true dependencies: '@apollo/client': 3.13.7_graphql@16.10.0 - '@contentstack/cli-command': 1.4.0_debug@4.4.0 - '@contentstack/cli-utilities': 1.10.0_debug@4.4.0 + '@contentstack/cli-command': 1.5.0_debug@4.4.0 + '@contentstack/cli-utilities': 1.11.0_debug@4.4.0 '@oclif/core': 4.2.10 '@oclif/plugin-help': 6.2.27 '@oclif/plugin-plugins': 5.4.36 @@ -2058,10 +2058,10 @@ packages: - typescript dev: false - /@contentstack/cli-utilities/1.10.0_debug@4.4.0: - resolution: {integrity: sha512-RzG3eHEaBCb/5AklM1HL0jv5cOXiXN6mZbjt8nKpMB2eW3p0SVms3VSex0T5vM1ZzGoKL1jo6RrvzfajRB++Qw==} + /@contentstack/cli-utilities/1.11.0_debug@4.4.0: + resolution: {integrity: sha512-vU/AsrIaautS8DA8PVa2VnYHfYpNN98X+v5YoXQhmTDJANPCbYZxVw91G57cjhyYNPv8FMtP5/Z7YaAWM3XzhA==} dependencies: - '@contentstack/management': 1.18.4_debug@4.4.0 + '@contentstack/management': 1.20.2_debug@4.4.0 '@contentstack/marketplace-sdk': 1.2.6_debug@4.4.0 '@oclif/core': 4.2.10 axios: 1.8.4_debug@4.4.0 @@ -2111,18 +2111,6 @@ packages: uuid: 8.3.2 dev: false - /@contentstack/management/1.18.4_debug@4.4.0: - resolution: {integrity: sha512-EfdshNUq0s20qKdLa4NlB/nPdl5TnEObQ6jOdSfCpJr1g+4120Rv+YTuCbFRK05dYwcpg0WE6YIhaF5indhzVQ==} - engines: {node: '>=8.0.0'} - dependencies: - axios: 1.8.4_debug@4.4.0 - form-data: 3.0.3 - lodash: 4.17.21 - qs: 6.14.0 - transitivePeerDependencies: - - debug - dev: false - /@contentstack/management/1.20.2: resolution: {integrity: sha512-0FklTycDMsfc+4hzoHc9HEuR0AOU1a/jAxGgWiQSaMICPQeNbPaCVAvhJffTTdwG6wP41fpyNqT/UJ2yGDUCZA==} engines: {node: '>=8.0.0'} @@ -2188,25 +2176,25 @@ packages: kuler: 2.0.0 dev: false - /@emnapi/core/1.4.1: - resolution: {integrity: sha512-4JFstCTaToCFrPqrGzgkF8N2NHjtsaY4uRh6brZQ5L9e4wbMieX8oDT8N7qfVFTQecHFEtkj4ve49VIZ3mKVqw==} + /@emnapi/core/1.4.3: + resolution: {integrity: sha512-4m62DuCE07lw01soJwPiBGC0nAww0Q+RY70VZ+n49yDIO13yyinhbWCeNnaob0lakDtWQzSdtNWzJeOJt2ma+g==} requiresBuild: true dependencies: - '@emnapi/wasi-threads': 1.0.1 + '@emnapi/wasi-threads': 1.0.2 tslib: 2.8.1 dev: true optional: true - /@emnapi/runtime/1.4.1: - resolution: {integrity: sha512-LMshMVP0ZhACNjQNYXiU1iZJ6QCcv0lUdPDPugqGvCGXt5xtRVBPdtA0qU12pEXZzpWAhWlZYptfdAFq10DOVQ==} + /@emnapi/runtime/1.4.3: + resolution: {integrity: sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==} requiresBuild: true dependencies: tslib: 2.8.1 dev: true optional: true - /@emnapi/wasi-threads/1.0.1: - resolution: {integrity: sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==} + /@emnapi/wasi-threads/1.0.2: + resolution: {integrity: sha512-5n3nTJblwRi8LlXkJ9eBzu+kZR8Yxcc7ubakyQTFzPMtIhFpUBRbsnc2Dv88IZDIbCDlBiWrknhB4Lsz7mg6BA==} requiresBuild: true dependencies: tslib: 2.8.1 @@ -3366,12 +3354,12 @@ packages: lodash: 4.17.21 dev: true - /@napi-rs/wasm-runtime/0.2.8: - resolution: {integrity: sha512-OBlgKdX7gin7OIq4fadsjpg+cp2ZphvAIKucHsNfTdJiqdOmOEwQd/bHi0VwNrcw5xpBJyUw6cK/QilCqy1BSg==} + /@napi-rs/wasm-runtime/0.2.9: + resolution: {integrity: sha512-OKRBiajrrxB9ATokgEQoG87Z25c67pCpYcCwmXYX8PBftC9pBfN18gnm/fh1wurSLEKIAt+QRFLFCQISrb66Jg==} requiresBuild: true dependencies: - '@emnapi/core': 1.4.1 - '@emnapi/runtime': 1.4.1 + '@emnapi/core': 1.4.3 + '@emnapi/runtime': 1.4.3 '@tybys/wasm-util': 0.9.0 dev: true optional: true @@ -4349,7 +4337,7 @@ packages: peerDependencies: eslint: '>=8.40.0' dependencies: - '@typescript-eslint/utils': 8.29.1_avq3eyf5kaj6ssrwo7fvkrwnji + '@typescript-eslint/utils': 8.30.1_avq3eyf5kaj6ssrwo7fvkrwnji eslint: 8.57.1 eslint-visitor-keys: 4.2.0 espree: 10.3.0 @@ -4366,7 +4354,7 @@ packages: peerDependencies: eslint: '>=8.40.0' dependencies: - '@typescript-eslint/utils': 8.29.1_eslint@7.32.0 + '@typescript-eslint/utils': 8.30.1_eslint@7.32.0 eslint: 7.32.0 eslint-visitor-keys: 4.2.0 espree: 10.3.0 @@ -4383,7 +4371,7 @@ packages: peerDependencies: eslint: '>=8.40.0' dependencies: - '@typescript-eslint/utils': 8.29.1_eslint@8.57.1 + '@typescript-eslint/utils': 8.30.1_eslint@8.57.1 eslint: 8.57.1 eslint-visitor-keys: 4.2.0 espree: 10.3.0 @@ -4400,7 +4388,7 @@ packages: peerDependencies: eslint: '>=8.40.0' dependencies: - '@typescript-eslint/utils': 8.29.1_hzt6xcfnpp4qecssyxfdrtmoeu + '@typescript-eslint/utils': 8.30.1_hzt6xcfnpp4qecssyxfdrtmoeu eslint: 8.57.1 eslint-visitor-keys: 4.2.0 espree: 10.3.0 @@ -4417,7 +4405,7 @@ packages: peerDependencies: eslint: '>=8.40.0' dependencies: - '@typescript-eslint/utils': 8.29.1_avq3eyf5kaj6ssrwo7fvkrwnji + '@typescript-eslint/utils': 8.30.1_avq3eyf5kaj6ssrwo7fvkrwnji eslint: 8.57.1 eslint-visitor-keys: 4.2.0 espree: 10.3.0 @@ -4434,7 +4422,7 @@ packages: peerDependencies: eslint: '>=8.40.0' dependencies: - '@typescript-eslint/utils': 8.29.1_eslint@7.32.0 + '@typescript-eslint/utils': 8.30.1_eslint@7.32.0 eslint: 7.32.0 eslint-visitor-keys: 4.2.0 espree: 10.3.0 @@ -4451,7 +4439,7 @@ packages: peerDependencies: eslint: '>=8.40.0' dependencies: - '@typescript-eslint/utils': 8.29.1_eslint@8.57.1 + '@typescript-eslint/utils': 8.30.1_eslint@8.57.1 eslint: 8.57.1 eslint-visitor-keys: 4.2.0 espree: 10.3.0 @@ -4468,7 +4456,7 @@ packages: peerDependencies: eslint: '>=8.40.0' dependencies: - '@typescript-eslint/utils': 8.29.1_hzt6xcfnpp4qecssyxfdrtmoeu + '@typescript-eslint/utils': 8.30.1_hzt6xcfnpp4qecssyxfdrtmoeu eslint: 8.57.1 eslint-visitor-keys: 4.2.0 espree: 10.3.0 @@ -4919,8 +4907,8 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin/8.29.1_464t3epfhoop6fa2zafnfpmc74: - resolution: {integrity: sha512-ba0rr4Wfvg23vERs3eB+P3lfj2E+2g3lhWcCVukUuhtcdUx5lSIFZlGFEBHKr+3zizDa/TvZTptdNHVZWAkSBg==} + /@typescript-eslint/eslint-plugin/8.30.1_2qy2iuxnetiqxqyreaunqkhhry: + resolution: {integrity: sha512-v+VWphxMjn+1t48/jO4t950D6KR8JaJuNXzi33Ve6P8sEmPr5k6CEXjdGwT6+LodVnEa91EQCtwjWNUCPweo+Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 @@ -4928,22 +4916,23 @@ packages: typescript: '>=4.8.4 <5.9.0' dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.29.1_eslint@7.32.0 - '@typescript-eslint/scope-manager': 8.29.1 - '@typescript-eslint/type-utils': 8.29.1_eslint@7.32.0 - '@typescript-eslint/utils': 8.29.1_eslint@7.32.0 - '@typescript-eslint/visitor-keys': 8.29.1 - eslint: 7.32.0 + '@typescript-eslint/parser': 8.30.1_hzt6xcfnpp4qecssyxfdrtmoeu + '@typescript-eslint/scope-manager': 8.30.1 + '@typescript-eslint/type-utils': 8.30.1_hzt6xcfnpp4qecssyxfdrtmoeu + '@typescript-eslint/utils': 8.30.1_hzt6xcfnpp4qecssyxfdrtmoeu + '@typescript-eslint/visitor-keys': 8.30.1 + eslint: 8.57.1 graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 - ts-api-utils: 2.1.0 + ts-api-utils: 2.1.0_typescript@5.8.3 + typescript: 5.8.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/eslint-plugin/8.29.1_cx6vwzjazou472aeyezsdprfxe: - resolution: {integrity: sha512-ba0rr4Wfvg23vERs3eB+P3lfj2E+2g3lhWcCVukUuhtcdUx5lSIFZlGFEBHKr+3zizDa/TvZTptdNHVZWAkSBg==} + /@typescript-eslint/eslint-plugin/8.30.1_fne7eq5uccfkoglt7yucw5ohka: + resolution: {integrity: sha512-v+VWphxMjn+1t48/jO4t950D6KR8JaJuNXzi33Ve6P8sEmPr5k6CEXjdGwT6+LodVnEa91EQCtwjWNUCPweo+Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 @@ -4951,23 +4940,22 @@ packages: typescript: '>=4.8.4 <5.9.0' dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.29.1_avq3eyf5kaj6ssrwo7fvkrwnji - '@typescript-eslint/scope-manager': 8.29.1 - '@typescript-eslint/type-utils': 8.29.1_avq3eyf5kaj6ssrwo7fvkrwnji - '@typescript-eslint/utils': 8.29.1_avq3eyf5kaj6ssrwo7fvkrwnji - '@typescript-eslint/visitor-keys': 8.29.1 - eslint: 8.57.1 + '@typescript-eslint/parser': 8.30.1_eslint@7.32.0 + '@typescript-eslint/scope-manager': 8.30.1 + '@typescript-eslint/type-utils': 8.30.1_eslint@7.32.0 + '@typescript-eslint/utils': 8.30.1_eslint@7.32.0 + '@typescript-eslint/visitor-keys': 8.30.1 + eslint: 7.32.0 graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 - ts-api-utils: 2.1.0_typescript@4.9.5 - typescript: 4.9.5 + ts-api-utils: 2.1.0 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/eslint-plugin/8.29.1_h4vlqm6mvaspbl2qarlgili3cq: - resolution: {integrity: sha512-ba0rr4Wfvg23vERs3eB+P3lfj2E+2g3lhWcCVukUuhtcdUx5lSIFZlGFEBHKr+3zizDa/TvZTptdNHVZWAkSBg==} + /@typescript-eslint/eslint-plugin/8.30.1_ii4xldvsclmue4svjfgxn4ddcy: + resolution: {integrity: sha512-v+VWphxMjn+1t48/jO4t950D6KR8JaJuNXzi33Ve6P8sEmPr5k6CEXjdGwT6+LodVnEa91EQCtwjWNUCPweo+Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 @@ -4975,23 +4963,23 @@ packages: typescript: '>=4.8.4 <5.9.0' dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.29.1_hzt6xcfnpp4qecssyxfdrtmoeu - '@typescript-eslint/scope-manager': 8.29.1 - '@typescript-eslint/type-utils': 8.29.1_hzt6xcfnpp4qecssyxfdrtmoeu - '@typescript-eslint/utils': 8.29.1_hzt6xcfnpp4qecssyxfdrtmoeu - '@typescript-eslint/visitor-keys': 8.29.1 + '@typescript-eslint/parser': 8.30.1_avq3eyf5kaj6ssrwo7fvkrwnji + '@typescript-eslint/scope-manager': 8.30.1 + '@typescript-eslint/type-utils': 8.30.1_avq3eyf5kaj6ssrwo7fvkrwnji + '@typescript-eslint/utils': 8.30.1_avq3eyf5kaj6ssrwo7fvkrwnji + '@typescript-eslint/visitor-keys': 8.30.1 eslint: 8.57.1 graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 - ts-api-utils: 2.1.0_typescript@5.8.3 - typescript: 5.8.3 + ts-api-utils: 2.1.0_typescript@4.9.5 + typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/eslint-plugin/8.29.1_utzftp5p5nrczkxx6fseldflmm: - resolution: {integrity: sha512-ba0rr4Wfvg23vERs3eB+P3lfj2E+2g3lhWcCVukUuhtcdUx5lSIFZlGFEBHKr+3zizDa/TvZTptdNHVZWAkSBg==} + /@typescript-eslint/eslint-plugin/8.30.1_u4omlcql6etkrwhpd55zblfpxq: + resolution: {integrity: sha512-v+VWphxMjn+1t48/jO4t950D6KR8JaJuNXzi33Ve6P8sEmPr5k6CEXjdGwT6+LodVnEa91EQCtwjWNUCPweo+Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 @@ -4999,11 +4987,11 @@ packages: typescript: '>=4.8.4 <5.9.0' dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.29.1_eslint@8.57.1 - '@typescript-eslint/scope-manager': 8.29.1 - '@typescript-eslint/type-utils': 8.29.1_eslint@8.57.1 - '@typescript-eslint/utils': 8.29.1_eslint@8.57.1 - '@typescript-eslint/visitor-keys': 8.29.1 + '@typescript-eslint/parser': 8.30.1_eslint@8.57.1 + '@typescript-eslint/scope-manager': 8.30.1 + '@typescript-eslint/type-utils': 8.30.1_eslint@8.57.1 + '@typescript-eslint/utils': 8.30.1_eslint@8.57.1 + '@typescript-eslint/visitor-keys': 8.30.1 eslint: 8.57.1 graphemer: 1.4.0 ignore: 5.3.2 @@ -5055,17 +5043,17 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/8.29.1_avq3eyf5kaj6ssrwo7fvkrwnji: - resolution: {integrity: sha512-zczrHVEqEaTwh12gWBIJWj8nx+ayDcCJs06yoNMY0kwjMWDM6+kppljY+BxWI06d2Ja+h4+WdufDcwMnnMEWmg==} + /@typescript-eslint/parser/8.30.1_avq3eyf5kaj6ssrwo7fvkrwnji: + resolution: {integrity: sha512-H+vqmWwT5xoNrXqWs/fesmssOW70gxFlgcMlYcBaWNPIEWDgLa4W9nkSPmhuOgLnXq9QYgkZ31fhDyLhleCsAg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' dependencies: - '@typescript-eslint/scope-manager': 8.29.1 - '@typescript-eslint/types': 8.29.1 - '@typescript-eslint/typescript-estree': 8.29.1_typescript@4.9.5 - '@typescript-eslint/visitor-keys': 8.29.1 + '@typescript-eslint/scope-manager': 8.30.1 + '@typescript-eslint/types': 8.30.1 + '@typescript-eslint/typescript-estree': 8.30.1_typescript@4.9.5 + '@typescript-eslint/visitor-keys': 8.30.1 debug: 4.4.0 eslint: 8.57.1 typescript: 4.9.5 @@ -5073,51 +5061,51 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/8.29.1_eslint@7.32.0: - resolution: {integrity: sha512-zczrHVEqEaTwh12gWBIJWj8nx+ayDcCJs06yoNMY0kwjMWDM6+kppljY+BxWI06d2Ja+h4+WdufDcwMnnMEWmg==} + /@typescript-eslint/parser/8.30.1_eslint@7.32.0: + resolution: {integrity: sha512-H+vqmWwT5xoNrXqWs/fesmssOW70gxFlgcMlYcBaWNPIEWDgLa4W9nkSPmhuOgLnXq9QYgkZ31fhDyLhleCsAg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' dependencies: - '@typescript-eslint/scope-manager': 8.29.1 - '@typescript-eslint/types': 8.29.1 - '@typescript-eslint/typescript-estree': 8.29.1 - '@typescript-eslint/visitor-keys': 8.29.1 + '@typescript-eslint/scope-manager': 8.30.1 + '@typescript-eslint/types': 8.30.1 + '@typescript-eslint/typescript-estree': 8.30.1 + '@typescript-eslint/visitor-keys': 8.30.1 debug: 4.4.0 eslint: 7.32.0 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/8.29.1_eslint@8.57.1: - resolution: {integrity: sha512-zczrHVEqEaTwh12gWBIJWj8nx+ayDcCJs06yoNMY0kwjMWDM6+kppljY+BxWI06d2Ja+h4+WdufDcwMnnMEWmg==} + /@typescript-eslint/parser/8.30.1_eslint@8.57.1: + resolution: {integrity: sha512-H+vqmWwT5xoNrXqWs/fesmssOW70gxFlgcMlYcBaWNPIEWDgLa4W9nkSPmhuOgLnXq9QYgkZ31fhDyLhleCsAg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' dependencies: - '@typescript-eslint/scope-manager': 8.29.1 - '@typescript-eslint/types': 8.29.1 - '@typescript-eslint/typescript-estree': 8.29.1 - '@typescript-eslint/visitor-keys': 8.29.1 + '@typescript-eslint/scope-manager': 8.30.1 + '@typescript-eslint/types': 8.30.1 + '@typescript-eslint/typescript-estree': 8.30.1 + '@typescript-eslint/visitor-keys': 8.30.1 debug: 4.4.0 eslint: 8.57.1 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/8.29.1_hzt6xcfnpp4qecssyxfdrtmoeu: - resolution: {integrity: sha512-zczrHVEqEaTwh12gWBIJWj8nx+ayDcCJs06yoNMY0kwjMWDM6+kppljY+BxWI06d2Ja+h4+WdufDcwMnnMEWmg==} + /@typescript-eslint/parser/8.30.1_hzt6xcfnpp4qecssyxfdrtmoeu: + resolution: {integrity: sha512-H+vqmWwT5xoNrXqWs/fesmssOW70gxFlgcMlYcBaWNPIEWDgLa4W9nkSPmhuOgLnXq9QYgkZ31fhDyLhleCsAg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' dependencies: - '@typescript-eslint/scope-manager': 8.29.1 - '@typescript-eslint/types': 8.29.1 - '@typescript-eslint/typescript-estree': 8.29.1_typescript@5.8.3 - '@typescript-eslint/visitor-keys': 8.29.1 + '@typescript-eslint/scope-manager': 8.30.1 + '@typescript-eslint/types': 8.30.1 + '@typescript-eslint/typescript-estree': 8.30.1_typescript@5.8.3 + '@typescript-eslint/visitor-keys': 8.30.1 debug: 4.4.0 eslint: 8.57.1 typescript: 5.8.3 @@ -5149,12 +5137,12 @@ packages: '@typescript-eslint/visitor-keys': 7.18.0 dev: true - /@typescript-eslint/scope-manager/8.29.1: - resolution: {integrity: sha512-2nggXGX5F3YrsGN08pw4XpMLO1Rgtnn4AzTegC2MDesv6q3QaTU5yU7IbS1tf1IwCR0Hv/1EFygLn9ms6LIpDA==} + /@typescript-eslint/scope-manager/8.30.1: + resolution: {integrity: sha512-+C0B6ChFXZkuaNDl73FJxRYT0G7ufVPOSQkqkpM/U198wUwUFOtgo1k/QzFh1KjpBitaK7R1tgjVz6o9HmsRPg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dependencies: - '@typescript-eslint/types': 8.29.1 - '@typescript-eslint/visitor-keys': 8.29.1 + '@typescript-eslint/types': 8.30.1 + '@typescript-eslint/visitor-keys': 8.30.1 dev: true /@typescript-eslint/type-utils/5.62.0_avq3eyf5kaj6ssrwo7fvkrwnji: @@ -5217,15 +5205,15 @@ packages: - supports-color dev: true - /@typescript-eslint/type-utils/8.29.1_avq3eyf5kaj6ssrwo7fvkrwnji: - resolution: {integrity: sha512-DkDUSDwZVCYN71xA4wzySqqcZsHKic53A4BLqmrWFFpOpNSoxX233lwGu/2135ymTCR04PoKiEEEvN1gFYg4Tw==} + /@typescript-eslint/type-utils/8.30.1_avq3eyf5kaj6ssrwo7fvkrwnji: + resolution: {integrity: sha512-64uBF76bfQiJyHgZISC7vcNz3adqQKIccVoKubyQcOnNcdJBvYOILV1v22Qhsw3tw3VQu5ll8ND6hycgAR5fEA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' dependencies: - '@typescript-eslint/typescript-estree': 8.29.1_typescript@4.9.5 - '@typescript-eslint/utils': 8.29.1_avq3eyf5kaj6ssrwo7fvkrwnji + '@typescript-eslint/typescript-estree': 8.30.1_typescript@4.9.5 + '@typescript-eslint/utils': 8.30.1_avq3eyf5kaj6ssrwo7fvkrwnji debug: 4.4.0 eslint: 8.57.1 ts-api-utils: 2.1.0_typescript@4.9.5 @@ -5234,15 +5222,15 @@ packages: - supports-color dev: true - /@typescript-eslint/type-utils/8.29.1_eslint@7.32.0: - resolution: {integrity: sha512-DkDUSDwZVCYN71xA4wzySqqcZsHKic53A4BLqmrWFFpOpNSoxX233lwGu/2135ymTCR04PoKiEEEvN1gFYg4Tw==} + /@typescript-eslint/type-utils/8.30.1_eslint@7.32.0: + resolution: {integrity: sha512-64uBF76bfQiJyHgZISC7vcNz3adqQKIccVoKubyQcOnNcdJBvYOILV1v22Qhsw3tw3VQu5ll8ND6hycgAR5fEA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' dependencies: - '@typescript-eslint/typescript-estree': 8.29.1 - '@typescript-eslint/utils': 8.29.1_eslint@7.32.0 + '@typescript-eslint/typescript-estree': 8.30.1 + '@typescript-eslint/utils': 8.30.1_eslint@7.32.0 debug: 4.4.0 eslint: 7.32.0 ts-api-utils: 2.1.0 @@ -5250,15 +5238,15 @@ packages: - supports-color dev: true - /@typescript-eslint/type-utils/8.29.1_eslint@8.57.1: - resolution: {integrity: sha512-DkDUSDwZVCYN71xA4wzySqqcZsHKic53A4BLqmrWFFpOpNSoxX233lwGu/2135ymTCR04PoKiEEEvN1gFYg4Tw==} + /@typescript-eslint/type-utils/8.30.1_eslint@8.57.1: + resolution: {integrity: sha512-64uBF76bfQiJyHgZISC7vcNz3adqQKIccVoKubyQcOnNcdJBvYOILV1v22Qhsw3tw3VQu5ll8ND6hycgAR5fEA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' dependencies: - '@typescript-eslint/typescript-estree': 8.29.1 - '@typescript-eslint/utils': 8.29.1_eslint@8.57.1 + '@typescript-eslint/typescript-estree': 8.30.1 + '@typescript-eslint/utils': 8.30.1_eslint@8.57.1 debug: 4.4.0 eslint: 8.57.1 ts-api-utils: 2.1.0 @@ -5266,15 +5254,15 @@ packages: - supports-color dev: true - /@typescript-eslint/type-utils/8.29.1_hzt6xcfnpp4qecssyxfdrtmoeu: - resolution: {integrity: sha512-DkDUSDwZVCYN71xA4wzySqqcZsHKic53A4BLqmrWFFpOpNSoxX233lwGu/2135ymTCR04PoKiEEEvN1gFYg4Tw==} + /@typescript-eslint/type-utils/8.30.1_hzt6xcfnpp4qecssyxfdrtmoeu: + resolution: {integrity: sha512-64uBF76bfQiJyHgZISC7vcNz3adqQKIccVoKubyQcOnNcdJBvYOILV1v22Qhsw3tw3VQu5ll8ND6hycgAR5fEA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' dependencies: - '@typescript-eslint/typescript-estree': 8.29.1_typescript@5.8.3 - '@typescript-eslint/utils': 8.29.1_hzt6xcfnpp4qecssyxfdrtmoeu + '@typescript-eslint/typescript-estree': 8.30.1_typescript@5.8.3 + '@typescript-eslint/utils': 8.30.1_hzt6xcfnpp4qecssyxfdrtmoeu debug: 4.4.0 eslint: 8.57.1 ts-api-utils: 2.1.0_typescript@5.8.3 @@ -5298,8 +5286,8 @@ packages: engines: {node: ^18.18.0 || >=20.0.0} dev: true - /@typescript-eslint/types/8.29.1: - resolution: {integrity: sha512-VT7T1PuJF1hpYC3AGm2rCgJBjHL3nc+A/bhOp9sGMKfi5v0WufsX/sHCFBfNTx2F+zA6qBc/PD0/kLRLjdt8mQ==} + /@typescript-eslint/types/8.30.1: + resolution: {integrity: sha512-81KawPfkuulyWo5QdyG/LOKbspyyiW+p4vpn4bYO7DM/hZImlVnFwrpCTnmNMOt8CvLRr5ojI9nU1Ekpw4RcEw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dev: true @@ -5412,14 +5400,14 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree/8.29.1: - resolution: {integrity: sha512-l1enRoSaUkQxOQnbi0KPUtqeZkSiFlqrx9/3ns2rEDhGKfTa+88RmXqedC1zmVTOWrLc2e6DEJrTA51C9iLH5g==} + /@typescript-eslint/typescript-estree/8.30.1: + resolution: {integrity: sha512-kQQnxymiUy9tTb1F2uep9W6aBiYODgq5EMSk6Nxh4Z+BDUoYUSa029ISs5zTzKBFnexQEh71KqwjKnRz58lusQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <5.9.0' dependencies: - '@typescript-eslint/types': 8.29.1 - '@typescript-eslint/visitor-keys': 8.29.1 + '@typescript-eslint/types': 8.30.1 + '@typescript-eslint/visitor-keys': 8.30.1 debug: 4.4.0 fast-glob: 3.3.3 is-glob: 4.0.3 @@ -5430,14 +5418,14 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree/8.29.1_typescript@4.9.5: - resolution: {integrity: sha512-l1enRoSaUkQxOQnbi0KPUtqeZkSiFlqrx9/3ns2rEDhGKfTa+88RmXqedC1zmVTOWrLc2e6DEJrTA51C9iLH5g==} + /@typescript-eslint/typescript-estree/8.30.1_typescript@4.9.5: + resolution: {integrity: sha512-kQQnxymiUy9tTb1F2uep9W6aBiYODgq5EMSk6Nxh4Z+BDUoYUSa029ISs5zTzKBFnexQEh71KqwjKnRz58lusQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <5.9.0' dependencies: - '@typescript-eslint/types': 8.29.1 - '@typescript-eslint/visitor-keys': 8.29.1 + '@typescript-eslint/types': 8.30.1 + '@typescript-eslint/visitor-keys': 8.30.1 debug: 4.4.0 fast-glob: 3.3.3 is-glob: 4.0.3 @@ -5449,14 +5437,14 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree/8.29.1_typescript@5.8.3: - resolution: {integrity: sha512-l1enRoSaUkQxOQnbi0KPUtqeZkSiFlqrx9/3ns2rEDhGKfTa+88RmXqedC1zmVTOWrLc2e6DEJrTA51C9iLH5g==} + /@typescript-eslint/typescript-estree/8.30.1_typescript@5.8.3: + resolution: {integrity: sha512-kQQnxymiUy9tTb1F2uep9W6aBiYODgq5EMSk6Nxh4Z+BDUoYUSa029ISs5zTzKBFnexQEh71KqwjKnRz58lusQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <5.9.0' dependencies: - '@typescript-eslint/types': 8.29.1 - '@typescript-eslint/visitor-keys': 8.29.1 + '@typescript-eslint/types': 8.30.1 + '@typescript-eslint/visitor-keys': 8.30.1 debug: 4.4.0 fast-glob: 3.3.3 is-glob: 4.0.3 @@ -5558,66 +5546,66 @@ packages: - typescript dev: true - /@typescript-eslint/utils/8.29.1_avq3eyf5kaj6ssrwo7fvkrwnji: - resolution: {integrity: sha512-QAkFEbytSaB8wnmB+DflhUPz6CLbFWE2SnSCrRMEa+KnXIzDYbpsn++1HGvnfAsUY44doDXmvRkO5shlM/3UfA==} + /@typescript-eslint/utils/8.30.1_avq3eyf5kaj6ssrwo7fvkrwnji: + resolution: {integrity: sha512-T/8q4R9En2tcEsWPQgB5BQ0XJVOtfARcUvOa8yJP3fh9M/mXraLxZrkCfGb6ChrO/V3W+Xbd04RacUEqk1CFEQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' dependencies: '@eslint-community/eslint-utils': 4.6.0_eslint@8.57.1 - '@typescript-eslint/scope-manager': 8.29.1 - '@typescript-eslint/types': 8.29.1 - '@typescript-eslint/typescript-estree': 8.29.1_typescript@4.9.5 + '@typescript-eslint/scope-manager': 8.30.1 + '@typescript-eslint/types': 8.30.1 + '@typescript-eslint/typescript-estree': 8.30.1_typescript@4.9.5 eslint: 8.57.1 typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/8.29.1_eslint@7.32.0: - resolution: {integrity: sha512-QAkFEbytSaB8wnmB+DflhUPz6CLbFWE2SnSCrRMEa+KnXIzDYbpsn++1HGvnfAsUY44doDXmvRkO5shlM/3UfA==} + /@typescript-eslint/utils/8.30.1_eslint@7.32.0: + resolution: {integrity: sha512-T/8q4R9En2tcEsWPQgB5BQ0XJVOtfARcUvOa8yJP3fh9M/mXraLxZrkCfGb6ChrO/V3W+Xbd04RacUEqk1CFEQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' dependencies: '@eslint-community/eslint-utils': 4.6.0_eslint@7.32.0 - '@typescript-eslint/scope-manager': 8.29.1 - '@typescript-eslint/types': 8.29.1 - '@typescript-eslint/typescript-estree': 8.29.1 + '@typescript-eslint/scope-manager': 8.30.1 + '@typescript-eslint/types': 8.30.1 + '@typescript-eslint/typescript-estree': 8.30.1 eslint: 7.32.0 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/8.29.1_eslint@8.57.1: - resolution: {integrity: sha512-QAkFEbytSaB8wnmB+DflhUPz6CLbFWE2SnSCrRMEa+KnXIzDYbpsn++1HGvnfAsUY44doDXmvRkO5shlM/3UfA==} + /@typescript-eslint/utils/8.30.1_eslint@8.57.1: + resolution: {integrity: sha512-T/8q4R9En2tcEsWPQgB5BQ0XJVOtfARcUvOa8yJP3fh9M/mXraLxZrkCfGb6ChrO/V3W+Xbd04RacUEqk1CFEQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' dependencies: '@eslint-community/eslint-utils': 4.6.0_eslint@8.57.1 - '@typescript-eslint/scope-manager': 8.29.1 - '@typescript-eslint/types': 8.29.1 - '@typescript-eslint/typescript-estree': 8.29.1 + '@typescript-eslint/scope-manager': 8.30.1 + '@typescript-eslint/types': 8.30.1 + '@typescript-eslint/typescript-estree': 8.30.1 eslint: 8.57.1 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/8.29.1_hzt6xcfnpp4qecssyxfdrtmoeu: - resolution: {integrity: sha512-QAkFEbytSaB8wnmB+DflhUPz6CLbFWE2SnSCrRMEa+KnXIzDYbpsn++1HGvnfAsUY44doDXmvRkO5shlM/3UfA==} + /@typescript-eslint/utils/8.30.1_hzt6xcfnpp4qecssyxfdrtmoeu: + resolution: {integrity: sha512-T/8q4R9En2tcEsWPQgB5BQ0XJVOtfARcUvOa8yJP3fh9M/mXraLxZrkCfGb6ChrO/V3W+Xbd04RacUEqk1CFEQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' dependencies: '@eslint-community/eslint-utils': 4.6.0_eslint@8.57.1 - '@typescript-eslint/scope-manager': 8.29.1 - '@typescript-eslint/types': 8.29.1 - '@typescript-eslint/typescript-estree': 8.29.1_typescript@5.8.3 + '@typescript-eslint/scope-manager': 8.30.1 + '@typescript-eslint/types': 8.30.1 + '@typescript-eslint/typescript-estree': 8.30.1_typescript@5.8.3 eslint: 8.57.1 typescript: 5.8.3 transitivePeerDependencies: @@ -5648,11 +5636,11 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@typescript-eslint/visitor-keys/8.29.1: - resolution: {integrity: sha512-RGLh5CRaUEf02viP5c1Vh1cMGffQscyHe7HPAzGpfmfflFg1wUz2rYxd+OZqwpeypYvZ8UxSxuIpF++fmOzEcg==} + /@typescript-eslint/visitor-keys/8.30.1: + resolution: {integrity: sha512-aEhgas7aJ6vZnNFC7K4/vMGDGyOiqWcYZPpIWrTKuTAlsvDNKy2GFDqh9smL+iq069ZvR0YzEeq0B8NJlLzjFA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dependencies: - '@typescript-eslint/types': 8.29.1 + '@typescript-eslint/types': 8.30.1 eslint-visitor-keys: 4.2.0 dev: true @@ -5762,7 +5750,7 @@ packages: cpu: [wasm32] requiresBuild: true dependencies: - '@napi-rs/wasm-runtime': 0.2.8 + '@napi-rs/wasm-runtime': 0.2.9 dev: true optional: true @@ -6417,8 +6405,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001713 - electron-to-chromium: 1.5.136 + caniuse-lite: 1.0.30001714 + electron-to-chromium: 1.5.137 node-releases: 2.0.19 update-browserslist-db: 1.1.3_browserslist@4.24.4 dev: true @@ -6549,8 +6537,8 @@ packages: engines: {node: '>=10'} dev: true - /caniuse-lite/1.0.30001713: - resolution: {integrity: sha512-wCIWIg+A4Xr7NfhTuHdX+/FKh3+Op3LBbSp2N5Pfx6T/LhdQy3GTyoTg48BReaW/MyMNZAkTadsBtai3ldWK0Q==} + /caniuse-lite/1.0.30001714: + resolution: {integrity: sha512-mtgapdwDLSSBnCI3JokHM7oEQBLxiJKVRtg10AxM1AyeiKcM96f0Mkbqeq+1AbiCtvMcHRulAAEMu693JrSWqg==} dev: true /capital-case/1.0.4: @@ -7435,8 +7423,8 @@ packages: dependencies: jake: 10.9.2 - /electron-to-chromium/1.5.136: - resolution: {integrity: sha512-kL4+wUTD7RSA5FHx5YwWtjDnEEkIIikFgWHR4P6fqjw1PPLlqYkxeOb++wAauAssat0YClCy8Y3C5SxgSkjibQ==} + /electron-to-chromium/1.5.137: + resolution: {integrity: sha512-/QSJaU2JyIuTbbABAo/crOs+SuAZLS+fVVS10PVrIT9hrRkmZl8Hb0xPSkKRUUWHQtYzXHpQUW3Dy5hwMzGZkA==} dev: true /elegant-spinner/1.0.1: @@ -7746,19 +7734,19 @@ packages: '@eslint/eslintrc': 3.3.1 '@eslint/js': 9.24.0 '@stylistic/eslint-plugin': 3.1.0_avq3eyf5kaj6ssrwo7fvkrwnji - '@typescript-eslint/eslint-plugin': 8.29.1_cx6vwzjazou472aeyezsdprfxe - '@typescript-eslint/parser': 8.29.1_avq3eyf5kaj6ssrwo7fvkrwnji + '@typescript-eslint/eslint-plugin': 8.30.1_ii4xldvsclmue4svjfgxn4ddcy + '@typescript-eslint/parser': 8.30.1_avq3eyf5kaj6ssrwo7fvkrwnji eslint-config-oclif: 5.2.2_eslint@8.57.1 eslint-config-xo: 0.46.0_avq3eyf5kaj6ssrwo7fvkrwnji eslint-config-xo-space: 0.35.0_eslint@8.57.1 eslint-import-resolver-typescript: 3.10.0_yao3fyb5xpoxzololp2ktdwawu - eslint-plugin-import: 2.31.0_phidnsjbekabzhg5zaqlksykjq + eslint-plugin-import: 2.31.0_py5kdqot7xdoyzabara6sf3lse eslint-plugin-jsdoc: 50.6.9_eslint@8.57.1 eslint-plugin-mocha: 10.5.0_eslint@8.57.1 eslint-plugin-n: 17.17.0_eslint@8.57.1 eslint-plugin-perfectionist: 4.11.0_avq3eyf5kaj6ssrwo7fvkrwnji eslint-plugin-unicorn: 56.0.1_eslint@8.57.1 - typescript-eslint: 8.29.1_avq3eyf5kaj6ssrwo7fvkrwnji + typescript-eslint: 8.30.1_avq3eyf5kaj6ssrwo7fvkrwnji transitivePeerDependencies: - eslint - eslint-import-resolver-webpack @@ -7775,19 +7763,19 @@ packages: '@eslint/eslintrc': 3.3.1 '@eslint/js': 9.24.0 '@stylistic/eslint-plugin': 3.1.0_eslint@7.32.0 - '@typescript-eslint/eslint-plugin': 8.29.1_464t3epfhoop6fa2zafnfpmc74 - '@typescript-eslint/parser': 8.29.1_eslint@7.32.0 + '@typescript-eslint/eslint-plugin': 8.30.1_fne7eq5uccfkoglt7yucw5ohka + '@typescript-eslint/parser': 8.30.1_eslint@7.32.0 eslint-config-oclif: 5.2.2_eslint@7.32.0 eslint-config-xo: 0.46.0_eslint@7.32.0 eslint-config-xo-space: 0.35.0_eslint@7.32.0 eslint-import-resolver-typescript: 3.10.0_lixxg4lvkdf443isck4h3kyyta - eslint-plugin-import: 2.31.0_vv7auugy6ngpczdxw5lshr73aa + eslint-plugin-import: 2.31.0_ktpqn5wtefdvblmab64ydimdni eslint-plugin-jsdoc: 50.6.9_eslint@7.32.0 eslint-plugin-mocha: 10.5.0_eslint@7.32.0 eslint-plugin-n: 17.17.0_eslint@7.32.0 eslint-plugin-perfectionist: 4.11.0_eslint@7.32.0 eslint-plugin-unicorn: 56.0.1_eslint@7.32.0 - typescript-eslint: 8.29.1_eslint@7.32.0 + typescript-eslint: 8.30.1_eslint@7.32.0 transitivePeerDependencies: - eslint - eslint-import-resolver-webpack @@ -7804,19 +7792,19 @@ packages: '@eslint/eslintrc': 3.3.1 '@eslint/js': 9.24.0 '@stylistic/eslint-plugin': 3.1.0_eslint@8.57.1 - '@typescript-eslint/eslint-plugin': 8.29.1_utzftp5p5nrczkxx6fseldflmm - '@typescript-eslint/parser': 8.29.1_eslint@8.57.1 + '@typescript-eslint/eslint-plugin': 8.30.1_u4omlcql6etkrwhpd55zblfpxq + '@typescript-eslint/parser': 8.30.1_eslint@8.57.1 eslint-config-oclif: 5.2.2_eslint@8.57.1 eslint-config-xo: 0.46.0_eslint@8.57.1 eslint-config-xo-space: 0.35.0_eslint@8.57.1 eslint-import-resolver-typescript: 3.10.0_yao3fyb5xpoxzololp2ktdwawu - eslint-plugin-import: 2.31.0_phidnsjbekabzhg5zaqlksykjq + eslint-plugin-import: 2.31.0_py5kdqot7xdoyzabara6sf3lse eslint-plugin-jsdoc: 50.6.9_eslint@8.57.1 eslint-plugin-mocha: 10.5.0_eslint@8.57.1 eslint-plugin-n: 17.17.0_eslint@8.57.1 eslint-plugin-perfectionist: 4.11.0_eslint@8.57.1 eslint-plugin-unicorn: 56.0.1_eslint@8.57.1 - typescript-eslint: 8.29.1_eslint@8.57.1 + typescript-eslint: 8.30.1_eslint@8.57.1 transitivePeerDependencies: - eslint - eslint-import-resolver-webpack @@ -7833,19 +7821,19 @@ packages: '@eslint/eslintrc': 3.3.1 '@eslint/js': 9.24.0 '@stylistic/eslint-plugin': 3.1.0_hzt6xcfnpp4qecssyxfdrtmoeu - '@typescript-eslint/eslint-plugin': 8.29.1_h4vlqm6mvaspbl2qarlgili3cq - '@typescript-eslint/parser': 8.29.1_hzt6xcfnpp4qecssyxfdrtmoeu + '@typescript-eslint/eslint-plugin': 8.30.1_2qy2iuxnetiqxqyreaunqkhhry + '@typescript-eslint/parser': 8.30.1_hzt6xcfnpp4qecssyxfdrtmoeu eslint-config-oclif: 5.2.2_eslint@8.57.1 eslint-config-xo: 0.46.0_hzt6xcfnpp4qecssyxfdrtmoeu eslint-config-xo-space: 0.35.0_eslint@8.57.1 eslint-import-resolver-typescript: 3.10.0_yao3fyb5xpoxzololp2ktdwawu - eslint-plugin-import: 2.31.0_phidnsjbekabzhg5zaqlksykjq + eslint-plugin-import: 2.31.0_py5kdqot7xdoyzabara6sf3lse eslint-plugin-jsdoc: 50.6.9_eslint@8.57.1 eslint-plugin-mocha: 10.5.0_eslint@8.57.1 eslint-plugin-n: 17.17.0_eslint@8.57.1 eslint-plugin-perfectionist: 4.11.0_hzt6xcfnpp4qecssyxfdrtmoeu eslint-plugin-unicorn: 56.0.1_eslint@8.57.1 - typescript-eslint: 8.29.1_hzt6xcfnpp4qecssyxfdrtmoeu + typescript-eslint: 8.30.1_hzt6xcfnpp4qecssyxfdrtmoeu transitivePeerDependencies: - eslint - eslint-import-resolver-webpack @@ -7980,7 +7968,7 @@ packages: '@nolyfill/is-core-module': 1.0.39 debug: 4.4.0 eslint: 7.32.0 - eslint-plugin-import: 2.31.0_vv7auugy6ngpczdxw5lshr73aa + eslint-plugin-import: 2.31.0_ktpqn5wtefdvblmab64ydimdni get-tsconfig: 4.10.0 is-bun-module: 2.0.0 stable-hash: 0.0.5 @@ -8006,7 +7994,7 @@ packages: '@nolyfill/is-core-module': 1.0.39 debug: 4.4.0 eslint: 8.57.1 - eslint-plugin-import: 2.31.0_phidnsjbekabzhg5zaqlksykjq + eslint-plugin-import: 2.31.0_py5kdqot7xdoyzabara6sf3lse get-tsconfig: 4.10.0 is-bun-module: 2.0.0 stable-hash: 0.0.5 @@ -8016,7 +8004,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.12.0_3fofwcbsdllce6widpiem5y5yy: + /eslint-module-utils/2.12.0_2d6vba7zxsdstl4ifeh47g3vna: resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==} engines: {node: '>=4'} peerDependencies: @@ -8037,16 +8025,16 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 8.29.1_avq3eyf5kaj6ssrwo7fvkrwnji + '@typescript-eslint/parser': 8.30.1_eslint@7.32.0 debug: 3.2.7 - eslint: 8.57.1 + eslint: 7.32.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.10.0_yao3fyb5xpoxzololp2ktdwawu + eslint-import-resolver-typescript: 3.10.0_lixxg4lvkdf443isck4h3kyyta transitivePeerDependencies: - supports-color dev: true - /eslint-module-utils/2.12.0_6mbrhocisaoffdq5utgllsaunu: + /eslint-module-utils/2.12.0_hy3gzcqvbpj5zupbiwbhnanwae: resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==} engines: {node: '>=4'} peerDependencies: @@ -8067,11 +8055,11 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 8.29.1_eslint@7.32.0 + '@typescript-eslint/parser': 8.30.1_avq3eyf5kaj6ssrwo7fvkrwnji debug: 3.2.7 - eslint: 7.32.0 + eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.10.0_lixxg4lvkdf443isck4h3kyyta + eslint-import-resolver-typescript: 3.10.0_yao3fyb5xpoxzololp2ktdwawu transitivePeerDependencies: - supports-color dev: true @@ -8152,7 +8140,7 @@ packages: regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.31.0_phidnsjbekabzhg5zaqlksykjq: + /eslint-plugin-import/2.31.0_ktpqn5wtefdvblmab64ydimdni: resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==} engines: {node: '>=4'} peerDependencies: @@ -8163,16 +8151,16 @@ packages: optional: true dependencies: '@rtsao/scc': 1.1.0 - '@typescript-eslint/parser': 8.29.1_avq3eyf5kaj6ssrwo7fvkrwnji + '@typescript-eslint/parser': 8.30.1_eslint@7.32.0 array-includes: 3.1.8 array.prototype.findlastindex: 1.2.6 array.prototype.flat: 1.3.3 array.prototype.flatmap: 1.3.3 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.57.1 + eslint: 7.32.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0_3fofwcbsdllce6widpiem5y5yy + eslint-module-utils: 2.12.0_2d6vba7zxsdstl4ifeh47g3vna hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -8189,7 +8177,7 @@ packages: - supports-color dev: true - /eslint-plugin-import/2.31.0_vl7gdyw27k5bxcoxi4uhmslmjm: + /eslint-plugin-import/2.31.0_py5kdqot7xdoyzabara6sf3lse: resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==} engines: {node: '>=4'} peerDependencies: @@ -8200,7 +8188,7 @@ packages: optional: true dependencies: '@rtsao/scc': 1.1.0 - '@typescript-eslint/parser': 6.21.0_avq3eyf5kaj6ssrwo7fvkrwnji + '@typescript-eslint/parser': 8.30.1_avq3eyf5kaj6ssrwo7fvkrwnji array-includes: 3.1.8 array.prototype.findlastindex: 1.2.6 array.prototype.flat: 1.3.3 @@ -8209,7 +8197,7 @@ packages: doctrine: 2.1.0 eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0_ic2vki6mkwyt5z3sicwtiasuba + eslint-module-utils: 2.12.0_hy3gzcqvbpj5zupbiwbhnanwae hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -8226,7 +8214,7 @@ packages: - supports-color dev: true - /eslint-plugin-import/2.31.0_vv7auugy6ngpczdxw5lshr73aa: + /eslint-plugin-import/2.31.0_vl7gdyw27k5bxcoxi4uhmslmjm: resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==} engines: {node: '>=4'} peerDependencies: @@ -8237,16 +8225,16 @@ packages: optional: true dependencies: '@rtsao/scc': 1.1.0 - '@typescript-eslint/parser': 8.29.1_eslint@7.32.0 + '@typescript-eslint/parser': 6.21.0_avq3eyf5kaj6ssrwo7fvkrwnji array-includes: 3.1.8 array.prototype.findlastindex: 1.2.6 array.prototype.flat: 1.3.3 array.prototype.flatmap: 1.3.3 debug: 3.2.7 doctrine: 2.1.0 - eslint: 7.32.0 + eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0_6mbrhocisaoffdq5utgllsaunu + eslint-module-utils: 2.12.0_ic2vki6mkwyt5z3sicwtiasuba hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -8459,8 +8447,8 @@ packages: peerDependencies: eslint: '>=8.45.0' dependencies: - '@typescript-eslint/types': 8.29.1 - '@typescript-eslint/utils': 8.29.1_avq3eyf5kaj6ssrwo7fvkrwnji + '@typescript-eslint/types': 8.30.1 + '@typescript-eslint/utils': 8.30.1_avq3eyf5kaj6ssrwo7fvkrwnji eslint: 8.57.1 natural-orderby: 5.0.0 transitivePeerDependencies: @@ -8474,8 +8462,8 @@ packages: peerDependencies: eslint: '>=8.45.0' dependencies: - '@typescript-eslint/types': 8.29.1 - '@typescript-eslint/utils': 8.29.1_eslint@7.32.0 + '@typescript-eslint/types': 8.30.1 + '@typescript-eslint/utils': 8.30.1_eslint@7.32.0 eslint: 7.32.0 natural-orderby: 5.0.0 transitivePeerDependencies: @@ -8489,8 +8477,8 @@ packages: peerDependencies: eslint: '>=8.45.0' dependencies: - '@typescript-eslint/types': 8.29.1 - '@typescript-eslint/utils': 8.29.1_eslint@8.57.1 + '@typescript-eslint/types': 8.30.1 + '@typescript-eslint/utils': 8.30.1_eslint@8.57.1 eslint: 8.57.1 natural-orderby: 5.0.0 transitivePeerDependencies: @@ -8504,8 +8492,8 @@ packages: peerDependencies: eslint: '>=8.45.0' dependencies: - '@typescript-eslint/types': 8.29.1 - '@typescript-eslint/utils': 8.29.1_hzt6xcfnpp4qecssyxfdrtmoeu + '@typescript-eslint/types': 8.30.1 + '@typescript-eslint/utils': 8.30.1_hzt6xcfnpp4qecssyxfdrtmoeu eslint: 8.57.1 natural-orderby: 5.0.0 transitivePeerDependencies: @@ -9236,16 +9224,6 @@ packages: engines: {node: '>= 14.17'} dev: true - /form-data/3.0.3: - resolution: {integrity: sha512-q5YBMeWy6E2Un0nMGWMgI65MAKtaylxfNJGJxpGh45YDciZB4epbWpaAfImil6CPAPTYB4sh0URQNDRIZG5F2w==} - engines: {node: '>= 6'} - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - es-set-tostringtag: 2.1.0 - mime-types: 2.1.35 - dev: false - /form-data/4.0.2: resolution: {integrity: sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==} engines: {node: '>= 6'} @@ -13873,7 +13851,7 @@ packages: lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.7.1 - type-fest: 4.39.1 + type-fest: 4.40.0 typescript: 4.9.5 yargs-parser: 21.1.1 dev: true @@ -14064,8 +14042,8 @@ packages: engines: {node: '>=8'} dev: true - /type-fest/4.39.1: - resolution: {integrity: sha512-uW9qzd66uyHYxwyVBYiwS4Oi0qZyUqwjU+Oevr6ZogYiXt99EOYtwvzMSLw1c3lYo2HzJsep/NB23iEVEgjG/w==} + /type-fest/4.40.0: + resolution: {integrity: sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw==} engines: {node: '>=16'} dev: true @@ -14142,62 +14120,62 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: false - /typescript-eslint/8.29.1_avq3eyf5kaj6ssrwo7fvkrwnji: - resolution: {integrity: sha512-f8cDkvndhbQMPcysk6CUSGBWV+g1utqdn71P5YKwMumVMOG/5k7cHq0KyG4O52nB0oKS4aN2Tp5+wB4APJGC+w==} + /typescript-eslint/8.30.1_avq3eyf5kaj6ssrwo7fvkrwnji: + resolution: {integrity: sha512-D7lC0kcehVH7Mb26MRQi64LMyRJsj3dToJxM1+JVTl53DQSV5/7oUGWQLcKl1C1KnoVHxMMU2FNQMffr7F3Row==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' dependencies: - '@typescript-eslint/eslint-plugin': 8.29.1_cx6vwzjazou472aeyezsdprfxe - '@typescript-eslint/parser': 8.29.1_avq3eyf5kaj6ssrwo7fvkrwnji - '@typescript-eslint/utils': 8.29.1_avq3eyf5kaj6ssrwo7fvkrwnji + '@typescript-eslint/eslint-plugin': 8.30.1_ii4xldvsclmue4svjfgxn4ddcy + '@typescript-eslint/parser': 8.30.1_avq3eyf5kaj6ssrwo7fvkrwnji + '@typescript-eslint/utils': 8.30.1_avq3eyf5kaj6ssrwo7fvkrwnji eslint: 8.57.1 typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /typescript-eslint/8.29.1_eslint@7.32.0: - resolution: {integrity: sha512-f8cDkvndhbQMPcysk6CUSGBWV+g1utqdn71P5YKwMumVMOG/5k7cHq0KyG4O52nB0oKS4aN2Tp5+wB4APJGC+w==} + /typescript-eslint/8.30.1_eslint@7.32.0: + resolution: {integrity: sha512-D7lC0kcehVH7Mb26MRQi64LMyRJsj3dToJxM1+JVTl53DQSV5/7oUGWQLcKl1C1KnoVHxMMU2FNQMffr7F3Row==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' dependencies: - '@typescript-eslint/eslint-plugin': 8.29.1_464t3epfhoop6fa2zafnfpmc74 - '@typescript-eslint/parser': 8.29.1_eslint@7.32.0 - '@typescript-eslint/utils': 8.29.1_eslint@7.32.0 + '@typescript-eslint/eslint-plugin': 8.30.1_fne7eq5uccfkoglt7yucw5ohka + '@typescript-eslint/parser': 8.30.1_eslint@7.32.0 + '@typescript-eslint/utils': 8.30.1_eslint@7.32.0 eslint: 7.32.0 transitivePeerDependencies: - supports-color dev: true - /typescript-eslint/8.29.1_eslint@8.57.1: - resolution: {integrity: sha512-f8cDkvndhbQMPcysk6CUSGBWV+g1utqdn71P5YKwMumVMOG/5k7cHq0KyG4O52nB0oKS4aN2Tp5+wB4APJGC+w==} + /typescript-eslint/8.30.1_eslint@8.57.1: + resolution: {integrity: sha512-D7lC0kcehVH7Mb26MRQi64LMyRJsj3dToJxM1+JVTl53DQSV5/7oUGWQLcKl1C1KnoVHxMMU2FNQMffr7F3Row==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' dependencies: - '@typescript-eslint/eslint-plugin': 8.29.1_utzftp5p5nrczkxx6fseldflmm - '@typescript-eslint/parser': 8.29.1_eslint@8.57.1 - '@typescript-eslint/utils': 8.29.1_eslint@8.57.1 + '@typescript-eslint/eslint-plugin': 8.30.1_u4omlcql6etkrwhpd55zblfpxq + '@typescript-eslint/parser': 8.30.1_eslint@8.57.1 + '@typescript-eslint/utils': 8.30.1_eslint@8.57.1 eslint: 8.57.1 transitivePeerDependencies: - supports-color dev: true - /typescript-eslint/8.29.1_hzt6xcfnpp4qecssyxfdrtmoeu: - resolution: {integrity: sha512-f8cDkvndhbQMPcysk6CUSGBWV+g1utqdn71P5YKwMumVMOG/5k7cHq0KyG4O52nB0oKS4aN2Tp5+wB4APJGC+w==} + /typescript-eslint/8.30.1_hzt6xcfnpp4qecssyxfdrtmoeu: + resolution: {integrity: sha512-D7lC0kcehVH7Mb26MRQi64LMyRJsj3dToJxM1+JVTl53DQSV5/7oUGWQLcKl1C1KnoVHxMMU2FNQMffr7F3Row==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' dependencies: - '@typescript-eslint/eslint-plugin': 8.29.1_h4vlqm6mvaspbl2qarlgili3cq - '@typescript-eslint/parser': 8.29.1_hzt6xcfnpp4qecssyxfdrtmoeu - '@typescript-eslint/utils': 8.29.1_hzt6xcfnpp4qecssyxfdrtmoeu + '@typescript-eslint/eslint-plugin': 8.30.1_2qy2iuxnetiqxqyreaunqkhhry + '@typescript-eslint/parser': 8.30.1_hzt6xcfnpp4qecssyxfdrtmoeu + '@typescript-eslint/utils': 8.30.1_hzt6xcfnpp4qecssyxfdrtmoeu eslint: 8.57.1 typescript: 5.8.3 transitivePeerDependencies: