From a2aff6ef8c0e7be229708d9c57e269ae255870fb Mon Sep 17 00:00:00 2001 From: shubham sharma Date: Sun, 1 Sep 2024 13:53:16 +0530 Subject: [PATCH] Update deprecated dependencies (#2022) * fix: replace babel-eslint to @babel/eslint-parser * fix(eslint): update eslint version * fix(axios): remove axios * fix: changelog --------- Co-authored-by: shubham2811 --- ...recated-dependencies_2024-08-30-03-36.json | 10 + ...recated-dependencies_2024-08-30-03-36.json | 10 + ...recated-dependencies_2024-08-30-03-36.json | 10 + ...recated-dependencies_2024-08-30-03-36.json | 10 + ...recated-dependencies_2024-08-30-03-36.json | 10 + ...recated-dependencies_2024-08-30-03-36.json | 10 + ...recated-dependencies_2024-08-30-03-36.json | 10 + ...recated-dependencies_2024-08-30-03-36.json | 10 + ...recated-dependencies_2024-08-30-03-36.json | 10 + ...recated-dependencies_2024-08-30-03-36.json | 10 + ...recated-dependencies_2024-08-30-03-36.json | 10 + ...recated-dependencies_2024-08-30-03-36.json | 10 + ...recated-dependencies_2024-08-30-03-36.json | 10 + ...recated-dependencies_2024-08-30-03-36.json | 10 + ...recated-dependencies_2024-08-30-03-36.json | 10 + ...recated-dependencies_2024-08-30-03-36.json | 10 + ...recated-dependencies_2024-08-30-03-36.json | 10 + ...recated-dependencies_2024-08-30-03-36.json | 10 + ...recated-dependencies_2024-08-30-03-36.json | 10 + common/config/rush/pnpm-lock.yaml | 1948 ++++++----------- packages/subapp-web/package.json | 2 +- packages/webpack-config-composer/package.json | 8 +- packages/xarc-app-dev/package.json | 12 +- .../scripts/l10n/flatten-messages.js | 18 +- .../src/config/babel/babelrc-client.ts | 17 +- .../src/config/babel/babelrc-server.ts | 20 +- .../xarc-app-dev/src/config/babel/babelrc.ts | 24 +- .../src/config/opt2/babel-options.ts | 2 +- .../src/lib/dev-admin/redbird-spawn.ts | 42 +- packages/xarc-app/package.json | 5 +- packages/xarc-dev-base/package.json | 7 +- packages/xarc-index-page/package.json | 5 +- packages/xarc-jsx-renderer/package.json | 8 +- packages/xarc-opt-eslint/package.json | 5 +- packages/xarc-react-query/package.json | 5 +- packages/xarc-react-recoil/package.json | 7 +- .../xarc-react-redux-observable/package.json | 5 +- packages/xarc-react-redux-saga/package.json | 7 +- packages/xarc-react-redux/package.json | 5 +- packages/xarc-react-router/package.json | 5 +- packages/xarc-react/package.json | 5 +- packages/xarc-render-context/package.json | 4 +- packages/xarc-subapp/package.json | 7 +- packages/xarc-tag-renderer/package.json | 5 +- packages/xarc-webpack/package.json | 7 +- 45 files changed, 1003 insertions(+), 1372 deletions(-) create mode 100644 common/changes/@xarc/app-dev/update-deprecated-dependencies_2024-08-30-03-36.json create mode 100644 common/changes/@xarc/app/update-deprecated-dependencies_2024-08-30-03-36.json create mode 100644 common/changes/@xarc/dev-base/update-deprecated-dependencies_2024-08-30-03-36.json create mode 100644 common/changes/@xarc/index-page/update-deprecated-dependencies_2024-08-30-03-36.json create mode 100644 common/changes/@xarc/jsx-renderer/update-deprecated-dependencies_2024-08-30-03-36.json create mode 100644 common/changes/@xarc/opt-eslint/update-deprecated-dependencies_2024-08-30-03-36.json create mode 100644 common/changes/@xarc/react-query/update-deprecated-dependencies_2024-08-30-03-36.json create mode 100644 common/changes/@xarc/react-recoil/update-deprecated-dependencies_2024-08-30-03-36.json create mode 100644 common/changes/@xarc/react-redux-observable/update-deprecated-dependencies_2024-08-30-03-36.json create mode 100644 common/changes/@xarc/react-redux-saga/update-deprecated-dependencies_2024-08-30-03-36.json create mode 100644 common/changes/@xarc/react-redux/update-deprecated-dependencies_2024-08-30-03-36.json create mode 100644 common/changes/@xarc/react-router/update-deprecated-dependencies_2024-08-30-03-36.json create mode 100644 common/changes/@xarc/react/update-deprecated-dependencies_2024-08-30-03-36.json create mode 100644 common/changes/@xarc/render-context/update-deprecated-dependencies_2024-08-30-03-36.json create mode 100644 common/changes/@xarc/subapp/update-deprecated-dependencies_2024-08-30-03-36.json create mode 100644 common/changes/@xarc/tag-renderer/update-deprecated-dependencies_2024-08-30-03-36.json create mode 100644 common/changes/@xarc/webpack/update-deprecated-dependencies_2024-08-30-03-36.json create mode 100644 common/changes/subapp-web/update-deprecated-dependencies_2024-08-30-03-36.json create mode 100644 common/changes/webpack-config-composer/update-deprecated-dependencies_2024-08-30-03-36.json diff --git a/common/changes/@xarc/app-dev/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/@xarc/app-dev/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..3114d9157 --- /dev/null +++ b/common/changes/@xarc/app-dev/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/app-dev", + "comment": "", + "type": "none" + } + ], + "packageName": "@xarc/app-dev" +} \ No newline at end of file diff --git a/common/changes/@xarc/app/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/@xarc/app/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..55baaf723 --- /dev/null +++ b/common/changes/@xarc/app/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/app", + "comment": "", + "type": "none" + } + ], + "packageName": "@xarc/app" +} \ No newline at end of file diff --git a/common/changes/@xarc/dev-base/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/@xarc/dev-base/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..64b464a5f --- /dev/null +++ b/common/changes/@xarc/dev-base/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/dev-base", + "comment": "", + "type": "none" + } + ], + "packageName": "@xarc/dev-base" +} \ No newline at end of file diff --git a/common/changes/@xarc/index-page/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/@xarc/index-page/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..e23c23e05 --- /dev/null +++ b/common/changes/@xarc/index-page/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/index-page", + "comment": "", + "type": "none" + } + ], + "packageName": "@xarc/index-page" +} \ No newline at end of file diff --git a/common/changes/@xarc/jsx-renderer/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/@xarc/jsx-renderer/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..fe9e92266 --- /dev/null +++ b/common/changes/@xarc/jsx-renderer/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/jsx-renderer", + "comment": "", + "type": "none" + } + ], + "packageName": "@xarc/jsx-renderer" +} \ No newline at end of file diff --git a/common/changes/@xarc/opt-eslint/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/@xarc/opt-eslint/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..ba200cd01 --- /dev/null +++ b/common/changes/@xarc/opt-eslint/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/opt-eslint", + "comment": "", + "type": "none" + } + ], + "packageName": "@xarc/opt-eslint" +} \ No newline at end of file diff --git a/common/changes/@xarc/react-query/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/@xarc/react-query/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..c76a04506 --- /dev/null +++ b/common/changes/@xarc/react-query/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/react-query", + "comment": "", + "type": "none" + } + ], + "packageName": "@xarc/react-query" +} \ No newline at end of file diff --git a/common/changes/@xarc/react-recoil/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/@xarc/react-recoil/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..4f1fbb32d --- /dev/null +++ b/common/changes/@xarc/react-recoil/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/react-recoil", + "comment": "", + "type": "none" + } + ], + "packageName": "@xarc/react-recoil" +} \ No newline at end of file diff --git a/common/changes/@xarc/react-redux-observable/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/@xarc/react-redux-observable/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..c9eade913 --- /dev/null +++ b/common/changes/@xarc/react-redux-observable/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/react-redux-observable", + "comment": "", + "type": "none" + } + ], + "packageName": "@xarc/react-redux-observable" +} \ No newline at end of file diff --git a/common/changes/@xarc/react-redux-saga/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/@xarc/react-redux-saga/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..b2633ec48 --- /dev/null +++ b/common/changes/@xarc/react-redux-saga/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/react-redux-saga", + "comment": "", + "type": "none" + } + ], + "packageName": "@xarc/react-redux-saga" +} \ No newline at end of file diff --git a/common/changes/@xarc/react-redux/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/@xarc/react-redux/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..7c7ac5d2c --- /dev/null +++ b/common/changes/@xarc/react-redux/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/react-redux", + "comment": "", + "type": "none" + } + ], + "packageName": "@xarc/react-redux" +} \ No newline at end of file diff --git a/common/changes/@xarc/react-router/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/@xarc/react-router/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..ee52b24bf --- /dev/null +++ b/common/changes/@xarc/react-router/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/react-router", + "comment": "", + "type": "none" + } + ], + "packageName": "@xarc/react-router" +} \ No newline at end of file diff --git a/common/changes/@xarc/react/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/@xarc/react/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..7f053d339 --- /dev/null +++ b/common/changes/@xarc/react/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/react", + "comment": "", + "type": "none" + } + ], + "packageName": "@xarc/react" +} \ No newline at end of file diff --git a/common/changes/@xarc/render-context/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/@xarc/render-context/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..c4ddca2ff --- /dev/null +++ b/common/changes/@xarc/render-context/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/render-context", + "comment": "", + "type": "none" + } + ], + "packageName": "@xarc/render-context" +} \ No newline at end of file diff --git a/common/changes/@xarc/subapp/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/@xarc/subapp/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..14d01730a --- /dev/null +++ b/common/changes/@xarc/subapp/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/subapp", + "comment": "", + "type": "none" + } + ], + "packageName": "@xarc/subapp" +} \ No newline at end of file diff --git a/common/changes/@xarc/tag-renderer/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/@xarc/tag-renderer/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..67c44123c --- /dev/null +++ b/common/changes/@xarc/tag-renderer/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/tag-renderer", + "comment": "", + "type": "none" + } + ], + "packageName": "@xarc/tag-renderer" +} \ No newline at end of file diff --git a/common/changes/@xarc/webpack/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/@xarc/webpack/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..390413e61 --- /dev/null +++ b/common/changes/@xarc/webpack/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@xarc/webpack", + "comment": "", + "type": "none" + } + ], + "packageName": "@xarc/webpack" +} \ No newline at end of file diff --git a/common/changes/subapp-web/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/subapp-web/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..d7a9fc6f2 --- /dev/null +++ b/common/changes/subapp-web/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "subapp-web", + "comment": "", + "type": "none" + } + ], + "packageName": "subapp-web" +} \ No newline at end of file diff --git a/common/changes/webpack-config-composer/update-deprecated-dependencies_2024-08-30-03-36.json b/common/changes/webpack-config-composer/update-deprecated-dependencies_2024-08-30-03-36.json new file mode 100644 index 000000000..1787863fa --- /dev/null +++ b/common/changes/webpack-config-composer/update-deprecated-dependencies_2024-08-30-03-36.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "webpack-config-composer", + "comment": "", + "type": "none" + } + ], + "packageName": "webpack-config-composer" +} \ No newline at end of file diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 5bf16b37b..5f05761d7 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -1,9 +1,9 @@ lockfileVersion: 5.3 specifiers: - '@babel/plugin-proposal-class-properties': ^7.17.12 '@babel/plugin-proposal-decorators': ^7.17.12 - '@babel/plugin-proposal-object-rest-spread': ^7.17.12 + '@babel/plugin-transform-class-properties': ^7.24.1 + '@babel/plugin-transform-object-rest-spread': ^7.24.7 '@babel/plugin-transform-react-constant-elements': ^7.17.12 '@babel/plugin-transform-react-inline-elements': ^7.16.7 '@babel/preset-typescript': ^7.17.12 @@ -58,7 +58,6 @@ specifiers: '@types/webpack': 5.28.0 ansi-to-html: ^0.7.2 autoprefixer: ^9.6.0 - babel-eslint: ^10.1.0 babel-jest: ^29.6.2 babel-plugin-istanbul: ^6.1.1 babel-plugin-lodash: ^3.3.4 @@ -88,13 +87,12 @@ specifiers: fast-async: ^7.0.5 file-loader: ^6.2.0 fs-extra: ^10.1.0 - glob: ^8.0.3 + glob: ^9.0.0 history: ^5.3.0 http-status-codes: ^2.2.0 identity-obj-proxy: ^3.0.0 is-ci: ^2.0.0 isomorphic-loader: ^4.5.0 - istanbul: ^0.4.5 jest: ^29.6.2 jest-environment-jsdom: ^29.6.2 jsdom-global: ^3.0.2 @@ -141,7 +139,6 @@ specifiers: redux-observable: ^1.2.0 redux-saga: ^1.1.3 regenerator-runtime: ^0.13.9 - request: ^2.88.2 require-at: ^1.0.6 rxjs: ^6.6.3 sass: ^1.58.0 @@ -168,16 +165,16 @@ specifiers: xstdout: ^0.1.1 dependencies: - '@babel/plugin-proposal-class-properties': 7.18.6 '@babel/plugin-proposal-decorators': 7.24.7 - '@babel/plugin-proposal-object-rest-spread': 7.20.7 + '@babel/plugin-transform-class-properties': 7.25.4 + '@babel/plugin-transform-object-rest-spread': 7.24.7 '@babel/plugin-transform-react-constant-elements': 7.25.1 '@babel/plugin-transform-react-inline-elements': 7.24.7 '@babel/preset-typescript': 7.24.7 '@hapi/boom': 9.1.4 '@jchip/redbird': 1.3.0 '@rush-temp/app': file:projects/app.tgz - '@rush-temp/app-dev': file:projects/app-dev.tgz_webpack-cli@4.8.0+webpack@5.93.0 + '@rush-temp/app-dev': file:projects/app-dev.tgz_webpack-cli@4.8.0+webpack@5.94.0 '@rush-temp/create-app': file:projects/create-app.tgz '@rush-temp/dev-base': file:projects/dev-base.tgz '@rush-temp/electrode-cdn-file-loader': file:projects/electrode-cdn-file-loader.tgz @@ -186,17 +183,17 @@ dependencies: '@rush-temp/jsx-renderer': file:projects/jsx-renderer.tgz '@rush-temp/opt-archetype-check': file:projects/opt-archetype-check.tgz '@rush-temp/opt-eslint': file:projects/opt-eslint.tgz - '@rush-temp/opt-jest': file:projects/opt-jest.tgz_@types+node@20.16.1 - '@rush-temp/opt-karma': file:projects/opt-karma.tgz_webpack@5.93.0 - '@rush-temp/opt-less': file:projects/opt-less.tgz_webpack@5.93.0 + '@rush-temp/opt-jest': file:projects/opt-jest.tgz_@types+node@20.16.2 + '@rush-temp/opt-karma': file:projects/opt-karma.tgz_webpack@5.94.0 + '@rush-temp/opt-less': file:projects/opt-less.tgz_webpack@5.94.0 '@rush-temp/opt-mocha': file:projects/opt-mocha.tgz '@rush-temp/opt-postcss': file:projects/opt-postcss.tgz '@rush-temp/opt-preact': file:projects/opt-preact.tgz '@rush-temp/opt-react': file:projects/opt-react.tgz - '@rush-temp/opt-sass': file:projects/opt-sass.tgz_webpack@5.93.0 + '@rush-temp/opt-sass': file:projects/opt-sass.tgz_webpack@5.94.0 '@rush-temp/opt-stylus': file:projects/opt-stylus.tgz - '@rush-temp/poc-subapp': file:projects/poc-subapp.tgz_webpack@5.93.0 - '@rush-temp/poc-subapp-redux': file:projects/poc-subapp-redux.tgz_webpack@5.93.0 + '@rush-temp/poc-subapp': file:projects/poc-subapp.tgz_webpack@5.94.0 + '@rush-temp/poc-subapp-redux': file:projects/poc-subapp-redux.tgz_webpack@5.94.0 '@rush-temp/poc-subappv1-csp': file:projects/poc-subappv1-csp.tgz '@rush-temp/react': file:projects/react.tgz '@rush-temp/react-query': file:projects/react-query.tgz @@ -221,11 +218,10 @@ dependencies: '@testing-library/jest-dom': 5.17.0 '@types/chai-as-promised': 7.1.8 '@types/jest': 29.5.12 - '@types/node': 20.16.1 + '@types/node': 20.16.2 '@types/webpack': 5.28.0_webpack-cli@4.8.0 ansi-to-html: 0.7.2 autoprefixer: 9.8.8 - babel-eslint: 10.1.0 babel-jest: 29.7.0 babel-plugin-istanbul: 6.1.1 babel-plugin-lodash: 3.3.4 @@ -239,8 +235,8 @@ dependencies: chai-shallowly: 1.0.0 chalker: 1.2.0 chokidar: 3.6.0 - css-loader: 6.11.0_webpack@5.93.0 - css-minimizer-webpack-plugin: 1.3.0_webpack@5.93.0 + css-loader: 6.11.0_webpack@5.94.0 + css-minimizer-webpack-plugin: 1.3.0_webpack@5.94.0 electrode-archetype-njs-module-dev: 3.0.3 electrode-confippet: 1.7.1 electrode-react-webapp: 5.1.1 @@ -253,16 +249,15 @@ dependencies: eslint-plugin-mocha: 8.2.0 eslint-plugin-react: 7.35.0 fast-async: 7.0.6 - file-loader: 6.2.0_webpack@5.93.0 + file-loader: 6.2.0_webpack@5.94.0 fs-extra: 10.1.0 - glob: 8.1.0 + glob: 9.3.5 history: 5.3.0 http-status-codes: 2.3.0 identity-obj-proxy: 3.0.0 is-ci: 2.0.0 isomorphic-loader: 4.5.0 - istanbul: 0.4.5 - jest: 29.7.0_@types+node@20.16.1 + jest: 29.7.0_@types+node@20.16.2 jest-environment-jsdom: 29.7.0 jsdom-global: 3.0.2 jsesc: 3.0.2 @@ -278,14 +273,14 @@ dependencies: karma-sonarqube-unit-reporter: 0.0.23_karma@6.4.4 karma-sourcemap-loader: 0.4.0 karma-spec-reporter: 0.0.36_karma@6.4.4 - karma-webpack: 5.0.1_webpack@5.93.0 + karma-webpack: 5.0.1_webpack@5.94.0 less: 3.13.1 - less-loader: 4.1.0_less@3.13.1+webpack@5.93.0 + less-loader: 4.1.0_less@3.13.1+webpack@5.94.0 loader-utils: 1.4.2 loadjs: 4.3.0 log-update: 5.0.1 mime: 3.0.0 - mini-css-extract-plugin: 1.6.2_webpack@5.93.0 + mini-css-extract-plugin: 1.6.2_webpack@5.94.0 mock-require: 3.0.3 munchy: 1.0.9 nix-clap: 1.3.13 @@ -308,11 +303,10 @@ dependencies: redux-observable: 1.2.0_rxjs@6.6.7 redux-saga: 1.3.0 regenerator-runtime: 0.13.11 - request: 2.88.2 require-at: 1.0.6 rxjs: 6.6.7 sass: 1.77.8 - sass-loader: 13.3.3_sass@1.77.8+webpack@5.93.0 + sass-loader: 13.3.3_sass@1.77.8+webpack@5.94.0 semver: 7.6.3 serve-index-fs: 1.10.1 shcmd: 0.8.5 @@ -322,12 +316,12 @@ dependencies: sudo-prompt: 9.2.1 sugarss: 2.0.0 typedoc-plugin-external-module-name: 3.1.0 - url-loader: 4.1.1_file-loader@6.2.0+webpack@5.93.0 + url-loader: 4.1.1_file-loader@6.2.0+webpack@5.94.0 visual-logger: 1.1.3 - webpack: 5.93.0_webpack-cli@4.8.0 + webpack: 5.94.0_webpack-cli@4.8.0 webpack-bundle-analyzer: 3.9.0 - webpack-cli: 4.8.0_4334de17d624781f2699217176e11f63 - webpack-dev-middleware: 4.3.0_webpack@5.93.0 + webpack-cli: 4.8.0_2b4e8292866a351ca53ec0111962e810 + webpack-dev-middleware: 4.3.0_webpack@5.94.0 webpack-sources: 2.3.1 webpack-stats-plugin: 1.1.3 xenv-config: 1.3.1 @@ -356,27 +350,8 @@ packages: is-potential-custom-element-name: 1.0.1 dev: false - /@babel/cli/7.24.8: - resolution: {integrity: sha512-isdp+G6DpRyKc+3Gqxy2rjzgF7Zj9K0mzLNnxz+E/fgeag8qT3vVulX4gY9dGO1q0y+0lUv6V3a+uhUzMzrwXg==} - engines: {node: '>=6.9.0'} - hasBin: true - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@jridgewell/trace-mapping': 0.3.25 - commander: 6.2.1 - convert-source-map: 2.0.0 - fs-readdir-recursive: 1.1.0 - glob: 7.2.3 - make-dir: 2.1.0 - slash: 2.0.0 - optionalDependencies: - '@nicolo-ribaudo/chokidar-2': 2.1.8-no-fsevents.3 - chokidar: 3.6.0 - dev: false - - /@babel/cli/7.24.8_@babel+core@7.25.2: - resolution: {integrity: sha512-isdp+G6DpRyKc+3Gqxy2rjzgF7Zj9K0mzLNnxz+E/fgeag8qT3vVulX4gY9dGO1q0y+0lUv6V3a+uhUzMzrwXg==} + /@babel/cli/7.25.6_@babel+core@7.25.2: + resolution: {integrity: sha512-Z+Doemr4VtvSD2SNHTrkiFZ1LX+JI6tyRXAAOb4N9khIuPyoEPmTPJarPm8ljJV1D6bnMQjyHMWTT9NeKbQuXA==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: @@ -415,8 +390,8 @@ packages: picocolors: 1.0.1 dev: false - /@babel/compat-data/7.25.2: - resolution: {integrity: sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==} + /@babel/compat-data/7.25.4: + resolution: {integrity: sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==} engines: {node: '>=6.9.0'} dev: false @@ -426,14 +401,14 @@ packages: dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.24.7 - '@babel/generator': 7.25.0 + '@babel/generator': 7.25.6 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-module-transforms': 7.25.2_@babel+core@7.25.2 - '@babel/helpers': 7.25.0 - '@babel/parser': 7.25.3 + '@babel/helpers': 7.25.6 + '@babel/parser': 7.25.6 '@babel/template': 7.25.0 - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 convert-source-map: 2.0.0 debug: 4.3.6 gensync: 1.0.0-beta.2 @@ -443,6 +418,47 @@ packages: - supports-color dev: false + /@babel/eslint-parser/7.25.1_@babel+core@7.25.2+eslint@7.32.0: + resolution: {integrity: sha512-Y956ghgTT4j7rKesabkh5WeqgSFZVFwaPR0IWFm7KFHFmmJ4afbG49SmfW4S+GyRPx0Dy5jxEWA5t0rpxfElWg==} + engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} + peerDependencies: + '@babel/core': ^7.11.0 + eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 + dependencies: + '@babel/core': 7.25.2 + '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 + eslint: 7.32.0 + eslint-visitor-keys: 2.1.0 + semver: 6.3.1 + dev: false + + /@babel/eslint-parser/7.25.1_@babel+core@7.25.2+eslint@8.57.0: + resolution: {integrity: sha512-Y956ghgTT4j7rKesabkh5WeqgSFZVFwaPR0IWFm7KFHFmmJ4afbG49SmfW4S+GyRPx0Dy5jxEWA5t0rpxfElWg==} + engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} + peerDependencies: + '@babel/core': ^7.11.0 + eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 + dependencies: + '@babel/core': 7.25.2 + '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 + eslint: 8.57.0 + eslint-visitor-keys: 2.1.0 + semver: 6.3.1 + dev: false + + /@babel/eslint-parser/7.25.1_eslint@8.57.0: + resolution: {integrity: sha512-Y956ghgTT4j7rKesabkh5WeqgSFZVFwaPR0IWFm7KFHFmmJ4afbG49SmfW4S+GyRPx0Dy5jxEWA5t0rpxfElWg==} + engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} + peerDependencies: + '@babel/core': ^7.11.0 + eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 + dependencies: + '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 + eslint: 8.57.0 + eslint-visitor-keys: 2.1.0 + semver: 6.3.1 + dev: false + /@babel/generator/7.0.0-beta.44: resolution: {integrity: sha512-5xVb7hlhjGcdkKpMXgicAVgx8syK5VJz193k0i/0sLP6DzE6lRrU1K3B/rFefgdo9LPGMAOOOAWW4jycj07ShQ==} dependencies: @@ -453,11 +469,11 @@ packages: trim-right: 1.0.1 dev: false - /@babel/generator/7.25.0: - resolution: {integrity: sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==} + /@babel/generator/7.25.6: + resolution: {integrity: sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 @@ -467,15 +483,15 @@ packages: resolution: {integrity: sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 dev: false /@babel/helper-builder-binary-assignment-operator-visitor/7.24.7: resolution: {integrity: sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color dev: false @@ -485,22 +501,22 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 dev: false /@babel/helper-compilation-targets/7.25.2: resolution: {integrity: sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/compat-data': 7.25.2 + '@babel/compat-data': 7.25.4 '@babel/helper-validator-option': 7.24.8 browserslist: 4.23.3 lru-cache: 5.1.1 semver: 6.3.1 dev: false - /@babel/helper-create-class-features-plugin/7.25.0: - resolution: {integrity: sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ==} + /@babel/helper-create-class-features-plugin/7.25.4: + resolution: {integrity: sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -510,14 +526,14 @@ packages: '@babel/helper-optimise-call-expression': 7.24.7 '@babel/helper-replace-supers': 7.25.0 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.6 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /@babel/helper-create-class-features-plugin/7.25.0_@babel+core@7.25.2: - resolution: {integrity: sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ==} + /@babel/helper-create-class-features-plugin/7.25.4_@babel+core@7.25.2: + resolution: {integrity: sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -528,7 +544,7 @@ packages: '@babel/helper-optimise-call-expression': 7.24.7 '@babel/helper-replace-supers': 7.25.0_@babel+core@7.25.2 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.6 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -579,8 +595,8 @@ packages: resolution: {integrity: sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color dev: false @@ -589,8 +605,8 @@ packages: resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color dev: false @@ -604,7 +620,7 @@ packages: '@babel/helper-module-imports': 7.24.7 '@babel/helper-simple-access': 7.24.7 '@babel/helper-validator-identifier': 7.24.7 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color dev: false @@ -619,7 +635,7 @@ packages: '@babel/helper-module-imports': 7.24.7 '@babel/helper-simple-access': 7.24.7 '@babel/helper-validator-identifier': 7.24.7 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color dev: false @@ -628,7 +644,7 @@ packages: resolution: {integrity: sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 dev: false /@babel/helper-plugin-utils/7.24.8: @@ -645,7 +661,7 @@ packages: '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-wrap-function': 7.25.0 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color dev: false @@ -658,7 +674,7 @@ packages: dependencies: '@babel/helper-member-expression-to-functions': 7.24.8 '@babel/helper-optimise-call-expression': 7.24.7 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color dev: false @@ -672,7 +688,7 @@ packages: '@babel/core': 7.25.2 '@babel/helper-member-expression-to-functions': 7.24.8 '@babel/helper-optimise-call-expression': 7.24.7 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color dev: false @@ -681,8 +697,8 @@ packages: resolution: {integrity: sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color dev: false @@ -691,8 +707,8 @@ packages: resolution: {integrity: sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color dev: false @@ -723,18 +739,18 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.25.0 - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color dev: false - /@babel/helpers/7.25.0: - resolution: {integrity: sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==} + /@babel/helpers/7.25.6: + resolution: {integrity: sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.25.0 - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 dev: false /@babel/highlight/7.0.0-beta.44: @@ -755,12 +771,12 @@ packages: picocolors: 1.0.1 dev: false - /@babel/parser/7.25.3: - resolution: {integrity: sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==} + /@babel/parser/7.25.6: + resolution: {integrity: sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 dev: false /@babel/plugin-bugfix-firefox-class-in-computed-class-key/7.25.3_@babel+core@7.25.2: @@ -771,7 +787,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color dev: false @@ -818,34 +834,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/traverse': 7.25.3 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/plugin-proposal-class-properties/7.18.6: - resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} - engines: {node: '>=6.9.0'} - deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-create-class-features-plugin': 7.25.0 - '@babel/helper-plugin-utils': 7.24.8 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.25.2: - resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} - engines: {node: '>=6.9.0'} - deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.25.0_@babel+core@7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color dev: false @@ -856,7 +845,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-class-features-plugin': 7.25.0 + '@babel/helper-create-class-features-plugin': 7.25.4 '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-decorators': 7.24.7 transitivePeerDependencies: @@ -870,42 +859,13 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.25.0_@babel+core@7.25.2 + '@babel/helper-create-class-features-plugin': 7.25.4_@babel+core@7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-decorators': 7.24.7_@babel+core@7.25.2 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-object-rest-spread/7.20.7: - resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} - engines: {node: '>=6.9.0'} - deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.25.2 - '@babel/helper-compilation-targets': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-object-rest-spread': 7.8.3 - '@babel/plugin-transform-parameters': 7.24.7 - dev: false - - /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.25.2: - resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} - engines: {node: '>=6.9.0'} - deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.25.2 - '@babel/core': 7.25.2 - '@babel/helper-compilation-targets': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.25.2 - '@babel/plugin-transform-parameters': 7.24.7_@babel+core@7.25.2 - dev: false - /@babel/plugin-proposal-private-property-in-object/7.21.0-placeholder-for-preset-env.2_@babel+core@7.25.2: resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} @@ -1022,8 +982,8 @@ packages: '@babel/helper-plugin-utils': 7.24.8 dev: false - /@babel/plugin-syntax-import-assertions/7.24.7_@babel+core@7.25.2: - resolution: {integrity: sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==} + /@babel/plugin-syntax-import-assertions/7.25.6_@babel+core@7.25.2: + resolution: {integrity: sha512-aABl0jHw9bZ2karQ/uUD6XP4u0SG22SJrOHFoL6XB1R7dTovOP4TzTlsxOYC5yQ1pdscVK2JTUnF6QL3ARoAiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1032,8 +992,8 @@ packages: '@babel/helper-plugin-utils': 7.24.8 dev: false - /@babel/plugin-syntax-import-attributes/7.24.7: - resolution: {integrity: sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==} + /@babel/plugin-syntax-import-attributes/7.25.6: + resolution: {integrity: sha512-sXaDXaJN9SNLymBdlWFA+bjzBhFD617ZaFiY13dGt7TVslVvVgA6fkZOP7Ki3IGElC45lwHdOTrCtKZGVAWeLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1041,8 +1001,8 @@ packages: '@babel/helper-plugin-utils': 7.24.8 dev: false - /@babel/plugin-syntax-import-attributes/7.24.7_@babel+core@7.25.2: - resolution: {integrity: sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==} + /@babel/plugin-syntax-import-attributes/7.25.6_@babel+core@7.25.2: + resolution: {integrity: sha512-sXaDXaJN9SNLymBdlWFA+bjzBhFD617ZaFiY13dGt7TVslVvVgA6fkZOP7Ki3IGElC45lwHdOTrCtKZGVAWeLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1244,8 +1204,8 @@ packages: '@babel/helper-plugin-utils': 7.24.8 dev: false - /@babel/plugin-syntax-typescript/7.24.7: - resolution: {integrity: sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==} + /@babel/plugin-syntax-typescript/7.25.4: + resolution: {integrity: sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1253,8 +1213,8 @@ packages: '@babel/helper-plugin-utils': 7.24.8 dev: false - /@babel/plugin-syntax-typescript/7.24.7_@babel+core@7.25.2: - resolution: {integrity: sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==} + /@babel/plugin-syntax-typescript/7.25.4_@babel+core@7.25.2: + resolution: {integrity: sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1284,8 +1244,8 @@ packages: '@babel/helper-plugin-utils': 7.24.8 dev: false - /@babel/plugin-transform-async-generator-functions/7.25.0_@babel+core@7.25.2: - resolution: {integrity: sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==} + /@babel/plugin-transform-async-generator-functions/7.25.4_@babel+core@7.25.2: + resolution: {integrity: sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1294,7 +1254,7 @@ packages: '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-remap-async-to-generator': 7.25.0_@babel+core@7.25.2 '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.25.2 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color dev: false @@ -1333,14 +1293,26 @@ packages: '@babel/helper-plugin-utils': 7.24.8 dev: false - /@babel/plugin-transform-class-properties/7.24.7_@babel+core@7.25.2: - resolution: {integrity: sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==} + /@babel/plugin-transform-class-properties/7.25.4: + resolution: {integrity: sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-create-class-features-plugin': 7.25.4 + '@babel/helper-plugin-utils': 7.24.8 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/plugin-transform-class-properties/7.25.4_@babel+core@7.25.2: + resolution: {integrity: sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.25.0_@babel+core@7.25.2 + '@babel/helper-create-class-features-plugin': 7.25.4_@babel+core@7.25.2 '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: - supports-color @@ -1353,15 +1325,15 @@ packages: '@babel/core': ^7.12.0 dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.25.0_@babel+core@7.25.2 + '@babel/helper-create-class-features-plugin': 7.25.4_@babel+core@7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.25.2 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-classes/7.25.0_@babel+core@7.25.2: - resolution: {integrity: sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==} + /@babel/plugin-transform-classes/7.25.4_@babel+core@7.25.2: + resolution: {integrity: sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1371,7 +1343,7 @@ packages: '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-replace-supers': 7.25.0_@babel+core@7.25.2 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.6 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -1487,7 +1459,7 @@ packages: '@babel/core': 7.25.2 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color dev: false @@ -1584,7 +1556,7 @@ packages: '@babel/helper-module-transforms': 7.25.2_@babel+core@7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color dev: false @@ -1645,6 +1617,18 @@ packages: '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.25.2 dev: false + /@babel/plugin-transform-object-rest-spread/7.24.7: + resolution: {integrity: sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/helper-compilation-targets': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-object-rest-spread': 7.8.3 + '@babel/plugin-transform-parameters': 7.24.7 + dev: false + /@babel/plugin-transform-object-rest-spread/7.24.7_@babel+core@7.25.2: resolution: {integrity: sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==} engines: {node: '>=6.9.0'} @@ -1715,14 +1699,14 @@ packages: '@babel/helper-plugin-utils': 7.24.8 dev: false - /@babel/plugin-transform-private-methods/7.24.7_@babel+core@7.25.2: - resolution: {integrity: sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==} + /@babel/plugin-transform-private-methods/7.25.4_@babel+core@7.25.2: + resolution: {integrity: sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.25.0_@babel+core@7.25.2 + '@babel/helper-create-class-features-plugin': 7.25.4_@babel+core@7.25.2 '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: - supports-color @@ -1736,7 +1720,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.25.0_@babel+core@7.25.2 + '@babel/helper-create-class-features-plugin': 7.25.4_@babel+core@7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.25.2 transitivePeerDependencies: @@ -1826,7 +1810,7 @@ packages: '@babel/helper-module-imports': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-jsx': 7.24.7_@babel+core@7.25.2 - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color dev: false @@ -1863,8 +1847,8 @@ packages: '@babel/helper-plugin-utils': 7.24.8 dev: false - /@babel/plugin-transform-runtime/7.24.7_@babel+core@7.25.2: - resolution: {integrity: sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==} + /@babel/plugin-transform-runtime/7.25.4_@babel+core@7.25.2: + resolution: {integrity: sha512-8hsyG+KUYGY0coX6KUCDancA0Vw225KJ2HJO0yCNr1vq5r+lJTleDaJf0K7iOhjw4SWhu03TMBzYTJ9krmzULQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1940,10 +1924,10 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.25.0 + '@babel/helper-create-class-features-plugin': 7.25.4 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 - '@babel/plugin-syntax-typescript': 7.24.7 + '@babel/plugin-syntax-typescript': 7.25.4 transitivePeerDependencies: - supports-color dev: false @@ -1956,10 +1940,10 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.25.0_@babel+core@7.25.2 + '@babel/helper-create-class-features-plugin': 7.25.4_@babel+core@7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 - '@babel/plugin-syntax-typescript': 7.24.7_@babel+core@7.25.2 + '@babel/plugin-syntax-typescript': 7.25.4_@babel+core@7.25.2 transitivePeerDependencies: - supports-color dev: false @@ -1996,8 +1980,8 @@ packages: '@babel/helper-plugin-utils': 7.24.8 dev: false - /@babel/plugin-transform-unicode-sets-regex/7.24.7_@babel+core@7.25.2: - resolution: {integrity: sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==} + /@babel/plugin-transform-unicode-sets-regex/7.25.4_@babel+core@7.25.2: + resolution: {integrity: sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -2007,13 +1991,13 @@ packages: '@babel/helper-plugin-utils': 7.24.8 dev: false - /@babel/preset-env/7.25.3_@babel+core@7.25.2: - resolution: {integrity: sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==} + /@babel/preset-env/7.25.4_@babel+core@7.25.2: + resolution: {integrity: sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.25.2 + '@babel/compat-data': 7.25.4 '@babel/core': 7.25.2 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 @@ -2029,8 +2013,8 @@ packages: '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.25.2 '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.25.2 '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.25.2 - '@babel/plugin-syntax-import-assertions': 7.24.7_@babel+core@7.25.2 - '@babel/plugin-syntax-import-attributes': 7.24.7_@babel+core@7.25.2 + '@babel/plugin-syntax-import-assertions': 7.25.6_@babel+core@7.25.2 + '@babel/plugin-syntax-import-attributes': 7.25.6_@babel+core@7.25.2 '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.25.2 '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.25.2 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.25.2 @@ -2043,13 +2027,13 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.25.2 '@babel/plugin-syntax-unicode-sets-regex': 7.18.6_@babel+core@7.25.2 '@babel/plugin-transform-arrow-functions': 7.24.7_@babel+core@7.25.2 - '@babel/plugin-transform-async-generator-functions': 7.25.0_@babel+core@7.25.2 + '@babel/plugin-transform-async-generator-functions': 7.25.4_@babel+core@7.25.2 '@babel/plugin-transform-async-to-generator': 7.24.7_@babel+core@7.25.2 '@babel/plugin-transform-block-scoped-functions': 7.24.7_@babel+core@7.25.2 '@babel/plugin-transform-block-scoping': 7.25.0_@babel+core@7.25.2 - '@babel/plugin-transform-class-properties': 7.24.7_@babel+core@7.25.2 + '@babel/plugin-transform-class-properties': 7.25.4_@babel+core@7.25.2 '@babel/plugin-transform-class-static-block': 7.24.7_@babel+core@7.25.2 - '@babel/plugin-transform-classes': 7.25.0_@babel+core@7.25.2 + '@babel/plugin-transform-classes': 7.25.4_@babel+core@7.25.2 '@babel/plugin-transform-computed-properties': 7.24.7_@babel+core@7.25.2 '@babel/plugin-transform-destructuring': 7.24.8_@babel+core@7.25.2 '@babel/plugin-transform-dotall-regex': 7.24.7_@babel+core@7.25.2 @@ -2077,7 +2061,7 @@ packages: '@babel/plugin-transform-optional-catch-binding': 7.24.7_@babel+core@7.25.2 '@babel/plugin-transform-optional-chaining': 7.24.8_@babel+core@7.25.2 '@babel/plugin-transform-parameters': 7.24.7_@babel+core@7.25.2 - '@babel/plugin-transform-private-methods': 7.24.7_@babel+core@7.25.2 + '@babel/plugin-transform-private-methods': 7.25.4_@babel+core@7.25.2 '@babel/plugin-transform-private-property-in-object': 7.24.7_@babel+core@7.25.2 '@babel/plugin-transform-property-literals': 7.24.7_@babel+core@7.25.2 '@babel/plugin-transform-regenerator': 7.24.7_@babel+core@7.25.2 @@ -2090,12 +2074,12 @@ packages: '@babel/plugin-transform-unicode-escapes': 7.24.7_@babel+core@7.25.2 '@babel/plugin-transform-unicode-property-regex': 7.24.7_@babel+core@7.25.2 '@babel/plugin-transform-unicode-regex': 7.24.7_@babel+core@7.25.2 - '@babel/plugin-transform-unicode-sets-regex': 7.24.7_@babel+core@7.25.2 + '@babel/plugin-transform-unicode-sets-regex': 7.25.4_@babel+core@7.25.2 '@babel/preset-modules': 0.1.6-no-external-plugins_@babel+core@7.25.2 babel-plugin-polyfill-corejs2: 0.4.11_@babel+core@7.25.2 babel-plugin-polyfill-corejs3: 0.10.6_@babel+core@7.25.2 babel-plugin-polyfill-regenerator: 0.6.2_@babel+core@7.25.2 - core-js-compat: 3.38.0 + core-js-compat: 3.38.1 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -2108,7 +2092,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 esutils: 2.0.3 dev: false @@ -2178,16 +2162,16 @@ packages: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} dev: false - /@babel/runtime-corejs3/7.25.0: - resolution: {integrity: sha512-BOehWE7MgQ8W8Qn0CQnMtg2tHPHPulcS/5AVpFvs2KCK1ET+0WqZqPvnpRpFN81gYoFopdIEJX9Sgjw3ZBccPg==} + /@babel/runtime-corejs3/7.25.6: + resolution: {integrity: sha512-Gz0Nrobx8szge6kQQ5Z5MX9L3ObqNwCQY1PSwSNzreFL7aHGxv8Fp2j3ETV6/wWdbiV+mW6OSm8oQhg3Tcsniw==} engines: {node: '>=6.9.0'} dependencies: - core-js-pure: 3.38.0 + core-js-pure: 3.38.1 regenerator-runtime: 0.14.1 dev: false - /@babel/runtime/7.25.0: - resolution: {integrity: sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==} + /@babel/runtime/7.25.6: + resolution: {integrity: sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.14.1 @@ -2207,8 +2191,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.24.7 - '@babel/parser': 7.25.3 - '@babel/types': 7.25.2 + '@babel/parser': 7.25.6 + '@babel/types': 7.25.6 dev: false /@babel/traverse/7.0.0-beta.44: @@ -2226,15 +2210,15 @@ packages: lodash: 4.17.21 dev: false - /@babel/traverse/7.25.3: - resolution: {integrity: sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==} + /@babel/traverse/7.25.6: + resolution: {integrity: sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.24.7 - '@babel/generator': 7.25.0 - '@babel/parser': 7.25.3 + '@babel/generator': 7.25.6 + '@babel/parser': 7.25.6 '@babel/template': 7.25.0 - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 debug: 4.3.6 globals: 11.12.0 transitivePeerDependencies: @@ -2249,8 +2233,8 @@ packages: to-fast-properties: 2.0.0 dev: false - /@babel/types/7.25.2: - resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==} + /@babel/types/7.25.6: + resolution: {integrity: sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.24.8 @@ -2849,7 +2833,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.16.1 + '@types/node': 20.16.2 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -2870,14 +2854,14 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.1 + '@types/node': 20.16.2 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0_@types+node@20.16.1 + jest-config: 29.7.0_@types+node@20.16.2 jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -2889,7 +2873,7 @@ packages: jest-util: 29.7.0 jest-validate: 29.7.0 jest-watcher: 29.7.0 - micromatch: 4.0.7 + micromatch: 4.0.8 pretty-format: 29.7.0 slash: 3.0.0 strip-ansi: 6.0.1 @@ -2905,7 +2889,7 @@ packages: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.1 + '@types/node': 20.16.2 jest-mock: 29.7.0 dev: false @@ -2932,7 +2916,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.16.1 + '@types/node': 20.16.2 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -2965,7 +2949,7 @@ packages: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.25 - '@types/node': 20.16.1 + '@types/node': 20.16.2 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -3038,7 +3022,7 @@ packages: jest-haste-map: 29.7.0 jest-regex-util: 29.6.3 jest-util: 29.7.0 - micromatch: 4.0.7 + micromatch: 4.0.8 pirates: 4.0.6 slash: 3.0.0 write-file-atomic: 4.0.2 @@ -3052,7 +3036,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.16.1 + '@types/node': 20.16.2 '@types/yargs': 15.0.19 chalk: 4.1.2 dev: false @@ -3064,7 +3048,7 @@ packages: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.16.1 + '@types/node': 20.16.2 '@types/yargs': 17.0.33 chalk: 4.1.2 dev: false @@ -3155,6 +3139,12 @@ packages: dev: false optional: true + /@nicolo-ribaudo/eslint-scope-5-internals/5.1.1-v1: + resolution: {integrity: sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==} + dependencies: + eslint-scope: 5.1.1 + dev: false + /@nodelib/fs.scandir/2.1.5: resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -3206,7 +3196,7 @@ packages: /@redux-saga/core/1.3.0: resolution: {integrity: sha512-L+i+qIGuyWn7CIg7k1MteHGfttKPmxwZR5E7OsGikCL2LzYA0RERlaUY00Y3P3ZV2EYgrsYlBrGs6cJP5OKKqA==} dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 '@redux-saga/deferred': 1.2.1 '@redux-saga/delay-p': 1.2.1 '@redux-saga/is': 1.1.3 @@ -3279,8 +3269,8 @@ packages: '@sinonjs/commons': 3.0.1 dev: false - /@sinonjs/fake-timers/11.2.2: - resolution: {integrity: sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==} + /@sinonjs/fake-timers/11.3.1: + resolution: {integrity: sha512-EVJO7nW5M/F5Tur0Rf2z/QoMo+1Ia963RiMtapiQrEWvY0iBUvADo8Beegwjpnle5BHkyHuoxSTW3jF43H1XRA==} dependencies: '@sinonjs/commons': 3.0.1 dev: false @@ -3363,7 +3353,7 @@ packages: engines: {node: '>=10'} dependencies: '@babel/code-frame': 7.24.7 - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 '@types/aria-query': 4.2.2 aria-query: 4.2.2 chalk: 4.1.2 @@ -3377,7 +3367,7 @@ packages: engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.24.7 - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 '@types/aria-query': 5.0.4 aria-query: 5.1.3 chalk: 4.1.2 @@ -3391,7 +3381,7 @@ packages: engines: {node: '>=14'} dependencies: '@babel/code-frame': 7.24.7 - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 '@types/aria-query': 5.0.4 aria-query: 5.1.3 chalk: 4.1.2 @@ -3405,7 +3395,7 @@ packages: engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: '@adobe/css-tools': 4.4.0 - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 '@types/testing-library__jest-dom': 5.14.9 aria-query: 5.3.0 chalk: 3.0.0 @@ -3422,7 +3412,7 @@ packages: react: '*' react-dom: '*' dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 '@testing-library/dom': 7.31.2 react: 18.3.1 react-dom: 18.3.1_react@18.3.1 @@ -3435,7 +3425,7 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 '@testing-library/dom': 8.20.1 '@types/react-dom': 18.3.0 react: 18.3.1 @@ -3449,7 +3439,7 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 '@testing-library/dom': 9.3.4 '@types/react-dom': 18.3.0 dev: false @@ -3491,8 +3481,8 @@ packages: /@types/babel__core/7.20.5: resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} dependencies: - '@babel/parser': 7.25.3 - '@babel/types': 7.25.2 + '@babel/parser': 7.25.6 + '@babel/types': 7.25.6 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.6 @@ -3501,30 +3491,30 @@ packages: /@types/babel__generator/7.6.8: resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==} dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 dev: false /@types/babel__template/7.4.4: resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} dependencies: - '@babel/parser': 7.25.3 - '@babel/types': 7.25.2 + '@babel/parser': 7.25.6 + '@babel/types': 7.25.6 dev: false /@types/babel__traverse/7.20.6: resolution: {integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==} dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 dev: false /@types/chai-as-promised/7.1.8: resolution: {integrity: sha512-ThlRVIJhr69FLlh6IctTXFkmhtP3NpMZ2QGq69StYLyKZFp/HOp1VdKZj7RvfNWYYcJ1xlbLGLLWj1UvP5u/Gw==} dependencies: - '@types/chai': 4.3.17 + '@types/chai': 4.3.19 dev: false - /@types/chai/4.3.17: - resolution: {integrity: sha512-zmZ21EWzR71B4Sscphjief5djsLre50M6lI622OSySTmn9DB3j+C3kWroHfBQWXbOBwbgg/M8CG/hUxDLIloow==} + /@types/chai/4.3.19: + resolution: {integrity: sha512-2hHHvQBVE2FiSK4eN0Br6snX9MtolHaTo/batnLjlGRhoQzlCL61iVpxoqO7SfFyOw+P/pwv+0zNHzKoGWz9Cw==} dev: false /@types/cookie/0.4.1: @@ -3534,27 +3524,13 @@ packages: /@types/cors/2.8.17: resolution: {integrity: sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==} dependencies: - '@types/node': 20.16.1 - dev: false - - /@types/eslint-scope/3.7.7: - resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==} - dependencies: - '@types/eslint': 9.6.0 - '@types/estree': 1.0.5 + '@types/node': 20.16.2 dev: false /@types/eslint-visitor-keys/1.0.0: resolution: {integrity: sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==} dev: false - /@types/eslint/9.6.0: - resolution: {integrity: sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==} - dependencies: - '@types/estree': 1.0.5 - '@types/json-schema': 7.0.15 - dev: false - /@types/estree/1.0.5: resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} dev: false @@ -3562,7 +3538,7 @@ packages: /@types/graceful-fs/4.1.9: resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} dependencies: - '@types/node': 20.16.1 + '@types/node': 20.16.2 dev: false /@types/hast/3.0.4: @@ -3574,7 +3550,7 @@ packages: /@types/hoist-non-react-statics/3.3.5: resolution: {integrity: sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==} dependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 hoist-non-react-statics: 3.3.2 dev: false @@ -3608,7 +3584,7 @@ packages: /@types/jsdom/20.0.1: resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==} dependencies: - '@types/node': 20.16.1 + '@types/node': 20.16.2 '@types/tough-cookie': 4.0.5 parse5: 7.1.2 dev: false @@ -3629,8 +3605,8 @@ packages: resolution: {integrity: sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==} dev: false - /@types/node/20.16.1: - resolution: {integrity: sha512-zJDo7wEadFtSyNz5QITDfRcrhqDvQI1xQNQ0VoizPjM/dVAODqqIUWbJPkvsxmTI0MYRGRikcdjMPhOssnPejQ==} + /@types/node/20.16.2: + resolution: {integrity: sha512-91s/n4qUPV/wg8eE9KHYW1kouTfDk2FPGjXbBMfRWP/2vg1rCXNQL1OCabwGs0XSdukuK+MwCDXE30QpSeMUhQ==} dependencies: undici-types: 6.19.8 dev: false @@ -3650,11 +3626,11 @@ packages: /@types/react-dom/18.3.0: resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==} dependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.4 dev: false - /@types/react/18.3.3: - resolution: {integrity: sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==} + /@types/react/18.3.4: + resolution: {integrity: sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==} dependencies: '@types/prop-types': 15.7.12 csstype: 3.1.3 @@ -3667,8 +3643,8 @@ packages: /@types/sinon-chai/3.2.12: resolution: {integrity: sha512-9y0Gflk3b0+NhQZ/oxGtaAJDvRywCa5sIyaVnounqLvmf93yBF4EgIRspePtkMs3Tr844nCclYMlcCNmLCvjuQ==} dependencies: - '@types/chai': 4.3.17 - '@types/sinon': 10.0.20 + '@types/chai': 4.3.19 + '@types/sinon': 9.0.11 dev: false /@types/sinon/10.0.20: @@ -3730,9 +3706,9 @@ packages: /@types/webpack/5.28.0_webpack-cli@4.8.0: resolution: {integrity: sha512-8cP0CzcxUiFuA9xGJkfeVpqmWTk9nx6CWwamRGCj95ph1SmlRRk9KlCZ6avhCbZd4L68LvYT6l1kpdEnQXrF8w==} dependencies: - '@types/node': 20.16.1 + '@types/node': 20.16.2 tapable: 2.2.1 - webpack: 5.93.0_webpack-cli@4.8.0 + webpack: 5.94.0_webpack-cli@4.8.0 transitivePeerDependencies: - '@swc/core' - esbuild @@ -3778,7 +3754,7 @@ packages: - supports-color dev: false - /@typescript-eslint/eslint-plugin/2.34.0_f931d8ad4c101e43d00a525a5d9b1b78: + /@typescript-eslint/eslint-plugin/2.34.0_9d022b8eb8dd4763fee7845b5ea497d5: resolution: {integrity: sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} peerDependencies: @@ -3789,9 +3765,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 2.34.0_eslint@6.8.0+typescript@5.5.4 - '@typescript-eslint/parser': 2.34.0_eslint@6.8.0+typescript@5.5.4 - eslint: 6.8.0 + '@typescript-eslint/experimental-utils': 2.34.0_eslint@7.32.0+typescript@5.5.4 + '@typescript-eslint/parser': 2.34.0_eslint@7.32.0+typescript@5.5.4 + eslint: 7.32.0 functional-red-black-tree: 1.0.1 regexpp: 3.2.0 tsutils: 3.21.0_typescript@5.5.4 @@ -3937,7 +3913,7 @@ packages: - supports-color dev: false - /@typescript-eslint/experimental-utils/2.34.0_eslint@6.8.0+typescript@5.5.4: + /@typescript-eslint/experimental-utils/2.34.0_eslint@7.32.0+typescript@5.5.4: resolution: {integrity: sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} peerDependencies: @@ -3945,7 +3921,7 @@ packages: dependencies: '@types/json-schema': 7.0.15 '@typescript-eslint/typescript-estree': 2.34.0_typescript@5.5.4 - eslint: 6.8.0 + eslint: 7.32.0 eslint-scope: 5.1.1 eslint-utils: 2.1.0 transitivePeerDependencies: @@ -3987,7 +3963,7 @@ packages: - typescript dev: false - /@typescript-eslint/parser/2.34.0_eslint@6.8.0+typescript@5.5.4: + /@typescript-eslint/parser/2.34.0_eslint@7.32.0+typescript@5.5.4: resolution: {integrity: sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} peerDependencies: @@ -3998,9 +3974,9 @@ packages: optional: true dependencies: '@types/eslint-visitor-keys': 1.0.0 - '@typescript-eslint/experimental-utils': 2.34.0_eslint@6.8.0+typescript@5.5.4 + '@typescript-eslint/experimental-utils': 2.34.0_eslint@7.32.0+typescript@5.5.4 '@typescript-eslint/typescript-estree': 2.34.0_typescript@5.5.4 - eslint: 6.8.0 + eslint: 7.32.0 eslint-visitor-keys: 1.3.0 typescript: 5.5.4 transitivePeerDependencies: @@ -4602,14 +4578,14 @@ packages: '@xtuc/long': 4.2.2 dev: false - /@webpack-cli/configtest/1.2.0_webpack-cli@4.8.0+webpack@5.93.0: + /@webpack-cli/configtest/1.2.0_webpack-cli@4.8.0+webpack@5.94.0: resolution: {integrity: sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==} peerDependencies: webpack: 4.x.x || 5.x.x webpack-cli: 4.x.x dependencies: - webpack: 5.93.0_webpack-cli@4.8.0 - webpack-cli: 4.8.0_4334de17d624781f2699217176e11f63 + webpack: 5.94.0_webpack-cli@4.8.0 + webpack-cli: 4.8.0_2b4e8292866a351ca53ec0111962e810 dev: false /@webpack-cli/info/1.5.0_webpack-cli@4.8.0: @@ -4618,7 +4594,7 @@ packages: webpack-cli: 4.x.x dependencies: envinfo: 7.13.0 - webpack-cli: 4.8.0_4334de17d624781f2699217176e11f63 + webpack-cli: 4.8.0_2b4e8292866a351ca53ec0111962e810 dev: false /@webpack-cli/serve/1.7.0_webpack-cli@4.8.0: @@ -4630,7 +4606,7 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.8.0_4334de17d624781f2699217176e11f63 + webpack-cli: 4.8.0_2b4e8292866a351ca53ec0111962e810 dev: false /@xarc/fastify-server/3.3.1: @@ -4644,7 +4620,7 @@ packages: fastify-plugin: 3.0.1 lodash: 4.17.21 require-at: 1.0.6 - tslib: 2.6.3 + tslib: 2.7.0 xaa: 1.7.3 transitivePeerDependencies: - supports-color @@ -4662,7 +4638,7 @@ packages: fastify-plugin: 4.5.1 lodash: 4.17.21 require-at: 1.0.6 - tslib: 2.6.3 + tslib: 2.7.0 xaa: 1.7.3 dev: false @@ -4687,7 +4663,7 @@ packages: filter-scan-dir: 1.5.5 lodash: 4.17.21 tsconfig: 7.0.0 - tslib: 2.6.3 + tslib: 2.7.0 xsh: 0.4.5 dev: false @@ -4700,7 +4676,7 @@ packages: filter-scan-dir: 1.5.5 lodash: 4.17.21 tsconfig: 7.0.0 - tslib: 2.6.3 + tslib: 2.7.0 xsh: 0.4.5 dev: false @@ -4713,7 +4689,7 @@ packages: filter-scan-dir: 1.5.5 lodash: 4.17.21 tsconfig: 7.0.0 - tslib: 2.6.3 + tslib: 2.7.0 xsh: 0.4.5 dev: false @@ -4749,10 +4725,6 @@ packages: deprecated: Use your platform's native atob() and btoa() methods instead dev: false - /abbrev/1.0.9: - resolution: {integrity: sha512-LEyx4aLEC3x6T0UguF6YILf+ntvmOaWsVfENmIW0E9H09vKlLDGelMjjSm0jkDHALj8A8quZ/HapKNigzwge+Q==} - dev: false - /abort-controller/3.0.0: resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} engines: {node: '>=6.5'} @@ -4995,12 +4967,6 @@ packages: resolution: {integrity: sha512-0FcBfdcmaumGPQ0qPn7Q5qTgz/ooXgIyp1rf8ik5bGX8mpE2YHjC0P/eyQvxu1GURYQgq9ozf2mteQ5ZD9YiyQ==} dev: false - /amdefine/1.0.1: - resolution: {integrity: sha512-S2Hw0TtNkMJhIabBwIojKL9YHO5T0n5eNqWJ7Lrlel/zDbftQpxpapi8tZs3X1HWa+u+QeydGmzzNU0m09+Rcg==} - engines: {node: '>=0.4.2'} - dev: false - optional: true - /ammo/2.1.2: resolution: {integrity: sha512-QEKsmw9OpwlsFufYgbaG3WmhfQqYED0l7lIO1ly2K532a+YtzkYUSIlyuJO7BuR7J1gjz5tZEEVOutncJqbceQ==} engines: {node: '>=12.0.0'} @@ -5056,11 +5022,6 @@ packages: engines: {node: '>=4'} dev: false - /ansi-regex/4.1.1: - resolution: {integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==} - engines: {node: '>=6'} - dev: false - /ansi-regex/5.0.1: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} @@ -5168,8 +5129,8 @@ packages: resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} engines: {node: '>=6.0'} dependencies: - '@babel/runtime': 7.25.0 - '@babel/runtime-corejs3': 7.25.0 + '@babel/runtime': 7.25.6 + '@babel/runtime-corejs3': 7.25.6 dev: false /aria-query/5.1.3: @@ -5310,26 +5271,10 @@ packages: is-shared-array-buffer: 1.0.3 dev: false - /asn1/0.2.6: - resolution: {integrity: sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==} - dependencies: - safer-buffer: 2.1.2 - dev: false - - /assert-plus/1.0.0: - resolution: {integrity: sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==} - engines: {node: '>=0.8'} - dev: false - /assertion-error/1.1.0: resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} dev: false - /astral-regex/1.0.0: - resolution: {integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==} - engines: {node: '>=4'} - dev: false - /astral-regex/2.0.0: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} @@ -5345,18 +5290,14 @@ packages: resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==} dev: false - /async/1.5.2: - resolution: {integrity: sha512-nSVgobk4rv61R9PUSDtYt7mPVB2olxNR5RWJcAsH676/ef11bUZwvu7+RGYrYauVdDPcO519v68wRhXQtxsV9w==} - dev: false - /async/2.6.4: resolution: {integrity: sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==} dependencies: lodash: 4.17.21 dev: false - /async/3.2.5: - resolution: {integrity: sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==} + /async/3.2.6: + resolution: {integrity: sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==} dev: false /asynckit/0.4.0: @@ -5384,7 +5325,7 @@ packages: hasBin: true dependencies: browserslist: 4.23.3 - caniuse-lite: 1.0.30001651 + caniuse-lite: 1.0.30001653 normalize-range: 0.1.2 num2fraction: 1.2.2 picocolors: 0.2.1 @@ -5417,14 +5358,6 @@ packages: fastq: 1.17.1 dev: false - /aws-sign2/0.7.0: - resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==} - dev: false - - /aws4/1.13.1: - resolution: {integrity: sha512-u5w79Rd7SU4JaIlA/zFqG+gOiuq25q5VLyZ8E+ijJeILuTxVzZgp2CaGw/UTw6pXYN9XMO9yiqj/nEHmhTG5CA==} - dev: false - /b64/3.1.1: resolution: {integrity: sha512-NVOjBBqM/gDDIZj0qkZAmNz6ZlfS1pYyD+sDyNlDTXf3o/3KgpfCJFwXXCBoBKUCKvl6fg+zXPzkGSN43RsDAg==} engines: {node: '>=6.0.0'} @@ -5439,77 +5372,6 @@ packages: js-tokens: 3.0.2 dev: false - /babel-eslint/10.1.0: - resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} - engines: {node: '>=6'} - deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. - peerDependencies: - eslint: '>= 4.12.1' - dependencies: - '@babel/code-frame': 7.24.7 - '@babel/parser': 7.25.3 - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 - eslint-visitor-keys: 1.3.0 - resolve: 1.22.8 - transitivePeerDependencies: - - supports-color - dev: false - - /babel-eslint/10.1.0_eslint@6.8.0: - resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} - engines: {node: '>=6'} - deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. - peerDependencies: - eslint: '>= 4.12.1' - dependencies: - '@babel/code-frame': 7.24.7 - '@babel/parser': 7.25.3 - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 - eslint: 6.8.0 - eslint-visitor-keys: 1.3.0 - resolve: 1.22.8 - transitivePeerDependencies: - - supports-color - dev: false - - /babel-eslint/10.1.0_eslint@7.32.0: - resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} - engines: {node: '>=6'} - deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. - peerDependencies: - eslint: '>= 4.12.1' - dependencies: - '@babel/code-frame': 7.24.7 - '@babel/parser': 7.25.3 - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 - eslint: 7.32.0 - eslint-visitor-keys: 1.3.0 - resolve: 1.22.8 - transitivePeerDependencies: - - supports-color - dev: false - - /babel-eslint/10.1.0_eslint@8.57.0: - resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} - engines: {node: '>=6'} - deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. - peerDependencies: - eslint: '>= 4.12.1' - dependencies: - '@babel/code-frame': 7.24.7 - '@babel/parser': 7.25.3 - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 - eslint: 8.57.0 - eslint-visitor-keys: 1.3.0 - resolve: 1.22.8 - transitivePeerDependencies: - - supports-color - dev: false - /babel-eslint/8.2.6: resolution: {integrity: sha512-aCdHjhzcILdP8c9lej7hvXKvQieyRt20SF102SIGyY4cUIiw6UaAtK4j2o3dXX74jEmy0TJ0CEhv4fTIM3SzcA==} engines: {node: '>=4'} @@ -5586,21 +5448,22 @@ packages: - supports-color dev: false - /babel-loader/8.3.0_webpack@5.93.0: + /babel-loader/8.3.0_4b99dcdeb69e8e040fc026bb3eb922e4: resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: + '@babel/core': 7.25.2 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.93.0_webpack-cli@4.8.0 + webpack: 5.94.0_webpack-cli@4.8.0 dev: false - /babel-loader/9.1.3_fb5444ab5673dfbe6bc1a45ea6b1bf7e: + /babel-loader/9.1.3_4b99dcdeb69e8e040fc026bb3eb922e4: resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -5610,7 +5473,7 @@ packages: '@babel/core': 7.25.2 find-cache-dir: 4.0.0 schema-utils: 4.2.0 - webpack: 5.93.0_webpack-cli@4.8.0 + webpack: 5.94.0_webpack-cli@4.8.0 dev: false /babel-plugin-istanbul/6.1.1: @@ -5631,7 +5494,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/template': 7.25.0 - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.6 dev: false @@ -5640,7 +5503,7 @@ packages: resolution: {integrity: sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg==} dependencies: '@babel/helper-module-imports': 7.24.7 - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 glob: 7.2.3 lodash: 4.17.21 require-package-name: 2.0.1 @@ -5718,7 +5581,7 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/compat-data': 7.25.2 + '@babel/compat-data': 7.25.4 '@babel/core': 7.25.2 '@babel/helper-define-polyfill-provider': 0.6.2_@babel+core@7.25.2 semver: 6.3.1 @@ -5733,7 +5596,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-define-polyfill-provider': 0.6.2_@babel+core@7.25.2 - core-js-compat: 3.38.0 + core-js-compat: 3.38.1 transitivePeerDependencies: - supports-color dev: false @@ -5754,7 +5617,7 @@ packages: engines: {node: '>8.0.0'} dependencies: '@babel/plugin-syntax-jsx': 7.24.7 - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 ajv: 6.12.6 ajv-keywords: 3.5.2_ajv@6.12.6 generic-names: 2.0.1 @@ -5774,7 +5637,7 @@ packages: engines: {node: '>8.0.0'} dependencies: '@babel/plugin-syntax-jsx': 7.24.7_@babel+core@7.25.2 - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 ajv: 6.12.6 ajv-keywords: 3.5.2_ajv@6.12.6 generic-names: 2.0.1 @@ -5858,7 +5721,7 @@ packages: '@babel/plugin-syntax-bigint': 7.8.3 '@babel/plugin-syntax-class-properties': 7.12.13 '@babel/plugin-syntax-class-static-block': 7.14.5 - '@babel/plugin-syntax-import-attributes': 7.24.7 + '@babel/plugin-syntax-import-attributes': 7.25.6 '@babel/plugin-syntax-import-meta': 7.10.4 '@babel/plugin-syntax-json-strings': 7.8.3 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4 @@ -5881,7 +5744,7 @@ packages: '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.25.2 '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.25.2 '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.25.2 - '@babel/plugin-syntax-import-attributes': 7.24.7_@babel+core@7.25.2 + '@babel/plugin-syntax-import-attributes': 7.25.6_@babel+core@7.25.2 '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.25.2 '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.25.2 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.25.2 @@ -5972,12 +5835,6 @@ packages: resolution: {integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==} dev: false - /bcrypt-pbkdf/1.0.2: - resolution: {integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==} - dependencies: - tweetnacl: 0.14.5 - dev: false - /bfj/6.1.2: resolution: {integrity: sha512-BmBJa4Lip6BPRINSZ0BPEIfB1wUY/9rwbwvIHQA1KjX9om29B6id0wnWXq7m3bn5JrUVjeOTnVuhPT1FiHwPGw==} engines: {node: '>= 6.0.0'} @@ -6089,7 +5946,7 @@ packages: /broadcast-channel/3.7.0: resolution: {integrity: sha512-cIAKJXAxGJceNZGTZSBzMxzyOn72cVgPnKx4dc6LRjQgbaJUQqhy5rzL3zbMxkMWsGKkv2hSFkPRMEXfoMZ2Mg==} dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 detect-node: 2.1.0 js-sha3: 0.8.0 microseconds: 0.2.0 @@ -6116,8 +5973,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001651 - electron-to-chromium: 1.5.11 + caniuse-lite: 1.0.30001653 + electron-to-chromium: 1.5.13 node-releases: 2.0.18 update-browserslist-db: 1.1.0_browserslist@4.23.3 dev: false @@ -6238,7 +6095,7 @@ packages: resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} dependencies: pascal-case: 3.1.2 - tslib: 2.6.3 + tslib: 2.7.0 dev: false /camelcase/5.0.0: @@ -6260,17 +6117,13 @@ packages: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: browserslist: 4.23.3 - caniuse-lite: 1.0.30001651 + caniuse-lite: 1.0.30001653 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: false - /caniuse-lite/1.0.30001651: - resolution: {integrity: sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==} - dev: false - - /caseless/0.12.0: - resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==} + /caniuse-lite/1.0.30001653: + resolution: {integrity: sha512-XGWQVB8wFQ2+9NZwZ10GxTYC5hk0Fa+q8cSkr0tgvMhYhMHP/QC+WTgrePMDBWiWc/pV+1ik82Al20XOK25Gcw==} dev: false /catbox-memory/2.1.1: @@ -6405,10 +6258,6 @@ packages: resolution: {integrity: sha512-j/Toj7f1z98Hh2cYo2BVr85EpIRWqUi7rtRSGxh/cqUjqrnJe9l9UE7IUGd2vQ2p+kSHLkSzObQPZPLUC6TQwg==} dev: false - /chardet/0.7.0: - resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} - dev: false - /check-error/1.0.3: resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==} dependencies: @@ -6486,8 +6335,8 @@ packages: deprecated: CircularJSON is in maintenance only, flatted is its successor. dev: false - /cjs-module-lexer/1.3.1: - resolution: {integrity: sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==} + /cjs-module-lexer/1.4.0: + resolution: {integrity: sha512-N1NGmowPlGBLsOZLPvm48StN04V4YvQRL0i6b7ctrVY3epjP/ct7hFLOItz6pDIvRjwpfPxi52a2UWV2ziir8g==} dev: false /clean-css/5.3.3: @@ -6532,11 +6381,6 @@ packages: resolution: {integrity: sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==} dev: false - /cli-width/3.0.0: - resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} - engines: {node: '>= 10'} - dev: false - /cliui/6.0.0: resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==} dependencies: @@ -6775,26 +6619,22 @@ packages: is-what: 3.14.1 dev: false - /core-js-compat/3.38.0: - resolution: {integrity: sha512-75LAicdLa4OJVwFxFbQR3NdnZjNgX6ILpVcVzcC4T2smerB5lELMrJQQQoWV6TiuC/vlaFqgU2tKQx9w5s0e0A==} + /core-js-compat/3.38.1: + resolution: {integrity: sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==} dependencies: browserslist: 4.23.3 dev: false - /core-js-pure/3.38.0: - resolution: {integrity: sha512-8balb/HAXo06aHP58mZMtXgD8vcnXz9tUDePgqBgJgKdmTlMt+jw3ujqniuBDQXMvTzxnMpxHFeuSM3g1jWQuQ==} + /core-js-pure/3.38.1: + resolution: {integrity: sha512-BY8Etc1FZqdw1glX0XNOq2FDwfrg/VGqoZOZCdaL+UmdaqDwQwYXkMJT4t6In+zfEfOJDcM9T0KdbBeJg8KKCQ==} requiresBuild: true dev: false - /core-js/3.38.0: - resolution: {integrity: sha512-XPpwqEodRljce9KswjZShh95qJ1URisBeKCjUdq27YdenkslVe7OO0ZJhlYXAChW7OhXaRLl8AAba7IBfoIHug==} + /core-js/3.38.1: + resolution: {integrity: sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==} requiresBuild: true dev: false - /core-util-is/1.0.2: - resolution: {integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==} - dev: false - /core-util-is/1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: false @@ -6817,7 +6657,7 @@ packages: parse-json: 4.0.0 dev: false - /create-jest/29.7.0_@types+node@20.16.1: + /create-jest/29.7.0_@types+node@20.16.2: resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -6826,7 +6666,7 @@ packages: chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0_@types+node@20.16.1 + jest-config: 29.7.0_@types+node@20.16.2 jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -6848,17 +6688,6 @@ packages: which: 1.3.1 dev: false - /cross-spawn/6.0.5: - resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==} - engines: {node: '>=4.8'} - dependencies: - nice-try: 1.0.5 - path-key: 2.0.1 - semver: 5.7.2 - shebang-command: 1.2.0 - which: 1.3.1 - dev: false - /cross-spawn/7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} @@ -6910,7 +6739,7 @@ packages: postcss-selector-parser: 5.0.0 dev: false - /css-loader/6.11.0_webpack@5.93.0: + /css-loader/6.11.0_webpack@5.94.0: resolution: {integrity: sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -6930,10 +6759,10 @@ packages: postcss-modules-values: 4.0.0_postcss@8.4.41 postcss-value-parser: 4.2.0 semver: 7.6.3 - webpack: 5.93.0_webpack-cli@4.8.0 + webpack: 5.94.0_webpack-cli@4.8.0 dev: false - /css-minimizer-webpack-plugin/1.3.0_webpack@5.93.0: + /css-minimizer-webpack-plugin/1.3.0_webpack@5.94.0: resolution: {integrity: sha512-jFa0Siplmfef4ndKglpVaduY47oHQwioAOEGK0f0vAX0s+vc+SmP6cCMoc+8Adau5600RnOEld5VVdC8CQau7w==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -6947,7 +6776,7 @@ packages: schema-utils: 3.3.0 serialize-javascript: 5.0.1 source-map: 0.6.1 - webpack: 5.93.0_webpack-cli@4.8.0 + webpack: 5.94.0_webpack-cli@4.8.0 webpack-sources: 1.4.3 dev: false @@ -7186,13 +7015,6 @@ packages: engines: {node: '>=0.4.0'} dev: false - /dashdash/1.14.1: - resolution: {integrity: sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==} - engines: {node: '>=0.10'} - dependencies: - assert-plus: 1.0.0 - dev: false - /data-urls/2.0.0: resolution: {integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==} engines: {node: '>=10'} @@ -7602,7 +7424,7 @@ packages: resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 dev: false /dot-prop/5.3.0: @@ -7620,13 +7442,6 @@ packages: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} dev: false - /ecc-jsbn/0.1.2: - resolution: {integrity: sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==} - dependencies: - jsbn: 0.1.1 - safer-buffer: 2.1.2 - dev: false - /ee-first/1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} dev: false @@ -7660,7 +7475,7 @@ packages: dependencies: js-yaml: 3.14.1 lodash: 4.17.21 - tslib: 2.6.3 + tslib: 2.7.0 dev: false /electrode-hapi-compat/1.3.3: @@ -7713,8 +7528,8 @@ packages: xaa: 1.7.3 dev: false - /electron-to-chromium/1.5.11: - resolution: {integrity: sha512-R1CccCDYqndR25CaXFd6hp/u9RaaMcftMkphmvuepXr5b1vfLkRml6aWVeBhXJ7rbevHkKEMJtz8XqPf7ffmew==} + /electron-to-chromium/1.5.13: + resolution: {integrity: sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==} dev: false /emittery/0.13.1: @@ -7722,10 +7537,6 @@ packages: engines: {node: '>=12'} dev: false - /emoji-regex/7.0.3: - resolution: {integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==} - dev: false - /emoji-regex/8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} dev: false @@ -7777,7 +7588,7 @@ packages: dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.17 - '@types/node': 20.16.1 + '@types/node': 20.16.2 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.4.2 @@ -8079,19 +7890,6 @@ packages: engines: {node: '>=10'} dev: false - /escodegen/1.8.1: - resolution: {integrity: sha512-yhi5S+mNTOuRvyW4gWlg5W1byMaQGWWSYHXsuFZ7GBo7tpyOwi2EdzMP/QWxh9hwkD2m+wDVHJsxhRIj+v/b/A==} - engines: {node: '>=0.12.0'} - hasBin: true - dependencies: - esprima: 2.7.3 - estraverse: 1.9.3 - esutils: 2.0.3 - optionator: 0.8.3 - optionalDependencies: - source-map: 0.2.0 - dev: false - /escodegen/2.1.0: resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==} engines: {node: '>=6.0'} @@ -8126,18 +7924,6 @@ packages: lodash.upperfirst: 4.3.1 dev: false - /eslint-plugin-filenames/1.3.2_eslint@6.8.0: - resolution: {integrity: sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w==} - peerDependencies: - eslint: '*' - dependencies: - eslint: 6.8.0 - lodash.camelcase: 4.3.0 - lodash.kebabcase: 4.1.1 - lodash.snakecase: 4.1.1 - lodash.upperfirst: 4.3.1 - dev: false - /eslint-plugin-filenames/1.3.2_eslint@7.32.0: resolution: {integrity: sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w==} peerDependencies: @@ -8197,7 +7983,7 @@ packages: optional: true dependencies: '@typescript-eslint/utils': 5.62.0 - jest: 29.7.0_@types+node@20.16.1 + jest: 29.7.0_@types+node@20.16.2 transitivePeerDependencies: - supports-color - typescript @@ -8221,28 +8007,6 @@ packages: - supports-color dev: false - /eslint-plugin-jsdoc/48.11.0_eslint@6.8.0: - resolution: {integrity: sha512-d12JHJDPNo7IFwTOAItCeJY1hcqoIxE0lHA8infQByLilQ9xkqrRa6laWCnsuCrf+8rUnvxXY1XuTbibRBNylA==} - engines: {node: '>=18'} - peerDependencies: - eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 - dependencies: - '@es-joy/jsdoccomment': 0.46.0 - are-docs-informative: 0.0.2 - comment-parser: 1.4.1 - debug: 4.3.6 - escape-string-regexp: 4.0.0 - eslint: 6.8.0 - espree: 10.1.0 - esquery: 1.6.0 - parse-imports: 2.1.1 - semver: 7.6.3 - spdx-expression-parse: 4.0.0 - synckit: 0.9.1 - transitivePeerDependencies: - - supports-color - dev: false - /eslint-plugin-jsdoc/48.11.0_eslint@7.32.0: resolution: {integrity: sha512-d12JHJDPNo7IFwTOAItCeJY1hcqoIxE0lHA8infQByLilQ9xkqrRa6laWCnsuCrf+8rUnvxXY1XuTbibRBNylA==} engines: {node: '>=18'} @@ -8407,13 +8171,6 @@ packages: estraverse: 5.3.0 dev: false - /eslint-utils/1.4.3: - resolution: {integrity: sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==} - engines: {node: '>=6'} - dependencies: - eslint-visitor-keys: 1.3.0 - dev: false - /eslint-utils/2.1.0: resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==} engines: {node: '>=6'} @@ -8469,59 +8226,13 @@ packages: esquery: 1.6.0 esutils: 2.0.3 file-entry-cache: 2.0.0 - functional-red-black-tree: 1.0.1 - glob: 7.2.3 - globals: 11.12.0 - ignore: 3.3.10 - imurmurhash: 0.1.4 - inquirer: 3.3.0 - is-resolvable: 1.1.0 - js-yaml: 3.14.1 - json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.3.0 - lodash: 4.17.21 - minimatch: 3.1.2 - mkdirp: 0.5.6 - natural-compare: 1.4.0 - optionator: 0.8.3 - path-is-inside: 1.0.2 - pluralize: 7.0.0 - progress: 2.0.3 - regexpp: 1.1.0 - require-uncached: 1.0.3 - semver: 5.7.2 - strip-ansi: 4.0.0 - strip-json-comments: 2.0.1 - table: 4.0.2 - text-table: 0.2.0 - dev: false - - /eslint/6.8.0: - resolution: {integrity: sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==} - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} - hasBin: true - dependencies: - '@babel/code-frame': 7.24.7 - ajv: 6.12.6 - chalk: 2.4.2 - cross-spawn: 6.0.5 - debug: 4.3.6 - doctrine: 3.0.0 - eslint-scope: 5.1.1 - eslint-utils: 1.4.3 - eslint-visitor-keys: 1.3.0 - espree: 6.2.1 - esquery: 1.6.0 - esutils: 2.0.3 - file-entry-cache: 5.0.1 - functional-red-black-tree: 1.0.1 - glob-parent: 5.1.2 - globals: 12.4.0 - ignore: 4.0.6 - import-fresh: 3.3.0 + functional-red-black-tree: 1.0.1 + glob: 7.2.3 + globals: 11.12.0 + ignore: 3.3.10 imurmurhash: 0.1.4 - inquirer: 7.3.3 - is-glob: 4.0.3 + inquirer: 3.3.0 + is-resolvable: 1.1.0 js-yaml: 3.14.1 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.3.0 @@ -8530,16 +8241,16 @@ packages: mkdirp: 0.5.6 natural-compare: 1.4.0 optionator: 0.8.3 + path-is-inside: 1.0.2 + pluralize: 7.0.0 progress: 2.0.3 - regexpp: 2.0.1 - semver: 6.3.1 - strip-ansi: 5.2.0 - strip-json-comments: 3.1.1 - table: 5.4.6 + regexpp: 1.1.0 + require-uncached: 1.0.3 + semver: 5.7.2 + strip-ansi: 4.0.0 + strip-json-comments: 2.0.1 + table: 4.0.2 text-table: 0.2.0 - v8-compile-cache: 2.4.0 - transitivePeerDependencies: - - supports-color dev: false /eslint/7.32.0: @@ -8655,15 +8366,6 @@ packages: acorn-jsx: 3.0.1 dev: false - /espree/6.2.1: - resolution: {integrity: sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==} - engines: {node: '>=6.0.0'} - dependencies: - acorn: 7.4.1 - acorn-jsx: 5.3.2_acorn@7.4.1 - eslint-visitor-keys: 1.3.0 - dev: false - /espree/7.3.1: resolution: {integrity: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==} engines: {node: ^10.12.0 || >=12.0.0} @@ -8682,12 +8384,6 @@ packages: eslint-visitor-keys: 3.4.3 dev: false - /esprima/2.7.3: - resolution: {integrity: sha512-OarPfz0lFCiW4/AV2Oy1Rp9qu0iusTKqykwTspGCZtPxmF81JR4MmIebvF1F9+UOKth2ZubLQ4XGGaU+hSn99A==} - engines: {node: '>=0.10.0'} - hasBin: true - dev: false - /esprima/4.0.1: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} engines: {node: '>=4'} @@ -8708,11 +8404,6 @@ packages: estraverse: 5.3.0 dev: false - /estraverse/1.9.3: - resolution: {integrity: sha512-25w1fMXQrGdoquWnScXZGckOv+Wes+JDnuN/+7ex3SauFRS72r2lFDec0EKPt2YD1wUJ/IrfEex+9yp4hfSOJA==} - engines: {node: '>=0.10.0'} - dev: false - /estraverse/4.3.0: resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} engines: {node: '>=4.0'} @@ -8828,20 +8519,6 @@ packages: tmp: 0.0.33 dev: false - /external-editor/3.1.0: - resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} - engines: {node: '>=4'} - dependencies: - chardet: 0.7.0 - iconv-lite: 0.4.24 - tmp: 0.0.33 - dev: false - - /extsprintf/1.3.0: - resolution: {integrity: sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==} - engines: {'0': node >=0.6.0} - dev: false - /eyes/0.1.8: resolution: {integrity: sha512-GipyPsXO1anza0AOZdy69Im7hGFCNB7Y/NGjDlZGJ3GJJLtwNSb2vrzYrTYJRrRloVx7pl+bhUaTB8yiccPvFQ==} engines: {node: '> 0.1.90'} @@ -8850,7 +8527,7 @@ packages: /fast-async/7.0.6: resolution: {integrity: sha512-/iUa3eSQC+Xh5tN6QcVLsEsN7b1DaPIoTZo++VpLLIxtdNW2tEmMZex4TcrMeRnBwMOpZwue2CB171wjt5Kgqg==} dependencies: - '@babel/generator': 7.25.0 + '@babel/generator': 7.25.6 '@babel/helper-module-imports': 7.24.7 babylon: 7.0.0-beta.47 nodent-runtime: 3.2.1 @@ -8883,7 +8560,7 @@ packages: '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 - micromatch: 4.0.7 + micromatch: 4.0.8 dev: false /fast-json-stable-stringify/2.1.0: @@ -9028,13 +8705,6 @@ packages: escape-string-regexp: 1.0.5 dev: false - /figures/3.2.0: - resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} - engines: {node: '>=8'} - dependencies: - escape-string-regexp: 1.0.5 - dev: false - /file-entry-cache/2.0.0: resolution: {integrity: sha512-uXP/zGzxxFvFfcZGgBIwotm+Tdc55ddPAzF7iHshP4YGaXMww7rSF9peD9D1sui5ebONg5UobsZv+FfgEpGv/w==} engines: {node: '>=0.10.0'} @@ -9043,13 +8713,6 @@ packages: object-assign: 4.1.1 dev: false - /file-entry-cache/5.0.1: - resolution: {integrity: sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==} - engines: {node: '>=4'} - dependencies: - flat-cache: 2.0.1 - dev: false - /file-entry-cache/6.0.1: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} engines: {node: ^10.12.0 || >=12.0.0} @@ -9057,7 +8720,7 @@ packages: flat-cache: 3.2.0 dev: false - /file-loader/6.2.0_webpack@5.93.0: + /file-loader/6.2.0_webpack@5.94.0: resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -9065,7 +8728,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.93.0_webpack-cli@4.8.0 + webpack: 5.94.0_webpack-cli@4.8.0 dev: false /filesize/3.6.1: @@ -9202,15 +8865,6 @@ packages: write: 0.2.1 dev: false - /flat-cache/2.0.1: - resolution: {integrity: sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==} - engines: {node: '>=4'} - dependencies: - flatted: 2.0.2 - rimraf: 2.6.3 - write: 1.0.3 - dev: false - /flat-cache/3.2.0: resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} engines: {node: ^10.12.0 || >=12.0.0} @@ -9229,10 +8883,6 @@ packages: resolution: {integrity: sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw==} dev: false - /flatted/2.0.2: - resolution: {integrity: sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==} - dev: false - /flatted/3.3.1: resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} dev: false @@ -9278,19 +8928,6 @@ packages: signal-exit: 4.1.0 dev: false - /forever-agent/0.6.1: - resolution: {integrity: sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==} - dev: false - - /form-data/2.3.3: - resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==} - engines: {node: '>= 0.12'} - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.35 - dev: false - /form-data/3.0.1: resolution: {integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==} engines: {node: '>= 6'} @@ -9453,12 +9090,6 @@ packages: get-intrinsic: 1.2.4 dev: false - /getpass/0.1.7: - resolution: {integrity: sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==} - dependencies: - assert-plus: 1.0.0 - dev: false - /glob-parent/5.1.2: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} engines: {node: '>= 6'} @@ -9489,17 +9120,6 @@ packages: path-scurry: 1.11.1 dev: false - /glob/5.0.15: - resolution: {integrity: sha512-c9IPMazfRITpmAAKi22dK1VKxGDX9ehhqfABDriL/lzO92xcUKEJPQHrVA/2YHSNFB4iFlykVmWvwo48nr3OxA==} - deprecated: Glob versions prior to v9 are no longer supported - dependencies: - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.1.2 - once: 1.4.0 - path-is-absolute: 1.0.1 - dev: false - /glob/7.1.2: resolution: {integrity: sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==} deprecated: Glob versions prior to v9 are no longer supported @@ -9536,18 +9156,21 @@ packages: once: 1.4.0 dev: false + /glob/9.3.5: + resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==} + engines: {node: '>=16 || 14 >=14.17'} + dependencies: + fs.realpath: 1.0.0 + minimatch: 8.0.4 + minipass: 4.2.8 + path-scurry: 1.11.1 + dev: false + /globals/11.12.0: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} dev: false - /globals/12.4.0: - resolution: {integrity: sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==} - engines: {node: '>=8'} - dependencies: - type-fest: 0.8.1 - dev: false - /globals/13.24.0: resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} engines: {node: '>=8'} @@ -9649,20 +9272,6 @@ packages: topo: 2.1.1 dev: false - /har-schema/2.0.0: - resolution: {integrity: sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==} - engines: {node: '>=4'} - dev: false - - /har-validator/5.1.5: - resolution: {integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==} - engines: {node: '>=6'} - deprecated: this library is no longer supported - dependencies: - ajv: 6.12.6 - har-schema: 2.0.0 - dev: false - /harmony-reflect/1.6.2: resolution: {integrity: sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==} dev: false @@ -9768,7 +9377,7 @@ packages: /history/5.3.0: resolution: {integrity: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==} dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 dev: false /hoek/4.3.1: @@ -9859,7 +9468,7 @@ packages: terser: 5.31.6 dev: false - /html-webpack-plugin/5.6.0_webpack@5.93.0: + /html-webpack-plugin/5.6.0_webpack@5.94.0: resolution: {integrity: sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==} engines: {node: '>=10.13.0'} peerDependencies: @@ -9876,7 +9485,7 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.93.0_webpack-cli@4.8.0 + webpack: 5.94.0_webpack-cli@4.8.0 dev: false /htmlparser2/6.1.0: @@ -9965,15 +9574,6 @@ packages: - debug dev: false - /http-signature/1.2.0: - resolution: {integrity: sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==} - engines: {node: '>=0.8', npm: '>=1.3.7'} - dependencies: - assert-plus: 1.0.0 - jsprim: 1.4.2 - sshpk: 1.18.0 - dev: false - /http-status-codes/1.4.0: resolution: {integrity: sha512-JrT3ua+WgH8zBD3HEJYbeEgnuQaAnUeRRko/YojPAJjGmIfGD3KPU/asLdsLwKjfxOmQe5nXMQ0pt/7MyapVbQ==} dev: false @@ -10167,25 +9767,6 @@ packages: through: 2.3.8 dev: false - /inquirer/7.3.3: - resolution: {integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==} - engines: {node: '>=8.0.0'} - dependencies: - ansi-escapes: 4.3.2 - chalk: 4.1.2 - cli-cursor: 3.1.0 - cli-width: 3.0.0 - external-editor: 3.1.0 - figures: 3.2.0 - lodash: 4.17.21 - mute-stream: 0.0.8 - run-async: 2.4.1 - rxjs: 6.6.7 - string-width: 4.2.3 - strip-ansi: 6.0.1 - through: 2.3.8 - dev: false - /insync/2.1.1: resolution: {integrity: sha512-UzUhOZFpCMM22Xlig9iUPqalf8n7c4eYScamce1C+jN3ad8FtmVm42ryMwVq0hAxHbwUhWFhPvTFQQpFdDUKkw==} dev: false @@ -10314,8 +9895,8 @@ packages: rgba-regex: 1.0.0 dev: false - /is-core-module/2.15.0: - resolution: {integrity: sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==} + /is-core-module/2.15.1: + resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==} engines: {node: '>= 0.4'} dependencies: hasown: 2.0.2 @@ -10601,7 +10182,7 @@ packages: engines: {node: '>=8'} dependencies: '@babel/core': 7.25.2 - '@babel/parser': 7.25.3 + '@babel/parser': 7.25.6 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -10614,7 +10195,7 @@ packages: engines: {node: '>=10'} dependencies: '@babel/core': 7.25.2 - '@babel/parser': 7.25.3 + '@babel/parser': 7.25.6 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 7.6.3 @@ -10662,30 +10243,6 @@ packages: istanbul-lib-report: 3.0.1 dev: false - /istanbul/0.4.5: - resolution: {integrity: sha512-nMtdn4hvK0HjUlzr1DrKSUY8ychprt8dzHOgY2KXsIhHu5PuQQEOTM27gV9Xblyon7aUH/TSFIjRHEODF/FRPg==} - deprecated: |- - This module is no longer maintained, try this instead: - npm i nyc - Visit https://istanbul.js.org/integrations for other alternatives. - hasBin: true - dependencies: - abbrev: 1.0.9 - async: 1.5.2 - escodegen: 1.8.1 - esprima: 2.7.3 - glob: 5.0.15 - handlebars: 4.7.8 - js-yaml: 3.14.1 - mkdirp: 0.5.6 - nopt: 3.0.6 - once: 1.4.0 - resolve: 1.1.7 - supports-color: 3.2.3 - which: 1.3.1 - wordwrap: 1.0.0 - dev: false - /items/2.2.1: resolution: {integrity: sha512-4nzts/gjePMkwiCuw0GzvJNNvbsfDsgZNC+AFNu4llNZmh49MSTaMR7PMIbEnGo9zRQFAcjrgrsU3F0hI3UJyA==} engines: {node: '>=6.0.0'} @@ -10731,7 +10288,7 @@ packages: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.1 + '@types/node': 20.16.2 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.3 @@ -10752,7 +10309,7 @@ packages: - supports-color dev: false - /jest-cli/29.7.0_@types+node@20.16.1: + /jest-cli/29.7.0_@types+node@20.16.2: resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -10766,10 +10323,10 @@ packages: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0_@types+node@20.16.1 + create-jest: 29.7.0_@types+node@20.16.2 exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0_@types+node@20.16.1 + jest-config: 29.7.0_@types+node@20.16.2 jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -10780,7 +10337,7 @@ packages: - ts-node dev: false - /jest-config/29.7.0_@types+node@20.16.1: + /jest-config/29.7.0_@types+node@20.16.2: resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -10795,7 +10352,7 @@ packages: '@babel/core': 7.25.2 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.1 + '@types/node': 20.16.2 babel-jest: 29.7.0_@babel+core@7.25.2 chalk: 4.1.2 ci-info: 3.9.0 @@ -10810,7 +10367,7 @@ packages: jest-runner: 29.7.0 jest-util: 29.7.0 jest-validate: 29.7.0 - micromatch: 4.0.7 + micromatch: 4.0.8 parse-json: 5.2.0 pretty-format: 29.7.0 slash: 3.0.0 @@ -10861,7 +10418,7 @@ packages: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 '@types/jsdom': 20.0.1 - '@types/node': 20.16.1 + '@types/node': 20.16.2 jest-mock: 29.7.0 jest-util: 29.7.0 jsdom: 20.0.3 @@ -10878,7 +10435,7 @@ packages: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.1 + '@types/node': 20.16.2 jest-mock: 29.7.0 jest-util: 29.7.0 dev: false @@ -10894,14 +10451,14 @@ packages: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 20.16.1 + '@types/node': 20.16.2 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 jest-regex-util: 29.6.3 jest-util: 29.7.0 jest-worker: 29.7.0 - micromatch: 4.0.7 + micromatch: 4.0.8 walker: 1.0.8 optionalDependencies: fsevents: 2.3.3 @@ -10934,7 +10491,7 @@ packages: '@types/stack-utils': 2.0.3 chalk: 4.1.2 graceful-fs: 4.2.11 - micromatch: 4.0.7 + micromatch: 4.0.8 pretty-format: 29.7.0 slash: 3.0.0 stack-utils: 2.0.6 @@ -10945,7 +10502,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.16.1 + '@types/node': 20.16.2 jest-util: 29.7.0 dev: false @@ -11000,7 +10557,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.1 + '@types/node': 20.16.2 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -11031,9 +10588,9 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.1 + '@types/node': 20.16.2 chalk: 4.1.2 - cjs-module-lexer: 1.3.1 + cjs-module-lexer: 1.4.0 collect-v8-coverage: 1.0.2 glob: 7.2.3 graceful-fs: 4.2.11 @@ -11055,10 +10612,10 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.25.2 - '@babel/generator': 7.25.0 + '@babel/generator': 7.25.6 '@babel/plugin-syntax-jsx': 7.24.7_@babel+core@7.25.2 - '@babel/plugin-syntax-typescript': 7.24.7_@babel+core@7.25.2 - '@babel/types': 7.25.2 + '@babel/plugin-syntax-typescript': 7.25.4_@babel+core@7.25.2 + '@babel/types': 7.25.6 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 @@ -11083,7 +10640,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.16.1 + '@types/node': 20.16.2 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -11108,7 +10665,7 @@ packages: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.1 + '@types/node': 20.16.2 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -11120,7 +10677,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.16.1 + '@types/node': 20.16.2 merge-stream: 2.0.0 supports-color: 7.2.0 dev: false @@ -11129,7 +10686,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.16.1 + '@types/node': 20.16.2 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false @@ -11138,13 +10695,13 @@ packages: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 20.16.1 + '@types/node': 20.16.2 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false - /jest/29.7.0_@types+node@20.16.1: + /jest/29.7.0_@types+node@20.16.2: resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -11157,7 +10714,7 @@ packages: '@jest/core': 29.7.0 '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0_@types+node@20.16.1 + jest-cli: 29.7.0_@types+node@20.16.2 transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -11220,10 +10777,6 @@ packages: argparse: 2.0.1 dev: false - /jsbn/0.1.1: - resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==} - dev: false - /jsdoc-type-pratt-parser/4.0.0: resolution: {integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==} engines: {node: '>=12.0.0'} @@ -11465,18 +11018,10 @@ packages: resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} dev: false - /json-schema/0.4.0: - resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} - dev: false - /json-stable-stringify-without-jsonify/1.0.1: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} dev: false - /json-stringify-safe/5.0.1: - resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} - dev: false - /json5/0.5.1: resolution: {integrity: sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==} hasBin: true @@ -11513,16 +11058,6 @@ packages: graceful-fs: 4.2.11 dev: false - /jsprim/1.4.2: - resolution: {integrity: sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==} - engines: {node: '>=0.6.0'} - dependencies: - assert-plus: 1.0.0 - extsprintf: 1.3.0 - json-schema: 0.4.0 - verror: 1.10.0 - dev: false - /jsx-ast-utils/3.3.5: resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} engines: {node: '>=4.0'} @@ -11632,7 +11167,7 @@ packages: karma: 6.4.4 dev: false - /karma-webpack/5.0.1_webpack@5.93.0: + /karma-webpack/5.0.1_webpack@5.94.0: resolution: {integrity: sha512-oo38O+P3W2mSPCSUrQdySSPv1LvPpXP+f+bBimNomS5sW+1V4SuhCuW8TfJzV+rDv921w2fDSDw0xJbPe6U+kQ==} engines: {node: '>= 18'} peerDependencies: @@ -11640,7 +11175,7 @@ packages: dependencies: glob: 7.2.3 minimatch: 9.0.5 - webpack: 5.93.0_webpack-cli@4.8.0 + webpack: 5.94.0_webpack-cli@4.8.0 webpack-merge: 4.2.2 dev: false @@ -11700,7 +11235,7 @@ packages: resolution: {integrity: sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==} dev: false - /less-loader/4.1.0_less@3.13.1+webpack@5.93.0: + /less-loader/4.1.0_less@3.13.1+webpack@5.94.0: resolution: {integrity: sha512-KNTsgCE9tMOM70+ddxp9yyt9iHqgmSs0yTZc5XH5Wo+g80RWRIYNqE58QJKm/yMud5wZEvz50ugRDuzVIkyahg==} engines: {node: '>= 4.8 < 5.0.0 || >= 5.10'} peerDependencies: @@ -11711,7 +11246,7 @@ packages: less: 3.13.1 loader-utils: 1.4.2 pify: 3.0.0 - webpack: 5.93.0_webpack-cli@4.8.0 + webpack: 5.94.0_webpack-cli@4.8.0 dev: false /less/3.13.1: @@ -11727,7 +11262,7 @@ packages: image-size: 0.5.5 make-dir: 2.1.0 mime: 1.6.0 - native-request: 1.1.0 + native-request: 1.1.2 source-map: 0.6.1 dev: false @@ -12009,7 +11544,7 @@ packages: '@types/triple-beam': 1.3.5 fecha: 4.2.3 ms: 2.1.3 - safe-stable-stringify: 2.4.3 + safe-stable-stringify: 2.5.0 triple-beam: 1.4.1 dev: false @@ -12043,7 +11578,7 @@ packages: /lower-case/2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} dependencies: - tslib: 2.6.3 + tslib: 2.7.0 dev: false /lru-cache/10.4.3: @@ -12145,7 +11680,7 @@ packages: /match-sorter/6.3.4: resolution: {integrity: sha512-jfZW7cWS5y/1xswZo8VBOdudUiSd9nifYRWphc9M5D/ee4w4AoXLgBEdRbgVaxbMuagBPeUC5y2Hi8DO6o9aDg==} dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 remove-accents: 0.5.0 dev: false @@ -12203,8 +11738,8 @@ packages: engines: {node: '>= 0.6'} dev: false - /micromatch/4.0.7: - resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} + /micromatch/4.0.8: + resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} engines: {node: '>=8.6'} dependencies: braces: 3.0.3 @@ -12279,7 +11814,7 @@ packages: engines: {node: '>=4'} dev: false - /mini-css-extract-plugin/1.6.2_webpack@5.93.0: + /mini-css-extract-plugin/1.6.2_webpack@5.94.0: resolution: {integrity: sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -12287,7 +11822,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.93.0_webpack-cli@4.8.0 + webpack: 5.94.0_webpack-cli@4.8.0 webpack-sources: 1.4.3 dev: false @@ -12308,6 +11843,13 @@ packages: brace-expansion: 2.0.1 dev: false + /minimatch/8.0.4: + resolution: {integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==} + engines: {node: '>=16 || 14 >=14.17'} + dependencies: + brace-expansion: 2.0.1 + dev: false + /minimatch/9.0.5: resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} engines: {node: '>=16 || 14 >=14.17'} @@ -12351,6 +11893,11 @@ packages: yallist: 4.0.0 dev: false + /minipass/4.2.8: + resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==} + engines: {node: '>=8'} + dev: false + /minipass/5.0.0: resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} engines: {node: '>=8'} @@ -12471,10 +12018,6 @@ packages: resolution: {integrity: sha512-r65nCZhrbXXb6dXOACihYApHw2Q6pV0M3V0PSxd74N0+D8nzAdEAITq2oAjA1jVnKI+tGvEBUpqiMh0+rW6zDQ==} dev: false - /mute-stream/0.0.8: - resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} - dev: false - /nano-time/1.0.0: resolution: {integrity: sha512-flnngywOoQ0lLQOTRNexn2gGSNuM9bKj9RZAWSzhQ+UJYaAFG9bac4DW9VHjUAzrOaIcajHybCTHe/bkvozQqA==} dependencies: @@ -12487,8 +12030,8 @@ packages: hasBin: true dev: false - /native-request/1.1.0: - resolution: {integrity: sha512-uZ5rQaeRn15XmpgE0xoPL8YWqcX90VtCFglYwAgkvKM5e8fog+vePLAhHxuuv/gRkrQxIeh5U3q9sMNUrENqWw==} + /native-request/1.1.2: + resolution: {integrity: sha512-/etjwrK0J4Ebbcnt35VMWnfiUX/B04uwGJxyJInagxDqf2z5drSt/lsOvEMWGYunz1kaLZAFrV4NDAbOoDKvAQ==} dev: false optional: true @@ -12519,10 +12062,6 @@ packages: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} dev: false - /nice-try/1.0.5: - resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} - dev: false - /nigel/2.1.1: resolution: {integrity: sha512-adIkB959+yZi1jzV6z3lDnB5iQcb/hxolEQuQv218FKj5Ijag7iUZrKj1Uir+Zea5cXgZLV/p8xTrk2wVoWG+w==} engines: {node: '>=6.0.0'} @@ -12556,7 +12095,7 @@ packages: resolution: {integrity: sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==} dependencies: '@sinonjs/commons': 3.0.1 - '@sinonjs/fake-timers': 11.2.2 + '@sinonjs/fake-timers': 11.3.1 '@sinonjs/text-encoding': 0.7.3 just-extend: 6.2.0 path-to-regexp: 6.2.2 @@ -12566,7 +12105,7 @@ packages: resolution: {integrity: sha512-K8ePqo9BFvN31HXwEtTNGzgrPpmvgciDsFz8aztFjt4LqKO/JeFD8tBOeuDiCMXrIl/m1YvfH8auSpxfaD09wg==} dependencies: '@sinonjs/commons': 3.0.1 - '@sinonjs/fake-timers': 11.2.2 + '@sinonjs/fake-timers': 11.3.1 '@sinonjs/text-encoding': 0.7.3 just-extend: 6.2.0 path-to-regexp: 6.2.2 @@ -12582,7 +12121,7 @@ packages: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} dependencies: lower-case: 2.0.2 - tslib: 2.6.3 + tslib: 2.7.0 dev: false /node-fetch/2.6.12: @@ -12621,13 +12160,6 @@ packages: resolution: {integrity: sha512-4a5FH4WLi+daH/CGD5o/JWRR8W5tlCkd3nrDSkxbOzscJTyTUITltvOJeQjg3HJ1YgEuNyiPhQbvbtRjkQBByQ==} dev: false - /nopt/3.0.6: - resolution: {integrity: sha512-4GUt3kSEYmk4ITxzB/b9vaIDfUVWN/Ml1Fwl11IlnIG2iaJ9O6WXZ9SrYM9NLI8OCBieN2Y8SWC2oJV0RQ7qYg==} - hasBin: true - dependencies: - abbrev: 1.0.9 - dev: false - /normalize-package-data/2.5.0: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: @@ -12755,10 +12287,6 @@ packages: - supports-color dev: false - /oauth-sign/0.9.0: - resolution: {integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==} - dev: false - /object-assign/4.1.1: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} @@ -13037,7 +12565,7 @@ packages: resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} dependencies: dot-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 dev: false /parent-module/1.0.1: @@ -13105,7 +12633,7 @@ packages: resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 dev: false /path-exists/3.0.0: @@ -13132,11 +12660,6 @@ packages: resolution: {integrity: sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==} dev: false - /path-key/2.0.1: - resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} - engines: {node: '>=4'} - dev: false - /path-key/3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} @@ -13295,7 +12818,7 @@ packages: process-warning: 4.0.0 quick-format-unescaped: 4.0.4 real-require: 0.2.0 - safe-stable-stringify: 2.4.3 + safe-stable-stringify: 2.5.0 sonic-boom: 4.0.1 thread-stream: 3.1.0 dev: false @@ -13889,7 +13412,7 @@ packages: dependencies: autoprefixer: 9.8.8 browserslist: 4.23.3 - caniuse-lite: 1.0.30001651 + caniuse-lite: 1.0.30001653 css-blank-pseudo: 0.1.4 css-has-pseudo: 0.10.0 css-prefers-color-scheme: 3.1.1 @@ -14290,11 +13813,6 @@ packages: side-channel: 1.0.6 dev: false - /qs/6.5.3: - resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==} - engines: {node: '>=0.6'} - dev: false - /querystringify/2.2.0: resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} dev: false @@ -14397,7 +13915,7 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 broadcast-channel: 3.7.0 match-sorter: 6.3.4 dev: false @@ -14414,7 +13932,7 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 broadcast-channel: 3.7.0 match-sorter: 6.3.4 react: 18.3.1 @@ -14442,7 +13960,7 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 '@types/hoist-non-react-statics': 3.3.5 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 @@ -14453,7 +13971,7 @@ packages: use-sync-external-store: 1.2.2_react@18.3.1 dev: false - /react-redux/8.1.3_91ee3f21853aee6f4038f22086c31182: + /react-redux/8.1.3_c6ff50d475614f137f4e4b14f21f54e2: resolution: {integrity: sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -14474,9 +13992,9 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 '@types/hoist-non-react-statics': 3.3.5 - '@types/react': 18.3.3 + '@types/react': 18.3.4 '@types/react-dom': 18.3.0 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 @@ -14693,7 +14211,7 @@ packages: /redux/4.2.1: resolution: {integrity: sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==} dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 dev: false /redux/5.0.1: @@ -14745,7 +14263,7 @@ packages: /regenerator-transform/0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 dev: false /regexp.prototype.flags/1.5.2: @@ -14763,11 +14281,6 @@ packages: engines: {node: '>=4.0.0'} dev: false - /regexpp/2.0.1: - resolution: {integrity: sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==} - engines: {node: '>=6.5.0'} - dev: false - /regexpp/3.2.0: resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} engines: {node: '>=8'} @@ -14827,33 +14340,6 @@ packages: strip-ansi: 6.0.1 dev: false - /request/2.88.2: - resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==} - engines: {node: '>= 6'} - deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 - dependencies: - aws-sign2: 0.7.0 - aws4: 1.13.1 - caseless: 0.12.0 - combined-stream: 1.0.8 - extend: 3.0.2 - forever-agent: 0.6.1 - form-data: 2.3.3 - har-validator: 5.1.5 - http-signature: 1.2.0 - is-typedarray: 1.0.0 - isstream: 0.1.2 - json-stringify-safe: 5.0.1 - mime-types: 2.1.35 - oauth-sign: 0.9.0 - performance-now: 2.1.0 - qs: 6.5.3 - safe-buffer: 5.2.1 - tough-cookie: 2.5.0 - tunnel-agent: 0.6.0 - uuid: 3.4.0 - dev: false - /require-at/1.0.6: resolution: {integrity: sha512-7i1auJbMUrXEAZCOQ0VNJgmcT2VOKPRl2YGJwgpHpC9CE91Mv4/4UYIUm4chGJaI381ZDq1JUicFii64Hapd8g==} engines: {node: '>=4'} @@ -14921,14 +14407,10 @@ packages: engines: {node: '>=10'} dev: false - /resolve/1.1.7: - resolution: {integrity: sha512-9znBF0vBcaSN3W2j7wKvdERPwqTxSpCq+if5C0WoTCyV9n24rua28jeuQ2pL/HOf+yUe/Mef+H/5p60K0Id3bg==} - dev: false - /resolve/1.19.0: resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} dependencies: - is-core-module: 2.15.0 + is-core-module: 2.15.1 path-parse: 1.0.7 dev: false @@ -14936,7 +14418,7 @@ packages: resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} hasBin: true dependencies: - is-core-module: 2.15.0 + is-core-module: 2.15.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 dev: false @@ -14945,7 +14427,7 @@ packages: resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} hasBin: true dependencies: - is-core-module: 2.15.0 + is-core-module: 2.15.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 dev: false @@ -15104,8 +14586,8 @@ packages: ret: 0.4.3 dev: false - /safe-stable-stringify/2.4.3: - resolution: {integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==} + /safe-stable-stringify/2.5.0: + resolution: {integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==} engines: {node: '>=10'} dev: false @@ -15123,7 +14605,7 @@ packages: deprecated: This package has been deprecated in favour of @sinonjs/samsam dev: false - /sass-loader/13.3.3_sass@1.77.8+webpack@5.93.0: + /sass-loader/13.3.3_sass@1.77.8+webpack@5.94.0: resolution: {integrity: sha512-mt5YN2F1MOZr3d/wBRcZxeFgwgkH44wVc2zohO2YF6JiOMkiXe4BYRZpSu2sO1g71mo/j16txzUhsKZlqjVGzA==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -15144,7 +14626,7 @@ packages: dependencies: neo-async: 2.6.2 sass: 1.77.8 - webpack: 5.93.0_webpack-cli@4.8.0 + webpack: 5.94.0_webpack-cli@4.8.0 dev: false /sass/1.77.8: @@ -15580,7 +15062,7 @@ packages: resolution: {integrity: sha512-+dXDXzD1sBO6HlmZDd7mXZCR/y5ECiEiGCBSGuFD/kZ0bDTofPYc6JaeGmPSF+1j1MejGUWkORbYOLDyvqCWpA==} dependencies: '@sinonjs/commons': 3.0.1 - '@sinonjs/fake-timers': 11.2.2 + '@sinonjs/fake-timers': 11.3.1 '@sinonjs/samsam': 8.0.0 diff: 5.2.0 nise: 6.0.0 @@ -15651,15 +15133,6 @@ packages: is-fullwidth-code-point: 2.0.0 dev: false - /slice-ansi/2.1.0: - resolution: {integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==} - engines: {node: '>=6'} - dependencies: - ansi-styles: 3.2.1 - astral-regex: 1.0.0 - is-fullwidth-code-point: 2.0.0 - dev: false - /slice-ansi/4.0.0: resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} engines: {node: '>=10'} @@ -15774,14 +15247,6 @@ packages: source-map: 0.6.1 dev: false - /source-map/0.2.0: - resolution: {integrity: sha512-CBdZ2oa/BHhS4xj5DlhjWNHcan57/5YuvfdLf17iVmIpd9KRm+DFLmC6nBNj+6Ua7Kt3TmOjDpQT1aTYOQtoUA==} - engines: {node: '>=0.8.0'} - dependencies: - amdefine: 1.0.1 - dev: false - optional: true - /source-map/0.5.7: resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} engines: {node: '>=0.10.0'} @@ -15813,7 +15278,7 @@ packages: resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} dependencies: spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.18 + spdx-license-ids: 3.0.20 dev: false /spdx-exceptions/2.5.0: @@ -15824,18 +15289,18 @@ packages: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} dependencies: spdx-exceptions: 2.5.0 - spdx-license-ids: 3.0.18 + spdx-license-ids: 3.0.20 dev: false /spdx-expression-parse/4.0.0: resolution: {integrity: sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==} dependencies: spdx-exceptions: 2.5.0 - spdx-license-ids: 3.0.18 + spdx-license-ids: 3.0.20 dev: false - /spdx-license-ids/3.0.18: - resolution: {integrity: sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==} + /spdx-license-ids/3.0.20: + resolution: {integrity: sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==} dev: false /spdy-transport/3.0.0: @@ -15879,22 +15344,6 @@ packages: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} dev: false - /sshpk/1.18.0: - resolution: {integrity: sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==} - engines: {node: '>=0.10.0'} - hasBin: true - dependencies: - asn1: 0.2.6 - assert-plus: 1.0.0 - bcrypt-pbkdf: 1.0.2 - dashdash: 1.14.1 - ecc-jsbn: 0.1.2 - getpass: 0.1.7 - jsbn: 0.1.1 - safer-buffer: 2.1.2 - tweetnacl: 0.14.5 - dev: false - /ssri/8.0.1: resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} engines: {node: '>= 8'} @@ -15999,15 +15448,6 @@ packages: strip-ansi: 4.0.0 dev: false - /string-width/3.1.0: - resolution: {integrity: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==} - engines: {node: '>=6'} - dependencies: - emoji-regex: 7.0.3 - is-fullwidth-code-point: 2.0.0 - strip-ansi: 5.2.0 - dev: false - /string-width/4.2.3: resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} engines: {node: '>=8'} @@ -16104,13 +15544,6 @@ packages: ansi-regex: 3.0.1 dev: false - /strip-ansi/5.2.0: - resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==} - engines: {node: '>=6'} - dependencies: - ansi-regex: 4.1.1 - dev: false - /strip-ansi/6.0.1: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} @@ -16289,7 +15722,7 @@ packages: engines: {node: ^14.18.0 || >=16.0.0} dependencies: '@pkgr/core': 0.1.1 - tslib: 2.6.3 + tslib: 2.7.0 dev: false /table/4.0.2: @@ -16303,16 +15736,6 @@ packages: string-width: 2.1.1 dev: false - /table/5.4.6: - resolution: {integrity: sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==} - engines: {node: '>=6.0.0'} - dependencies: - ajv: 6.12.6 - lodash: 4.17.21 - slice-ansi: 2.1.0 - string-width: 3.1.0 - dev: false - /table/6.8.2: resolution: {integrity: sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==} engines: {node: '>=10.0.0'} @@ -16341,7 +15764,7 @@ packages: yallist: 4.0.0 dev: false - /terser-webpack-plugin/5.3.10_webpack@5.93.0: + /terser-webpack-plugin/5.3.10_webpack@5.94.0: resolution: {integrity: sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -16362,7 +15785,7 @@ packages: schema-utils: 3.3.0 serialize-javascript: 6.0.2 terser: 5.31.6 - webpack: 5.93.0_webpack-cli@4.8.0 + webpack: 5.94.0_webpack-cli@4.8.0 dev: false /terser/5.31.6: @@ -16458,14 +15881,6 @@ packages: hoek: 4.3.1 dev: false - /tough-cookie/2.5.0: - resolution: {integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==} - engines: {node: '>=0.8'} - dependencies: - psl: 1.9.0 - punycode: 2.3.1 - dev: false - /tough-cookie/4.1.4: resolution: {integrity: sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==} engines: {node: '>=6'} @@ -16524,7 +15939,7 @@ packages: typescript: 5.5.4 dev: false - /ts-node/10.9.2_6c4a2c10893ccbb1596949b5d43edeb6: + /ts-node/10.9.2_4a16a80779df9528706de5226000dcec: resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -16543,19 +15958,19 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.16.1 + '@types/node': 20.16.2 acorn: 8.12.1 acorn-walk: 8.3.3 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.9.5 + typescript: 5.5.4 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: false - /ts-node/10.9.2_709ed2352afaf456d68e4faebe116bb0: + /ts-node/10.9.2_e3d33c578cbeb7027d7e471a764336fa: resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -16574,14 +15989,14 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.16.1 + '@types/node': 20.16.2 acorn: 8.12.1 acorn-walk: 8.3.3 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.5.4 + typescript: 4.9.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: false @@ -16615,8 +16030,8 @@ packages: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} dev: false - /tslib/2.6.3: - resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} + /tslib/2.7.0: + resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} dev: false /tsutils/3.21.0: @@ -16648,16 +16063,6 @@ packages: typescript: 5.5.4 dev: false - /tunnel-agent/0.6.0: - resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} - dependencies: - safe-buffer: 5.2.1 - dev: false - - /tweetnacl/0.14.5: - resolution: {integrity: sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==} - dev: false - /type-check/0.3.2: resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==} engines: {node: '>= 0.8.0'} @@ -16979,7 +16384,7 @@ packages: /unload/2.2.0: resolution: {integrity: sha512-B60uB5TNBLtN6/LsgAf3udH9saB5p7gqJwcFfbOEZ8BcBHnGwCf6G/TGiEqkRAxX7zAFIUtzdrXQSdL3Q/wqNA==} dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 detect-node: 2.1.0 dev: false @@ -17015,7 +16420,7 @@ packages: punycode: 2.3.1 dev: false - /url-loader/4.1.1_file-loader@6.2.0+webpack@5.93.0: + /url-loader/4.1.1_file-loader@6.2.0+webpack@5.94.0: resolution: {integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -17025,11 +16430,11 @@ packages: file-loader: optional: true dependencies: - file-loader: 6.2.0_webpack@5.93.0 + file-loader: 6.2.0_webpack@5.94.0 loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.3.0 - webpack: 5.93.0_webpack-cli@4.8.0 + webpack: 5.94.0_webpack-cli@4.8.0 dev: false /url-parse/1.5.10: @@ -17069,12 +16474,6 @@ packages: engines: {node: '>= 0.4.0'} dev: false - /uuid/3.4.0: - resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==} - deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. - hasBin: true - dev: false - /uuid/8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} hasBin: true @@ -17117,15 +16516,6 @@ packages: resolution: {integrity: sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==} dev: false - /verror/1.10.0: - resolution: {integrity: sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==} - engines: {'0': node >=0.6.0} - dependencies: - assert-plus: 1.0.0 - core-util-is: 1.0.2 - extsprintf: 1.3.0 - dev: false - /vise/2.1.1: resolution: {integrity: sha512-R25Ify8nBP/l7EYjwVooexLQQAfpIqR7wusk90b+w3UYybVB96hkFWZUIvIBUC/MgvPRvAEpe3ok8wNKFzsrYA==} engines: {node: '>=6.0.0'} @@ -17252,7 +16642,7 @@ packages: ws: 6.2.3 dev: false - /webpack-cli/4.8.0_4334de17d624781f2699217176e11f63: + /webpack-cli/4.8.0_2b4e8292866a351ca53ec0111962e810: resolution: {integrity: sha512-+iBSWsX16uVna5aAYN6/wjhJy1q/GKk4KjKvfg90/6hykCTSgozbfz5iRgDTSJt/LgSbYxdBX3KBHeobIs+ZEw==} engines: {node: '>=10.13.0'} hasBin: true @@ -17273,7 +16663,7 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.2.0_webpack-cli@4.8.0+webpack@5.93.0 + '@webpack-cli/configtest': 1.2.0_webpack-cli@4.8.0+webpack@5.94.0 '@webpack-cli/info': 1.5.0_webpack-cli@4.8.0 '@webpack-cli/serve': 1.7.0_webpack-cli@4.8.0 colorette: 1.4.0 @@ -17284,12 +16674,12 @@ packages: interpret: 2.2.0 rechoir: 0.7.1 v8-compile-cache: 2.4.0 - webpack: 5.93.0_webpack-cli@4.8.0 + webpack: 5.94.0_webpack-cli@4.8.0 webpack-bundle-analyzer: 3.9.0 webpack-merge: 5.10.0 dev: false - /webpack-dev-middleware/4.3.0_webpack@5.93.0: + /webpack-dev-middleware/4.3.0_webpack@5.94.0: resolution: {integrity: sha512-PjwyVY95/bhBh6VUqt6z4THplYcsvQ8YNNBTBM873xLVmw8FLeALn0qurHbs9EmcfhzQis/eoqypSnZeuUz26w==} engines: {node: '>= v10.23.3'} peerDependencies: @@ -17301,7 +16691,7 @@ packages: mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 3.3.0 - webpack: 5.93.0_webpack-cli@4.8.0 + webpack: 5.94.0_webpack-cli@4.8.0 dev: false /webpack-hot-middleware/2.25.4: @@ -17359,8 +16749,8 @@ packages: resolution: {integrity: sha512-yUKYyy+e0iF/w31QdfioRKY+h3jDBRpthexBOWGKda99iu2l/wxYsI/XqdlP5IU58/0KB9CsJZgWNAl+/MPkRw==} dev: false - /webpack/5.93.0_webpack-cli@4.8.0: - resolution: {integrity: sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==} + /webpack/5.94.0_webpack-cli@4.8.0: + resolution: {integrity: sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -17369,7 +16759,6 @@ packages: webpack-cli: optional: true dependencies: - '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.5 '@webassemblyjs/ast': 1.12.1 '@webassemblyjs/wasm-edit': 1.12.1 @@ -17390,9 +16779,9 @@ packages: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10_webpack@5.93.0 + terser-webpack-plugin: 5.3.10_webpack@5.94.0 watchpack: 2.4.2 - webpack-cli: 4.8.0_4334de17d624781f2699217176e11f63 + webpack-cli: 4.8.0_2b4e8292866a351ca53ec0111962e810 webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' @@ -17588,12 +16977,12 @@ packages: dependencies: '@colors/colors': 1.6.0 '@dabh/diagnostics': 2.0.3 - async: 3.2.5 + async: 3.2.6 is-stream: 2.0.1 logform: 2.6.1 one-time: 1.0.0 readable-stream: 3.6.2 - safe-stable-stringify: 2.4.3 + safe-stable-stringify: 2.5.0 stack-trace: 0.0.10 triple-beam: 1.4.1 winston-transport: 4.7.1 @@ -17676,13 +17065,6 @@ packages: mkdirp: 0.5.6 dev: false - /write/1.0.3: - resolution: {integrity: sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==} - engines: {node: '>=4'} - dependencies: - mkdirp: 0.5.6 - dev: false - /ws/6.2.3: resolution: {integrity: sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==} dependencies: @@ -17731,7 +17113,7 @@ packages: /xaa/1.7.1: resolution: {integrity: sha512-SLb9sd9sWeQMqyrghmdhXOb4NKHTvRchG34nzVvxP+Cf8UvkGuxu6VM7+fsPbFWSBNfGFsLvHeZf9X6ifbPRrg==} dependencies: - tslib: 2.6.3 + tslib: 2.7.0 dev: false /xaa/1.7.3: @@ -17895,29 +17277,30 @@ packages: engines: {node: '>=12.20'} dev: false - file:projects/app-dev.tgz_webpack-cli@4.8.0+webpack@5.93.0: - resolution: {integrity: sha512-e3d1HxfeZn4JLRUw9WebVxeaSfSOptJ183iI2umPmGkI00lW9DcwVU+LTzw0L0MMvCKgU5v4G3R3ih0QGYBaww==, tarball: file:projects/app-dev.tgz} + file:projects/app-dev.tgz_webpack-cli@4.8.0+webpack@5.94.0: + resolution: {integrity: sha512-zSPD1kDoLMpMGRYi69b0lmBLp8WVNvBCUy1CbjMWFSNoSIFpN/teGmLpn+Q4gs1tEONl39vmeKEpU3ebaPpOHA==, tarball: file:projects/app-dev.tgz} id: file:projects/app-dev.tgz name: '@rush-temp/app-dev' version: 0.0.0 dependencies: - '@babel/cli': 7.24.8_@babel+core@7.25.2 + '@babel/cli': 7.25.6_@babel+core@7.25.2 '@babel/core': 7.25.2 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.25.2 + '@babel/eslint-parser': 7.25.1_@babel+core@7.25.2+eslint@7.32.0 '@babel/plugin-proposal-decorators': 7.24.7_@babel+core@7.25.2 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.25.2 + '@babel/plugin-transform-class-properties': 7.25.4_@babel+core@7.25.2 + '@babel/plugin-transform-object-rest-spread': 7.24.7_@babel+core@7.25.2 '@babel/plugin-transform-react-constant-elements': 7.25.1_@babel+core@7.25.2 '@babel/plugin-transform-react-inline-elements': 7.24.7_@babel+core@7.25.2 - '@babel/plugin-transform-runtime': 7.24.7_@babel+core@7.25.2 - '@babel/preset-env': 7.25.3_@babel+core@7.25.2 + '@babel/plugin-transform-runtime': 7.25.4_@babel+core@7.25.2 + '@babel/preset-env': 7.25.4_@babel+core@7.25.2 '@babel/preset-react': 7.24.7_@babel+core@7.25.2 '@babel/preset-typescript': 7.24.7_@babel+core@7.25.2 '@babel/register': 7.24.6_@babel+core@7.25.2 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@jchip/redbird': 1.3.0 - '@types/chai': 4.3.17 + '@types/chai': 4.3.19 '@types/mocha': 10.0.7 - '@types/node': 20.16.1 + '@types/node': 20.16.2 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.12 '@types/webpack': 5.28.0_webpack-cli@4.8.0 @@ -17926,7 +17309,6 @@ packages: '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 ansi-to-html: 0.7.2 - babel-eslint: 10.1.0_eslint@7.32.0 babel-plugin-lodash: 3.3.4 babel-plugin-minify-dead-code-elimination: 0.5.2 babel-plugin-react-css-modules: 5.2.6_@babel+core@7.25.2 @@ -17936,7 +17318,7 @@ packages: chai: 4.5.0 chalker: 1.2.0 chokidar: 3.6.0 - core-js: 3.38.0 + core-js: 3.38.1 electrode-server: 3.3.0 electrode-server1: /electrode-server/1.9.0 eslint: 7.32.0 @@ -17947,7 +17329,7 @@ packages: fast-async: 7.0.6 filter-scan-dir: 1.5.5 fs-extra: 10.1.0 - glob: 8.1.0 + glob: 9.3.5 identity-obj-proxy: 3.0.0 is-ci: 2.0.0 lodash: 4.17.21 @@ -17966,7 +17348,6 @@ packages: ps-get: 1.1.0 read-pkg-up: 7.0.1 regenerator-runtime: 0.13.11 - request: 2.88.2 require-at: 1.0.6 run-verify: 1.2.6 semver: 7.6.3 @@ -17976,12 +17357,12 @@ packages: sinon-chai: 3.7.0_chai@4.5.0+sinon@9.2.4 source-map-support: 0.5.21 sudo-prompt: 9.2.1 - ts-node: 10.9.2_709ed2352afaf456d68e4faebe116bb0 - tslib: 2.6.3 + ts-node: 10.9.2_4a16a80779df9528706de5226000dcec + tslib: 2.7.0 typedoc: 0.25.13_typescript@5.5.4 typescript: 5.5.4 visual-logger: 1.1.3 - webpack-dev-middleware: 4.3.0_webpack@5.93.0 + webpack-dev-middleware: 4.3.0_webpack@5.94.0 webpack-hot-middleware: 2.26.1 winston: 3.14.2 xaa: 1.7.3 @@ -17999,22 +17380,23 @@ packages: dev: false file:projects/app.tgz: - resolution: {integrity: sha512-RSfKvCArCYMgfs/6VFxS1CWDwpBbcU20Gkg4wB7Shlx8Wq6B6/tJaLyyw+FaT2neqtgSOVx8InrIbbhu3hPbCQ==, tarball: file:projects/app.tgz} + resolution: {integrity: sha512-mrK95U0Rt3HhIFFvk7IEDuVgChAJB7k13iF5ZORU0kINM1nc6xmqdo8dGeNhRkcOIBBoYpxaVuMO43+NAF0Ajg==, tarball: file:projects/app.tgz} name: '@rush-temp/app' version: 0.0.0 dependencies: - '@babel/runtime': 7.25.0 + '@babel/core': 7.25.2 + '@babel/eslint-parser': 7.25.1_@babel+core@7.25.2+eslint@8.57.0 + '@babel/runtime': 7.25.6 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.17 + '@types/chai': 4.3.19 '@types/mocha': 10.0.7 - '@types/node': 20.16.1 + '@types/node': 20.16.2 '@types/sinon': 10.0.20 '@types/sinon-chai': 3.2.12 '@typescript-eslint/eslint-plugin': 7.10.0_2eae2e4a0e714d834d5e9bb858aa748a '@typescript-eslint/parser': 7.10.0_eslint@8.57.0+typescript@5.5.4 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.57.0 chai: 4.5.0 chalk: 5.3.0 eslint: 8.57.0 @@ -18032,8 +17414,8 @@ packages: sinon: 13.0.2 sinon-chai: 3.7.0_chai@4.5.0+sinon@13.0.2 source-map-support: 0.5.21 - ts-node: 10.9.2_709ed2352afaf456d68e4faebe116bb0 - tslib: 2.6.3 + ts-node: 10.9.2_4a16a80779df9528706de5226000dcec + tslib: 2.7.0 typedoc: 0.25.13_typescript@5.5.4 typescript: 5.5.4 xsh: 0.4.5 @@ -18044,16 +17426,16 @@ packages: dev: false file:projects/create-app.tgz: - resolution: {integrity: sha512-3TlTQie/nhEWPrSNvZpgAD8C06J2KA2RsMubA7Q7HQoIr/xuZkoneZYp9Lx9aN1CdQKTD/BAsgjdS9MkIQnxUQ==, tarball: file:projects/create-app.tgz} + resolution: {integrity: sha512-p/bbZ4G/NLecHkLo4qeK2huA14lFrdNCNucLvPZ9q0e341h5jg+T15UpSHXrch02Mv9fv2PonsFM315JeWXRNQ==, tarball: file:projects/create-app.tgz} name: '@rush-temp/create-app' version: 0.0.0 dependencies: '@babel/core': 7.25.2 - '@babel/preset-env': 7.25.3_@babel+core@7.25.2 - '@types/chai': 4.3.17 + '@babel/preset-env': 7.25.4_@babel+core@7.25.2 + '@types/chai': 4.3.19 '@types/mocha': 10.0.7 '@xarc/module-dev': 2.2.5 - babel-loader: 9.1.3_fb5444ab5673dfbe6bc1a45ea6b1bf7e + babel-loader: 9.1.3_4b99dcdeb69e8e040fc026bb3eb922e4 chai: 4.5.0 chalker: 1.2.0 lodash: 4.17.21 @@ -18066,9 +17448,9 @@ packages: shcmd: 0.8.5 sinon: 7.5.0 sinon-chai: 3.7.0_chai@4.5.0+sinon@7.5.0 - webpack: 5.93.0_webpack-cli@4.8.0 + webpack: 5.94.0_webpack-cli@4.8.0 webpack-bundle-analyzer: 3.9.0 - webpack-cli: 4.8.0_4334de17d624781f2699217176e11f63 + webpack-cli: 4.8.0_2b4e8292866a351ca53ec0111962e810 xclap: 0.2.53 transitivePeerDependencies: - '@swc/core' @@ -18081,17 +17463,18 @@ packages: dev: false file:projects/dev-base.tgz: - resolution: {integrity: sha512-lUf7a2eS1dQXJcEg/LknQJ+OW1mO6NirbmYnaFehfus6xjaRIw9qAe8dczcO9yLPLQd7/0V1AsPSQI0mlo/uxA==, tarball: file:projects/dev-base.tgz} + resolution: {integrity: sha512-C3SopyGd6yXMf939OjatbQjnLTjSbxCVVfHVXyHp+K+c6kZOj4iErNpYy18FvqXbSVZMJzmbqp25dh6zEBldqQ==, tarball: file:projects/dev-base.tgz} name: '@rush-temp/dev-base' version: 0.0.0 dependencies: + '@babel/core': 7.25.2 + '@babel/eslint-parser': 7.25.1_@babel+core@7.25.2+eslint@7.32.0 '@istanbuljs/nyc-config-typescript': 1.0.2 - '@types/node': 20.16.1 + '@types/node': 20.16.2 '@typescript-eslint/eslint-plugin': 4.33.0_e6fd03130a25c9507b7735f909e67b43 '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@5.5.4 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@7.32.0 eslint: 7.32.0 eslint-config-walmart: 2.2.1 eslint-plugin-filenames: 1.3.2_eslint@7.32.0 @@ -18100,7 +17483,7 @@ packages: prettier: 2.8.8 source-map-support: 0.5.21 ts-node: 9.1.1_typescript@5.5.4 - tslib: 2.6.3 + tslib: 2.7.0 typedoc: 0.25.13_typescript@5.5.4 typescript: 5.5.4 winston: 2.4.7 @@ -18110,7 +17493,7 @@ packages: dev: false file:projects/electrode-cdn-file-loader.tgz: - resolution: {integrity: sha512-c3xOXllloxjYyAhjzmTT1MQZ2nJmrCxwiNLilUULWJIlwwy7R1yC+m3tnX1cUxSMYYXvRBjcFCrirVnpgrzcXw==, tarball: file:projects/electrode-cdn-file-loader.tgz} + resolution: {integrity: sha512-1qV107NYATIGPxC+DmLg5xXlZr0VJqJ3nH95SiwhcIkm/5oKjQPSelOMxs/hvyz+KiNzM95AeZuqTO0zIkBANA==, tarball: file:projects/electrode-cdn-file-loader.tgz} name: '@rush-temp/electrode-cdn-file-loader' version: 0.0.0 dependencies: @@ -18118,7 +17501,7 @@ packages: dev: false file:projects/electrode-node-resolver.tgz: - resolution: {integrity: sha512-xvYQpyXNeAofpVFCbv+oB7tAT1BW1D7cXJDKNxPKTrWOJjniEm+P+w7CZoPtFGdJi3ji+wFlTjs95N15Wfsycw==, tarball: file:projects/electrode-node-resolver.tgz} + resolution: {integrity: sha512-/9yDrsO7Mz39hV/14sVIVMIP9sW1/8eB9ZDKkMZixz50dbrw2ZAAhqH8YYetZ2IobFRRlSjexFiHgaj/QlSb2w==, tarball: file:projects/electrode-node-resolver.tgz} name: '@rush-temp/electrode-node-resolver' version: 0.0.0 dependencies: @@ -18127,21 +17510,22 @@ packages: dev: false file:projects/index-page.tgz: - resolution: {integrity: sha512-gYYGuM7k8Y3vJ5PejzfI0Hc7nJ2nj1tDCO8e+Fe8wPcYIxQfX/7Nji7lcdXnFtHakZfxsHdUZe2taeCz49Itnw==, tarball: file:projects/index-page.tgz} + resolution: {integrity: sha512-R+1Cv5jp0V5Zo5ty50ciqZ+/xg461ju40UvHjFuOkj6x4uoO+BSntMLplMDcLFmcYWspM8PABMMi3z4kjLjzEg==, tarball: file:projects/index-page.tgz} name: '@rush-temp/index-page' version: 0.0.0 dependencies: + '@babel/core': 7.25.2 + '@babel/eslint-parser': 7.25.1_@babel+core@7.25.2+eslint@8.57.0 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.17 + '@types/chai': 4.3.19 '@types/mocha': 10.0.7 - '@types/node': 20.16.1 + '@types/node': 20.16.2 '@types/sinon': 17.0.3 '@types/sinon-chai': 3.2.12 '@typescript-eslint/eslint-plugin': 7.10.0_2eae2e4a0e714d834d5e9bb858aa748a '@typescript-eslint/parser': 7.10.0_eslint@8.57.0+typescript@5.5.4 '@xarc/module-dev': 5.0.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.57.0 chai: 4.5.0 eslint: 8.57.0 eslint-config-walmart: 2.2.1 @@ -18154,8 +17538,8 @@ packages: sinon: 18.0.0 sinon-chai: 3.7.0_chai@4.5.0+sinon@18.0.0 source-map-support: 0.5.21 - ts-node: 10.9.2_709ed2352afaf456d68e4faebe116bb0 - tslib: 2.6.3 + ts-node: 10.9.2_4a16a80779df9528706de5226000dcec + tslib: 2.7.0 typedoc: 0.25.13_typescript@5.5.4 typescript: 5.5.4 xsh: 0.4.5 @@ -18167,26 +17551,26 @@ packages: dev: false file:projects/jsx-renderer.tgz: - resolution: {integrity: sha512-rAXdvdivSovI/Y1m//KsuF/66Be88R7+g4gOuUpSstRfjrYOCfu0wb2w2EPMZjxX1ZroWBEC1/hEtOekOo/pnw==, tarball: file:projects/jsx-renderer.tgz} + resolution: {integrity: sha512-5ycObVme+VrVhSH8nL+wyItt5525PdxHplqZCqE4saRh+YKrkUl2NDtEXMpC9Gh9kcdTlAaSZDBSrbPSntaZMQ==, tarball: file:projects/jsx-renderer.tgz} name: '@rush-temp/jsx-renderer' version: 0.0.0 dependencies: - '@babel/cli': 7.24.8_@babel+core@7.25.2 + '@babel/cli': 7.25.6_@babel+core@7.25.2 '@babel/core': 7.25.2 - '@babel/preset-env': 7.25.3_@babel+core@7.25.2 + '@babel/eslint-parser': 7.25.1_@babel+core@7.25.2+eslint@7.32.0 + '@babel/preset-env': 7.25.4_@babel+core@7.25.2 '@babel/preset-react': 7.24.7_@babel+core@7.25.2 '@babel/register': 7.24.6_@babel+core@7.25.2 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.17 + '@types/chai': 4.3.19 '@types/mocha': 10.0.7 - '@types/node': 20.16.1 + '@types/node': 20.16.2 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.12 '@typescript-eslint/eslint-plugin': 5.62.0_113ccc3c227755b8e7435ffead417c7f '@typescript-eslint/parser': 5.62.0_eslint@7.32.0+typescript@5.5.4 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@7.32.0 chai: 4.5.0 eslint: 7.32.0 eslint-config-walmart: 2.2.1 @@ -18205,7 +17589,7 @@ packages: sinon-chai: 3.7.0_chai@4.5.0+sinon@7.5.0 source-map-support: 0.5.21 stream-to-array: 2.3.0 - ts-node: 10.9.2_709ed2352afaf456d68e4faebe116bb0 + ts-node: 10.9.2_4a16a80779df9528706de5226000dcec typedoc: 0.25.13_typescript@5.5.4 typedoc-plugin-external-module-name: 3.1.0_typedoc@0.25.13 typescript: 5.5.4 @@ -18219,17 +17603,18 @@ packages: dev: false file:projects/opt-archetype-check.tgz: - resolution: {integrity: sha512-XGCX8JpqW/PCdmXcmOVRFVLBu95QBE8rXCewdzYsVhx8lVrd1/fLqi2wU9DkA+wbNpC92N1uRhlU6GBKzzWYNg==, tarball: file:projects/opt-archetype-check.tgz} + resolution: {integrity: sha512-NRBRI/ow9iS9OVcAfP8gKLrmZQZSUD/0I1n4D00RzsX3/GlTTK0YN4sneqQQuBWz4CoFhb8ffBR2Ov8WRexxKQ==, tarball: file:projects/opt-archetype-check.tgz} name: '@rush-temp/opt-archetype-check' version: 0.0.0 dev: false file:projects/opt-eslint.tgz: - resolution: {integrity: sha512-yWdqgOdGrneVTzA5/ajtYH6CXxSKY3dhxvFLjXic4/IzJts3T6syHVfhM9/+DKV1TNDvBAKIl5tVzhYlL8g0eQ==, tarball: file:projects/opt-eslint.tgz} + resolution: {integrity: sha512-8EmKOMdSLROjoIgZak7uqcoMJ16ItrJuHKKYzF1lS+TiPxYiyYP54eMQ24wAyC/wEwz+tWQMAToL3USPL3XeaQ==, tarball: file:projects/opt-eslint.tgz} name: '@rush-temp/opt-eslint' version: 0.0.0 dependencies: - babel-eslint: 10.1.0_eslint@7.32.0 + '@babel/core': 7.25.2 + '@babel/eslint-parser': 7.25.1_@babel+core@7.25.2+eslint@7.32.0 eslint: 7.32.0 eslint-config-walmart: 2.2.1 eslint-plugin-filenames: 1.3.2_eslint@7.32.0 @@ -18241,8 +17626,8 @@ packages: - supports-color dev: false - file:projects/opt-jest.tgz_@types+node@20.16.1: - resolution: {integrity: sha512-OuNmQ9HfQx4D3eJ6A3DtFnkAILVU4XE8PtAPWvWgS/vTrcj2FL198ixS0G3QXw9gLuxk4HDvzqM5LVdt6EUtBg==, tarball: file:projects/opt-jest.tgz} + file:projects/opt-jest.tgz_@types+node@20.16.2: + resolution: {integrity: sha512-LHdzUNw8hqu9WrNvzTY1fqmp697VBI+losnTvNKGPsGyLIuqc/V0OidiMD2S1V1DE5zjWarlvh9S5/KBBNyUSQ==, tarball: file:projects/opt-jest.tgz} id: file:projects/opt-jest.tgz name: '@rush-temp/opt-jest' version: 0.0.0 @@ -18250,7 +17635,7 @@ packages: '@types/jest': 29.5.12 babel-jest: 29.7.0 eslint-plugin-jest: 27.9.0_jest@29.7.0 - jest: 29.7.0_@types+node@20.16.1 + jest: 29.7.0_@types+node@20.16.2 jest-environment-jsdom: 29.7.0 shx: 0.3.4 transitivePeerDependencies: @@ -18268,8 +17653,8 @@ packages: - utf-8-validate dev: false - file:projects/opt-karma.tgz_webpack@5.93.0: - resolution: {integrity: sha512-ymhYg7NBx0hsJD9IiSauF6onfmIB/qmUarhUrHVH+6K0Yr3TN81ApOzU6gQzCQoEuy1nKBOl8jAiikbvueI1HQ==, tarball: file:projects/opt-karma.tgz} + file:projects/opt-karma.tgz_webpack@5.94.0: + resolution: {integrity: sha512-Va+tnDgvYHns/U/3SaY7zODtYBuq68MqPCbgqQ3lYD2PsxAcH6zIT5jNrJxnTJUgOKEH5y4wjQkz12aRX1HqYg==, tarball: file:projects/opt-karma.tgz} id: file:projects/opt-karma.tgz name: '@rush-temp/opt-karma' version: 0.0.0 @@ -18279,7 +17664,7 @@ packages: chai: 4.5.0 chai-as-promised: 7.1.2_chai@4.5.0 chai-shallowly: 1.0.0 - core-js: 3.38.0 + core-js: 3.38.1 enzyme: 3.11.0 enzyme-adapter-react-16: 1.15.8_enzyme@3.11.0 karma: 6.4.4 @@ -18294,7 +17679,7 @@ packages: karma-sonarqube-unit-reporter: 0.0.23_karma@6.4.4 karma-sourcemap-loader: 0.4.0 karma-spec-reporter: 0.0.36_karma@6.4.4 - karma-webpack: 5.0.1_webpack@5.93.0 + karma-webpack: 5.0.1_webpack@5.94.0 mocha: 10.7.3 shx: 0.3.4 sinon: 15.2.0 @@ -18309,21 +17694,21 @@ packages: - webpack dev: false - file:projects/opt-less.tgz_webpack@5.93.0: - resolution: {integrity: sha512-tPBAiL8nbXDnew974eUrSSGo1+SbM3DXKKQMJK61l6rQicNQStGvzjFZcnDqzGjpGV13+FFBC3YjW6ZUzGDhQA==, tarball: file:projects/opt-less.tgz} + file:projects/opt-less.tgz_webpack@5.94.0: + resolution: {integrity: sha512-Ne7OzDl8Ff0PG3aTbVdXm9ViWDiFK9ZTP97xPNBcMnPDLa/2yFcNtXx1E3y3MflI6/okhAj1BE8hwLBQ04Wr8g==, tarball: file:projects/opt-less.tgz} id: file:projects/opt-less.tgz name: '@rush-temp/opt-less' version: 0.0.0 dependencies: less: 3.13.1 - less-loader: 4.1.0_less@3.13.1+webpack@5.93.0 + less-loader: 4.1.0_less@3.13.1+webpack@5.94.0 shx: 0.3.4 transitivePeerDependencies: - webpack dev: false file:projects/opt-mocha.tgz: - resolution: {integrity: sha512-sFP76Jf78boQMbO5eHeyc+WofhLBiprG0l+s0ZwF8HcQI4dUKGlaCic7Ckns+ixLSrBKyIJndJXPVWHx6dBUgg==, tarball: file:projects/opt-mocha.tgz} + resolution: {integrity: sha512-4+vMayUKYt/GFICXLxRlKNJWs49/SHex9ZN0xjV7Jy2RYW5L0bx7rJNIonFk9+7p8Mw7VBWsMmabfINL6V7ZOQ==, tarball: file:projects/opt-mocha.tgz} name: '@rush-temp/opt-mocha' version: 0.0.0 dependencies: @@ -18341,7 +17726,7 @@ packages: dev: false file:projects/opt-postcss.tgz: - resolution: {integrity: sha512-OwZOIJWpyQ2jT41PdQyL19gvbTV79tu+bN7HxiQrJ7r2sd5aXZC1gpDBrt//rr1HEDuiZ5uURFDjjwlLYg7UvA==, tarball: file:projects/opt-postcss.tgz} + resolution: {integrity: sha512-789y4z6pLTZSKCvtWRv8QGutJa8y98hgMB+SBhvrIVJVFpB6gQgYoZB6hiPN6MPMxJRgcHZ+4ZqjJX0VMKLPWw==, tarball: file:projects/opt-postcss.tgz} name: '@rush-temp/opt-postcss' version: 0.0.0 dependencies: @@ -18356,7 +17741,7 @@ packages: dev: false file:projects/opt-preact.tgz: - resolution: {integrity: sha512-oTIknNpFnMdZh8qx+nJT3fiAXPT0RZjcc1r9HuDIgUHJ06jV03LUJD7GW8B69ozEQTgW5IPUc3WRNC6TlQJCsQ==, tarball: file:projects/opt-preact.tgz} + resolution: {integrity: sha512-uKa7jJ1yN+IxPT52FAU2Hg5IYsExml2koUqJCC6N1ZXZW3rW9JLTJNJUCSvQ40dARgWnSk7KjXI5zMhMdREhdQ==, tarball: file:projects/opt-preact.tgz} name: '@rush-temp/opt-preact' version: 0.0.0 dependencies: @@ -18365,7 +17750,7 @@ packages: dev: false file:projects/opt-react.tgz: - resolution: {integrity: sha512-2bF/fhqz1egRUtbeaHVn5SdyPz4fhssDOll4gBxFAqz6xZs3MWcOUUuHElCp4IEh1lt54/p0nY/7TvEYSqzi7A==, tarball: file:projects/opt-react.tgz} + resolution: {integrity: sha512-wqa+hRHHsVSAC4xhofTmpdhDwRf4Uu+fsmguW1AFu1gwozy9f7le1w/BzRBLu+bqw8YTpGpp8wz+7q0E18PSaQ==, tarball: file:projects/opt-react.tgz} name: '@rush-temp/opt-react' version: 0.0.0 dependencies: @@ -18374,14 +17759,14 @@ packages: shx: 0.3.4 dev: false - file:projects/opt-sass.tgz_webpack@5.93.0: - resolution: {integrity: sha512-TVYHyjFFaZZjATb205qVsU/QMCvRMb+3q9deesYnraxutmXBmmkRS6udQmgdzXHtah5Tn7eHapu71l61PnWjOA==, tarball: file:projects/opt-sass.tgz} + file:projects/opt-sass.tgz_webpack@5.94.0: + resolution: {integrity: sha512-Hkr6Pp73xINJ60PXwJHEdPjOYqbhWtV1flrBbFwZyGbL8m5368X608c0vPNK0MIGyqjuWPCeDn53Qb9GRYaCzQ==, tarball: file:projects/opt-sass.tgz} id: file:projects/opt-sass.tgz name: '@rush-temp/opt-sass' version: 0.0.0 dependencies: sass: 1.77.8 - sass-loader: 13.3.3_sass@1.77.8+webpack@5.93.0 + sass-loader: 13.3.3_sass@1.77.8+webpack@5.94.0 shx: 0.3.4 transitivePeerDependencies: - fibers @@ -18391,7 +17776,7 @@ packages: dev: false file:projects/opt-stylus.tgz: - resolution: {integrity: sha512-G/Ff+nsFDeeR5admzjkQ2h92ePWrqek73lj+QWc1HodVCsFlmLjaZ9imAzITgKSpQnp1LM4K1j07HGbpaol7uQ==, tarball: file:projects/opt-stylus.tgz} + resolution: {integrity: sha512-l6JLNKIn0TGT8UPxmKWyeKm9lpFsfruzlNoO2eQYSw8wPO0ZlauT33ADUqhwtOhm6dWO7GClC5MH6L+2vXIDBQ==, tarball: file:projects/opt-stylus.tgz} name: '@rush-temp/opt-stylus' version: 0.0.0 dependencies: @@ -18402,19 +17787,19 @@ packages: - supports-color dev: false - file:projects/poc-subapp-redux.tgz_webpack@5.93.0: - resolution: {integrity: sha512-hS3Cklk4uCQSFn5Fdsd7HeN/QbuPseZkNejNjpMOCyveLXqBLXrI7Ez5Qq1LTMlasAX8u5wKnKrDXl9N8V4GRA==, tarball: file:projects/poc-subapp-redux.tgz} + file:projects/poc-subapp-redux.tgz_webpack@5.94.0: + resolution: {integrity: sha512-ksc4GUfyDl5E1AL6VlcgtLOzu0aVivHxrkVXqs/Lw0cLDXxNrCewn6K4kpQb50I+qhHlc+uB4htNLex2t3NZlQ==, tarball: file:projects/poc-subapp-redux.tgz} id: file:projects/poc-subapp-redux.tgz name: '@rush-temp/poc-subapp-redux' version: 0.0.0 dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 '@module-federation/concat-runtime': 0.0.1 '@xarc/fastify-server': 3.3.1 '@xarc/run': 1.1.1 electrode-confippet: 1.7.1 history: 5.3.0 - html-webpack-plugin: 5.6.0_webpack@5.93.0 + html-webpack-plugin: 5.6.0_webpack@5.94.0 prop-types: 15.8.1 react: 18.3.1 react-dom: 18.3.1_react@18.3.1 @@ -18433,19 +17818,19 @@ packages: - webpack dev: false - file:projects/poc-subapp.tgz_webpack@5.93.0: - resolution: {integrity: sha512-BygcW16vFQd5D4j+lb6xRdawm1JIBbjMRqdzkgbwUeSqZmx4qDPBeQ77lDr8pTrfrx4MDP+JVC41fDfNMpuLdQ==, tarball: file:projects/poc-subapp.tgz} + file:projects/poc-subapp.tgz_webpack@5.94.0: + resolution: {integrity: sha512-mM21SeuJMo4MQR+w4o9+6QBvyIWA3VIKsRfNYFpwvfTQpSQVhGEpwz8yGBwP7w8c7OKEWUi+ls8FeVZWH04JOw==, tarball: file:projects/poc-subapp.tgz} id: file:projects/poc-subapp.tgz name: '@rush-temp/poc-subapp' version: 0.0.0 dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 '@module-federation/concat-runtime': 0.0.1 '@xarc/fastify-server': 4.0.9 '@xarc/run': 1.1.1 electrode-confippet: 1.7.1 history: 5.3.0 - html-webpack-plugin: 5.6.0_webpack@5.93.0 + html-webpack-plugin: 5.6.0_webpack@5.94.0 prop-types: 15.8.1 react: 18.3.1 react-dom: 18.3.1_react@18.3.1 @@ -18463,11 +17848,11 @@ packages: dev: false file:projects/poc-subappv1-csp.tgz: - resolution: {integrity: sha512-NDETRL72yaGjzRhWMjuUIYuBgyXjn9iAklFg80rf4W6/4PPnBrDx/VPplj8bsTm3RWOeWh0eVwr2cWOlKEO85Q==, tarball: file:projects/poc-subappv1-csp.tgz} + resolution: {integrity: sha512-W+ZVWR70S6q86NvEK57oQDIqgvsT8U9gfKDLv/JAeiJQVUwHskxAFHBhf/0K+EXQXzAfsIJKMtP0kK83/dTj/Q==, tarball: file:projects/poc-subappv1-csp.tgz} name: '@rush-temp/poc-subappv1-csp' version: 0.0.0 dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 '@module-federation/concat-runtime': 0.0.1 '@xarc/fastify-server': 3.3.1 '@xarc/run': 1.1.1 @@ -18489,16 +17874,18 @@ packages: dev: false file:projects/react-query.tgz: - resolution: {integrity: sha512-RBoVeEd+YAWoSlgs/570dJvPlypTYU+4JKYkUmiHkZcWny2ElWcJMfedMk4/p4y/5bMo52DOfqzySmokEQngcA==, tarball: file:projects/react-query.tgz} + resolution: {integrity: sha512-EDTzmn9kQLnCu4f/LCYLxzESMoixTPLQ87CSLau6OZgt2XyiMz/S3nP+eoQSzscYX5hRaWJ8h+m3zQT/+cbmrA==, tarball: file:projects/react-query.tgz} name: '@rush-temp/react-query' version: 0.0.0 dependencies: + '@babel/core': 7.25.2 + '@babel/eslint-parser': 7.25.1_@babel+core@7.25.2+eslint@8.57.0 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@testing-library/react': 11.2.7_react-dom@18.3.1+react@18.3.1 - '@types/chai': 4.3.17 + '@types/chai': 4.3.19 '@types/mocha': 10.0.7 - '@types/node': 20.16.1 - '@types/react': 18.3.3 + '@types/node': 20.16.2 + '@types/react': 18.3.4 '@types/react-dom': 18.3.0 '@types/sinon': 10.0.20 '@types/sinon-chai': 3.2.12 @@ -18506,7 +17893,6 @@ packages: '@typescript-eslint/parser': 5.62.0_eslint@8.57.0+typescript@5.5.4 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.57.0 chai: 4.5.0 eslint: 8.57.0 eslint-config-walmart: 2.2.1 @@ -18523,8 +17909,8 @@ packages: sinon: 14.0.2 sinon-chai: 3.7.0_chai@4.5.0+sinon@14.0.2 source-map-support: 0.5.21 - ts-node: 10.9.2_709ed2352afaf456d68e4faebe116bb0 - tslib: 2.6.3 + ts-node: 10.9.2_4a16a80779df9528706de5226000dcec + tslib: 2.7.0 typedoc: 0.25.13_typescript@5.5.4 typescript: 5.5.4 transitivePeerDependencies: @@ -18538,16 +17924,18 @@ packages: dev: false file:projects/react-recoil.tgz: - resolution: {integrity: sha512-UAoKTAnUf5dGTmOLIN/OZw6YiVqaKvh5dadV0ofUx1J2He9O7XrzuBVApBLUATB/+0eLEFNAlIqqZ3Uf5WKnKA==, tarball: file:projects/react-recoil.tgz} + resolution: {integrity: sha512-FARgxm+yA0HIaOfMO3WvD8QrGlcbvIbLuzkL1XIn6xze2vI9Q62quo/T/PcE9rhekT85GsMFhCG5qxA0i/iEzw==, tarball: file:projects/react-recoil.tgz} name: '@rush-temp/react-recoil' version: 0.0.0 dependencies: + '@babel/core': 7.25.2 + '@babel/eslint-parser': 7.25.1_@babel+core@7.25.2+eslint@7.32.0 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@testing-library/react': 11.2.7_react-dom@18.3.1+react@18.3.1 - '@types/chai': 4.3.17 + '@types/chai': 4.3.19 '@types/mocha': 10.0.7 - '@types/node': 20.16.1 - '@types/react': 18.3.3 + '@types/node': 20.16.2 + '@types/react': 18.3.4 '@types/react-dom': 18.3.0 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.12 @@ -18555,7 +17943,6 @@ packages: '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@5.5.4 '@xarc/module-dev': 3.2.3 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@7.32.0 chai: 4.5.0 eslint: 7.32.0 eslint-config-walmart: 2.2.1 @@ -18571,8 +17958,8 @@ packages: sinon: 9.2.4 sinon-chai: 3.7.0_chai@4.5.0+sinon@9.2.4 source-map-support: 0.5.21 - ts-node: 10.9.2_709ed2352afaf456d68e4faebe116bb0 - tslib: 2.6.3 + ts-node: 10.9.2_4a16a80779df9528706de5226000dcec + tslib: 2.7.0 typedoc: 0.25.13_typescript@5.5.4 typescript: 5.5.4 transitivePeerDependencies: @@ -18586,15 +17973,17 @@ packages: dev: false file:projects/react-redux-observable.tgz: - resolution: {integrity: sha512-3/g232YEs08MMcsxW7SVvmhzbD2sptJUECcrFp4XUlKDpD/Xn+aApx2NENxQDF7nGcVeDWJtmP1DPtGlsa0/VA==, tarball: file:projects/react-redux-observable.tgz} + resolution: {integrity: sha512-N9u7yQeGmh6ywoesiyXelqIKjbKHyg1xFO18Y+aQdfqV5rtLjSl4C0lC7Rh6mflqXODPTZvJqrgb7Z6qx4QiGg==, tarball: file:projects/react-redux-observable.tgz} name: '@rush-temp/react-redux-observable' version: 0.0.0 dependencies: + '@babel/core': 7.25.2 + '@babel/eslint-parser': 7.25.1_@babel+core@7.25.2+eslint@7.32.0 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.17 + '@types/chai': 4.3.19 '@types/mocha': 10.0.7 - '@types/node': 20.16.1 - '@types/react': 18.3.3 + '@types/node': 20.16.2 + '@types/react': 18.3.4 '@types/react-dom': 18.3.0 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.12 @@ -18602,7 +17991,6 @@ packages: '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@5.5.4 '@xarc/module-dev': 3.2.3 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@7.32.0 chai: 4.5.0 eslint: 7.32.0 eslint-config-walmart: 2.2.1 @@ -18617,8 +18005,8 @@ packages: sinon: 9.2.4 sinon-chai: 3.7.0_chai@4.5.0+sinon@9.2.4 source-map-support: 0.5.21 - ts-node: 10.9.2_709ed2352afaf456d68e4faebe116bb0 - tslib: 2.6.3 + ts-node: 10.9.2_4a16a80779df9528706de5226000dcec + tslib: 2.7.0 typedoc: 0.25.13_typescript@5.5.4 typescript: 5.5.4 xsh: 0.4.5 @@ -18630,15 +18018,17 @@ packages: dev: false file:projects/react-redux-saga.tgz: - resolution: {integrity: sha512-8uq6HhoQm+xmGnv/JL7yyymgBMH7eRZgp5CxSbatPlr/mVYF+dK4cNtXrxn/jfGDTOSVAulSZdvf/9ktPXOmyg==, tarball: file:projects/react-redux-saga.tgz} + resolution: {integrity: sha512-BuHwArmKkfzBeNhQFfJgvvD+aX2tSKTptt002BaaTWY/yokC9TwWW0GEvxvmQac5tHFgRMuTdf4HMZj3Au7aRw==, tarball: file:projects/react-redux-saga.tgz} name: '@rush-temp/react-redux-saga' version: 0.0.0 dependencies: + '@babel/core': 7.25.2 + '@babel/eslint-parser': 7.25.1_@babel+core@7.25.2+eslint@7.32.0 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.17 + '@types/chai': 4.3.19 '@types/mocha': 10.0.7 - '@types/node': 20.16.1 - '@types/react': 18.3.3 + '@types/node': 20.16.2 + '@types/react': 18.3.4 '@types/react-dom': 18.3.0 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.12 @@ -18646,7 +18036,6 @@ packages: '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@5.5.4 '@xarc/module-dev': 3.2.3 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@7.32.0 chai: 4.5.0 eslint: 7.32.0 eslint-config-walmart: 2.2.1 @@ -18660,8 +18049,8 @@ packages: sinon: 9.2.4 sinon-chai: 3.7.0_chai@4.5.0+sinon@9.2.4 source-map-support: 0.5.21 - ts-node: 10.9.2_709ed2352afaf456d68e4faebe116bb0 - tslib: 2.6.3 + ts-node: 10.9.2_4a16a80779df9528706de5226000dcec + tslib: 2.7.0 typedoc: 0.25.13_typescript@5.5.4 typescript: 5.5.4 transitivePeerDependencies: @@ -18671,16 +18060,18 @@ packages: dev: false file:projects/react-redux.tgz: - resolution: {integrity: sha512-dyvHsy3RvD7FbFV1uRmPqga0WvnNAezEGf6HffVbIhF1HSvXL/SPN4EealwO690Hu4msgDf93eA6FWDtjvz1GA==, tarball: file:projects/react-redux.tgz} + resolution: {integrity: sha512-JhCLlLBulaFz6FAtGcLW6/aicNY7DJGZO8wVM5pOFfswXNx91bUlq+HDwhMaTj0pNLgawMjVw9qH81fbxZsIwA==, tarball: file:projects/react-redux.tgz} name: '@rush-temp/react-redux' version: 0.0.0 dependencies: + '@babel/core': 7.25.2 + '@babel/eslint-parser': 7.25.1_@babel+core@7.25.2+eslint@8.57.0 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@testing-library/react': 13.4.0_react-dom@18.3.1+react@18.3.1 - '@types/chai': 4.3.17 + '@types/chai': 4.3.19 '@types/mocha': 10.0.7 - '@types/node': 20.16.1 - '@types/react': 18.3.3 + '@types/node': 20.16.2 + '@types/react': 18.3.4 '@types/react-dom': 18.3.0 '@types/sinon': 10.0.20 '@types/sinon-chai': 3.2.12 @@ -18688,7 +18079,6 @@ packages: '@typescript-eslint/parser': 5.62.0_eslint@8.57.0+typescript@5.5.4 '@xarc/module-dev': 3.2.3 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.57.0 chai: 4.5.0 eslint: 8.57.0 eslint-config-walmart: 2.2.1 @@ -18700,13 +18090,13 @@ packages: nyc: 15.1.0 react: 18.3.1 react-dom: 18.3.1_react@18.3.1 - react-redux: 8.1.3_91ee3f21853aee6f4038f22086c31182 + react-redux: 8.1.3_c6ff50d475614f137f4e4b14f21f54e2 redux: 4.2.1 sinon: 14.0.2 sinon-chai: 3.7.0_chai@4.5.0+sinon@14.0.2 source-map-support: 0.5.21 - ts-node: 10.9.2_709ed2352afaf456d68e4faebe116bb0 - tslib: 2.6.3 + ts-node: 10.9.2_4a16a80779df9528706de5226000dcec + tslib: 2.7.0 typedoc: 0.25.13_typescript@5.5.4 typescript: 5.5.4 transitivePeerDependencies: @@ -18720,17 +18110,19 @@ packages: dev: false file:projects/react-router.tgz: - resolution: {integrity: sha512-V/tKb2745HBSElSG3IJPuKvJdlbpX0C886EEoNM7ZxKB072zRc9T9p/eeS8QdpBUD4YnoSPYsN1bTJqAM8a7Gg==, tarball: file:projects/react-router.tgz} + resolution: {integrity: sha512-rag28zMAPUF51r+05kTfhqNT4TqpQ8rAIj8x8IB9Ruped6mygdEsvCPpVgoPmcxX8hKYSMJm1tGUKXp+lhSjlw==, tarball: file:projects/react-router.tgz} name: '@rush-temp/react-router' version: 0.0.0 dependencies: - '@babel/runtime': 7.25.0 + '@babel/core': 7.25.2 + '@babel/eslint-parser': 7.25.1_@babel+core@7.25.2+eslint@8.57.0 + '@babel/runtime': 7.25.6 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@testing-library/react': 13.4.0_react-dom@18.3.1+react@18.3.1 - '@types/chai': 4.3.17 + '@types/chai': 4.3.19 '@types/mocha': 10.0.7 - '@types/node': 20.16.1 - '@types/react': 18.3.3 + '@types/node': 20.16.2 + '@types/react': 18.3.4 '@types/react-dom': 18.3.0 '@types/sinon': 10.0.20 '@types/sinon-chai': 3.2.12 @@ -18738,7 +18130,6 @@ packages: '@typescript-eslint/parser': 5.62.0_eslint@8.57.0+typescript@4.9.5 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.57.0 chai: 4.5.0 eslint: 8.57.0 eslint-config-walmart: 2.2.1 @@ -18752,15 +18143,15 @@ packages: nyc: 15.1.0 react: 18.3.1 react-dom: 18.3.1_react@18.3.1 - react-redux: 8.1.3_91ee3f21853aee6f4038f22086c31182 + react-redux: 8.1.3_c6ff50d475614f137f4e4b14f21f54e2 react-router: 6.26.1_react@18.3.1 react-router-dom: 6.26.1_react-dom@18.3.1+react@18.3.1 redux: 4.2.1 sinon: 14.0.2 sinon-chai: 3.7.0_chai@4.5.0+sinon@14.0.2 source-map-support: 0.5.21 - ts-node: 10.9.2_6c4a2c10893ccbb1596949b5d43edeb6 - tslib: 2.6.3 + ts-node: 10.9.2_e3d33c578cbeb7027d7e471a764336fa + tslib: 2.7.0 typedoc: 0.25.13_typescript@4.9.5 typescript: 4.9.5 transitivePeerDependencies: @@ -18774,16 +18165,18 @@ packages: dev: false file:projects/react.tgz: - resolution: {integrity: sha512-YVIhcK6N73m8XxdaS78O4fvML4ipjWkesxV2yWzkmUqHFJohd8AZJhqP7mu5ib8dcHysw78OC31okXUjWKC4YA==, tarball: file:projects/react.tgz} + resolution: {integrity: sha512-6RBNt3JEGIDjYSIlcUZFdsla19IkVFBsWbpXlXXLaXJYNaS9d0grPczsR/VCI0lEGAvKz1EhPTC+66s1dppogA==, tarball: file:projects/react.tgz} name: '@rush-temp/react' version: 0.0.0 dependencies: - '@babel/runtime': 7.25.0 + '@babel/core': 7.25.2 + '@babel/eslint-parser': 7.25.1_@babel+core@7.25.2+eslint@8.57.0 + '@babel/runtime': 7.25.6 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.17 + '@types/chai': 4.3.19 '@types/mocha': 10.0.7 - '@types/node': 20.16.1 - '@types/react': 18.3.3 + '@types/node': 20.16.2 + '@types/react': 18.3.4 '@types/react-dom': 18.3.0 '@types/sinon': 10.0.20 '@types/sinon-chai': 3.2.12 @@ -18791,7 +18184,6 @@ packages: '@typescript-eslint/parser': 5.62.0_eslint@8.57.0+typescript@5.5.4 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.57.0 chai: 4.5.0 eslint: 8.57.0 eslint-config-walmart: 2.2.1 @@ -18805,8 +18197,8 @@ packages: sinon: 14.0.2 sinon-chai: 3.7.0_chai@4.5.0+sinon@14.0.2 source-map-support: 0.5.21 - ts-node: 10.9.2_709ed2352afaf456d68e4faebe116bb0 - tslib: 2.6.3 + ts-node: 10.9.2_4a16a80779df9528706de5226000dcec + tslib: 2.7.0 typedoc: 0.25.13_typescript@5.5.4 typescript: 5.5.4 xsh: 0.4.5 @@ -18817,21 +18209,21 @@ packages: dev: false file:projects/render-context.tgz: - resolution: {integrity: sha512-5xsIU4y7qfkW01mN+600/eR83ZLuaJkWwRgHxRgsoi6iRnT0gP2fhs6Wy4gYMNBc+pHMiG4c0E3OgEt5u9U6mw==, tarball: file:projects/render-context.tgz} + resolution: {integrity: sha512-KKgeukqz2rRBBL82UkPZwSAM4zZUKMYzHWgAsVd8l6jhKeayl8OOjB9Y5Ut1K1B74d9nk2fQrupyYLfFVPfwcA==, tarball: file:projects/render-context.tgz} name: '@rush-temp/render-context' version: 0.0.0 dependencies: + '@babel/eslint-parser': 7.25.1_eslint@8.57.0 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.17 + '@types/chai': 4.3.19 '@types/mocha': 10.0.7 - '@types/node': 20.16.1 + '@types/node': 20.16.2 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.12 '@typescript-eslint/eslint-plugin': 5.62.0_db7229ad096c0d451e7ee6dacac8a7d5 '@typescript-eslint/parser': 5.62.0_eslint@8.57.0+typescript@5.5.4 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.57.0 chai: 4.5.0 eslint: 8.57.0 eslint-config-walmart: 2.2.1 @@ -18847,19 +18239,20 @@ packages: sinon-chai: 3.7.0_chai@4.5.0+sinon@7.5.0 source-map-support: 0.5.21 stream-to-array: 2.3.0 - ts-node: 10.9.2_709ed2352afaf456d68e4faebe116bb0 + ts-node: 10.9.2_4a16a80779df9528706de5226000dcec typedoc: 0.25.13_typescript@5.5.4 typescript: 5.5.4 xaa: 1.7.1 xsh: 0.4.5 transitivePeerDependencies: + - '@babel/core' - '@swc/core' - '@swc/wasm' - supports-color dev: false file:projects/subapp-pkg-util.tgz: - resolution: {integrity: sha512-Nt83w7ogjufDyVbYRZ7TW8bBS17Vyeh6EH7S07gHALk+7BOdNLGNlClWFT81Q6iUk0LoeVb58sr4ZIiaVeTQnA==, tarball: file:projects/subapp-pkg-util.tgz} + resolution: {integrity: sha512-v/9uWPYqN+agLkMeVZtC1vG93toeqH1uuDDV+p7KNaKuua1/M+QJ4vkeOVLRsslj/gz5M+Ptr9mnc6WHJYLbRQ==, tarball: file:projects/subapp-pkg-util.tgz} name: '@rush-temp/subapp-pkg-util' version: 0.0.0 dependencies: @@ -18868,17 +18261,17 @@ packages: dev: false file:projects/subapp-react.tgz: - resolution: {integrity: sha512-aSxSlxmxrz5lDXzHniHeCUF+C514wF7aPtSTBfvRBx60cenbNiNtRauU9vnz40u+V2XoVCiFYps4VEbiEBzIXQ==, tarball: file:projects/subapp-react.tgz} + resolution: {integrity: sha512-PItWYhSVpdKxcxo6sEFD7uBVoRiLndelRXiPQlHnPj2Q10X2BImWyFE4lWJhyT3a8+QMgCF76mWrsTZHR3AL4w==, tarball: file:projects/subapp-react.tgz} name: '@rush-temp/subapp-react' version: 0.0.0 dependencies: - '@babel/cli': 7.24.8_@babel+core@7.25.2 + '@babel/cli': 7.25.6_@babel+core@7.25.2 '@babel/core': 7.25.2 - '@babel/plugin-transform-runtime': 7.24.7_@babel+core@7.25.2 - '@babel/preset-env': 7.25.3_@babel+core@7.25.2 + '@babel/plugin-transform-runtime': 7.25.4_@babel+core@7.25.2 + '@babel/preset-env': 7.25.4_@babel+core@7.25.2 '@babel/preset-react': 7.24.7_@babel+core@7.25.2 '@babel/register': 7.24.6_@babel+core@7.25.2 - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 '@xarc/run': 1.1.1 babel-preset-minify: 0.5.2 electrode-archetype-njs-module-dev: 3.0.3 @@ -18900,17 +18293,17 @@ packages: dev: false file:projects/subapp-redux.tgz: - resolution: {integrity: sha512-iQv+aOn+iygvqCDmDw/sZvr9ZotQqVVdnudEAscV50t0AE+dRxRRE30mK26ajSxwkcsHxkowEsB31dX/aluAQw==, tarball: file:projects/subapp-redux.tgz} + resolution: {integrity: sha512-sorMb/mpijyeVBB1wx9ozpq9BxuJ0wzIT7Wr0vbpRpjCJ4vUo0mXmOPLb+7Og+SY01ZBy577N2jQ247eYaBTeQ==, tarball: file:projects/subapp-redux.tgz} name: '@rush-temp/subapp-redux' version: 0.0.0 dependencies: - '@babel/cli': 7.24.8_@babel+core@7.25.2 + '@babel/cli': 7.25.6_@babel+core@7.25.2 '@babel/core': 7.25.2 - '@babel/plugin-transform-runtime': 7.24.7_@babel+core@7.25.2 - '@babel/preset-env': 7.25.3_@babel+core@7.25.2 + '@babel/plugin-transform-runtime': 7.25.4_@babel+core@7.25.2 + '@babel/preset-env': 7.25.4_@babel+core@7.25.2 '@babel/preset-react': 7.24.7_@babel+core@7.25.2 '@babel/register': 7.24.6_@babel+core@7.25.2 - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 '@xarc/run': 1.1.1 babel-preset-minify: 0.5.2 electrode-archetype-njs-module-dev: 3.0.3 @@ -18928,13 +18321,13 @@ packages: dev: false file:projects/subapp-server.tgz: - resolution: {integrity: sha512-ch0GZXKmCGd2cQn1n88afSI9VYEqeZnNXJMvdsCbEPoO4/qJw1NK7d/edrA1ghZzwRN/h4ksOfFm8ea512znsA==, tarball: file:projects/subapp-server.tgz} + resolution: {integrity: sha512-0VueziALaAkajd8SHmCgNzUexlUuNTXk/vPauwELZo/LPtrqQC3tddRjFTgYqkp3LgQC8L2GgLrhIfkvk6CRmg==, tarball: file:projects/subapp-server.tgz} name: '@rush-temp/subapp-server' version: 0.0.0 dependencies: - '@babel/cli': 7.24.8_@babel+core@7.25.2 + '@babel/cli': 7.25.6_@babel+core@7.25.2 '@babel/core': 7.25.2 - '@babel/preset-env': 7.25.3_@babel+core@7.25.2 + '@babel/preset-env': 7.25.4_@babel+core@7.25.2 '@babel/preset-react': 7.24.7_@babel+core@7.25.2 '@babel/register': 7.24.6_@babel+core@7.25.2 '@hapi/boom': 9.1.4 @@ -18954,7 +18347,7 @@ packages: dev: false file:projects/subapp-util.tgz: - resolution: {integrity: sha512-XID5OCsfFYSGFtNl/mkvj71oYWe9us6pwZkz1ttNb/ANdtMagKIeaaBMX9k4ZdF3qXGrfCIr7YnosutPwTGGmA==, tarball: file:projects/subapp-util.tgz} + resolution: {integrity: sha512-pUZz6OMlzF7yBeaoYybvna/75kS3oUd7Top3+SG7O/j05zMgFhRthYsHdJWqVOHzA2uywqmHMkvNb/Nw+FxQ8A==, tarball: file:projects/subapp-util.tgz} name: '@rush-temp/subapp-util' version: 0.0.0 dependencies: @@ -18966,17 +18359,17 @@ packages: dev: false file:projects/subapp-web.tgz: - resolution: {integrity: sha512-gtwUGlKrfxdaAQDos5A4s3hv6ETVLtGY8emgYbN1QCidUtK2ctYYz/bpBs0jHp0sTaQ6/pn521g1mmqsZwYAXw==, tarball: file:projects/subapp-web.tgz} + resolution: {integrity: sha512-U5UGbZoCH1sPYZc3eg5pUpXXKWKzxILSR0gMUwsg2KngkQgctz0v6feMI3/6O0tRRb0XEgs5tnE+6l8w33/HRg==, tarball: file:projects/subapp-web.tgz} name: '@rush-temp/subapp-web' version: 0.0.0 dependencies: - '@babel/cli': 7.24.8_@babel+core@7.25.2 + '@babel/cli': 7.25.6_@babel+core@7.25.2 '@babel/core': 7.25.2 - '@babel/plugin-transform-runtime': 7.24.7_@babel+core@7.25.2 - '@babel/preset-env': 7.25.3_@babel+core@7.25.2 + '@babel/plugin-transform-runtime': 7.25.4_@babel+core@7.25.2 + '@babel/preset-env': 7.25.4_@babel+core@7.25.2 '@babel/preset-react': 7.24.7_@babel+core@7.25.2 '@babel/register': 7.24.6_@babel+core@7.25.2 - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 babel-preset-minify: 0.5.2 @@ -19008,23 +18401,24 @@ packages: dev: false file:projects/subapp.tgz: - resolution: {integrity: sha512-BeeU/o9Exbk55Dpd8r/pyNHmamxRkNtXj5n4nH4RqJj1LxYPIkb/LWfiPiF9iOwEJOabZsOnrb+INQp3gzY/zA==, tarball: file:projects/subapp.tgz} + resolution: {integrity: sha512-LJzHonBRLdGvsprW5gToGGWM8WJD/Bnpq91CgL1WKg+HHu4bo4eYOJDTth02JZQ10icv527IqoXNiYevkiUZDw==, tarball: file:projects/subapp.tgz} name: '@rush-temp/subapp' version: 0.0.0 dependencies: - '@babel/cli': 7.24.8 + '@babel/cli': 7.25.6_@babel+core@7.25.2 + '@babel/core': 7.25.2 + '@babel/eslint-parser': 7.25.1_@babel+core@7.25.2+eslint@7.32.0 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.17 + '@types/chai': 4.3.19 '@types/chai-as-promised': 7.1.8 '@types/mocha': 10.0.7 - '@types/node': 20.16.1 + '@types/node': 20.16.2 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.12 '@typescript-eslint/eslint-plugin': 4.33.0_e6fd03130a25c9507b7735f909e67b43 '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@5.5.4 '@xarc/module-dev': 3.2.3 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@7.32.0 babel-plugin-transform-remove-strict-mode: 0.0.2 babel-preset-minify: 0.5.2 chai: 4.5.0 @@ -19041,13 +18435,12 @@ packages: sinon: 9.2.4 sinon-chai: 3.7.0_chai@4.5.0+sinon@9.2.4 source-map-support: 0.5.21 - ts-node: 10.9.2_709ed2352afaf456d68e4faebe116bb0 - tslib: 2.6.3 + ts-node: 10.9.2_4a16a80779df9528706de5226000dcec + tslib: 2.7.0 typedoc: 0.26.6_typescript@5.5.4 typescript: 5.5.4 xsh: 0.4.5 transitivePeerDependencies: - - '@babel/core' - '@swc/core' - '@swc/wasm' - bufferutil @@ -19057,19 +18450,19 @@ packages: dev: false file:projects/subapp2-basic.tgz: - resolution: {integrity: sha512-B9LIZ8gZEYe27EWIX2bfxopokuAH5X/w9tGHFFWlsRJWJHC4yqAKtYZP+6QQOppNCBT8bULseN2Fr7aBE+Ahrw==, tarball: file:projects/subapp2-basic.tgz} + resolution: {integrity: sha512-I7khtGu5FMYLq/Hf/Zg0xnOgCFyXArg1V4tltZgHgeksvMIdJZODPYXfB+q/bPAq/mQBW/wyHbFyiWPphjVPyg==, tarball: file:projects/subapp2-basic.tgz} name: '@rush-temp/subapp2-basic' version: 0.0.0 dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.6 '@module-federation/concat-runtime': 0.0.1 '@testing-library/jest-dom': 5.17.0 '@testing-library/react': 14.3.1 - '@types/node': 20.16.1 + '@types/node': 20.16.2 '@xarc/fastify-server': 3.3.1 '@xarc/run': 1.1.1 prettier: 3.3.3 - ts-node: 10.9.2_709ed2352afaf456d68e4faebe116bb0 + ts-node: 10.9.2_4a16a80779df9528706de5226000dcec typescript: 5.5.4 webpack-hot-middleware: 2.26.1 transitivePeerDependencies: @@ -19081,18 +18474,18 @@ packages: dev: false file:projects/subapp2-poc.tgz: - resolution: {integrity: sha512-8MrAydPvUhs9BlC9XixReCuAVb00s26gVRzeHxf/cdIKtNG23+8lFBxWh2vSSKUcx+9QXigxvPHzBo+7SUua8g==, tarball: file:projects/subapp2-poc.tgz} + resolution: {integrity: sha512-stXmweuSdNMIHGn8Wz++dFvdenhuRYGDDyU0NTushdIOvl0rHWl23zJLtU01IaTaIJD4K343/qluxmlFUkzQKQ==, tarball: file:projects/subapp2-poc.tgz} name: '@rush-temp/subapp2-poc' version: 0.0.0 dependencies: - '@babel/runtime': 7.25.0 - '@types/node': 20.16.1 + '@babel/runtime': 7.25.6 + '@types/node': 20.16.2 '@xarc/fastify-server': 3.3.1 '@xarc/run': 1.1.1 isomorphic-loader: 4.5.0 prop-types: 15.8.1 react-dom: 18.2.0 - ts-node: 10.9.2_709ed2352afaf456d68e4faebe116bb0 + ts-node: 10.9.2_4a16a80779df9528706de5226000dcec typescript: 5.5.4 webpack-hot-middleware: 2.25.4 transitivePeerDependencies: @@ -19103,21 +18496,22 @@ packages: dev: false file:projects/tag-renderer.tgz: - resolution: {integrity: sha512-AsJqUsokKfHy64aE1loKrE1gRUfNPgzMEehyyVf8NpUnerozNZhWwfgiCjRtudMjbH4EsJhsSNQJ9EWHLVNgkA==, tarball: file:projects/tag-renderer.tgz} + resolution: {integrity: sha512-b2zyL+8a4BjiLddzn3h7xWp6MFmU52iBOaK/mF02bLtW3cIssKssXQfKN1XNKSTtzKax0m8s1LcfV2lEESD+/A==, tarball: file:projects/tag-renderer.tgz} name: '@rush-temp/tag-renderer' version: 0.0.0 dependencies: + '@babel/core': 7.25.2 + '@babel/eslint-parser': 7.25.1_@babel+core@7.25.2+eslint@8.57.0 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.17 + '@types/chai': 4.3.19 '@types/mocha': 10.0.7 - '@types/node': 20.16.1 + '@types/node': 20.16.2 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.12 '@typescript-eslint/eslint-plugin': 2.34.0_6a0c9c819cda52f5de4207cb144e8575 '@typescript-eslint/parser': 2.34.0_eslint@8.57.0+typescript@5.5.4 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.57.0 chai: 4.5.0 eslint: 8.57.0 eslint-config-walmart: 2.2.1 @@ -19129,7 +18523,7 @@ packages: sinon: 7.5.0 sinon-chai: 3.7.0_chai@4.5.0+sinon@7.5.0 source-map-support: 0.5.21 - ts-node: 10.9.2_709ed2352afaf456d68e4faebe116bb0 + ts-node: 10.9.2_4a16a80779df9528706de5226000dcec typedoc: 0.26.6_typescript@5.5.4 typescript: 5.5.4 xsh: 0.4.5 @@ -19141,28 +18535,28 @@ packages: dev: false file:projects/webpack-config-composer.tgz: - resolution: {integrity: sha512-Fum3E5cXJ+kIADlIwkIn/oTViErfFJQzvTZwF0hdoZ0YCeSdqknBmzxAZVf+qff0zpld2aWzAzD3FNRGYxhHsg==, tarball: file:projects/webpack-config-composer.tgz} + resolution: {integrity: sha512-2a/u28inruCwpUHXtk4sUoTuch8bFeYgZICghDK2urHJQtUKq90NdSQGWjzl0Lz2mDXCg9ZnBvpE6w979zyE9Q==, tarball: file:projects/webpack-config-composer.tgz} name: '@rush-temp/webpack-config-composer' version: 0.0.0 dependencies: + '@babel/core': 7.25.2 + '@babel/eslint-parser': 7.25.1_@babel+core@7.25.2+eslint@7.32.0 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.17 + '@types/chai': 4.3.19 '@types/mocha': 10.0.7 - '@types/node': 20.16.1 + '@types/node': 20.16.2 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.12 '@typescript-eslint/eslint-plugin': 4.33.0_e6fd03130a25c9507b7735f909e67b43 '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@5.5.4 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@7.32.0 chai: 4.3.6 eslint: 7.32.0 eslint-config-walmart: 2.2.1 eslint-plugin-filenames: 1.3.2_eslint@7.32.0 eslint-plugin-jsdoc: 30.7.13_eslint@7.32.0 eslint-plugin-tsdoc: 0.2.17 - istanbul: 0.4.5 lodash: 4.17.21 mocha: 10.7.3 nyc: 15.1.0 @@ -19170,8 +18564,8 @@ packages: sinon: 9.2.4 sinon-chai: 3.7.0_chai@4.3.6+sinon@9.2.4 source-map-support: 0.5.21 - ts-node: 10.9.2_709ed2352afaf456d68e4faebe116bb0 - tslib: 2.6.3 + ts-node: 10.9.2_4a16a80779df9528706de5226000dcec + tslib: 2.7.0 typedoc: 0.20.37_typescript@5.5.4 typescript: 5.5.4 transitivePeerDependencies: @@ -19181,36 +18575,37 @@ packages: dev: false file:projects/webpack.tgz_webpack-bundle-analyzer@3.9.0: - resolution: {integrity: sha512-GlgCJtvj7xoruOa7aiAeMq/txhZIWoMu1VN8ZPeKrrkcIDWaHhmpPc9kQhfs7XO1UD33C71vl6EfPc0OznQVDA==, tarball: file:projects/webpack.tgz} + resolution: {integrity: sha512-Lj/Yc266VRjW6qrbyVQA9hm8u/4aPL82wKuzh5vWLApS4ptXB2q7KPkucVHd/pYLPpWcMjkunL6ZcwzlX7/1dg==, tarball: file:projects/webpack.tgz} id: file:projects/webpack.tgz name: '@rush-temp/webpack' version: 0.0.0 dependencies: + '@babel/core': 7.25.2 + '@babel/eslint-parser': 7.25.1_@babel+core@7.25.2+eslint@7.32.0 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.17 + '@types/chai': 4.3.19 '@types/mocha': 10.0.0 - '@types/node': 20.16.1 + '@types/node': 20.16.2 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.12 - '@typescript-eslint/eslint-plugin': 2.34.0_f931d8ad4c101e43d00a525a5d9b1b78 - '@typescript-eslint/parser': 2.34.0_eslint@6.8.0+typescript@5.5.4 + '@typescript-eslint/eslint-plugin': 2.34.0_9d022b8eb8dd4763fee7845b5ea497d5 + '@typescript-eslint/parser': 2.34.0_eslint@7.32.0+typescript@5.5.4 '@xarc/module-dev': 4.1.0 autoprefixer: 9.8.8 - babel-eslint: 10.1.0_eslint@6.8.0 - babel-loader: 8.3.0_webpack@5.93.0 + babel-loader: 8.3.0_4b99dcdeb69e8e040fc026bb3eb922e4 chai: 4.5.0 chalk: 4.1.2 chalker: 1.2.0 - css-loader: 6.11.0_webpack@5.93.0 - css-minimizer-webpack-plugin: 1.3.0_webpack@5.93.0 - eslint: 6.8.0 + css-loader: 6.11.0_webpack@5.94.0 + css-minimizer-webpack-plugin: 1.3.0_webpack@5.94.0 + eslint: 7.32.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@6.8.0 - eslint-plugin-jsdoc: 48.11.0_eslint@6.8.0 - file-loader: 6.2.0_webpack@5.93.0 + eslint-plugin-filenames: 1.3.2_eslint@7.32.0 + eslint-plugin-jsdoc: 48.11.0_eslint@7.32.0 + file-loader: 6.2.0_webpack@5.94.0 filter-scan-dir: 1.1.1 lodash: 4.17.21 - mini-css-extract-plugin: 1.6.2_webpack@5.93.0 + mini-css-extract-plugin: 1.6.2_webpack@5.94.0 mkdirp: 1.0.4 mocha: 10.7.3 nyc: 15.1.0 @@ -19221,17 +18616,16 @@ packages: sinon: 7.5.0 sinon-chai: 3.7.0_chai@4.5.0+sinon@7.5.0 source-map-support: 0.5.21 - ts-node: 10.9.2_709ed2352afaf456d68e4faebe116bb0 + ts-node: 10.9.2_4a16a80779df9528706de5226000dcec typedoc: 0.25.13_typescript@5.5.4 typescript: 5.5.4 - url-loader: 4.1.1_file-loader@6.2.0+webpack@5.93.0 - webpack: 5.93.0_webpack-cli@4.8.0 - webpack-cli: 4.8.0_4334de17d624781f2699217176e11f63 + url-loader: 4.1.1_file-loader@6.2.0+webpack@5.94.0 + webpack: 5.94.0_webpack-cli@4.8.0 + webpack-cli: 4.8.0_2b4e8292866a351ca53ec0111962e810 webpack-sources: 2.3.1 webpack-stats-plugin: 1.1.3 xsh: 0.4.5 transitivePeerDependencies: - - '@babel/core' - '@rspack/core' - '@swc/core' - '@swc/wasm' diff --git a/packages/subapp-web/package.json b/packages/subapp-web/package.json index be9413b3c..256712ebe 100644 --- a/packages/subapp-web/package.json +++ b/packages/subapp-web/package.json @@ -95,4 +95,4 @@ "trailingComma": "none", "arrowParens": "avoid" } -} +} \ No newline at end of file diff --git a/packages/webpack-config-composer/package.json b/packages/webpack-config-composer/package.json index bc1f54da5..0c61c5444 100644 --- a/packages/webpack-config-composer/package.json +++ b/packages/webpack-config-composer/package.json @@ -42,14 +42,14 @@ "@typescript-eslint/parser": "^4.11.0", "@xarc/module-dev": "^4.0.0", "@xarc/run": "^1.1.1", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.25.1", + "@babel/core": "^7.25.2", "chai": "4.3.6", - "eslint": "^7.16.0", + "eslint": "^7.32.0", "eslint-config-walmart": "^2.2.1", "eslint-plugin-filenames": "^1.1.0", "eslint-plugin-jsdoc": "^30.7.9", "eslint-plugin-tsdoc": "^0.2.11", - "istanbul": "^0.4.5", "mocha": "^10.2.0", "nyc": "^15.1.0", "prettier": "^2.2.1", @@ -111,4 +111,4 @@ "typescript" ] } -} +} \ No newline at end of file diff --git a/packages/xarc-app-dev/package.json b/packages/xarc-app-dev/package.json index 99a43bbd4..dc67460e6 100644 --- a/packages/xarc-app-dev/package.json +++ b/packages/xarc-app-dev/package.json @@ -44,9 +44,9 @@ "dependencies": { "@babel/cli": "^7.17.10", "@babel/core": "^7.17.12", - "@babel/plugin-proposal-class-properties": "^7.17.12", + "@babel/plugin-transform-class-properties": "^7.24.1", "@babel/plugin-proposal-decorators": "^7.17.12", - "@babel/plugin-proposal-object-rest-spread": "^7.17.12", + "@babel/plugin-transform-object-rest-spread": "^7.24.7", "@babel/plugin-transform-react-constant-elements": "^7.17.12", "@babel/plugin-transform-react-inline-elements": "^7.16.7", "@babel/plugin-transform-runtime": "^7.17.12", @@ -73,7 +73,7 @@ "fast-async": "^7.0.5", "filter-scan-dir": "1.5.5", "fs-extra": "^10.1.0", - "glob": "^8.0.3", + "glob": "^9.0.0", "identity-obj-proxy": "^3.0.0", "is-ci": "^2.0.0", "lodash": "^4.17.21", @@ -89,7 +89,6 @@ "ps-get": "^1.1.0", "read-pkg-up": "^7.0.1", "regenerator-runtime": "^0.13.9", - "request": "^2.88.2", "require-at": "^1.0.6", "semver": "^7.3.7", "serve-index-fs": "^1.10.1", @@ -117,7 +116,8 @@ "@xarc/app": "^11.0.9", "@xarc/module-dev": "^4.1.0", "@xarc/run": "^1.1.1", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.25.1", + "@babel/core": "^7.11.0", "chai": "^4.3.6", "electrode-server": "^3.3.0", "electrode-server1": "npm:electrode-server@^1.0.0", @@ -195,4 +195,4 @@ ], "recursive": true } -} +} \ No newline at end of file diff --git a/packages/xarc-app-dev/scripts/l10n/flatten-messages.js b/packages/xarc-app-dev/scripts/l10n/flatten-messages.js index dfecf816c..d22775002 100644 --- a/packages/xarc-app-dev/scripts/l10n/flatten-messages.js +++ b/packages/xarc-app-dev/scripts/l10n/flatten-messages.js @@ -6,7 +6,7 @@ const _ = require("lodash"); const Util = require("util"); const Fs = require("fs-extra"); -const getFilePaths = Util.promisify(require("glob")); +const { glob: getFilePaths } = Util.promisify(require("glob")); const MESSAGES_PATTERN = "./tmp/messages/**/*.json"; const RAW_MESSAGES_DIR = "./dist/"; const RAW_MESSAGES_NAME = "raw-messages.json"; @@ -39,7 +39,10 @@ function readFileAsJSON(filePath) { * from all files */ async function getAllDefaultMessages(messageFilesPathPattern) { - const fileJsons = await xaa.map(await getFilePaths(messageFilesPathPattern), readFileAsJSON); + const fileJsons = await xaa.map( + await getFilePaths(messageFilesPathPattern), + readFileAsJSON + ); return fileJsons.reduce((previousValue, defaultMessageDescriptors) => { defaultMessageDescriptors.forEach((descriptor) => { previousValue[descriptor.id] = descriptor; @@ -48,12 +51,19 @@ async function getAllDefaultMessages(messageFilesPathPattern) { }, {}); } -const writeRawMessages = _.partial(writeFileAsJSON, RAW_MESSAGES_DIR, RAW_MESSAGES_NAME); +const writeRawMessages = _.partial( + writeFileAsJSON, + RAW_MESSAGES_DIR, + RAW_MESSAGES_NAME +); const isMain = require.main === module; function flattenMessagesL10n() { - return Promise.all([getAllDefaultMessages(MESSAGES_PATTERN), Fs.ensureDir(RAW_MESSAGES_DIR)]) + return Promise.all([ + getAllDefaultMessages(MESSAGES_PATTERN), + Fs.ensureDir(RAW_MESSAGES_DIR), + ]) .then(_.first) .then(writeRawMessages) .then(() => { diff --git a/packages/xarc-app-dev/src/config/babel/babelrc-client.ts b/packages/xarc-app-dev/src/config/babel/babelrc-client.ts index 332db4344..ba31e025d 100644 --- a/packages/xarc-app-dev/src/config/babel/babelrc-client.ts +++ b/packages/xarc-app-dev/src/config/babel/babelrc-client.ts @@ -37,7 +37,7 @@ const basePlugins = [ }, ], // allow decorators on class and method - // Note: This must go before @babel/plugin-proposal-class-properties + // Note: This must go before @babel/plugin-proposal-transform-properties (enableTypeScript || proposalDecorators) && [ "@babel/plugin-proposal-decorators", { legacy: legacyDecorators, ...proposalDecorators }, @@ -48,7 +48,7 @@ const basePlugins = [ // Note: This must go before @babel/plugin-transform-classes // (enableTypeScript || transformClassProps) && [ - "@babel/plugin-proposal-class-properties", + "@babel/plugin-proposal-transform-properties", { loose: looseClassProps, ...transformClassProps }, ], // @@ -102,7 +102,9 @@ const plugins = basePlugins.concat( "babel-plugin-react-css-modules", { context: "./src", - generateScopedName: `${isProduction ? "" : "[name]__[local]___"}[hash:base64:5]`, + generateScopedName: `${ + isProduction ? "" : "[name]__[local]___" + }[hash:base64:5]`, filetypes: { ".scss": { syntax: "postcss-scss", @@ -119,13 +121,18 @@ const plugins = basePlugins.concat( ], ], enableKarmaCov && [ - getPluginFrom(["@xarc/opt-karma", "electrode-archetype-opt-karma"], "babel-plugin-istanbul"), + getPluginFrom( + ["@xarc/opt-karma", "electrode-archetype-opt-karma"], + "babel-plugin-istanbul" + ), ] ); const targets = envTargets[babelTarget]; const coreJsVersion = require("core-js/package.json").version.split(".")[0]; -const useBuiltIns = hasMultiTargets ? { useBuiltIns: "entry", corejs: coreJsVersion } : {}; +const useBuiltIns = hasMultiTargets + ? { useBuiltIns: "entry", corejs: coreJsVersion } + : {}; const presets = [ // diff --git a/packages/xarc-app-dev/src/config/babel/babelrc-server.ts b/packages/xarc-app-dev/src/config/babel/babelrc-server.ts index 4da2dcb39..7e64ddc6f 100644 --- a/packages/xarc-app-dev/src/config/babel/babelrc-server.ts +++ b/packages/xarc-app-dev/src/config/babel/babelrc-server.ts @@ -11,7 +11,7 @@ const { enableFlow, transformClassProps, looseClassProps, - envTargets = {} + envTargets = {}, } = _.get(xOptions, "babel", {}); const addFlowPlugin = Boolean(enableFlow && optFlow); @@ -23,21 +23,21 @@ export = { [ "@babel/preset-env", { - targets: node - } + targets: node, + }, ], enableTypeScript && "@babel/preset-typescript", - "@babel/preset-react" - ].filter(x => x), + "@babel/preset-react", + ].filter((x) => x), plugins: [ addFlowPlugin && [ "@babel/plugin-transform-flow-strip-types", - { requireDirective: flowRequireDirective } + { requireDirective: flowRequireDirective }, ], (enableTypeScript || transformClassProps) && [ - "@babel/plugin-proposal-class-properties", - { loose: looseClassProps } + "@babel/plugin-transform-class-properties", + { loose: looseClassProps }, ], - enableTypeScript && "@babel/proposal-object-rest-spread" - ].filter(x => x) + enableTypeScript && "@babel/proposal-object-rest-spread", + ].filter((x) => x), }; diff --git a/packages/xarc-app-dev/src/config/babel/babelrc.ts b/packages/xarc-app-dev/src/config/babel/babelrc.ts index d4d2d8e35..d4cee94d5 100644 --- a/packages/xarc-app-dev/src/config/babel/babelrc.ts +++ b/packages/xarc-app-dev/src/config/babel/babelrc.ts @@ -33,7 +33,8 @@ const { const addFlowPlugin = Boolean(enableFlow && optFlow); -const { BABEL_ENV, NODE_ENV, XARC_BABEL_TARGET, ENABLE_KARMA_COV } = process.env; +const { BABEL_ENV, NODE_ENV, XARC_BABEL_TARGET, ENABLE_KARMA_COV } = + process.env; const enableCssModule = detectCSSModule(xOptions); const enableKarmaCov = ENABLE_KARMA_COV === "true"; @@ -68,7 +69,9 @@ const getReactCssModulePlugin = (): any => { "babel-plugin-react-css-modules", { context: "./src", - generateScopedName: `${enableShortHash ? "" : "[name]__[local]___"}[hash:base64:5]`, + generateScopedName: `${ + enableShortHash ? "" : "[name]__[local]___" + }[hash:base64:5]`, filetypes: { ".scss": { syntax: "postcss-scss", @@ -101,7 +104,7 @@ const basePlugins = [ }, ], // allow decorators on class and method - // Note: This must go before @babel/plugin-proposal-class-properties + // Note: This must go before @babel/plugin-transform-class-properties (enableTypeScript || proposalDecorators) && [ "@babel/plugin-proposal-decorators", { legacy: legacyDecorators, ...proposalDecorators }, @@ -112,7 +115,7 @@ const basePlugins = [ // Note: This must go before @babel/plugin-transform-classes // (enableTypeScript || transformClassProps) && [ - "@babel/plugin-proposal-class-properties", + "@babel/plugin-transform-class-properties", { loose: looseClassProps, ...transformClassProps }, ], // @@ -159,7 +162,10 @@ const plugins = basePlugins.concat( getReactCssModulePlugin(), !isNodeTarget && enableKarmaCov && [ - getPluginFrom(["@xarc/opt-karma", "electrode-archetype-opt-karma"], "babel-plugin-istanbul"), + getPluginFrom( + ["@xarc/opt-karma", "electrode-archetype-opt-karma"], + "babel-plugin-istanbul" + ), ] ); @@ -167,9 +173,13 @@ const target = isNodeTarget ? "node" : babelTarget; const targets = envTargets[target]; if (!isJest) { - const srcMsg = _.isEmpty(targets) ? " (will read from '.browserslistrc')" : ""; + const srcMsg = _.isEmpty(targets) + ? " (will read from '.browserslistrc')" + : ""; console.log( - ck`Babel preset-env compile targets: ${JSON.stringify(targets)}${srcMsg}` + ck`Babel preset-env compile targets: ${JSON.stringify( + targets + )}${srcMsg}` ); } diff --git a/packages/xarc-app-dev/src/config/opt2/babel-options.ts b/packages/xarc-app-dev/src/config/opt2/babel-options.ts index 941542f9d..309aaf539 100644 --- a/packages/xarc-app-dev/src/config/opt2/babel-options.ts +++ b/packages/xarc-app-dev/src/config/opt2/babel-options.ts @@ -48,7 +48,7 @@ export type BabelOptions = { // DEPRECATE: legacyDecorators?: boolean; /** - * Add `@babel/plugin-proposal-class-properties` for class properties support + * Add `@babel/plugin-transform-class-properties` for class properties support * - **Default: `false`** * - if not set, then we check env `BABEL_CLASS_PROPS` * diff --git a/packages/xarc-app-dev/src/lib/dev-admin/redbird-spawn.ts b/packages/xarc-app-dev/src/lib/dev-admin/redbird-spawn.ts index d8754eeb2..5d20aefb7 100644 --- a/packages/xarc-app-dev/src/lib/dev-admin/redbird-spawn.ts +++ b/packages/xarc-app-dev/src/lib/dev-admin/redbird-spawn.ts @@ -2,7 +2,6 @@ /* eslint-disable no-magic-numbers, no-process-exit, global-require, no-console, max-statements */ import sudoPrompt from "sudo-prompt"; -import request from "request"; import http from "http"; import Util from "util"; import { formUrl } from "../utils"; @@ -37,9 +36,11 @@ const isProxyRunning = async () => { port: httpPort, path: controlPaths.status, }); - try { - await Util.promisify(request)(statusUrl); + const response = await fetch(statusUrl); + if (!response.ok) { + throw new Error("Failed to fetch status"); + } return true; } catch { return false; @@ -58,17 +59,14 @@ const handleRestart = (type) => { .map((k) => `${k}=${options[k]}`) .join("&"), }); - request(restartUrl, (err, _res, body) => { - if (err) { - console.error( - "Restarting failed, body:", - body, - "Error", - err, - "\nrestart URL", - restartUrl - ); - } + + fetch(restartUrl).catch((err) => { + console.error( + "Restarting failed. Error:", + err, + "\nrestart URL", + restartUrl + ); }); }; @@ -123,10 +121,18 @@ async function mainSpawn() { const handleElevatedProxy = () => { process.on("SIGINT", () => { - request(exitUrl, () => { - console.log("Elevated Electrode dev proxy terminating"); - process.nextTick(() => process.exit(0)); - }); + fetch(exitUrl) + .then(() => { + console.log("Elevated Electrode dev proxy terminating"); + process.nextTick(() => process.exit(0)); + }) + .catch((err) => { + console.error( + "Failed to terminate Elevated Electrode dev proxy. Error:", + err + ); + process.nextTick(() => process.exit(1)); + }); }); }; diff --git a/packages/xarc-app/package.json b/packages/xarc-app/package.json index da464010e..5927b354f 100644 --- a/packages/xarc-app/package.json +++ b/packages/xarc-app/package.json @@ -50,7 +50,8 @@ "@typescript-eslint/parser": "7.10.0", "@xarc/module-dev": "^4.1.0", "@xarc/run": "^1.1.1", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.25.1", + "@babel/core": "^7.11.0", "chai": "^4.3.6", "chalk": "^5.0.1", "eslint": "^8.14.0", @@ -126,4 +127,4 @@ ], "recursive": true } -} +} \ No newline at end of file diff --git a/packages/xarc-dev-base/package.json b/packages/xarc-dev-base/package.json index 0d8c0aa07..a3d9db903 100644 --- a/packages/xarc-dev-base/package.json +++ b/packages/xarc-dev-base/package.json @@ -31,8 +31,9 @@ "@typescript-eslint/parser": "^4.11.0", "@xarc/module-dev": "^4.0.0", "@xarc/run": "^1.1.1", - "babel-eslint": "^10.1.0", - "eslint": "^7.16.0", + "@babel/eslint-parser": "^7.25.1", + "@babel/core": "^7.11.0", + "eslint": "^7.32.0", "eslint-config-walmart": "^2.2.1", "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-jsdoc": "^48.2.6", @@ -62,4 +63,4 @@ "typescript" ] } -} +} \ No newline at end of file diff --git a/packages/xarc-index-page/package.json b/packages/xarc-index-page/package.json index 79fadb2b4..fac689cb9 100644 --- a/packages/xarc-index-page/package.json +++ b/packages/xarc-index-page/package.json @@ -44,7 +44,8 @@ "@typescript-eslint/parser": "7.10.0", "@xarc/module-dev": "^5.0.0", "@xarc/run": "^1.1.1", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.25.1", + "@babel/core": "^7.11.0", "chai": "^4.2.0", "eslint": "^8.52.0", "eslint-config-walmart": "^2.2.1", @@ -108,4 +109,4 @@ "typescript" ] } -} +} \ No newline at end of file diff --git a/packages/xarc-jsx-renderer/package.json b/packages/xarc-jsx-renderer/package.json index 7d7a5dbec..2e811debe 100644 --- a/packages/xarc-jsx-renderer/package.json +++ b/packages/xarc-jsx-renderer/package.json @@ -21,7 +21,7 @@ "license": "Apache-2.0", "devDependencies": { "@babel/cli": "^7.4.4", - "@babel/core": "^7.4.4", + "@babel/core": "^7.11.0", "@babel/preset-env": "^7.4.4", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.4.4", @@ -35,9 +35,9 @@ "@typescript-eslint/parser": "^5.0.0", "@xarc/module-dev": "^4.0.0", "@xarc/run": "^1.1.1", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.25.1", "chai": "^4.2.0", - "eslint": "^7.16.0", + "eslint": "^7.32.0", "eslint-config-walmart": "^2.2.1", "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-jsdoc": "^48.2.7", @@ -124,4 +124,4 @@ "typescript" ] } -} +} \ No newline at end of file diff --git a/packages/xarc-opt-eslint/package.json b/packages/xarc-opt-eslint/package.json index ea6463938..7880d833b 100644 --- a/packages/xarc-opt-eslint/package.json +++ b/packages/xarc-opt-eslint/package.json @@ -27,7 +27,8 @@ "prepare": "shx cp node_modules/opt-archetype-check/xarc-opt-check.js ." }, "dependencies": { - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.25.1", + "@babel/core": "^7.11.0", "eslint": "^7.15.0", "eslint-config-walmart": "^2.2.1", "eslint-plugin-filenames": "^1.3.2", @@ -48,4 +49,4 @@ "electrode-archetype-opt-eslint" ] } -} +} \ No newline at end of file diff --git a/packages/xarc-react-query/package.json b/packages/xarc-react-query/package.json index 4300317ab..083c5b4bd 100644 --- a/packages/xarc-react-query/package.json +++ b/packages/xarc-react-query/package.json @@ -42,7 +42,8 @@ "@typescript-eslint/parser": "^5.29.0", "@xarc/module-dev": "^4.1.0", "@xarc/run": "^1.1.1", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.25.1", + "@babel/core": "^7.11.0", "chai": "^4.3.6", "eslint": "^8.18.0", "eslint-config-walmart": "^2.2.1", @@ -117,4 +118,4 @@ ], "recursive": true } -} +} \ No newline at end of file diff --git a/packages/xarc-react-recoil/package.json b/packages/xarc-react-recoil/package.json index 9fe97b7ae..147be1344 100644 --- a/packages/xarc-react-recoil/package.json +++ b/packages/xarc-react-recoil/package.json @@ -42,9 +42,10 @@ "@typescript-eslint/parser": "^4.11.0", "@xarc/module-dev": "^3.0.2", "@xarc/run": "^1.1.1", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.25.1", + "@babel/core": "^7.11.0", "chai": "^4.2.0", - "eslint": "^7.16.0", + "eslint": "^7.32.0", "eslint-config-walmart": "^2.2.1", "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-jsdoc": "^48.2.7", @@ -115,4 +116,4 @@ ], "recursive": true } -} +} \ No newline at end of file diff --git a/packages/xarc-react-redux-observable/package.json b/packages/xarc-react-redux-observable/package.json index f206ffe22..1e1067aac 100644 --- a/packages/xarc-react-redux-observable/package.json +++ b/packages/xarc-react-redux-observable/package.json @@ -41,7 +41,8 @@ "@typescript-eslint/parser": "^4.11.0", "@xarc/module-dev": "^3.0.2", "@xarc/run": "^1.1.1", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.25.1", + "@babel/core": "^7.11.0", "chai": "^4.2.0", "eslint": "^7.16.0", "eslint-config-walmart": "^2.2.1", @@ -111,4 +112,4 @@ ], "recursive": true } -} +} \ No newline at end of file diff --git a/packages/xarc-react-redux-saga/package.json b/packages/xarc-react-redux-saga/package.json index 70671259f..dd71a1efa 100644 --- a/packages/xarc-react-redux-saga/package.json +++ b/packages/xarc-react-redux-saga/package.json @@ -40,9 +40,10 @@ "@typescript-eslint/parser": "^4.11.0", "@xarc/module-dev": "^3.0.2", "@xarc/run": "^1.1.1", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.25.1", + "@babel/core": "^7.11.0", "chai": "^4.2.0", - "eslint": "^7.16.0", + "eslint": "^7.32.0", "eslint-config-walmart": "^2.2.1", "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-jsdoc": "^48.2.7", @@ -109,4 +110,4 @@ ], "recursive": true } -} +} \ No newline at end of file diff --git a/packages/xarc-react-redux/package.json b/packages/xarc-react-redux/package.json index d27ca84e5..8938d2004 100644 --- a/packages/xarc-react-redux/package.json +++ b/packages/xarc-react-redux/package.json @@ -43,7 +43,8 @@ "@typescript-eslint/parser": "^5.25.0", "@xarc/module-dev": "^3.0.2", "@xarc/run": "^1.1.1", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.25.1", + "@babel/core": "^7.11.0", "chai": "^4.3.6", "eslint": "^8.15.0", "eslint-config-walmart": "^2.2.1", @@ -118,4 +119,4 @@ ], "recursive": true } -} +} \ No newline at end of file diff --git a/packages/xarc-react-router/package.json b/packages/xarc-react-router/package.json index 3f12543db..c20611bde 100644 --- a/packages/xarc-react-router/package.json +++ b/packages/xarc-react-router/package.json @@ -41,7 +41,8 @@ "@typescript-eslint/parser": "^5.26.0", "@xarc/module-dev": "^4.1.0", "@xarc/run": "^1.1.1", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.25.1", + "@babel/core": "^7.11.0", "chai": "^4.3.6", "eslint": "^8.16.0", "eslint-config-walmart": "^2.2.1", @@ -120,4 +121,4 @@ ], "recursive": true } -} +} \ No newline at end of file diff --git a/packages/xarc-react/package.json b/packages/xarc-react/package.json index 8166d792b..0c2db230d 100644 --- a/packages/xarc-react/package.json +++ b/packages/xarc-react/package.json @@ -42,7 +42,8 @@ "@typescript-eslint/parser": "^5.25.0", "@xarc/module-dev": "^4.1.0", "@xarc/run": "^1.1.1", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.25.1", + "@babel/core": "^7.11.0", "chai": "^4.3.6", "eslint": "^8.15.0", "eslint-config-walmart": "^2.2.1", @@ -113,4 +114,4 @@ ], "recursive": true } -} +} \ No newline at end of file diff --git a/packages/xarc-render-context/package.json b/packages/xarc-render-context/package.json index 52717bed0..f57493e95 100644 --- a/packages/xarc-render-context/package.json +++ b/packages/xarc-render-context/package.json @@ -25,7 +25,7 @@ "@typescript-eslint/parser": "^5.25.0", "@xarc/module-dev": "^4.1.0", "@xarc/run": "^1.1.1", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.11.0", "chai": "^4.2.0", "eslint": "^8.15.0", "eslint-config-walmart": "^2.2.1", @@ -88,4 +88,4 @@ "lines": 100, "cache": false } -} +} \ No newline at end of file diff --git a/packages/xarc-subapp/package.json b/packages/xarc-subapp/package.json index e4b70544a..aca0ed496 100644 --- a/packages/xarc-subapp/package.json +++ b/packages/xarc-subapp/package.json @@ -57,12 +57,13 @@ "@typescript-eslint/parser": "^4.11.0", "@xarc/module-dev": "^3.0.2", "@xarc/run": "^1.1.1", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.25.1", + "@babel/core": "^7.11.0", "babel-plugin-transform-remove-strict-mode": "^0.0.2", "babel-preset-minify": "^0.5.1", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", - "eslint": "^7.16.0", + "eslint": "^7.32.0", "eslint-config-walmart": "^2.2.1", "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-jsdoc": "^48.2.7", @@ -126,4 +127,4 @@ ], "recursive": true } -} +} \ No newline at end of file diff --git a/packages/xarc-tag-renderer/package.json b/packages/xarc-tag-renderer/package.json index 3fc8fa64c..dfa2a6717 100644 --- a/packages/xarc-tag-renderer/package.json +++ b/packages/xarc-tag-renderer/package.json @@ -29,7 +29,8 @@ "@typescript-eslint/parser": "^2.21.0", "@xarc/module-dev": "^4.1.0", "@xarc/run": "^1.1.1", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.25.1", + "@babel/core": "^7.11.0", "chai": "^4.2.0", "eslint": "^8.15.0", "eslint-config-walmart": "^2.2.1", @@ -85,4 +86,4 @@ "lines": 100, "cache": false } -} +} \ No newline at end of file diff --git a/packages/xarc-webpack/package.json b/packages/xarc-webpack/package.json index 7e6f070ac..8e01c3665 100644 --- a/packages/xarc-webpack/package.json +++ b/packages/xarc-webpack/package.json @@ -73,9 +73,10 @@ "@typescript-eslint/parser": "^2.21.0", "@xarc/app": "^11.0.9", "@xarc/module-dev": "^4.1.0", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.25.1", + "@babel/core": "^7.11.0", "chai": "^4.2.0", - "eslint": "^6.8.0", + "eslint": "^7.32.0", "eslint-config-walmart": "^2.2.1", "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-jsdoc": "^48.2.7", @@ -140,4 +141,4 @@ "typescript" ] } -} +} \ No newline at end of file