From dc2ba0810ff123a37ad78402deca5a1ad85ea3a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 03:52:39 +0000 Subject: [PATCH] Upgrade: Bump eslint-plugin-import from 2.27.5 to 2.30.0 Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.5 to 2.30.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.30.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- packages/connector-jsdom/package.json | 2 +- packages/connector-local/package.json | 2 +- packages/connector-puppeteer/package.json | 2 +- packages/create-hint/package.json | 2 +- packages/create-hintrc/package.json | 2 +- packages/create-parser/package.json | 2 +- packages/extension-browser/package.json | 2 +- packages/extension-vscode/package.json | 2 +- packages/formatter-codeframe/package.json | 2 +- packages/formatter-excel/package.json | 2 +- packages/formatter-html/package.json | 2 +- packages/formatter-json/package.json | 2 +- packages/formatter-stylish/package.json | 2 +- packages/formatter-summary/package.json | 2 +- packages/hint-apple-touch-icons/package.json | 2 +- packages/hint-axe/package.json | 2 +- packages/hint-babel-config/package.json | 2 +- packages/hint-content-type/package.json | 2 +- packages/hint-disown-opener/package.json | 2 +- .../package.json | 2 +- packages/hint-html-checker/package.json | 2 +- packages/hint-http-cache/package.json | 2 +- packages/hint-http-compression/package.json | 2 +- packages/hint-ie-flexbox-compat/package.json | 2 +- .../package.json | 2 +- packages/hint-manifest-app-name/package.json | 2 +- packages/hint-manifest-exists/package.json | 2 +- .../hint-manifest-file-extension/package.json | 2 +- packages/hint-manifest-is-valid/package.json | 2 +- packages/hint-meta-charset-utf-8/package.json | 2 +- packages/hint-meta-theme-color/package.json | 2 +- packages/hint-meta-viewport/package.json | 2 +- .../hint-no-disallowed-headers/package.json | 2 +- .../hint-no-friendly-error-pages/package.json | 2 +- .../hint-no-html-only-headers/package.json | 2 +- packages/hint-no-http-redirects/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/hint-performance-budget/package.json | 2 +- packages/hint-ssllabs/package.json | 2 +- .../package.json | 2 +- packages/hint-typescript-config/package.json | 2 +- .../package.json | 2 +- packages/hint-webpack-config/package.json | 2 +- .../hint-x-content-type-options/package.json | 2 +- packages/hint/package.json | 2 +- packages/parser-babel-config/package.json | 2 +- packages/parser-css/package.json | 2 +- packages/parser-javascript/package.json | 2 +- packages/parser-jsx/package.json | 2 +- packages/parser-less/package.json | 2 +- packages/parser-manifest/package.json | 2 +- packages/parser-package-json/package.json | 2 +- packages/parser-sass/package.json | 2 +- .../parser-typescript-config/package.json | 2 +- packages/parser-typescript/package.json | 2 +- packages/parser-webpack-config/package.json | 2 +- packages/utils-compat-data/package.json | 2 +- packages/utils-connector-tools/package.json | 2 +- packages/utils-create-server/package.json | 2 +- packages/utils-css/package.json | 2 +- packages/utils-debug/package.json | 2 +- packages/utils-dom/package.json | 2 +- packages/utils-fs/package.json | 2 +- packages/utils-i18n/package.json | 2 +- packages/utils-json/package.json | 2 +- packages/utils-network/package.json | 2 +- packages/utils-string/package.json | 2 +- packages/utils-tests-helpers/package.json | 2 +- packages/utils-types/package.json | 2 +- packages/utils-worker/package.json | 2 +- packages/utils/package.json | 2 +- yarn.lock | 814 +++++++++++------- 74 files changed, 573 insertions(+), 387 deletions(-) diff --git a/package.json b/package.json index 55db3b4ab3d..f336c1e1362 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "chalk": "^4.1.2", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "fs-extra": "^11.1.0", "globby": "^11.0.4", diff --git a/packages/connector-jsdom/package.json b/packages/connector-jsdom/package.json index c7c5ef94109..851b5e9566f 100644 --- a/packages/connector-jsdom/package.json +++ b/packages/connector-jsdom/package.json @@ -32,7 +32,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "lodash": "^4.17.21", "npm-run-all": "^4.1.5", diff --git a/packages/connector-local/package.json b/packages/connector-local/package.json index 442a65194f6..7e4a80c349f 100644 --- a/packages/connector-local/package.json +++ b/packages/connector-local/package.json @@ -31,7 +31,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "eventemitter2": "^6.4.9", "npm-run-all": "^4.1.5", diff --git a/packages/connector-puppeteer/package.json b/packages/connector-puppeteer/package.json index 1a786e20131..e26acc8243e 100644 --- a/packages/connector-puppeteer/package.json +++ b/packages/connector-puppeteer/package.json @@ -39,7 +39,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "lodash": "^4.17.21", "npm-run-all": "^4.1.5", diff --git a/packages/create-hint/package.json b/packages/create-hint/package.json index cb9b3f2317e..450a51e9800 100644 --- a/packages/create-hint/package.json +++ b/packages/create-hint/package.json @@ -29,7 +29,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "fork-ts-checker-webpack-plugin": "^7.2.13", "fs-extra": "^11.1.0", diff --git a/packages/create-hintrc/package.json b/packages/create-hintrc/package.json index d2e3662454c..152ebdea4ae 100644 --- a/packages/create-hintrc/package.json +++ b/packages/create-hintrc/package.json @@ -30,7 +30,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "fork-ts-checker-webpack-plugin": "^7.2.13", "hint": "^7.1.13", diff --git a/packages/create-parser/package.json b/packages/create-parser/package.json index 53e0077df1f..e419ce5b3b3 100644 --- a/packages/create-parser/package.json +++ b/packages/create-parser/package.json @@ -28,7 +28,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "fork-ts-checker-webpack-plugin": "^7.2.13", "fs-extra": "^11.1.0", diff --git a/packages/extension-browser/package.json b/packages/extension-browser/package.json index 69924278f2c..b31005ba733 100644 --- a/packages/extension-browser/package.json +++ b/packages/extension-browser/package.json @@ -69,7 +69,7 @@ "crypto-browserify": "^3.12.0", "css-loader": "^6.7.3", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "eslint-plugin-react-hooks": "^4.6.0", "focus-visible": "^5.2.0", diff --git a/packages/extension-vscode/package.json b/packages/extension-vscode/package.json index bea286192f5..6cdeb3861e4 100644 --- a/packages/extension-vscode/package.json +++ b/packages/extension-vscode/package.json @@ -38,7 +38,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "hint": "^7.1.13", "npm-run-all": "^4.1.5", diff --git a/packages/formatter-codeframe/package.json b/packages/formatter-codeframe/package.json index 4c07edbf6b1..f8088d07486 100644 --- a/packages/formatter-codeframe/package.json +++ b/packages/formatter-codeframe/package.json @@ -29,7 +29,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/formatter-excel/package.json b/packages/formatter-excel/package.json index 6da278c1bb2..0a46b344a62 100644 --- a/packages/formatter-excel/package.json +++ b/packages/formatter-excel/package.json @@ -28,7 +28,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/formatter-html/package.json b/packages/formatter-html/package.json index 0f764744590..bd0b7f28db1 100644 --- a/packages/formatter-html/package.json +++ b/packages/formatter-html/package.json @@ -30,7 +30,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "globby": "^11.0.4", "npm-run-all": "^4.1.5", diff --git a/packages/formatter-json/package.json b/packages/formatter-json/package.json index 22486331c95..4f409ae2360 100644 --- a/packages/formatter-json/package.json +++ b/packages/formatter-json/package.json @@ -26,7 +26,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/formatter-stylish/package.json b/packages/formatter-stylish/package.json index efe847559de..f0d503ee21e 100644 --- a/packages/formatter-stylish/package.json +++ b/packages/formatter-stylish/package.json @@ -31,7 +31,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/formatter-summary/package.json b/packages/formatter-summary/package.json index 5428062d51b..a08d3a01783 100644 --- a/packages/formatter-summary/package.json +++ b/packages/formatter-summary/package.json @@ -28,7 +28,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-apple-touch-icons/package.json b/packages/hint-apple-touch-icons/package.json index 30233d6d741..c21bc6ebc11 100644 --- a/packages/hint-apple-touch-icons/package.json +++ b/packages/hint-apple-touch-icons/package.json @@ -27,7 +27,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-axe/package.json b/packages/hint-axe/package.json index 0d72b0b5b8c..5ff9389314d 100644 --- a/packages/hint-axe/package.json +++ b/packages/hint-axe/package.json @@ -28,7 +28,7 @@ "chalk": "^4.1.2", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "globby": "^11.0.4", "lodash": "^4.17.21", diff --git a/packages/hint-babel-config/package.json b/packages/hint-babel-config/package.json index bfb253ef76a..f5a3c06f571 100644 --- a/packages/hint-babel-config/package.json +++ b/packages/hint-babel-config/package.json @@ -23,7 +23,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-content-type/package.json b/packages/hint-content-type/package.json index 11867237344..c3fd10bbba9 100644 --- a/packages/hint-content-type/package.json +++ b/packages/hint-content-type/package.json @@ -28,7 +28,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-disown-opener/package.json b/packages/hint-disown-opener/package.json index 9014fb0d976..9c1b59a46f1 100644 --- a/packages/hint-disown-opener/package.json +++ b/packages/hint-disown-opener/package.json @@ -27,7 +27,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-highest-available-document-mode/package.json b/packages/hint-highest-available-document-mode/package.json index b351dbf9acd..2f9fbfeb9e7 100644 --- a/packages/hint-highest-available-document-mode/package.json +++ b/packages/hint-highest-available-document-mode/package.json @@ -25,7 +25,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-html-checker/package.json b/packages/hint-html-checker/package.json index e28e405cad9..a3dc31b6edf 100644 --- a/packages/hint-html-checker/package.json +++ b/packages/hint-html-checker/package.json @@ -27,7 +27,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-http-cache/package.json b/packages/hint-http-cache/package.json index 13f37aeae64..ea9fd503d02 100644 --- a/packages/hint-http-cache/package.json +++ b/packages/hint-http-cache/package.json @@ -24,7 +24,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-http-compression/package.json b/packages/hint-http-compression/package.json index 157e710f766..947d836d1ba 100644 --- a/packages/hint-http-compression/package.json +++ b/packages/hint-http-compression/package.json @@ -25,7 +25,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-ie-flexbox-compat/package.json b/packages/hint-ie-flexbox-compat/package.json index 66e49d7d00d..029827040e9 100644 --- a/packages/hint-ie-flexbox-compat/package.json +++ b/packages/hint-ie-flexbox-compat/package.json @@ -25,7 +25,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-image-optimization-cloudinary/package.json b/packages/hint-image-optimization-cloudinary/package.json index 7f06c5cecfe..f1f4a88b925 100644 --- a/packages/hint-image-optimization-cloudinary/package.json +++ b/packages/hint-image-optimization-cloudinary/package.json @@ -28,7 +28,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-manifest-app-name/package.json b/packages/hint-manifest-app-name/package.json index 6aabf718ca1..3bebf603ad3 100644 --- a/packages/hint-manifest-app-name/package.json +++ b/packages/hint-manifest-app-name/package.json @@ -25,7 +25,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-manifest-exists/package.json b/packages/hint-manifest-exists/package.json index 5e8909869de..9be060c59b7 100644 --- a/packages/hint-manifest-exists/package.json +++ b/packages/hint-manifest-exists/package.json @@ -24,7 +24,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-manifest-file-extension/package.json b/packages/hint-manifest-file-extension/package.json index 9355f365daf..98047b90562 100644 --- a/packages/hint-manifest-file-extension/package.json +++ b/packages/hint-manifest-file-extension/package.json @@ -25,7 +25,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-manifest-is-valid/package.json b/packages/hint-manifest-is-valid/package.json index 681aa3030bd..f2a11c50b04 100644 --- a/packages/hint-manifest-is-valid/package.json +++ b/packages/hint-manifest-is-valid/package.json @@ -29,7 +29,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-meta-charset-utf-8/package.json b/packages/hint-meta-charset-utf-8/package.json index 8f118ecadfb..bce371b73a7 100644 --- a/packages/hint-meta-charset-utf-8/package.json +++ b/packages/hint-meta-charset-utf-8/package.json @@ -24,7 +24,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-meta-theme-color/package.json b/packages/hint-meta-theme-color/package.json index 4942e33fb2a..a50e25313d3 100644 --- a/packages/hint-meta-theme-color/package.json +++ b/packages/hint-meta-theme-color/package.json @@ -27,7 +27,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-meta-viewport/package.json b/packages/hint-meta-viewport/package.json index 4a91cf9c037..9c25a9ffeec 100644 --- a/packages/hint-meta-viewport/package.json +++ b/packages/hint-meta-viewport/package.json @@ -25,7 +25,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-no-disallowed-headers/package.json b/packages/hint-no-disallowed-headers/package.json index 0b688b36500..079e7a5a9d9 100644 --- a/packages/hint-no-disallowed-headers/package.json +++ b/packages/hint-no-disallowed-headers/package.json @@ -25,7 +25,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-no-friendly-error-pages/package.json b/packages/hint-no-friendly-error-pages/package.json index 0f07c1d865d..91eb1063df3 100644 --- a/packages/hint-no-friendly-error-pages/package.json +++ b/packages/hint-no-friendly-error-pages/package.json @@ -24,7 +24,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-no-html-only-headers/package.json b/packages/hint-no-html-only-headers/package.json index 552ea71f272..3ac3af3414e 100644 --- a/packages/hint-no-html-only-headers/package.json +++ b/packages/hint-no-html-only-headers/package.json @@ -25,7 +25,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-no-http-redirects/package.json b/packages/hint-no-http-redirects/package.json index 94532f92d24..0b26f39c493 100644 --- a/packages/hint-no-http-redirects/package.json +++ b/packages/hint-no-http-redirects/package.json @@ -22,7 +22,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-no-protocol-relative-urls/package.json b/packages/hint-no-protocol-relative-urls/package.json index cfb69afc6c6..7ab4a09887d 100644 --- a/packages/hint-no-protocol-relative-urls/package.json +++ b/packages/hint-no-protocol-relative-urls/package.json @@ -25,7 +25,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-no-vulnerable-javascript-libraries/package.json b/packages/hint-no-vulnerable-javascript-libraries/package.json index c56beb240a8..22e9cc5a3c5 100644 --- a/packages/hint-no-vulnerable-javascript-libraries/package.json +++ b/packages/hint-no-vulnerable-javascript-libraries/package.json @@ -30,7 +30,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "jquery": "2.1.4", "knockout": "https://codeload.github.com/knockout/knockout/tar.gz/refs/tags/v3.4.0-rc", diff --git a/packages/hint-performance-budget/package.json b/packages/hint-performance-budget/package.json index 51e2c0eeef3..a14606688ee 100644 --- a/packages/hint-performance-budget/package.json +++ b/packages/hint-performance-budget/package.json @@ -24,7 +24,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-ssllabs/package.json b/packages/hint-ssllabs/package.json index f741a4065b2..fb40a177bf3 100644 --- a/packages/hint-ssllabs/package.json +++ b/packages/hint-ssllabs/package.json @@ -25,7 +25,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-strict-transport-security/package.json b/packages/hint-strict-transport-security/package.json index 9ec81ff2401..1393b6df953 100644 --- a/packages/hint-strict-transport-security/package.json +++ b/packages/hint-strict-transport-security/package.json @@ -25,7 +25,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-typescript-config/package.json b/packages/hint-typescript-config/package.json index 6d7a253892f..8d790c26ec7 100644 --- a/packages/hint-typescript-config/package.json +++ b/packages/hint-typescript-config/package.json @@ -25,7 +25,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-validate-set-cookie-header/package.json b/packages/hint-validate-set-cookie-header/package.json index bcaf0d3b80b..fe87f3eacd1 100644 --- a/packages/hint-validate-set-cookie-header/package.json +++ b/packages/hint-validate-set-cookie-header/package.json @@ -24,7 +24,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-webpack-config/package.json b/packages/hint-webpack-config/package.json index f0fbb0ece3e..a3199ddc8e7 100644 --- a/packages/hint-webpack-config/package.json +++ b/packages/hint-webpack-config/package.json @@ -25,7 +25,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint-x-content-type-options/package.json b/packages/hint-x-content-type-options/package.json index a803469dac2..4192b555059 100644 --- a/packages/hint-x-content-type-options/package.json +++ b/packages/hint-x-content-type-options/package.json @@ -25,7 +25,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/hint/package.json b/packages/hint/package.json index 7bf85748f0b..2c9c4e319a5 100644 --- a/packages/hint/package.json +++ b/packages/hint/package.json @@ -41,7 +41,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/parser-babel-config/package.json b/packages/parser-babel-config/package.json index 5cc293ef331..98dec3f6bad 100644 --- a/packages/parser-babel-config/package.json +++ b/packages/parser-babel-config/package.json @@ -23,7 +23,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "eventemitter2": "^6.4.9", "npm-run-all": "^4.1.5", diff --git a/packages/parser-css/package.json b/packages/parser-css/package.json index 9c87ebadce4..fe23a6e6032 100644 --- a/packages/parser-css/package.json +++ b/packages/parser-css/package.json @@ -26,7 +26,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "eventemitter2": "^6.4.9", "npm-run-all": "^4.1.5", diff --git a/packages/parser-javascript/package.json b/packages/parser-javascript/package.json index a04bf76f6c5..e19fca176c5 100644 --- a/packages/parser-javascript/package.json +++ b/packages/parser-javascript/package.json @@ -28,7 +28,7 @@ "@typescript-eslint/parser": "^4.33.0", "ava": "^4.3.3", "copyfiles": "^2.4.1", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "eventemitter2": "^6.4.9", "npm-run-all": "^4.1.5", diff --git a/packages/parser-jsx/package.json b/packages/parser-jsx/package.json index 34a5098cbff..24684fd7643 100644 --- a/packages/parser-jsx/package.json +++ b/packages/parser-jsx/package.json @@ -23,7 +23,7 @@ "@typescript-eslint/parser": "^4.33.0", "ava": "^4.3.3", "copyfiles": "^2.4.1", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "eventemitter2": "^6.4.9", "npm-run-all": "^4.1.5", diff --git a/packages/parser-less/package.json b/packages/parser-less/package.json index c29a7e92aba..dbffd1500bc 100644 --- a/packages/parser-less/package.json +++ b/packages/parser-less/package.json @@ -27,7 +27,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "eventemitter2": "^6.4.9", "npm-run-all": "^4.1.5", diff --git a/packages/parser-manifest/package.json b/packages/parser-manifest/package.json index 3ad95b62d83..bd7b2f1ce81 100644 --- a/packages/parser-manifest/package.json +++ b/packages/parser-manifest/package.json @@ -23,7 +23,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "eventemitter2": "^6.4.9", "npm-run-all": "^4.1.5", diff --git a/packages/parser-package-json/package.json b/packages/parser-package-json/package.json index e4d7396ed2f..9c4be662a98 100644 --- a/packages/parser-package-json/package.json +++ b/packages/parser-package-json/package.json @@ -23,7 +23,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "eventemitter2": "^6.4.9", "npm-run-all": "^4.1.5", diff --git a/packages/parser-sass/package.json b/packages/parser-sass/package.json index 287d63c16a2..fee7ecb2d08 100644 --- a/packages/parser-sass/package.json +++ b/packages/parser-sass/package.json @@ -28,7 +28,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "eventemitter2": "^6.4.9", "npm-run-all": "^4.1.5", diff --git a/packages/parser-typescript-config/package.json b/packages/parser-typescript-config/package.json index e5a6db92a38..a0ae89741f8 100644 --- a/packages/parser-typescript-config/package.json +++ b/packages/parser-typescript-config/package.json @@ -24,7 +24,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "eventemitter2": "^6.4.9", "npm-run-all": "^4.1.5", diff --git a/packages/parser-typescript/package.json b/packages/parser-typescript/package.json index dd6b21a039a..70289204008 100644 --- a/packages/parser-typescript/package.json +++ b/packages/parser-typescript/package.json @@ -23,7 +23,7 @@ "@typescript-eslint/parser": "^4.33.0", "ava": "^4.3.3", "copyfiles": "^2.4.1", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "eventemitter2": "^6.4.9", "npm-run-all": "^4.1.5", diff --git a/packages/parser-webpack-config/package.json b/packages/parser-webpack-config/package.json index c197931425d..8b9572c5116 100644 --- a/packages/parser-webpack-config/package.json +++ b/packages/parser-webpack-config/package.json @@ -22,7 +22,7 @@ "@typescript-eslint/parser": "^4.33.0", "ava": "^4.3.3", "copyfiles": "^2.4.1", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "eventemitter2": "^6.4.9", "npm-run-all": "^4.1.5", diff --git a/packages/utils-compat-data/package.json b/packages/utils-compat-data/package.json index 2608b93232c..a3ba6f348a6 100644 --- a/packages/utils-compat-data/package.json +++ b/packages/utils-compat-data/package.json @@ -23,7 +23,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/utils-connector-tools/package.json b/packages/utils-connector-tools/package.json index c676da3fb7c..74e25b8aee2 100644 --- a/packages/utils-connector-tools/package.json +++ b/packages/utils-connector-tools/package.json @@ -29,7 +29,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/utils-create-server/package.json b/packages/utils-create-server/package.json index 97cd83fd8a7..e208ed7495e 100644 --- a/packages/utils-create-server/package.json +++ b/packages/utils-create-server/package.json @@ -18,7 +18,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "rimraf": "^5.0.0", diff --git a/packages/utils-css/package.json b/packages/utils-css/package.json index b02284fa686..7894e5bcead 100644 --- a/packages/utils-css/package.json +++ b/packages/utils-css/package.json @@ -14,7 +14,7 @@ "@hint/utils-types": "^1.2.1", "ava": "^4.3.3", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/utils-debug/package.json b/packages/utils-debug/package.json index f6202a2c9ec..2315124aec7 100644 --- a/packages/utils-debug/package.json +++ b/packages/utils-debug/package.json @@ -6,7 +6,7 @@ "devDependencies": { "@types/debug": "^4.1.7", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "rimraf": "^5.0.0", diff --git a/packages/utils-dom/package.json b/packages/utils-dom/package.json index 6a2fd3ef118..8c997370941 100644 --- a/packages/utils-dom/package.json +++ b/packages/utils-dom/package.json @@ -23,7 +23,7 @@ "ava": "^4.3.3", "axe-core": "^4.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "jsdom": "^21.1.0", "npm-run-all": "^4.1.5", diff --git a/packages/utils-fs/package.json b/packages/utils-fs/package.json index 4dcf1542c4b..bdbff3f0f1a 100644 --- a/packages/utils-fs/package.json +++ b/packages/utils-fs/package.json @@ -15,7 +15,7 @@ "devDependencies": { "ava": "^4.3.3", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/utils-i18n/package.json b/packages/utils-i18n/package.json index d190950798a..d9d37e4a5c9 100644 --- a/packages/utils-i18n/package.json +++ b/packages/utils-i18n/package.json @@ -16,7 +16,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/utils-json/package.json b/packages/utils-json/package.json index 25d071c6e71..19c495b1659 100644 --- a/packages/utils-json/package.json +++ b/packages/utils-json/package.json @@ -21,7 +21,7 @@ "devDependencies": { "ava": "^4.3.3", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/utils-network/package.json b/packages/utils-network/package.json index ac3af67b586..0d210a9b3a0 100644 --- a/packages/utils-network/package.json +++ b/packages/utils-network/package.json @@ -24,7 +24,7 @@ "@types/node-fetch": "^2.x", "ava": "^4.3.3", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/utils-string/package.json b/packages/utils-string/package.json index 5c11c79d12d..7581c0ba57b 100644 --- a/packages/utils-string/package.json +++ b/packages/utils-string/package.json @@ -13,7 +13,7 @@ "devDependencies": { "ava": "^4.3.3", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", diff --git a/packages/utils-tests-helpers/package.json b/packages/utils-tests-helpers/package.json index 400f39eb3b7..1521d807db0 100644 --- a/packages/utils-tests-helpers/package.json +++ b/packages/utils-tests-helpers/package.json @@ -16,7 +16,7 @@ "@typescript-eslint/parser": "^4.33.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "rimraf": "^5.0.0", diff --git a/packages/utils-types/package.json b/packages/utils-types/package.json index 98aac937efc..a49dc48eb9d 100644 --- a/packages/utils-types/package.json +++ b/packages/utils-types/package.json @@ -3,7 +3,7 @@ "description": "Common types package", "devDependencies": { "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "npm-run-all": "^4.1.5", "rimraf": "^5.0.0", diff --git a/packages/utils-worker/package.json b/packages/utils-worker/package.json index 80154a7796b..d74ea2e0ce0 100644 --- a/packages/utils-worker/package.json +++ b/packages/utils-worker/package.json @@ -57,7 +57,7 @@ "copyfiles": "^2.4.1", "crypto-browserify": "^3.12.0", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "globby": "^11.0.4", "hint": "^7.1.13", diff --git a/packages/utils/package.json b/packages/utils/package.json index 8acc9198c1f..18f1f403ae4 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -36,7 +36,7 @@ "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.30.0", "eslint-plugin-markdown": "^2.2.1", "mime-db": "1.52.0", "npm-run-all": "^4.1.5", diff --git a/yarn.lock b/yarn.lock index 784d8ad3457..210d92b30f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -756,6 +756,11 @@ "@pnpm/network.ca-file" "^1.0.1" config-chain "^1.1.11" +"@rtsao/scc@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8" + integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g== + "@samverschueren/stream-to-observable@^0.3.0": version "0.3.0" resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f" @@ -2031,13 +2036,13 @@ argparse@^2.0.1: resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== -array-buffer-byte-length@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz#fabe8bc193fea865f317fe7807085ee0dee5aead" - integrity sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A== +array-buffer-byte-length@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz#1e5583ec16763540a27ae52eed99ff899223568f" + integrity sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg== dependencies: - call-bind "^1.0.2" - is-array-buffer "^3.0.1" + call-bind "^1.0.5" + is-array-buffer "^3.0.4" array-differ@^4.0.0: version "4.0.0" @@ -2059,15 +2064,16 @@ array-flatten@1.1.1: resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= -array-includes@^3.1.6: - version "3.1.6" - resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f" - integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw== +array-includes@^3.1.8: + version "3.1.8" + resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d" + integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ== dependencies: - call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" - get-intrinsic "^1.1.3" + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.2" + es-object-atoms "^1.0.0" + get-intrinsic "^1.2.4" is-string "^1.0.7" array-union@^2.1.0: @@ -2080,26 +2086,52 @@ array-union@^3.0.1: resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975" integrity sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw== -array.prototype.flat@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz#ffc6576a7ca3efc2f46a143b9d1dda9b4b3cf5e2" - integrity sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA== +array.prototype.findlastindex@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d" + integrity sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.2" + es-errors "^1.3.0" + es-object-atoms "^1.0.0" + es-shim-unscopables "^1.0.2" + +array.prototype.flat@^1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18" + integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" es-shim-unscopables "^1.0.0" -array.prototype.flatmap@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183" - integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ== +array.prototype.flatmap@^1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527" + integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" es-shim-unscopables "^1.0.0" +arraybuffer.prototype.slice@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz#097972f4255e41bc3425e37dc3f6421cf9aefde6" + integrity sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A== + dependencies: + array-buffer-byte-length "^1.0.1" + call-bind "^1.0.5" + define-properties "^1.2.1" + es-abstract "^1.22.3" + es-errors "^1.2.1" + get-intrinsic "^1.2.3" + is-array-buffer "^3.0.4" + is-shared-array-buffer "^1.0.2" + arrgv@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/arrgv/-/arrgv-1.0.2.tgz#025ed55a6a433cad9b604f8112fc4292715a6ec0" @@ -2239,10 +2271,12 @@ available-typed-arrays@^1.0.0, available-typed-arrays@^1.0.2: dependencies: array-filter "^1.0.0" -available-typed-arrays@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7" - integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== +available-typed-arrays@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz#a5cc375d6a03c2efc87a553f3e0b1522def14846" + integrity sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ== + dependencies: + possible-typed-array-names "^1.0.0" aws-sign2@~0.7.0: version "0.7.0" @@ -2682,6 +2716,17 @@ call-bind@^1.0.0, call-bind@^1.0.2: function-bind "^1.1.1" get-intrinsic "^1.0.2" +call-bind@^1.0.5, call-bind@^1.0.6, call-bind@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.7.tgz#06016599c40c56498c18769d2730be242b6fa3b9" + integrity sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w== + dependencies: + es-define-property "^1.0.0" + es-errors "^1.3.0" + function-bind "^1.1.2" + get-intrinsic "^1.2.4" + set-function-length "^1.2.1" + call-me-maybe@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b" @@ -3554,6 +3599,33 @@ data-urls@^3.0.2: whatwg-mimetype "^3.0.0" whatwg-url "^11.0.0" +data-view-buffer@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/data-view-buffer/-/data-view-buffer-1.0.1.tgz#8ea6326efec17a2e42620696e671d7d5a8bc66b2" + integrity sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA== + dependencies: + call-bind "^1.0.6" + es-errors "^1.3.0" + is-data-view "^1.0.1" + +data-view-byte-length@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz#90721ca95ff280677eb793749fce1011347669e2" + integrity sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ== + dependencies: + call-bind "^1.0.7" + es-errors "^1.3.0" + is-data-view "^1.0.1" + +data-view-byte-offset@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz#5e0bbfb4828ed2d1b9b400cd8a7d119bca0ff18a" + integrity sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA== + dependencies: + call-bind "^1.0.6" + es-errors "^1.3.0" + is-data-view "^1.0.1" + date-fns@^1.27.2: version "1.30.1" resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c" @@ -3698,6 +3770,15 @@ defer-to-connect@^2.0.0, defer-to-connect@^2.0.1: resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-2.0.1.tgz#8016bdb4143e4632b77a3449c6236277de520587" integrity sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg== +define-data-property@^1.0.1, define-data-property@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.4.tgz#894dc141bb7d3060ae4366f6a0107e68fbe48c5e" + integrity sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A== + dependencies: + es-define-property "^1.0.0" + es-errors "^1.3.0" + gopd "^1.0.1" + define-lazy-prop@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" @@ -3710,11 +3791,12 @@ define-properties@^1.1.2, define-properties@^1.1.3: dependencies: object-keys "^1.0.12" -define-properties@^1.1.4: - version "1.2.0" - resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.0.tgz#52988570670c9eacedd8064f4a990f2405849bd5" - integrity sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA== +define-properties@^1.2.0, define-properties@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz#10781cc616eb951a80a034bafcaa7377f6af2b6c" + integrity sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg== dependencies: + define-data-property "^1.0.1" has-property-descriptors "^1.0.0" object-keys "^1.1.1" @@ -4153,71 +4235,57 @@ es-abstract@^1.18.0-next.1: string.prototype.trimend "^1.0.3" string.prototype.trimstart "^1.0.3" -es-abstract@^1.19.0: - version "1.19.1" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3" - integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w== - dependencies: - call-bind "^1.0.2" +es-abstract@^1.22.1, es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23.2: + version "1.23.3" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0" + integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A== + dependencies: + array-buffer-byte-length "^1.0.1" + arraybuffer.prototype.slice "^1.0.3" + available-typed-arrays "^1.0.7" + call-bind "^1.0.7" + data-view-buffer "^1.0.1" + data-view-byte-length "^1.0.1" + data-view-byte-offset "^1.0.0" + es-define-property "^1.0.0" + es-errors "^1.3.0" + es-object-atoms "^1.0.0" + es-set-tostringtag "^2.0.3" es-to-primitive "^1.2.1" - function-bind "^1.1.1" - get-intrinsic "^1.1.1" - get-symbol-description "^1.0.0" - has "^1.0.3" - has-symbols "^1.0.2" - internal-slot "^1.0.3" - is-callable "^1.2.4" - is-negative-zero "^2.0.1" - is-regex "^1.1.4" - is-shared-array-buffer "^1.0.1" - is-string "^1.0.7" - is-weakref "^1.0.1" - object-inspect "^1.11.0" - object-keys "^1.1.1" - object.assign "^4.1.2" - string.prototype.trimend "^1.0.4" - string.prototype.trimstart "^1.0.4" - unbox-primitive "^1.0.1" - -es-abstract@^1.20.4: - version "1.21.2" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.21.2.tgz#a56b9695322c8a185dc25975aa3b8ec31d0e7eff" - integrity sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg== - dependencies: - array-buffer-byte-length "^1.0.0" - available-typed-arrays "^1.0.5" - call-bind "^1.0.2" - es-set-tostringtag "^2.0.1" - es-to-primitive "^1.2.1" - function.prototype.name "^1.1.5" - get-intrinsic "^1.2.0" - get-symbol-description "^1.0.0" + function.prototype.name "^1.1.6" + get-intrinsic "^1.2.4" + get-symbol-description "^1.0.2" globalthis "^1.0.3" gopd "^1.0.1" - has "^1.0.3" - has-property-descriptors "^1.0.0" - has-proto "^1.0.1" + has-property-descriptors "^1.0.2" + has-proto "^1.0.3" has-symbols "^1.0.3" - internal-slot "^1.0.5" - is-array-buffer "^3.0.2" + hasown "^2.0.2" + internal-slot "^1.0.7" + is-array-buffer "^3.0.4" is-callable "^1.2.7" - is-negative-zero "^2.0.2" + is-data-view "^1.0.1" + is-negative-zero "^2.0.3" is-regex "^1.1.4" - is-shared-array-buffer "^1.0.2" + is-shared-array-buffer "^1.0.3" is-string "^1.0.7" - is-typed-array "^1.1.10" + is-typed-array "^1.1.13" is-weakref "^1.0.2" - object-inspect "^1.12.3" + object-inspect "^1.13.1" object-keys "^1.1.1" - object.assign "^4.1.4" - regexp.prototype.flags "^1.4.3" - safe-regex-test "^1.0.0" - string.prototype.trim "^1.2.7" - string.prototype.trimend "^1.0.6" - string.prototype.trimstart "^1.0.6" - typed-array-length "^1.0.4" + object.assign "^4.1.5" + regexp.prototype.flags "^1.5.2" + safe-array-concat "^1.1.2" + safe-regex-test "^1.0.3" + string.prototype.trim "^1.2.9" + string.prototype.trimend "^1.0.8" + string.prototype.trimstart "^1.0.8" + typed-array-buffer "^1.0.2" + typed-array-byte-length "^1.0.1" + typed-array-byte-offset "^1.0.2" + typed-array-length "^1.0.6" unbox-primitive "^1.0.2" - which-typed-array "^1.1.9" + which-typed-array "^1.1.15" es-abstract@^1.4.3: version "1.17.4" @@ -4236,19 +4304,38 @@ es-abstract@^1.4.3: string.prototype.trimleft "^2.1.1" string.prototype.trimright "^2.1.1" +es-define-property@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.0.tgz#c7faefbdff8b2696cf5f46921edfb77cc4ba3845" + integrity sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ== + dependencies: + get-intrinsic "^1.2.4" + +es-errors@^1.2.1, es-errors@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f" + integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw== + es-module-lexer@^0.9.0: version "0.9.2" resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.2.tgz#d0a8c72c5d904014111fac7fab4c92b9ac545564" integrity sha512-YkAGWqxZq2B4FxQ5y687UwywDwvLQhIMCZ+SDU7ZW729SDHOEI6wVFXwTRecz+yiwJzCsVwC6V7bxyNbZSB1rg== -es-set-tostringtag@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8" - integrity sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg== +es-object-atoms@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.0.0.tgz#ddb55cd47ac2e240701260bc2a8e31ecb643d941" + integrity sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw== dependencies: - get-intrinsic "^1.1.3" - has "^1.0.3" - has-tostringtag "^1.0.0" + es-errors "^1.3.0" + +es-set-tostringtag@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz#8bb60f0a440c2e4281962428438d58545af39777" + integrity sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ== + dependencies: + get-intrinsic "^1.2.4" + has-tostringtag "^1.0.2" + hasown "^2.0.1" es-shim-unscopables@^1.0.0: version "1.0.0" @@ -4257,6 +4344,13 @@ es-shim-unscopables@^1.0.0: dependencies: has "^1.0.3" +es-shim-unscopables@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763" + integrity sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw== + dependencies: + hasown "^2.0.0" + es-to-primitive@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" @@ -4370,42 +4464,45 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-import-resolver-node@^0.3.7: - version "0.3.7" - resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz#83b375187d412324a1963d84fa664377a23eb4d7" - integrity sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA== +eslint-import-resolver-node@^0.3.9: + version "0.3.9" + resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac" + integrity sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g== dependencies: debug "^3.2.7" - is-core-module "^2.11.0" - resolve "^1.22.1" + is-core-module "^2.13.0" + resolve "^1.22.4" -eslint-module-utils@^2.7.4: - version "2.7.4" - resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz#4f3e41116aaf13a20792261e61d3a2e7e0583974" - integrity sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA== +eslint-module-utils@^2.9.0: + version "2.12.0" + resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b" + integrity sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg== dependencies: debug "^3.2.7" -eslint-plugin-import@^2.27.5: - version "2.27.5" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65" - integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow== +eslint-plugin-import@^2.30.0: + version "2.30.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz#21ceea0fc462657195989dd780e50c92fe95f449" + integrity sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw== dependencies: - array-includes "^3.1.6" - array.prototype.flat "^1.3.1" - array.prototype.flatmap "^1.3.1" + "@rtsao/scc" "^1.1.0" + array-includes "^3.1.8" + array.prototype.findlastindex "^1.2.5" + array.prototype.flat "^1.3.2" + array.prototype.flatmap "^1.3.2" debug "^3.2.7" doctrine "^2.1.0" - eslint-import-resolver-node "^0.3.7" - eslint-module-utils "^2.7.4" - has "^1.0.3" - is-core-module "^2.11.0" + eslint-import-resolver-node "^0.3.9" + eslint-module-utils "^2.9.0" + hasown "^2.0.2" + is-core-module "^2.15.1" is-glob "^4.0.3" minimatch "^3.1.2" - object.values "^1.1.6" - resolve "^1.22.1" - semver "^6.3.0" - tsconfig-paths "^3.14.1" + object.fromentries "^2.0.8" + object.groupby "^1.0.3" + object.values "^1.2.0" + semver "^6.3.1" + tsconfig-paths "^3.15.0" eslint-plugin-markdown@^2.2.1: version "2.2.1" @@ -5255,22 +5352,27 @@ function-bind@^1.0.2, function-bind@^1.1.1: resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== -function.prototype.name@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621" - integrity sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA== +function-bind@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" + integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== + +function.prototype.name@^1.1.6: + version "1.1.6" + resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz#cdf315b7d90ee77a4c6ee216c3c3362da07533fd" + integrity sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg== dependencies: call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.0" - functions-have-names "^1.2.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + functions-have-names "^1.2.3" functional-red-black-tree@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= -functions-have-names@^1.2.2: +functions-have-names@^1.2.3: version "1.2.3" resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== @@ -5311,7 +5413,7 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5: resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== -get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: +get-intrinsic@^1.0.2, get-intrinsic@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6" integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== @@ -5320,7 +5422,7 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: has "^1.0.3" has-symbols "^1.0.1" -get-intrinsic@^1.1.3, get-intrinsic@^1.2.0: +get-intrinsic@^1.1.3: version "1.2.0" resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.0.tgz#7ad1dc0535f3a2904bba075772763e5051f6d05f" integrity sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q== @@ -5329,6 +5431,17 @@ get-intrinsic@^1.1.3, get-intrinsic@^1.2.0: has "^1.0.3" has-symbols "^1.0.3" +get-intrinsic@^1.2.1, get-intrinsic@^1.2.3, get-intrinsic@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz#e385f5a4b5227d449c3eabbad05494ef0abbeadd" + integrity sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ== + dependencies: + es-errors "^1.3.0" + function-bind "^1.1.2" + has-proto "^1.0.1" + has-symbols "^1.0.3" + hasown "^2.0.0" + get-package-type@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a" @@ -5363,13 +5476,14 @@ get-stream@^6.0.1: resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== -get-symbol-description@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6" - integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw== +get-symbol-description@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.2.tgz#533744d5aa20aca4e079c8e5daf7fd44202821f5" + integrity sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg== dependencies: - call-bind "^1.0.2" - get-intrinsic "^1.1.1" + call-bind "^1.0.5" + es-errors "^1.3.0" + get-intrinsic "^1.2.4" getpass@^0.1.1: version "0.1.7" @@ -5645,11 +5759,6 @@ has-ansi@^2.0.0: dependencies: ansi-regex "^2.0.0" -has-bigints@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113" - integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA== - has-bigints@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa" @@ -5677,11 +5786,23 @@ has-property-descriptors@^1.0.0: dependencies: get-intrinsic "^1.1.1" +has-property-descriptors@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz#963ed7d071dc7bf5f084c5bfbe0d1b6222586854" + integrity sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg== + dependencies: + es-define-property "^1.0.0" + has-proto@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.1.tgz#1885c1305538958aff469fef37937c22795408e0" integrity sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg== +has-proto@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.3.tgz#b31ddfe9b0e6e9914536a6ab286426d0214f77fd" + integrity sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q== + has-symbols@^1.0.0, has-symbols@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8" @@ -5704,6 +5825,13 @@ has-tostringtag@^1.0.0: dependencies: has-symbols "^1.0.2" +has-tostringtag@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc" + integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw== + dependencies: + has-symbols "^1.0.3" + has-unicode@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" @@ -5759,6 +5887,13 @@ hasha@^5.0.0: is-stream "^2.0.0" type-fest "^0.8.0" +hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" + integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== + dependencies: + function-bind "^1.1.2" + hast-util-parse-selector@^2.0.0: version "2.2.5" resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz#d57c23f4da16ae3c63b3b6ca4616683313499c3a" @@ -6100,22 +6235,13 @@ inquirer@^8.2.2: strip-ansi "^6.0.0" through "^2.3.6" -internal-slot@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c" - integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA== - dependencies: - get-intrinsic "^1.1.0" - has "^1.0.3" - side-channel "^1.0.4" - -internal-slot@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.5.tgz#f2a2ee21f668f8627a4667f309dc0f4fb6674986" - integrity sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ== +internal-slot@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802" + integrity sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g== dependencies: - get-intrinsic "^1.2.0" - has "^1.0.3" + es-errors "^1.3.0" + hasown "^2.0.0" side-channel "^1.0.4" interpret@^1.0.0: @@ -6175,14 +6301,13 @@ is-arguments@^1.0.4: dependencies: call-bind "^1.0.0" -is-array-buffer@^3.0.1, is-array-buffer@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.2.tgz#f2653ced8412081638ecb0ebbd0c41c6e0aecbbe" - integrity sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w== +is-array-buffer@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.4.tgz#7a1f92b3d61edd2bc65d24f130530ea93d7fae98" + integrity sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw== dependencies: call-bind "^1.0.2" - get-intrinsic "^1.2.0" - is-typed-array "^1.1.10" + get-intrinsic "^1.2.1" is-arrayish@^0.2.1: version "0.2.1" @@ -6238,11 +6363,6 @@ is-callable@^1.2.2: resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9" integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA== -is-callable@^1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945" - integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== - is-callable@^1.2.7: version "1.2.7" resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055" @@ -6262,12 +6382,19 @@ is-ci@^3.0.1: dependencies: ci-info "^3.2.0" -is-core-module@^2.11.0, is-core-module@^2.9.0: - version "2.11.0" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144" - integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw== +is-core-module@^2.13.0, is-core-module@^2.15.1, is-core-module@^2.9.0: + version "2.15.1" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37" + integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ== dependencies: - has "^1.0.3" + hasown "^2.0.2" + +is-data-view@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-data-view/-/is-data-view-1.0.1.tgz#4b4d3a511b70f3dc26d42c03ca9ca515d847759f" + integrity sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w== + dependencies: + is-typed-array "^1.1.13" is-date-object@^1.0.1: version "1.0.1" @@ -6373,10 +6500,10 @@ is-negative-zero@^2.0.1: resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24" integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== -is-negative-zero@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150" - integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA== +is-negative-zero@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz#ced903a027aca6381b777a5743069d7376a49747" + integrity sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw== is-npm@^5.0.0: version "5.0.0" @@ -6489,11 +6616,6 @@ is-relative@^0.1.0: resolved "https://registry.yarnpkg.com/is-relative/-/is-relative-0.1.3.tgz#905fee8ae86f45b3ec614bc3c15c869df0876e82" integrity sha1-kF/uiuhvRbPsYUvDwVyGnfCHboI= -is-shared-array-buffer@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6" - integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA== - is-shared-array-buffer@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79" @@ -6501,6 +6623,13 @@ is-shared-array-buffer@^1.0.2: dependencies: call-bind "^1.0.2" +is-shared-array-buffer@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz#1237f1cba059cdb62431d378dcc37d9680181688" + integrity sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg== + dependencies: + call-bind "^1.0.7" + is-stream@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" @@ -6549,16 +6678,12 @@ is-there@^4.4.2: resolved "https://registry.yarnpkg.com/is-there/-/is-there-4.4.4.tgz#9bc1a093fe56d378be97b822eed763606ab4d337" integrity sha512-WbEGbR5i/vSLJ/cc72kVCoM0RvKWmtmPpRXriNlhsredolym2aSTHZA02IzvDR5ewmwD0V6e9S3s9aHs6Ygw5A== -is-typed-array@^1.1.10, is-typed-array@^1.1.9: - version "1.1.10" - resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.10.tgz#36a5b5cb4189b575d1a3e4b08536bfb485801e3f" - integrity sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A== +is-typed-array@^1.1.13: + version "1.1.13" + resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.13.tgz#d6c5ca56df62334959322d7d7dd1cca50debe229" + integrity sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw== dependencies: - available-typed-arrays "^1.0.5" - call-bind "^1.0.2" - for-each "^0.3.3" - gopd "^1.0.1" - has-tostringtag "^1.0.0" + which-typed-array "^1.1.14" is-typed-array@^1.1.3: version "1.1.3" @@ -6590,13 +6715,6 @@ is-utf8@^0.2.1: resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= -is-weakref@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2" - integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ== - dependencies: - call-bind "^1.0.0" - is-weakref@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2" @@ -6631,6 +6749,11 @@ isarray@0.0.1: resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= +isarray@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" + integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== + isarray@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" @@ -7750,14 +7873,7 @@ minimalistic-crypto-utils@^1.0.1: dependencies: brace-expansion "^1.1.7" -minimatch@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b" - integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g== - dependencies: - brace-expansion "^2.0.1" - -minimatch@^5.1.0: +minimatch@^5.0.1, minimatch@^5.1.0: version "5.1.6" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96" integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g== @@ -8224,15 +8340,10 @@ object-assign@^4.0.1, object-assign@^4.1.0: resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= -object-inspect@^1.11.0: - version "1.11.0" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1" - integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg== - -object-inspect@^1.12.3: - version "1.12.3" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.3.tgz#ba62dffd67ee256c8c086dfae69e016cd1f198b9" - integrity sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g== +object-inspect@^1.13.1: + version "1.13.2" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.2.tgz#dea0088467fb991e67af4058147a24824a3043ff" + integrity sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g== object-inspect@^1.7.0: version "1.7.0" @@ -8277,16 +8388,26 @@ object.assign@^4.1.1, object.assign@^4.1.2: has-symbols "^1.0.1" object-keys "^1.1.1" -object.assign@^4.1.4: - version "4.1.4" - resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f" - integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ== +object.assign@^4.1.5: + version "4.1.5" + resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.5.tgz#3a833f9ab7fdb80fc9e8d2300c803d216d8fdbb0" + integrity sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ== dependencies: - call-bind "^1.0.2" - define-properties "^1.1.4" + call-bind "^1.0.5" + define-properties "^1.2.1" has-symbols "^1.0.3" object-keys "^1.1.1" +object.fromentries@^2.0.8: + version "2.0.8" + resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65" + integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.2" + es-object-atoms "^1.0.0" + object.getownpropertydescriptors@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.1.tgz#0dfda8d108074d9c563e80490c883b6661091544" @@ -8296,14 +8417,23 @@ object.getownpropertydescriptors@^2.1.1: define-properties "^1.1.3" es-abstract "^1.18.0-next.1" -object.values@^1.1.6: - version "1.1.6" - resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d" - integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw== +object.groupby@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz#9b125c36238129f6f7b61954a1e7176148d5002e" + integrity sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ== dependencies: - call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.2" + +object.values@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b" + integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-object-atoms "^1.0.0" on-exit-leak-free@^2.1.0: version "2.1.0" @@ -8863,6 +8993,11 @@ plur@^5.1.0: dependencies: irregular-plurals "^3.3.0" +possible-typed-array-names@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f" + integrity sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q== + postcss-less@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/postcss-less/-/postcss-less-5.0.0.tgz#3fa361ed8e52a9c3e6e4fdb9bb95fd9032f3c62b" @@ -9471,14 +9606,15 @@ regenerator-runtime@^0.13.10: resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9" integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg== -regexp.prototype.flags@^1.4.3: - version "1.4.3" - resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac" - integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA== +regexp.prototype.flags@^1.5.2: + version "1.5.2" + resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz#138f644a3350f981a858c44f6bb1a61ff59be334" + integrity sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw== dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - functions-have-names "^1.2.2" + call-bind "^1.0.6" + define-properties "^1.2.1" + es-errors "^1.3.0" + set-function-name "^2.0.1" regexpp@^3.1.0: version "3.1.0" @@ -9628,7 +9764,7 @@ resolve-from@^5.0.0: resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== -resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.1, resolve@^1.22.1, resolve@^1.3.2, resolve@^1.9.0: +resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.1, resolve@^1.3.2, resolve@^1.9.0: version "1.22.1" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== @@ -9637,6 +9773,15 @@ resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.1, resolve@^1.22.1, resolve@^1.3. path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" +resolve@^1.22.4: + version "1.22.8" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d" + integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw== + dependencies: + is-core-module "^2.13.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" + responselike@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7" @@ -9765,6 +9910,16 @@ rxjs@^7.2.0, rxjs@^7.5.5, rxjs@^7.8.0: dependencies: tslib "^2.1.0" +safe-array-concat@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.1.2.tgz#81d77ee0c4e8b863635227c721278dd524c20edb" + integrity sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q== + dependencies: + call-bind "^1.0.7" + get-intrinsic "^1.2.4" + has-symbols "^1.0.3" + isarray "^2.0.5" + safe-buffer@*, safe-buffer@5.2.1, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@^5.2.1, safe-buffer@~5.2.0: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" @@ -9780,13 +9935,13 @@ safe-json-stringify@~1: resolved "https://registry.yarnpkg.com/safe-json-stringify/-/safe-json-stringify-1.2.0.tgz#356e44bc98f1f93ce45df14bcd7c01cda86e0afd" integrity sha512-gH8eh2nZudPQO6TytOvbxnuhYBOvDBBLW52tz5q6X58lJcd/tkmqFR+5Z9adS8aJtURSXWThWy/xJtJwixErvg== -safe-regex-test@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz#793b874d524eb3640d1873aad03596db2d4f2295" - integrity sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA== +safe-regex-test@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.3.tgz#a5b4c0f06e0ab50ea2c395c14d8371232924c377" + integrity sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw== dependencies: - call-bind "^1.0.2" - get-intrinsic "^1.1.3" + call-bind "^1.0.6" + es-errors "^1.3.0" is-regex "^1.1.4" safe-stable-stringify@^2.3.1: @@ -9853,19 +10008,19 @@ semver-diff@^4.0.0: resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b" integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA== -semver@7.3.8, semver@^7.0.0, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8: +semver@7.3.8: version "7.3.8" resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798" integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== dependencies: lru-cache "^6.0.0" -semver@^6.0.0, semver@^6.1.1, semver@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" - integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== +semver@^6.0.0, semver@^6.1.1, semver@^6.3.0, semver@^6.3.1: + version "6.3.1" + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" + integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== -semver@^7.5.2: +semver@^7.0.0, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.2: version "7.6.3" resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143" integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A== @@ -9918,6 +10073,28 @@ set-blocking@^2.0.0, set-blocking@~2.0.0: resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= +set-function-length@^1.2.1: + version "1.2.2" + resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449" + integrity sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg== + dependencies: + define-data-property "^1.1.4" + es-errors "^1.3.0" + function-bind "^1.1.2" + get-intrinsic "^1.2.4" + gopd "^1.0.1" + has-property-descriptors "^1.0.2" + +set-function-name@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.2.tgz#16a705c5a0dc2f5e638ca96d8a8cd4e1c2b90985" + integrity sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ== + dependencies: + define-data-property "^1.1.4" + es-errors "^1.3.0" + functions-have-names "^1.2.3" + has-property-descriptors "^1.0.2" + setimmediate@^1.0.5, setimmediate@~1.0.4: version "1.0.5" resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" @@ -10331,14 +10508,15 @@ string.prototype.padend@^3.0.0: es-abstract "^1.4.3" function-bind "^1.0.2" -string.prototype.trim@^1.2.7: - version "1.2.7" - resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz#a68352740859f6893f14ce3ef1bb3037f7a90533" - integrity sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg== +string.prototype.trim@^1.2.9: + version "1.2.9" + resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz#b6fa326d72d2c78b6df02f7759c73f8f6274faa4" + integrity sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw== dependencies: - call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.0" + es-object-atoms "^1.0.0" string.prototype.trimend@^1.0.1: version "1.0.1" @@ -10356,22 +10534,14 @@ string.prototype.trimend@^1.0.3: call-bind "^1.0.0" define-properties "^1.1.3" -string.prototype.trimend@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80" - integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A== +string.prototype.trimend@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz#3651b8513719e8a9f48de7f2f77640b26652b229" + integrity sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ== dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - -string.prototype.trimend@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#c4a27fa026d979d79c04f17397f250a462944533" - integrity sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + call-bind "^1.0.7" + define-properties "^1.2.1" + es-object-atoms "^1.0.0" string.prototype.trimleft@^2.1.1: version "2.1.1" @@ -10405,22 +10575,14 @@ string.prototype.trimstart@^1.0.3: call-bind "^1.0.0" define-properties "^1.1.3" -string.prototype.trimstart@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed" - integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - -string.prototype.trimstart@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#e90ab66aa8e4007d92ef591bbf3cd422c56bdcf4" - integrity sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA== +string.prototype.trimstart@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz#7ee834dda8c7c17eff3118472bb35bfedaa34dde" + integrity sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg== dependencies: - call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + call-bind "^1.0.7" + define-properties "^1.2.1" + es-object-atoms "^1.0.0" string_decoder@^1.1.1: version "1.3.0" @@ -10876,7 +11038,7 @@ ts-loader@^9.4.2: micromatch "^4.0.0" semver "^7.3.4" -tsconfig-paths@^3.14.1, tsconfig-paths@^4.1.2: +tsconfig-paths@^3.15.0, tsconfig-paths@^4.1.2: version "4.2.0" resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz#ef78e19039133446d244beac0fd6a1632e2d107c" integrity sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg== @@ -10996,14 +11158,49 @@ type@^2.7.2: resolved "https://registry.yarnpkg.com/type/-/type-2.7.2.tgz#2376a15a3a28b1efa0f5350dcf72d24df6ef98d0" integrity sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw== -typed-array-length@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.4.tgz#89d83785e5c4098bec72e08b319651f0eac9c1bb" - integrity sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng== +typed-array-buffer@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz#1867c5d83b20fcb5ccf32649e5e2fc7424474ff3" + integrity sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ== dependencies: - call-bind "^1.0.2" + call-bind "^1.0.7" + es-errors "^1.3.0" + is-typed-array "^1.1.13" + +typed-array-byte-length@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz#d92972d3cff99a3fa2e765a28fcdc0f1d89dec67" + integrity sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw== + dependencies: + call-bind "^1.0.7" + for-each "^0.3.3" + gopd "^1.0.1" + has-proto "^1.0.3" + is-typed-array "^1.1.13" + +typed-array-byte-offset@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz#f9ec1acb9259f395093e4567eb3c28a580d02063" + integrity sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA== + dependencies: + available-typed-arrays "^1.0.7" + call-bind "^1.0.7" for-each "^0.3.3" - is-typed-array "^1.1.9" + gopd "^1.0.1" + has-proto "^1.0.3" + is-typed-array "^1.1.13" + +typed-array-length@^1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.6.tgz#57155207c76e64a3457482dfdc1c9d1d3c4c73a3" + integrity sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g== + dependencies: + call-bind "^1.0.7" + for-each "^0.3.3" + gopd "^1.0.1" + has-proto "^1.0.3" + is-typed-array "^1.1.13" + possible-typed-array-names "^1.0.0" typed-css-modules@^0.7.2: version "0.7.2" @@ -11059,16 +11256,6 @@ uglify-js@^3.1.4: commander "~2.20.0" source-map "~0.6.1" -unbox-primitive@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471" - integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw== - dependencies: - function-bind "^1.1.1" - has-bigints "^1.0.1" - has-symbols "^1.0.2" - which-boxed-primitive "^1.0.2" - unbox-primitive@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e" @@ -11649,6 +11836,17 @@ which-module@^2.0.0: resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= +which-typed-array@^1.1.14, which-typed-array@^1.1.15: + version "1.1.15" + resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.15.tgz#264859e9b11a649b388bfaaf4f767df1f779b38d" + integrity sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA== + dependencies: + available-typed-arrays "^1.0.7" + call-bind "^1.0.7" + for-each "^0.3.3" + gopd "^1.0.1" + has-tostringtag "^1.0.2" + which-typed-array@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.2.tgz#e5f98e56bda93e3dac196b01d47c1156679c00b2" @@ -11661,18 +11859,6 @@ which-typed-array@^1.1.2: has-symbols "^1.0.1" is-typed-array "^1.1.3" -which-typed-array@^1.1.9: - version "1.1.9" - resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.9.tgz#307cf898025848cf995e795e8423c7f337efbde6" - integrity sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA== - dependencies: - available-typed-arrays "^1.0.5" - call-bind "^1.0.2" - for-each "^0.3.3" - gopd "^1.0.1" - has-tostringtag "^1.0.0" - is-typed-array "^1.1.10" - which@1.2.4: version "1.2.4" resolved "https://registry.yarnpkg.com/which/-/which-1.2.4.tgz#1557f96080604e5b11b3599eb9f45b50a9efd722"