diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ef45fd6d4..5d8374c97 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x, 18.x] + node-version: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v3 diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index a8fc9d30d..61387ceeb 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -193,11 +193,11 @@ specifiers: dependencies: '@babel/plugin-proposal-class-properties': 7.18.6 - '@babel/plugin-proposal-decorators': 7.23.0 + '@babel/plugin-proposal-decorators': 7.23.2 '@babel/plugin-proposal-object-rest-spread': 7.20.7 '@babel/plugin-transform-react-constant-elements': 7.22.5 '@babel/plugin-transform-react-inline-elements': 7.22.5 - '@babel/preset-typescript': 7.23.0 + '@babel/preset-typescript': 7.23.2 '@hapi/boom': 9.1.4 '@jchip/redbird': 1.3.0 '@rush-temp/app': file:projects/app.tgz @@ -357,8 +357,8 @@ dependencies: request: 2.88.2 require-at: 1.0.6 rxjs: 6.6.7 - sass: 1.68.0 - sass-loader: 13.3.2_sass@1.68.0+webpack@5.88.2 + sass: 1.69.3 + sass-loader: 13.3.2_sass@1.69.3+webpack@5.88.2 semver: 7.5.4 serve-index-fs: 1.10.1 set-cookie-parser: 1.0.2 @@ -420,14 +420,14 @@ packages: chokidar: 3.5.3 dev: false - /@babel/cli/7.23.0_@babel+core@7.23.0: + /@babel/cli/7.23.0_@babel+core@7.23.2: resolution: {integrity: sha512-17E1oSkGk2IwNILM4jtfAvgjt+ohmpfBky8aLerUfYZhiPNg7ca+CRCxZn8QDxwNhV/upsc2VHBCqGFIR+iBfA==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@jridgewell/trace-mapping': 0.3.19 commander: 4.1.1 convert-source-map: 2.0.0 @@ -460,24 +460,24 @@ packages: chalk: 2.4.2 dev: false - /@babel/compat-data/7.22.20: - resolution: {integrity: sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==} + /@babel/compat-data/7.23.2: + resolution: {integrity: sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==} engines: {node: '>=6.9.0'} dev: false - /@babel/core/7.23.0: - resolution: {integrity: sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==} + /@babel/core/7.23.2: + resolution: {integrity: sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.22.13 '@babel/generator': 7.23.0 '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 - '@babel/helpers': 7.23.1 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.2 + '@babel/helpers': 7.23.2 '@babel/parser': 7.23.0 '@babel/template': 7.22.15 - '@babel/traverse': 7.23.0 + '@babel/traverse': 7.23.2 '@babel/types': 7.23.0 convert-source-map: 2.0.0 debug: 4.3.4 @@ -534,7 +534,7 @@ packages: resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/compat-data': 7.22.20 + '@babel/compat-data': 7.23.2 '@babel/helper-validator-option': 7.22.15 browserslist: 4.22.1 lru-cache: 5.1.1 @@ -558,47 +558,47 @@ packages: semver: 6.3.1 dev: false - /@babel/helper-create-class-features-plugin/7.22.15_@babel+core@7.23.0: + /@babel/helper-create-class-features-plugin/7.22.15_@babel+core@7.23.2: resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.20_@babel+core@7.23.0 + '@babel/helper-replace-supers': 7.22.20_@babel+core@7.23.2 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 dev: false - /@babel/helper-create-regexp-features-plugin/7.22.15_@babel+core@7.23.0: + /@babel/helper-create-regexp-features-plugin/7.22.15_@babel+core@7.23.2: resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 dev: false - /@babel/helper-define-polyfill-provider/0.4.2_@babel+core@7.23.0: - resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==} + /@babel/helper-define-polyfill-provider/0.4.3_@babel+core@7.23.2: + resolution: {integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4 lodash.debounce: 4.0.8 - resolve: 1.22.6 + resolve: 1.22.8 transitivePeerDependencies: - supports-color dev: false @@ -664,13 +664,13 @@ packages: '@babel/helper-validator-identifier': 7.22.20 dev: false - /@babel/helper-module-transforms/7.23.0_@babel+core@7.23.0: + /@babel/helper-module-transforms/7.23.0_@babel+core@7.23.2: resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 @@ -690,13 +690,13 @@ packages: engines: {node: '>=6.9.0'} dev: false - /@babel/helper-remap-async-to-generator/7.22.20_@babel+core@7.23.0: + /@babel/helper-remap-async-to-generator/7.22.20_@babel+core@7.23.2: resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-wrap-function': 7.22.20 @@ -713,13 +713,13 @@ packages: '@babel/helper-optimise-call-expression': 7.22.5 dev: false - /@babel/helper-replace-supers/7.22.20_@babel+core@7.23.0: + /@babel/helper-replace-supers/7.22.20_@babel+core@7.23.2: resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 @@ -776,12 +776,12 @@ packages: '@babel/types': 7.23.0 dev: false - /@babel/helpers/7.23.1: - resolution: {integrity: sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==} + /@babel/helpers/7.23.2: + resolution: {integrity: sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/traverse': 7.23.0 + '@babel/traverse': 7.23.2 '@babel/types': 7.23.0 transitivePeerDependencies: - supports-color @@ -810,26 +810,26 @@ packages: hasBin: true dev: false - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.22.15_@babel+core@7.23.0: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.22.15_@babel+core@7.23.2: resolution: {integrity: sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.22.15_@babel+core@7.23.0: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.22.15_@babel+core@7.23.2: resolution: {integrity: sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-optional-chaining': 7.23.0_@babel+core@7.23.2 dev: false /@babel/plugin-proposal-class-properties/7.18.6: @@ -843,20 +843,20 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.23.0: + /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.23.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.23.0 - '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 + '@babel/core': 7.23.2 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-proposal-decorators/7.23.0: - resolution: {integrity: sha512-kYsT+f5ARWF6AdFmqoEEp+hpqxEB8vGmRWfw2aj78M2vTwS2uHW91EF58iFm1Z9U8Y/RrLu2XKJn46P9ca1b0w==} + /@babel/plugin-proposal-decorators/7.23.2: + resolution: {integrity: sha512-eR0gJQc830fJVGz37oKLvt9W9uUIQSAovUl0e9sJ3YeO09dlcoBVYD3CLrjCj4qHdXmfiyTyFt8yeQYSN5fxLg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -868,18 +868,18 @@ packages: '@babel/plugin-syntax-decorators': 7.22.10 dev: false - /@babel/plugin-proposal-decorators/7.23.0_@babel+core@7.23.0: - resolution: {integrity: sha512-kYsT+f5ARWF6AdFmqoEEp+hpqxEB8vGmRWfw2aj78M2vTwS2uHW91EF58iFm1Z9U8Y/RrLu2XKJn46P9ca1b0w==} + /@babel/plugin-proposal-decorators/7.23.2_@babel+core@7.23.2: + resolution: {integrity: sha512-eR0gJQc830fJVGz37oKLvt9W9uUIQSAovUl0e9sJ3YeO09dlcoBVYD3CLrjCj4qHdXmfiyTyFt8yeQYSN5fxLg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 + '@babel/core': 7.23.2 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20_@babel+core@7.23.0 + '@babel/helper-replace-supers': 7.22.20_@babel+core@7.23.2 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/plugin-syntax-decorators': 7.22.10_@babel+core@7.23.0 + '@babel/plugin-syntax-decorators': 7.22.10_@babel+core@7.23.2 dev: false /@babel/plugin-proposal-object-rest-spread/7.20.7: @@ -889,35 +889,35 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.20 + '@babel/compat-data': 7.23.2 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3 '@babel/plugin-transform-parameters': 7.22.15 dev: false - /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.23.0: + /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.23.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.22.20 - '@babel/core': 7.23.0 + '@babel/compat-data': 7.23.2 + '@babel/core': 7.23.2 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.0 - '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.2 + '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.23.2 dev: false - /@babel/plugin-proposal-private-property-in-object/7.21.0-placeholder-for-preset-env.2_@babel+core@7.23.0: + /@babel/plugin-proposal-private-property-in-object/7.21.0-placeholder-for-preset-env.2_@babel+core@7.23.2: resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 dev: false /@babel/plugin-syntax-async-generators/7.8.4: @@ -928,12 +928,12 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.23.0: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.23.2: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -945,12 +945,12 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.23.0: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.23.2: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -962,22 +962,22 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.23.0: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.23.2: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.23.0: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.23.2: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -990,51 +990,51 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-decorators/7.22.10_@babel+core@7.23.0: + /@babel/plugin-syntax-decorators/7.22.10_@babel+core@7.23.2: resolution: {integrity: sha512-z1KTVemBjnz+kSEilAsI4lbkPOl5TvJH7YDSY1CTIzvLWJ+KHXp+mRe8VPmfnyvqOPqar1V2gid2PleKzRUstQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.23.0: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.23.2: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.23.0: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.23.2: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-assertions/7.22.5_@babel+core@7.23.0: + /@babel/plugin-syntax-import-assertions/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-attributes/7.22.5_@babel+core@7.23.0: + /@babel/plugin-syntax-import-attributes/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1046,12 +1046,12 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.23.0: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.23.2: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1063,12 +1063,12 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.23.0: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.23.2: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1081,13 +1081,13 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-jsx/7.22.5_@babel+core@7.23.0: + /@babel/plugin-syntax-jsx/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1099,12 +1099,12 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.23.0: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.23.2: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1116,12 +1116,12 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.23.0: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.23.2: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1133,12 +1133,12 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.23.0: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.23.2: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1150,12 +1150,12 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.23.0: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.23.2: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1167,12 +1167,12 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.23.0: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.23.2: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1184,22 +1184,22 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.23.0: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.23.2: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.23.0: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.23.2: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1212,13 +1212,13 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.23.0: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.23.2: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1231,270 +1231,270 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-typescript/7.22.5_@babel+core@7.23.0: + /@babel/plugin-syntax-typescript/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-unicode-sets-regex/7.18.6_@babel+core@7.23.0: + /@babel/plugin-syntax-unicode-sets-regex/7.18.6_@babel+core@7.23.2: resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.0 + '@babel/core': 7.23.2 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-arrow-functions/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-arrow-functions/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-async-generator-functions/7.22.15_@babel+core@7.23.0: - resolution: {integrity: sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==} + /@babel/plugin-transform-async-generator-functions/7.23.2_@babel+core@7.23.2: + resolution: {integrity: sha512-BBYVGxbDVHfoeXbOwcagAkOQAm9NxoTdMGfTqghu1GrvadSaw6iW3Je6IcL5PNOw8VwjxqBECXy50/iCQSY/lQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.20_@babel+core@7.23.0 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.23.0 + '@babel/helper-remap-async-to-generator': 7.22.20_@babel+core@7.23.2 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.23.2 dev: false - /@babel/plugin-transform-async-to-generator/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-async-to-generator/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.20_@babel+core@7.23.0 + '@babel/helper-remap-async-to-generator': 7.22.20_@babel+core@7.23.2 dev: false - /@babel/plugin-transform-block-scoped-functions/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-block-scoped-functions/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-block-scoping/7.23.0_@babel+core@7.23.0: + /@babel/plugin-transform-block-scoping/7.23.0_@babel+core@7.23.2: resolution: {integrity: sha512-cOsrbmIOXmf+5YbL99/S49Y3j46k/T16b9ml8bm9lP6N9US5iQ2yBK7gpui1pg0V/WMcXdkfKbTb7HXq9u+v4g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-class-properties/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-class-properties/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 + '@babel/core': 7.23.2 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-class-static-block/7.22.11_@babel+core@7.23.0: + /@babel/plugin-transform-class-static-block/7.22.11_@babel+core@7.23.2: resolution: {integrity: sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 + '@babel/core': 7.23.2 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.23.0 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.23.2 dev: false - /@babel/plugin-transform-classes/7.22.15_@babel+core@7.23.0: + /@babel/plugin-transform-classes/7.22.15_@babel+core@7.23.2: resolution: {integrity: sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20_@babel+core@7.23.0 + '@babel/helper-replace-supers': 7.22.20_@babel+core@7.23.2 '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 dev: false - /@babel/plugin-transform-computed-properties/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-computed-properties/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/template': 7.22.15 dev: false - /@babel/plugin-transform-destructuring/7.23.0_@babel+core@7.23.0: + /@babel/plugin-transform-destructuring/7.23.0_@babel+core@7.23.2: resolution: {integrity: sha512-vaMdgNXFkYrB+8lbgniSYWHsgqK5gjaMNcc84bMIOMRLH0L9AqYq3hwMdvnyqj1OPqea8UtjPEuS/DCenah1wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-dotall-regex/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-dotall-regex/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.0 + '@babel/core': 7.23.2 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-duplicate-keys/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-duplicate-keys/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-dynamic-import/7.22.11_@babel+core@7.23.0: + /@babel/plugin-transform-dynamic-import/7.22.11_@babel+core@7.23.2: resolution: {integrity: sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.23.2 dev: false - /@babel/plugin-transform-exponentiation-operator/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-exponentiation-operator/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-export-namespace-from/7.22.11_@babel+core@7.23.0: + /@babel/plugin-transform-export-namespace-from/7.22.11_@babel+core@7.23.2: resolution: {integrity: sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.23.2 dev: false - /@babel/plugin-transform-for-of/7.22.15_@babel+core@7.23.0: + /@babel/plugin-transform-for-of/7.22.15_@babel+core@7.23.2: resolution: {integrity: sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-function-name/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-function-name/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-function-name': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-json-strings/7.22.11_@babel+core@7.23.0: + /@babel/plugin-transform-json-strings/7.22.11_@babel+core@7.23.2: resolution: {integrity: sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.23.2 dev: false - /@babel/plugin-transform-literals/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-literals/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-logical-assignment-operators/7.22.11_@babel+core@7.23.0: + /@babel/plugin-transform-logical-assignment-operators/7.22.11_@babel+core@7.23.2: resolution: {integrity: sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.23.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.23.2 dev: false - /@babel/plugin-transform-member-expression-literals/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-member-expression-literals/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-modules-amd/7.23.0_@babel+core@7.23.0: + /@babel/plugin-transform-modules-amd/7.23.0_@babel+core@7.23.2: resolution: {integrity: sha512-xWT5gefv2HGSm4QHtgc1sYPbseOyf+FFDo2JbpE25GWl5BqTGO9IMwTYJRoIdjsF85GE+VegHxSCUt5EvoYTAw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 + '@babel/core': 7.23.2 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1509,131 +1509,131 @@ packages: '@babel/helper-simple-access': 7.22.5 dev: false - /@babel/plugin-transform-modules-commonjs/7.23.0_@babel+core@7.23.0: + /@babel/plugin-transform-modules-commonjs/7.23.0_@babel+core@7.23.2: resolution: {integrity: sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 + '@babel/core': 7.23.2 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 dev: false - /@babel/plugin-transform-modules-systemjs/7.23.0_@babel+core@7.23.0: + /@babel/plugin-transform-modules-systemjs/7.23.0_@babel+core@7.23.2: resolution: {integrity: sha512-qBej6ctXZD2f+DhlOC9yO47yEYgUh5CZNz/aBoH4j/3NOlRfJXJbY7xDQCqQVf9KbrqGzIWER1f23doHGrIHFg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-identifier': 7.22.20 dev: false - /@babel/plugin-transform-modules-umd/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-modules-umd/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 + '@babel/core': 7.23.2 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-named-capturing-groups-regex/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-named-capturing-groups-regex/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.0 + '@babel/core': 7.23.2 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-new-target/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-new-target/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-nullish-coalescing-operator/7.22.11_@babel+core@7.23.0: + /@babel/plugin-transform-nullish-coalescing-operator/7.22.11_@babel+core@7.23.2: resolution: {integrity: sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.23.2 dev: false - /@babel/plugin-transform-numeric-separator/7.22.11_@babel+core@7.23.0: + /@babel/plugin-transform-numeric-separator/7.22.11_@babel+core@7.23.2: resolution: {integrity: sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.23.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.23.2 dev: false - /@babel/plugin-transform-object-rest-spread/7.22.15_@babel+core@7.23.0: + /@babel/plugin-transform-object-rest-spread/7.22.15_@babel+core@7.23.2: resolution: {integrity: sha512-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.20 - '@babel/core': 7.23.0 + '@babel/compat-data': 7.23.2 + '@babel/core': 7.23.2 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.0 - '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.2 + '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.23.2 dev: false - /@babel/plugin-transform-object-super/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-object-super/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20_@babel+core@7.23.0 + '@babel/helper-replace-supers': 7.22.20_@babel+core@7.23.2 dev: false - /@babel/plugin-transform-optional-catch-binding/7.22.11_@babel+core@7.23.0: + /@babel/plugin-transform-optional-catch-binding/7.22.11_@babel+core@7.23.2: resolution: {integrity: sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.23.2 dev: false - /@babel/plugin-transform-optional-chaining/7.23.0_@babel+core@7.23.0: + /@babel/plugin-transform-optional-chaining/7.23.0_@babel+core@7.23.2: resolution: {integrity: sha512-sBBGXbLJjxTzLBF5rFWaikMnOGOk/BmK6vVByIdEggZ7Vn6CvWXZyRkkLFK6WE0IF8jSliyOkUN6SScFgzCM0g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.23.2 dev: false /@babel/plugin-transform-parameters/7.22.15: @@ -1645,47 +1645,47 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-parameters/7.22.15_@babel+core@7.23.0: + /@babel/plugin-transform-parameters/7.22.15_@babel+core@7.23.2: resolution: {integrity: sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-private-methods/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-private-methods/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 + '@babel/core': 7.23.2 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-private-property-in-object/7.22.11_@babel+core@7.23.0: + /@babel/plugin-transform-private-property-in-object/7.22.11_@babel+core@7.23.2: resolution: {integrity: sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.23.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.23.2 dev: false - /@babel/plugin-transform-property-literals/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-property-literals/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1698,23 +1698,23 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-react-constant-elements/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-react-constant-elements/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-BF5SXoO+nX3h5OhlN78XbbDrBOffv+AxPP2ENaJOVqjWCgBDeOY3WcaUcddutGSfoap+5NEQ/q/4I3WZIvgkXA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-react-display-name/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-react-display-name/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1728,138 +1728,138 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-react-inline-elements/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-react-inline-elements/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-m+OHS1E33wsWyv37bQXNzY/AB7vMTR1BYGG/KW+HGHdKeQS03sUAweNdGaDh8wKmAqh6ZbRRtFjPbhyYFToSbQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-builder-react-jsx': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-react-jsx-development/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-react-jsx-development/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/plugin-transform-react-jsx': 7.22.15_@babel+core@7.23.0 + '@babel/core': 7.23.2 + '@babel/plugin-transform-react-jsx': 7.22.15_@babel+core@7.23.2 dev: false - /@babel/plugin-transform-react-jsx/7.22.15_@babel+core@7.23.0: + /@babel/plugin-transform-react-jsx/7.22.15_@babel+core@7.23.2: resolution: {integrity: sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.23.2 '@babel/types': 7.23.0 dev: false - /@babel/plugin-transform-react-pure-annotations/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-react-pure-annotations/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-regenerator/7.22.10_@babel+core@7.23.0: + /@babel/plugin-transform-regenerator/7.22.10_@babel+core@7.23.2: resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.2 dev: false - /@babel/plugin-transform-reserved-words/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-reserved-words/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-runtime/7.22.15_@babel+core@7.23.0: - resolution: {integrity: sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==} + /@babel/plugin-transform-runtime/7.23.2_@babel+core@7.23.2: + resolution: {integrity: sha512-XOntj6icgzMS58jPVtQpiuF6ZFWxQiJavISGx5KGjRj+3gqZr8+N6Kx+N9BApWzgS+DOjIZfXXj0ZesenOWDyA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - babel-plugin-polyfill-corejs2: 0.4.5_@babel+core@7.23.0 - babel-plugin-polyfill-corejs3: 0.8.4_@babel+core@7.23.0 - babel-plugin-polyfill-regenerator: 0.5.2_@babel+core@7.23.0 + babel-plugin-polyfill-corejs2: 0.4.6_@babel+core@7.23.2 + babel-plugin-polyfill-corejs3: 0.8.5_@babel+core@7.23.2 + babel-plugin-polyfill-regenerator: 0.5.3_@babel+core@7.23.2 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-shorthand-properties/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-shorthand-properties/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-spread/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-spread/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: false - /@babel/plugin-transform-sticky-regex/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-sticky-regex/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-template-literals/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-template-literals/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-typeof-symbol/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-typeof-symbol/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false @@ -1875,181 +1875,181 @@ packages: '@babel/plugin-syntax-typescript': 7.22.5 dev: false - /@babel/plugin-transform-typescript/7.22.15_@babel+core@7.23.0: + /@babel/plugin-transform-typescript/7.22.15_@babel+core@7.23.2: resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-syntax-typescript': 7.22.5_@babel+core@7.23.2 dev: false - /@babel/plugin-transform-unicode-escapes/7.22.10_@babel+core@7.23.0: + /@babel/plugin-transform-unicode-escapes/7.22.10_@babel+core@7.23.2: resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-property-regex/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-unicode-property-regex/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.0 + '@babel/core': 7.23.2 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-regex/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-unicode-regex/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.0 + '@babel/core': 7.23.2 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-sets-regex/7.22.5_@babel+core@7.23.0: + /@babel/plugin-transform-unicode-sets-regex/7.22.5_@babel+core@7.23.2: resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.0 + '@babel/core': 7.23.2 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/preset-env/7.22.20_@babel+core@7.23.0: - resolution: {integrity: sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==} + /@babel/preset-env/7.23.2_@babel+core@7.23.2: + resolution: {integrity: sha512-BW3gsuDD+rvHL2VO2SjAUNTBe5YrjsTiDyqamPDWY723na3/yPQ65X5oQkFVJZ0o50/2d+svm1rkPoJeR1KxVQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.20 - '@babel/core': 7.23.0 + '@babel/compat-data': 7.23.2 + '@babel/core': 7.23.2 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.15_@babel+core@7.23.0 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.15_@babel+core@7.23.0 - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2_@babel+core@7.23.0 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.23.0 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.23.0 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.23.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.23.0 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.23.0 - '@babel/plugin-syntax-import-assertions': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-syntax-import-attributes': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.23.0 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.23.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.23.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.23.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.23.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.23.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.23.0 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.23.0 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.23.0 - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6_@babel+core@7.23.0 - '@babel/plugin-transform-arrow-functions': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-async-generator-functions': 7.22.15_@babel+core@7.23.0 - '@babel/plugin-transform-async-to-generator': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-block-scoped-functions': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-block-scoping': 7.23.0_@babel+core@7.23.0 - '@babel/plugin-transform-class-properties': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-class-static-block': 7.22.11_@babel+core@7.23.0 - '@babel/plugin-transform-classes': 7.22.15_@babel+core@7.23.0 - '@babel/plugin-transform-computed-properties': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-destructuring': 7.23.0_@babel+core@7.23.0 - '@babel/plugin-transform-dotall-regex': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-duplicate-keys': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-dynamic-import': 7.22.11_@babel+core@7.23.0 - '@babel/plugin-transform-exponentiation-operator': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-export-namespace-from': 7.22.11_@babel+core@7.23.0 - '@babel/plugin-transform-for-of': 7.22.15_@babel+core@7.23.0 - '@babel/plugin-transform-function-name': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-json-strings': 7.22.11_@babel+core@7.23.0 - '@babel/plugin-transform-literals': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-logical-assignment-operators': 7.22.11_@babel+core@7.23.0 - '@babel/plugin-transform-member-expression-literals': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-modules-amd': 7.23.0_@babel+core@7.23.0 - '@babel/plugin-transform-modules-commonjs': 7.23.0_@babel+core@7.23.0 - '@babel/plugin-transform-modules-systemjs': 7.23.0_@babel+core@7.23.0 - '@babel/plugin-transform-modules-umd': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-new-target': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-nullish-coalescing-operator': 7.22.11_@babel+core@7.23.0 - '@babel/plugin-transform-numeric-separator': 7.22.11_@babel+core@7.23.0 - '@babel/plugin-transform-object-rest-spread': 7.22.15_@babel+core@7.23.0 - '@babel/plugin-transform-object-super': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-optional-catch-binding': 7.22.11_@babel+core@7.23.0 - '@babel/plugin-transform-optional-chaining': 7.23.0_@babel+core@7.23.0 - '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.23.0 - '@babel/plugin-transform-private-methods': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-private-property-in-object': 7.22.11_@babel+core@7.23.0 - '@babel/plugin-transform-property-literals': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-regenerator': 7.22.10_@babel+core@7.23.0 - '@babel/plugin-transform-reserved-words': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-shorthand-properties': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-spread': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-sticky-regex': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-template-literals': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-typeof-symbol': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-unicode-escapes': 7.22.10_@babel+core@7.23.0 - '@babel/plugin-transform-unicode-property-regex': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-unicode-regex': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-unicode-sets-regex': 7.22.5_@babel+core@7.23.0 - '@babel/preset-modules': 0.1.6-no-external-plugins_@babel+core@7.23.0 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.15_@babel+core@7.23.2 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.15_@babel+core@7.23.2 + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2_@babel+core@7.23.2 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.23.2 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.23.2 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.23.2 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.23.2 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.23.2 + '@babel/plugin-syntax-import-assertions': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-syntax-import-attributes': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.23.2 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.23.2 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.23.2 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.23.2 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.23.2 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.2 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.23.2 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.23.2 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.23.2 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.23.2 + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6_@babel+core@7.23.2 + '@babel/plugin-transform-arrow-functions': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-async-generator-functions': 7.23.2_@babel+core@7.23.2 + '@babel/plugin-transform-async-to-generator': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-block-scoped-functions': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-block-scoping': 7.23.0_@babel+core@7.23.2 + '@babel/plugin-transform-class-properties': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-class-static-block': 7.22.11_@babel+core@7.23.2 + '@babel/plugin-transform-classes': 7.22.15_@babel+core@7.23.2 + '@babel/plugin-transform-computed-properties': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-destructuring': 7.23.0_@babel+core@7.23.2 + '@babel/plugin-transform-dotall-regex': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-duplicate-keys': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-dynamic-import': 7.22.11_@babel+core@7.23.2 + '@babel/plugin-transform-exponentiation-operator': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-export-namespace-from': 7.22.11_@babel+core@7.23.2 + '@babel/plugin-transform-for-of': 7.22.15_@babel+core@7.23.2 + '@babel/plugin-transform-function-name': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-json-strings': 7.22.11_@babel+core@7.23.2 + '@babel/plugin-transform-literals': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-logical-assignment-operators': 7.22.11_@babel+core@7.23.2 + '@babel/plugin-transform-member-expression-literals': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-modules-amd': 7.23.0_@babel+core@7.23.2 + '@babel/plugin-transform-modules-commonjs': 7.23.0_@babel+core@7.23.2 + '@babel/plugin-transform-modules-systemjs': 7.23.0_@babel+core@7.23.2 + '@babel/plugin-transform-modules-umd': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-new-target': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-nullish-coalescing-operator': 7.22.11_@babel+core@7.23.2 + '@babel/plugin-transform-numeric-separator': 7.22.11_@babel+core@7.23.2 + '@babel/plugin-transform-object-rest-spread': 7.22.15_@babel+core@7.23.2 + '@babel/plugin-transform-object-super': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-optional-catch-binding': 7.22.11_@babel+core@7.23.2 + '@babel/plugin-transform-optional-chaining': 7.23.0_@babel+core@7.23.2 + '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.23.2 + '@babel/plugin-transform-private-methods': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-private-property-in-object': 7.22.11_@babel+core@7.23.2 + '@babel/plugin-transform-property-literals': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-regenerator': 7.22.10_@babel+core@7.23.2 + '@babel/plugin-transform-reserved-words': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-shorthand-properties': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-spread': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-sticky-regex': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-template-literals': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-typeof-symbol': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-unicode-escapes': 7.22.10_@babel+core@7.23.2 + '@babel/plugin-transform-unicode-property-regex': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-unicode-regex': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-unicode-sets-regex': 7.22.5_@babel+core@7.23.2 + '@babel/preset-modules': 0.1.6-no-external-plugins_@babel+core@7.23.2 '@babel/types': 7.23.0 - babel-plugin-polyfill-corejs2: 0.4.5_@babel+core@7.23.0 - babel-plugin-polyfill-corejs3: 0.8.4_@babel+core@7.23.0 - babel-plugin-polyfill-regenerator: 0.5.2_@babel+core@7.23.0 + babel-plugin-polyfill-corejs2: 0.4.6_@babel+core@7.23.2 + babel-plugin-polyfill-corejs3: 0.8.5_@babel+core@7.23.2 + babel-plugin-polyfill-regenerator: 0.5.3_@babel+core@7.23.2 core-js-compat: 3.33.0 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /@babel/preset-modules/0.1.6-no-external-plugins_@babel+core@7.23.0: + /@babel/preset-modules/0.1.6-no-external-plugins_@babel+core@7.23.2: resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/types': 7.23.0 esutils: 2.0.3 dev: false - /@babel/preset-react/7.22.15_@babel+core@7.23.0: + /@babel/preset-react/7.22.15_@babel+core@7.23.2: resolution: {integrity: sha512-Csy1IJ2uEh/PecCBXXoZGAZBeCATTuePzCSB7dLYWS0vOEj6CNpjxIhW4duWwZodBNueH7QO14WbGn8YyeuN9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-transform-react-display-name': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-react-jsx': 7.22.15_@babel+core@7.23.0 - '@babel/plugin-transform-react-jsx-development': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-react-pure-annotations': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-react-display-name': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-react-jsx': 7.22.15_@babel+core@7.23.2 + '@babel/plugin-transform-react-jsx-development': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-react-pure-annotations': 7.22.5_@babel+core@7.23.2 dev: false - /@babel/preset-typescript/7.23.0: - resolution: {integrity: sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg==} + /@babel/preset-typescript/7.23.2: + resolution: {integrity: sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2061,27 +2061,27 @@ packages: '@babel/plugin-transform-typescript': 7.22.15 dev: false - /@babel/preset-typescript/7.23.0_@babel+core@7.23.0: - resolution: {integrity: sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg==} + /@babel/preset-typescript/7.23.2_@babel+core@7.23.2: + resolution: {integrity: sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-modules-commonjs': 7.23.0_@babel+core@7.23.0 - '@babel/plugin-transform-typescript': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-modules-commonjs': 7.23.0_@babel+core@7.23.2 + '@babel/plugin-transform-typescript': 7.22.15_@babel+core@7.23.2 dev: false - /@babel/register/7.22.15_@babel+core@7.23.0: + /@babel/register/7.22.15_@babel+core@7.23.2: resolution: {integrity: sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -2093,16 +2093,16 @@ packages: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} dev: false - /@babel/runtime-corejs3/7.23.1: - resolution: {integrity: sha512-OKKfytwoc0tr7cDHwQm0RLVR3y+hDGFz3EPuvLNU/0fOeXJeKNIHj7ffNVFnncWt3sC58uyUCRSzf8nBQbyF6A==} + /@babel/runtime-corejs3/7.23.2: + resolution: {integrity: sha512-54cIh74Z1rp4oIjsHjqN+WM4fMyCBYe+LpZ9jWm51CZ1fbH3SkAzQD/3XLoNkjbJ7YEmjobLXyvQrFypRHOrXw==} engines: {node: '>=6.9.0'} dependencies: core-js-pure: 3.33.0 regenerator-runtime: 0.14.0 dev: false - /@babel/runtime/7.23.1: - resolution: {integrity: sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==} + /@babel/runtime/7.23.2: + resolution: {integrity: sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.14.0 @@ -2141,8 +2141,8 @@ packages: lodash: 4.17.21 dev: false - /@babel/traverse/7.23.0: - resolution: {integrity: sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==} + /@babel/traverse/7.23.2: + resolution: {integrity: sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.22.13 @@ -2185,6 +2185,11 @@ packages: engines: {node: '>=0.1.90'} dev: false + /@colors/colors/1.6.0: + resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==} + engines: {node: '>=0.1.90'} + dev: false + /@cspotcode/source-map-support/0.8.1: resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} engines: {node: '>=12'} @@ -2219,13 +2224,13 @@ packages: eslint-visitor-keys: 3.4.3 dev: false - /@eslint-community/eslint-utils/4.4.0_eslint@8.50.0: + /@eslint-community/eslint-utils/4.4.0_eslint@8.51.0: resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.50.0 + eslint: 8.51.0 eslint-visitor-keys: 3.4.3 dev: false @@ -2268,8 +2273,8 @@ packages: - supports-color dev: false - /@eslint/js/8.50.0: - resolution: {integrity: sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==} + /@eslint/js/8.51.0: + resolution: {integrity: sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false @@ -2715,7 +2720,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.8.2 + '@types/node': 20.8.4 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -2736,14 +2741,14 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.8.2 + '@types/node': 20.8.4 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0_@types+node@20.8.2 + jest-config: 29.7.0_@types+node@20.8.4 jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -2771,7 +2776,7 @@ packages: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.8.2 + '@types/node': 20.8.4 jest-mock: 29.7.0 dev: false @@ -2798,7 +2803,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.8.2 + '@types/node': 20.8.4 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -2831,7 +2836,7 @@ packages: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.19 - '@types/node': 20.8.2 + '@types/node': 20.8.4 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -2893,7 +2898,7 @@ packages: resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.19 babel-plugin-istanbul: 6.1.1 @@ -2918,7 +2923,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.2 - '@types/node': 18.18.3 + '@types/node': 18.18.4 '@types/yargs': 15.0.16 chalk: 4.1.2 dev: false @@ -2930,8 +2935,8 @@ packages: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.2 - '@types/node': 20.8.2 - '@types/yargs': 17.0.26 + '@types/node': 20.8.4 + '@types/yargs': 17.0.28 chalk: 4.1.2 dev: false @@ -3048,7 +3053,7 @@ packages: /@redux-saga/core/1.2.3: resolution: {integrity: sha512-U1JO6ncFBAklFTwoQ3mjAeQZ6QGutsJzwNBjgVLSWDpZTRhobUzuVDS1qH3SKGJD8fvqoaYOjp6XJ3gCmeZWgA==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@redux-saga/deferred': 1.2.1 '@redux-saga/delay-p': 1.2.1 '@redux-saga/is': 1.1.3 @@ -3194,7 +3199,7 @@ packages: engines: {node: '>=10'} dependencies: '@babel/code-frame': 7.22.13 - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@types/aria-query': 4.2.2 aria-query: 4.2.2 chalk: 4.1.2 @@ -3208,7 +3213,7 @@ packages: engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.22.13 - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@types/aria-query': 5.0.2 aria-query: 5.1.3 chalk: 4.1.2 @@ -3222,7 +3227,7 @@ packages: engines: {node: '>=14'} dependencies: '@babel/code-frame': 7.22.13 - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@types/aria-query': 5.0.2 aria-query: 5.1.3 chalk: 4.1.2 @@ -3236,7 +3241,7 @@ packages: engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: '@adobe/css-tools': 4.3.1 - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@types/testing-library__jest-dom': 5.14.9 aria-query: 5.3.0 chalk: 3.0.0 @@ -3253,7 +3258,7 @@ packages: react: '*' react-dom: '*' dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@testing-library/dom': 7.31.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -3266,9 +3271,9 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@testing-library/dom': 8.20.1 - '@types/react-dom': 18.2.10 + '@types/react-dom': 18.2.13 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -3280,9 +3285,9 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@testing-library/dom': 9.3.3 - '@types/react-dom': 18.2.10 + '@types/react-dom': 18.2.13 dev: false /@tootallnate/once/1.1.2: @@ -3351,11 +3356,11 @@ packages: /@types/chai-as-promised/7.1.6: resolution: {integrity: sha512-cQLhk8fFarRVZAXUQV1xEnZgMoPxqKojBvRkqPCKPQCzEhpbbSKl1Uu75kDng7k5Ln6LQLUmNBjLlFthCgm1NA==} dependencies: - '@types/chai': 4.3.6 + '@types/chai': 4.3.8 dev: false - /@types/chai/4.3.6: - resolution: {integrity: sha512-VOVRLM1mBxIRxydiViqPcKn6MIxZytrbMpd6RJLIWKxUNr3zux8no0Oc7kJx0WAPIitgZ0gkrDS+btlqQpubpw==} + /@types/chai/4.3.8: + resolution: {integrity: sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==} dev: false /@types/cookie/0.4.1: @@ -3365,13 +3370,13 @@ packages: /@types/cors/2.8.14: resolution: {integrity: sha512-RXHUvNWYICtbP6s18PnOCaqToK8y14DnLd75c6HfyKf228dxy7pHNOQkxPtvXKp/hINFMDjbYzsj63nnpPMSRQ==} dependencies: - '@types/node': 20.8.2 + '@types/node': 20.8.4 dev: false /@types/eslint-scope/3.7.5: resolution: {integrity: sha512-JNvhIEyxVW6EoMIFIvj93ZOywYFatlpu9deeH6eSx6PE3WHYvHaQtmHmQeNw7aA81bYGBPPQqdtBm6b1SsQMmA==} dependencies: - '@types/eslint': 8.44.3 + '@types/eslint': 8.44.4 '@types/estree': 1.0.2 dev: false @@ -3379,8 +3384,8 @@ packages: resolution: {integrity: sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==} dev: false - /@types/eslint/8.44.3: - resolution: {integrity: sha512-iM/WfkwAhwmPff3wZuPLYiHX18HI24jU8k1ZSH7P8FHwxTjZ2P6CoX2wnF43oprR+YXJM6UUxATkNvyv/JHd+g==} + /@types/eslint/8.44.4: + resolution: {integrity: sha512-lOzjyfY/D9QR4hY9oblZ76B90MYTB3RrQ4z2vBIJKj9ROCRqdkYl2gSUx1x1a4IWPjKJZLL4Aw1Zfay7eMnmnA==} dependencies: '@types/estree': 1.0.2 '@types/json-schema': 7.0.13 @@ -3393,13 +3398,13 @@ packages: /@types/graceful-fs/4.1.7: resolution: {integrity: sha512-MhzcwU8aUygZroVwL2jeYk6JisJrPl/oov/gsgGCue9mkgl9wjGbzReYQClxiUgFDnib9FuHqTndccKeZKxTRw==} dependencies: - '@types/node': 20.8.2 + '@types/node': 20.8.4 dev: false - /@types/hoist-non-react-statics/3.3.2: - resolution: {integrity: sha512-YIQtIg4PKr7ZyqNPZObpxfHsHEmuB8dXCxd6qVcGuQVDK2bpsF7bYNnBJ4Nn7giuACZg+WewExgrtAJ3XnA4Xw==} + /@types/hoist-non-react-statics/3.3.3: + resolution: {integrity: sha512-Wny3a2UXn5FEA1l7gc6BbpoV5mD1XijZqgkp4TRgDCDL5r3B5ieOFGUX5h3n78Tr1MEG7BfvoM8qeztdvNU0fw==} dependencies: - '@types/react': 18.2.25 + '@types/react': 18.2.28 hoist-non-react-statics: 3.3.2 dev: false @@ -3433,7 +3438,7 @@ packages: /@types/jsdom/20.0.1: resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==} dependencies: - '@types/node': 20.8.2 + '@types/node': 20.8.4 '@types/tough-cookie': 4.0.3 parse5: 7.1.2 dev: false @@ -3466,12 +3471,14 @@ packages: resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} dev: false - /@types/node/18.18.3: - resolution: {integrity: sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA==} + /@types/node/18.18.4: + resolution: {integrity: sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==} dev: false - /@types/node/20.8.2: - resolution: {integrity: sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w==} + /@types/node/20.8.4: + resolution: {integrity: sha512-ZVPnqU58giiCjSxjVUESDtdPk4QR5WQhhINbc9UBrKLU68MX5BF6kbQzTrkwbolyr0X8ChBpXfavr5mZFKZQ5A==} + dependencies: + undici-types: 5.25.3 dev: false /@types/normalize-package-data/2.4.2: @@ -3486,14 +3493,14 @@ packages: resolution: {integrity: sha512-IKjZ8RjTSwD4/YG+2gtj7BPFRB/lNbWKTiSj3M7U/TD2B7HfYCxvp2Zz6xA2WIY7pAuL1QOUPw8gQRbUrrq4fQ==} dev: false - /@types/react-dom/18.2.10: - resolution: {integrity: sha512-5VEC5RgXIk1HHdyN1pHlg0cOqnxHzvPGpMMyGAP5qSaDRmyZNDaQ0kkVAkK6NYlDhP6YBID3llaXlmAS/mdgCA==} + /@types/react-dom/18.2.13: + resolution: {integrity: sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw==} dependencies: - '@types/react': 18.2.25 + '@types/react': 18.2.28 dev: false - /@types/react/18.2.25: - resolution: {integrity: sha512-24xqse6+VByVLIr+xWaQ9muX1B4bXJKXBbjszbld/UEDslGLY53+ZucF44HCmLbMPejTzGG9XgR+3m2/Wqu1kw==} + /@types/react/18.2.28: + resolution: {integrity: sha512-ad4aa/RaaJS3hyGz0BGegdnSRXQBkd1CCYDCdNjBPg90UUpLgo+WlJqb9fMYUxtehmzF3PJaTWqRZjko6BRzBg==} dependencies: '@types/prop-types': 15.7.8 '@types/scheduler': 0.16.4 @@ -3511,12 +3518,12 @@ packages: /@types/sinon-chai/3.2.10: resolution: {integrity: sha512-D+VFqUjMqeku/FGl4Ioo+fDeWOaIfbZ6Oj+glgFUgz5m5RJ4kgCER3FdV1uvhmEt0A+FRz+juPdybFlg5Hxfow==} dependencies: - '@types/chai': 4.3.6 - '@types/sinon': 9.0.11 + '@types/chai': 4.3.8 + '@types/sinon': 10.0.19 dev: false - /@types/sinon/10.0.18: - resolution: {integrity: sha512-OpQC9ug8BcnNxue2WF5aTruMaDRFn6NyfaE4DmAKOlQMn54b7CnCvDFV3wj5fk/HbSSTYmOYs2bTb5ShANjyQg==} + /@types/sinon/10.0.19: + resolution: {integrity: sha512-MWZNGPSchIdDfb5FL+VFi4zHsHbNOTQEgjqFQk7HazXSXwUU9PAX3z9XBqb3AJGYr9YwrtCtaSMsT3brYsN/jQ==} dependencies: '@types/sinonjs__fake-timers': 8.1.3 dev: false @@ -3564,7 +3571,7 @@ packages: /@types/webpack/5.28.0_uglify-js@2.8.29: resolution: {integrity: sha512-8cP0CzcxUiFuA9xGJkfeVpqmWTk9nx6CWwamRGCj95ph1SmlRRk9KlCZ6avhCbZd4L68LvYT6l1kpdEnQXrF8w==} dependencies: - '@types/node': 20.8.2 + '@types/node': 20.8.4 tapable: 2.2.1 webpack: 5.88.2_uglify-js@2.8.29 transitivePeerDependencies: @@ -3584,8 +3591,8 @@ packages: '@types/yargs-parser': 21.0.1 dev: false - /@types/yargs/17.0.26: - resolution: {integrity: sha512-Y3vDy2X6zw/ZCumcwLpdhM5L7jmyGpmBCTYMHDLqT2IKVMYRRLdv6ZakA+wxhra6Z/3bwhNbNl9bDGXaFU+6rw==} + /@types/yargs/17.0.28: + resolution: {integrity: sha512-N3e3fkS86hNhtk6BEnc0rj3zcehaxx8QWhCROJkqpl5Zaoi7nAic3jH8q94jVD3zu5LGk+PUB6KAiDmimYOEQw==} dependencies: '@types/yargs-parser': 21.0.1 dev: false @@ -3686,7 +3693,7 @@ packages: - supports-color dev: false - /@typescript-eslint/eslint-plugin/5.62.0_a7c122f350beb89a98f5cd4f9589ad36: + /@typescript-eslint/eslint-plugin/5.62.0_1c962485729a6839dce7330b0e3759be: resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3698,12 +3705,12 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.9.1 - '@typescript-eslint/parser': 5.62.0_eslint@8.50.0+typescript@4.9.5 + '@typescript-eslint/parser': 5.62.0_eslint@8.51.0+typescript@4.9.5 '@typescript-eslint/scope-manager': 5.62.0 - '@typescript-eslint/type-utils': 5.62.0_eslint@8.50.0+typescript@4.9.5 - '@typescript-eslint/utils': 5.62.0_eslint@8.50.0+typescript@4.9.5 + '@typescript-eslint/type-utils': 5.62.0_eslint@8.51.0+typescript@4.9.5 + '@typescript-eslint/utils': 5.62.0_eslint@8.51.0+typescript@4.9.5 debug: 4.3.4 - eslint: 8.50.0 + eslint: 8.51.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare-lite: 1.4.0 @@ -3862,7 +3869,7 @@ packages: - supports-color dev: false - /@typescript-eslint/parser/5.62.0_eslint@8.50.0+typescript@4.9.5: + /@typescript-eslint/parser/5.62.0_eslint@8.51.0+typescript@4.9.5: resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3876,7 +3883,7 @@ packages: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0_typescript@4.9.5 debug: 4.3.4 - eslint: 8.50.0 + eslint: 8.51.0 typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -3898,7 +3905,7 @@ packages: '@typescript-eslint/visitor-keys': 5.62.0 dev: false - /@typescript-eslint/type-utils/5.62.0_eslint@8.50.0+typescript@4.9.5: + /@typescript-eslint/type-utils/5.62.0_eslint@8.51.0+typescript@4.9.5: resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3909,9 +3916,9 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.62.0_typescript@4.9.5 - '@typescript-eslint/utils': 5.62.0_eslint@8.50.0+typescript@4.9.5 + '@typescript-eslint/utils': 5.62.0_eslint@8.51.0+typescript@4.9.5 debug: 4.3.4 - eslint: 8.50.0 + eslint: 8.51.0 tsutils: 3.21.0_typescript@4.9.5 typescript: 4.9.5 transitivePeerDependencies: @@ -4072,19 +4079,19 @@ packages: - typescript dev: false - /@typescript-eslint/utils/5.62.0_eslint@8.50.0+typescript@4.9.5: + /@typescript-eslint/utils/5.62.0_eslint@8.51.0+typescript@4.9.5: resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0_eslint@8.50.0 + '@eslint-community/eslint-utils': 4.4.0_eslint@8.51.0 '@types/json-schema': 7.0.13 '@types/semver': 7.5.3 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0_typescript@4.9.5 - eslint: 8.50.0 + eslint: 8.51.0 eslint-scope: 5.1.1 semver: 7.5.4 transitivePeerDependencies: @@ -4301,7 +4308,7 @@ packages: async-eventemitter: 0.2.4 chalk: 4.1.2 electrode-confippet: 1.7.1 - fastify: 4.23.2 + fastify: 4.24.0 fastify-plugin: 4.5.1 lodash: 4.17.21 require-at: 1.0.6 @@ -4839,8 +4846,8 @@ packages: resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} engines: {node: '>=6.0'} dependencies: - '@babel/runtime': 7.23.1 - '@babel/runtime-corejs3': 7.23.1 + '@babel/runtime': 7.23.2 + '@babel/runtime-corejs3': 7.23.2 dev: false /aria-query/5.1.3: @@ -5093,7 +5100,7 @@ packages: hasBin: true dependencies: browserslist: 4.22.1 - caniuse-lite: 1.0.30001546 + caniuse-lite: 1.0.30001547 normalize-range: 0.1.2 num2fraction: 1.2.2 picocolors: 0.2.1 @@ -5211,10 +5218,10 @@ packages: dependencies: '@babel/code-frame': 7.22.13 '@babel/parser': 7.23.0 - '@babel/traverse': 7.23.0 + '@babel/traverse': 7.23.2 '@babel/types': 7.23.0 eslint-visitor-keys: 1.3.0 - resolve: 1.22.6 + resolve: 1.22.8 transitivePeerDependencies: - supports-color dev: false @@ -5228,11 +5235,11 @@ packages: dependencies: '@babel/code-frame': 7.22.13 '@babel/parser': 7.23.0 - '@babel/traverse': 7.23.0 + '@babel/traverse': 7.23.2 '@babel/types': 7.23.0 eslint: 6.8.0 eslint-visitor-keys: 1.3.0 - resolve: 1.22.6 + resolve: 1.22.8 transitivePeerDependencies: - supports-color dev: false @@ -5246,16 +5253,16 @@ packages: dependencies: '@babel/code-frame': 7.22.13 '@babel/parser': 7.23.0 - '@babel/traverse': 7.23.0 + '@babel/traverse': 7.23.2 '@babel/types': 7.23.0 eslint: 7.32.0 eslint-visitor-keys: 1.3.0 - resolve: 1.22.6 + resolve: 1.22.8 transitivePeerDependencies: - supports-color dev: false - /babel-eslint/10.1.0_eslint@8.50.0: + /babel-eslint/10.1.0_eslint@8.51.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. @@ -5264,11 +5271,11 @@ packages: dependencies: '@babel/code-frame': 7.22.13 '@babel/parser': 7.23.0 - '@babel/traverse': 7.23.0 + '@babel/traverse': 7.23.2 '@babel/types': 7.23.0 - eslint: 8.50.0 + eslint: 8.51.0 eslint-visitor-keys: 1.3.0 - resolve: 1.22.6 + resolve: 1.22.8 transitivePeerDependencies: - supports-color dev: false @@ -5481,17 +5488,17 @@ packages: - supports-color dev: false - /babel-jest/29.7.0_@babel+core@7.23.0: + /babel-jest/29.7.0_@babel+core@7.23.2: resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@jest/transform': 29.7.0 '@types/babel__core': 7.20.2 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.6.3_@babel+core@7.23.0 + babel-preset-jest: 29.6.3_@babel+core@7.23.2 chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -5513,14 +5520,14 @@ packages: webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 dev: false - /babel-loader/9.1.3_856045016f49e2b25ee2d90c52b0f12a: + /babel-loader/9.1.3_a24a650dc9c3ff6f642b929c8571218b: resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==} engines: {node: '>= 14.15.0'} peerDependencies: '@babel/core': ^7.12.0 webpack: '>=5' dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 find-cache-dir: 4.0.0 schema-utils: 4.2.0 webpack: 5.88.2_f52b93474dd2fb1e4f90db635f9d54a8 @@ -5636,38 +5643,38 @@ packages: babel-helper-is-void-0: 0.4.3 dev: false - /babel-plugin-polyfill-corejs2/0.4.5_@babel+core@7.23.0: - resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==} + /babel-plugin-polyfill-corejs2/0.4.6_@babel+core@7.23.2: + resolution: {integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/compat-data': 7.22.20 - '@babel/core': 7.23.0 - '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.23.0 + '@babel/compat-data': 7.23.2 + '@babel/core': 7.23.2 + '@babel/helper-define-polyfill-provider': 0.4.3_@babel+core@7.23.2 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-corejs3/0.8.4_@babel+core@7.23.0: - resolution: {integrity: sha512-9l//BZZsPR+5XjyJMPtZSK4jv0BsTO1zDac2GC6ygx9WLGlcsnRd1Co0B2zT5fF5Ic6BZy+9m3HNZ3QcOeDKfg==} + /babel-plugin-polyfill-corejs3/0.8.5_@babel+core@7.23.2: + resolution: {integrity: sha512-Q6CdATeAvbScWPNLB8lzSO7fgUVBkQt6zLgNlfyeCr/EQaEQR+bWiBYYPYAFyE528BMjRhL+1QBMOI4jc/c5TA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.23.0 + '@babel/core': 7.23.2 + '@babel/helper-define-polyfill-provider': 0.4.3_@babel+core@7.23.2 core-js-compat: 3.33.0 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-regenerator/0.5.2_@babel+core@7.23.0: - resolution: {integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==} + /babel-plugin-polyfill-regenerator/0.5.3_@babel+core@7.23.2: + resolution: {integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.23.0 + '@babel/core': 7.23.2 + '@babel/helper-define-polyfill-provider': 0.4.3_@babel+core@7.23.2 transitivePeerDependencies: - supports-color dev: false @@ -5692,11 +5699,11 @@ packages: - '@babel/core' dev: false - /babel-plugin-react-css-modules/5.2.6_@babel+core@7.23.0: + /babel-plugin-react-css-modules/5.2.6_@babel+core@7.23.2: resolution: {integrity: sha512-jBU/oVgoEg/58Dcu0tjyNvaXBllxJXip7hlpiX+e0CYTmDADWB484P4pJb7d0L6nWKSzyEqtePcBaq3SKalG/g==} engines: {node: '>8.0.0'} dependencies: - '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.23.2 '@babel/types': 7.23.0 ajv: 6.12.6 ajv-keywords: 3.5.2_ajv@6.12.6 @@ -6150,24 +6157,24 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5 dev: false - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.23.0: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.23.2: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.23.0 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.23.0 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.23.0 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.23.0 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.23.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.23.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.23.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.23.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.23.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.23.0 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.23.0 + '@babel/core': 7.23.2 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.23.2 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.23.2 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.23.2 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.23.2 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.23.2 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.23.2 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.23.2 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.23.2 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.2 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.23.2 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.23.2 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.23.2 dev: false /babel-preset-env/1.7.0: @@ -6251,15 +6258,15 @@ packages: babel-preset-current-node-syntax: 1.0.1 dev: false - /babel-preset-jest/29.6.3_@babel+core@7.23.0: + /babel-preset-jest/29.6.3_@babel+core@7.23.2: resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 babel-plugin-jest-hoist: 29.6.3 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.23.0 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.23.2 dev: false /babel-preset-minify/0.5.2: @@ -6635,7 +6642,7 @@ packages: /broadcast-channel/3.7.0: resolution: {integrity: sha512-cIAKJXAxGJceNZGTZSBzMxzyOn72cVgPnKx4dc6LRjQgbaJUQqhy5rzL3zbMxkMWsGKkv2hSFkPRMEXfoMZ2Mg==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 detect-node: 2.1.0 js-sha3: 0.8.0 microseconds: 0.2.0 @@ -6661,8 +6668,8 @@ packages: resolution: {integrity: sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==} hasBin: true dependencies: - caniuse-lite: 1.0.30001546 - electron-to-chromium: 1.4.543 + caniuse-lite: 1.0.30001547 + electron-to-chromium: 1.4.551 dev: false /browserslist/4.22.1: @@ -6670,8 +6677,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001546 - electron-to-chromium: 1.4.543 + caniuse-lite: 1.0.30001547 + electron-to-chromium: 1.4.551 node-releases: 2.0.13 update-browserslist-db: 1.0.13_browserslist@4.22.1 dev: false @@ -6881,13 +6888,13 @@ packages: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: browserslist: 4.22.1 - caniuse-lite: 1.0.30001546 + caniuse-lite: 1.0.30001547 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: false - /caniuse-lite/1.0.30001546: - resolution: {integrity: sha512-zvtSJwuQFpewSyRrI3AsftF6rM0X80mZkChIt1spBGEvRglCrjTniXvinc8JKRoqTwXAgvqTImaN9igfSMtUBw==} + /caniuse-lite/1.0.30001547: + resolution: {integrity: sha512-W7CrtIModMAxobGhz8iXmDfuJiiKg1WADMO/9x7/CLNin5cpSbuBjooyoIUVB5eyCc36QuTVlkVa1iB2S5+/eA==} dev: false /caseless/0.12.0: @@ -8531,8 +8538,8 @@ packages: xaa: 1.7.3 dev: false - /electron-to-chromium/1.4.543: - resolution: {integrity: sha512-t2ZP4AcGE0iKCCQCBx/K2426crYdxD3YU6l0uK2EO3FZH0pbC4pFz/sZm2ruZsND6hQBTcDWWlo/MLpiOdif5g==} + /electron-to-chromium/1.4.551: + resolution: {integrity: sha512-/Ng/W/kFv7wdEHYzxdK7Cv0BHEGSkSB3M0Ssl8Ndr1eMiYeas/+Mv4cNaDqamqWx6nd2uQZfPz6g25z25M/sdw==} dev: false /emittery/0.13.1: @@ -8582,13 +8589,13 @@ packages: engines: {node: '>=10.0.0'} dev: false - /engine.io/6.5.2: - resolution: {integrity: sha512-IXsMcGpw/xRfjra46sVZVHiSWo/nJ/3g1337q9KNXtS6YRzbW5yIzTCb9DjhrBe7r3GZQR0I4+nq+4ODk5g/cA==} + /engine.io/6.5.3: + resolution: {integrity: sha512-IML/R4eG/pUS5w7OfcDE0jKrljWS9nwnEfsxWCIJF5eO6AHo6+Hlv+lQbdlAYsiJPHzUthLm1RUjnBzWOs45cw==} engines: {node: '>=10.2.0'} dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.14 - '@types/node': 20.8.2 + '@types/node': 20.8.4 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.4.2 @@ -8952,12 +8959,12 @@ packages: lodash.upperfirst: 4.3.1 dev: false - /eslint-plugin-filenames/1.3.2_eslint@8.50.0: + /eslint-plugin-filenames/1.3.2_eslint@8.51.0: resolution: {integrity: sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w==} peerDependencies: eslint: '*' dependencies: - eslint: 8.50.0 + eslint: 8.51.0 lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 lodash.snakecase: 4.1.1 @@ -9041,7 +9048,7 @@ packages: - supports-color dev: false - /eslint-plugin-jsdoc/30.7.13_eslint@8.50.0: + /eslint-plugin-jsdoc/30.7.13_eslint@8.51.0: resolution: {integrity: sha512-YM4WIsmurrp0rHX6XiXQppqKB8Ne5ATiZLJe2+/fkp9l9ExXFr43BbAbjZaVrpCT+tuPYOZ8k1MICARHnURUNQ==} engines: {node: '>=10'} peerDependencies: @@ -9049,7 +9056,7 @@ packages: dependencies: comment-parser: 0.7.6 debug: 4.3.4 - eslint: 8.50.0 + eslint: 8.51.0 jsdoctypeparser: 9.0.0 lodash: 4.17.21 regextras: 0.7.1 @@ -9117,7 +9124,7 @@ packages: object.hasown: 1.1.3 object.values: 1.1.7 prop-types: 15.8.1 - resolve: 2.0.0-next.4 + resolve: 2.0.0-next.5 semver: 6.3.1 string.prototype.matchall: 4.0.10 dev: false @@ -9142,7 +9149,7 @@ packages: object.hasown: 1.1.3 object.values: 1.1.7 prop-types: 15.8.1 - resolve: 2.0.0-next.4 + resolve: 2.0.0-next.5 semver: 6.3.1 string.prototype.matchall: 4.0.10 dev: false @@ -9365,15 +9372,15 @@ packages: - supports-color dev: false - /eslint/8.50.0: - resolution: {integrity: sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==} + /eslint/8.51.0: + resolution: {integrity: sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0_eslint@8.50.0 + '@eslint-community/eslint-utils': 4.4.0_eslint@8.51.0 '@eslint-community/regexpp': 4.9.1 '@eslint/eslintrc': 2.1.2 - '@eslint/js': 8.50.0 + '@eslint/js': 8.51.0 '@humanwhocodes/config-array': 0.11.11 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -9811,8 +9818,8 @@ packages: - supports-color dev: false - /fastify/4.23.2: - resolution: {integrity: sha512-WFSxsHES115svC7NrerNqZwwM0UOxbC/P6toT9LRHgAAFvG7o2AN5W+H4ihCtOGuYXjZf4z+2jXC89rVEoPWOA==} + /fastify/4.24.0: + resolution: {integrity: sha512-6Uu2cCAV1UgexPnWKchgRt77lng9ivNmyFhPMcgUbJ4VaVBE1l6aYluiYZiVsgOBFpHrmdj7FD6n1aHswln4yQ==} dependencies: '@fastify/ajv-compiler': 3.5.0 '@fastify/error': 3.4.0 @@ -9821,9 +9828,9 @@ packages: avvio: 8.2.1 fast-content-type-parse: 1.1.0 fast-json-stringify: 5.8.0 - find-my-way: 7.6.2 + find-my-way: 7.7.0 light-my-request: 5.11.0 - pino: 8.15.6 + pino: 8.16.0 process-warning: 2.2.0 proxy-addr: 2.0.7 rfdc: 1.3.0 @@ -9891,7 +9898,7 @@ packages: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: - flat-cache: 3.1.0 + flat-cache: 3.1.1 dev: false /file-loader/6.2.0_webpack@5.88.2: @@ -10023,8 +10030,8 @@ packages: semver-store: 0.3.0 dev: false - /find-my-way/7.6.2: - resolution: {integrity: sha512-0OjHn1b1nCX3eVbm9ByeEHiscPYiHLfhei1wOUU9qffQkk98wE0Lo8VrVYfSGMgnSnDh86DxedduAnBf4nwUEw==} + /find-my-way/7.7.0: + resolution: {integrity: sha512-+SrHpvQ52Q6W9f3wJoJBbAQULJuNEEQwBvlvYwACDhBTLOTMiQ0HYWh4+vC3OivGP2ENcTI1oKlFA2OepJNjhQ==} engines: {node: '>=14'} dependencies: fast-deep-equal: 3.1.3 @@ -10082,12 +10089,12 @@ packages: write: 1.0.3 dev: false - /flat-cache/3.1.0: - resolution: {integrity: sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==} + /flat-cache/3.1.1: + resolution: {integrity: sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==} engines: {node: '>=12.0.0'} dependencies: flatted: 3.2.9 - keyv: 4.5.3 + keyv: 4.5.4 rimraf: 3.0.2 dev: false @@ -10825,7 +10832,7 @@ packages: /history/4.10.1: resolution: {integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 loose-envify: 1.4.0 resolve-pathname: 3.0.0 tiny-invariant: 1.3.1 @@ -10836,7 +10843,7 @@ packages: /history/5.3.0: resolution: {integrity: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 dev: false /hoek/4.2.1: @@ -11836,7 +11843,7 @@ packages: resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.1 @@ -11848,7 +11855,7 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/parser': 7.23.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 @@ -11861,7 +11868,7 @@ packages: resolution: {integrity: sha512-EAMEJBsYuyyztxMxW3g7ugGPkrZsV57v0Hmv3mm1uQsmB+QnZuepg731CRaIgeUVSdmsTngOkSnauNF8p7FIhA==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/parser': 7.23.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 @@ -11970,7 +11977,7 @@ packages: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.8.2 + '@types/node': 20.8.4 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.1 @@ -12031,10 +12038,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0_@babel+core@7.23.0 + babel-jest: 29.7.0_@babel+core@7.23.2 chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -12058,7 +12065,7 @@ packages: - supports-color dev: false - /jest-config/29.7.0_@types+node@20.8.2: + /jest-config/29.7.0_@types+node@20.8.4: resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -12070,11 +12077,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.8.2 - babel-jest: 29.7.0_@babel+core@7.23.0 + '@types/node': 20.8.4 + babel-jest: 29.7.0_@babel+core@7.23.2 chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -12139,7 +12146,7 @@ packages: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 '@types/jsdom': 20.0.1 - '@types/node': 20.8.2 + '@types/node': 20.8.4 jest-mock: 29.7.0 jest-util: 29.7.0 jsdom: 20.0.3 @@ -12156,7 +12163,7 @@ packages: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.8.2 + '@types/node': 20.8.4 jest-mock: 29.7.0 jest-util: 29.7.0 dev: false @@ -12172,7 +12179,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.7 - '@types/node': 20.8.2 + '@types/node': 20.8.4 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -12223,7 +12230,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.8.2 + '@types/node': 20.8.4 jest-util: 29.7.0 dev: false @@ -12264,7 +12271,7 @@ packages: jest-pnp-resolver: 1.2.3_jest-resolve@29.7.0 jest-util: 29.7.0 jest-validate: 29.7.0 - resolve: 1.22.6 + resolve: 1.22.8 resolve.exports: 2.0.2 slash: 3.0.0 dev: false @@ -12278,7 +12285,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.8.2 + '@types/node': 20.8.4 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -12309,7 +12316,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.8.2 + '@types/node': 20.8.4 chalk: 4.1.2 cjs-module-lexer: 1.2.3 collect-v8-coverage: 1.0.2 @@ -12332,15 +12339,15 @@ packages: resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/generator': 7.23.0 - '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-syntax-typescript': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-syntax-typescript': 7.22.5_@babel+core@7.23.2 '@babel/types': 7.23.0 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.23.0 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.23.2 chalk: 4.1.2 expect: 29.7.0 graceful-fs: 4.2.11 @@ -12361,7 +12368,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.8.2 + '@types/node': 20.8.4 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -12386,7 +12393,7 @@ packages: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.8.2 + '@types/node': 20.8.4 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -12398,7 +12405,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.8.2 + '@types/node': 20.8.4 merge-stream: 2.0.0 supports-color: 7.2.0 dev: false @@ -12407,7 +12414,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.8.2 + '@types/node': 20.8.4 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false @@ -12416,7 +12423,7 @@ packages: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 20.8.2 + '@types/node': 20.8.4 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -13016,8 +13023,8 @@ packages: tsscmp: 1.0.6 dev: false - /keyv/4.5.3: - resolution: {integrity: sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==} + /keyv/4.5.4: + resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} dependencies: json-buffer: 3.0.1 dev: false @@ -13613,7 +13620,7 @@ packages: /match-sorter/6.3.1: resolution: {integrity: sha512-mxybbo3pPNuA+ZuCUhm5bwNkXrJTbsk5VWbR5wiwz/GC6LIiegBGn2w3O08UG/jdbYLinw51fSQ5xNU1U3MgBw==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 remove-accents: 0.4.2 dev: false @@ -14237,7 +14244,7 @@ packages: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.6 + resolve: 1.22.8 semver: 5.7.2 validate-npm-package-license: 3.0.4 dev: false @@ -14968,8 +14975,8 @@ packages: sonic-boom: 1.4.1 dev: false - /pino/8.15.6: - resolution: {integrity: sha512-GuxHr61R0ZFD1npu58tB3a3FSVjuy21OwN/haw4OuKiZBL63Pg11Y51WWeD52RENS2mjwPZOwt+2OQOSkck6kQ==} + /pino/8.16.0: + resolution: {integrity: sha512-UUmvQ/7KTZt/vHjhRrnyS7h+J7qPBQnpG80V56xmIC+o9IqYmQOw/UIny9S9zYDfRBR0ClouCr464EkBMIT7Fw==} hasBin: true dependencies: atomic-sleep: 1.0.0 @@ -14981,7 +14988,7 @@ packages: quick-format-unescaped: 4.0.4 real-require: 0.2.0 safe-stable-stringify: 2.4.3 - sonic-boom: 3.6.0 + sonic-boom: 3.7.0 thread-stream: 2.4.1 dev: false @@ -15248,7 +15255,7 @@ packages: postcss: 7.0.39 postcss-value-parser: 3.3.1 read-cache: 1.0.0 - resolve: 1.22.6 + resolve: 1.22.8 dev: false /postcss-initial/3.0.4: @@ -15591,7 +15598,7 @@ packages: dependencies: autoprefixer: 9.8.8 browserslist: 4.22.1 - caniuse-lite: 1.0.30001546 + caniuse-lite: 1.0.30001547 css-blank-pseudo: 0.1.4 css-has-pseudo: 0.10.0 css-prefers-color-scheme: 3.1.1 @@ -16179,7 +16186,7 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 broadcast-channel: 3.7.0 match-sorter: 6.3.1 dev: false @@ -16196,7 +16203,7 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 broadcast-channel: 3.7.0 match-sorter: 6.3.1 react: 18.2.0 @@ -16209,7 +16216,7 @@ packages: react: ^0.14.0 || ^15.0.0-0 || ^16.0.0-0 redux: ^2.0.0 || ^3.0.0 || ^4.0.0-0 dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 hoist-non-react-statics: 3.3.2 invariant: 2.2.4 loose-envify: 1.4.0 @@ -16220,7 +16227,7 @@ packages: redux: 4.2.1 dev: false - /react-redux/8.1.3_218d4c23caa91839c5aa0af611b88026: + /react-redux/8.1.3_074fe5214e89d6cf4e2a3e09f40afe9d: resolution: {integrity: sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -16241,8 +16248,10 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.23.1 - '@types/hoist-non-react-statics': 3.3.2 + '@babel/runtime': 7.23.2 + '@types/hoist-non-react-statics': 3.3.3 + '@types/react': 18.2.28 + '@types/react-dom': 18.2.13 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -16252,7 +16261,7 @@ packages: use-sync-external-store: 1.2.0_react@18.2.0 dev: false - /react-redux/8.1.3_de668534b0e48d947c2fbad2f61b1c74: + /react-redux/8.1.3_218d4c23caa91839c5aa0af611b88026: resolution: {integrity: sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -16273,10 +16282,8 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.23.1 - '@types/hoist-non-react-statics': 3.3.2 - '@types/react': 18.2.25 - '@types/react-dom': 18.2.10 + '@babel/runtime': 7.23.2 + '@types/hoist-non-react-statics': 3.3.3 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -16292,7 +16299,7 @@ packages: react: '>=15' react-router: '>=5' dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 dev: false /react-router-config/5.1.1_react-router@5.3.4+react@18.2.0: @@ -16301,7 +16308,7 @@ packages: react: '>=15' react-router: '>=5' dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 react: 18.2.0 react-router: 5.3.4_react@18.2.0 dev: false @@ -16311,7 +16318,7 @@ packages: peerDependencies: react: '>=15' dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 history: 4.10.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -16339,7 +16346,7 @@ packages: peerDependencies: react: '>=15' dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -16488,14 +16495,14 @@ packages: resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} engines: {node: '>= 0.10'} dependencies: - resolve: 1.22.6 + resolve: 1.22.8 dev: false /rechoir/0.7.1: resolution: {integrity: sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==} engines: {node: '>= 0.10'} dependencies: - resolve: 1.22.6 + resolve: 1.22.8 dev: false /recoil/0.7.7: @@ -16584,7 +16591,7 @@ packages: /redux/4.2.1: resolution: {integrity: sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 dev: false /reflect.getprototypeof/1.0.4: @@ -16641,7 +16648,7 @@ packages: /regenerator-transform/0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 dev: false /regex-cache/0.4.4: @@ -16914,8 +16921,8 @@ packages: path-parse: 1.0.7 dev: false - /resolve/1.22.6: - resolution: {integrity: sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==} + /resolve/1.22.8: + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} hasBin: true dependencies: is-core-module: 2.13.0 @@ -16923,8 +16930,8 @@ packages: supports-preserve-symlinks-flag: 1.0.0 dev: false - /resolve/2.0.0-next.4: - resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} + /resolve/2.0.0-next.5: + resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} hasBin: true dependencies: is-core-module: 2.13.0 @@ -17119,7 +17126,7 @@ packages: deprecated: This package has been deprecated in favour of @sinonjs/samsam dev: false - /sass-loader/13.3.2_sass@1.68.0+webpack@5.88.2: + /sass-loader/13.3.2_sass@1.69.3+webpack@5.88.2: resolution: {integrity: sha512-CQbKl57kdEv+KDLquhC+gE3pXt74LEAzm+tzywcA0/aHZuub8wTErbjAoNI57rPUWRYRNC5WUnNl8eGJNbDdwg==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -17139,12 +17146,12 @@ packages: optional: true dependencies: neo-async: 2.6.2 - sass: 1.68.0 + sass: 1.69.3 webpack: 5.88.2_uglify-js@2.8.29 dev: false - /sass/1.68.0: - resolution: {integrity: sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA==} + /sass/1.69.3: + resolution: {integrity: sha512-X99+a2iGdXkdWn1akFPs0ZmelUzyAQfvqYc2P/MPTrJRuIRoTffGzT9W9nFqG00S+c8hXzVmgxhUuHFdrwxkhQ==} engines: {node: '>=14.0.0'} hasBin: true dependencies: @@ -17426,8 +17433,8 @@ packages: vscode-textmate: 5.2.0 dev: false - /shiki/0.14.4: - resolution: {integrity: sha512-IXCRip2IQzKwxArNNq1S+On4KPML3Yyn8Zzs/xRgcgOWIr8ntIK3IKzjFPfjy/7kt9ZMjc+FItfqHRBg8b6tNQ==} + /shiki/0.14.5: + resolution: {integrity: sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==} dependencies: ansi-sequence-parser: 1.1.1 jsonc-parser: 3.2.0 @@ -17758,7 +17765,7 @@ packages: base64id: 2.0.0 cors: 2.8.5 debug: 4.3.4 - engine.io: 6.5.2 + engine.io: 6.5.3 socket.io-adapter: 2.5.2 socket.io-parser: 4.2.4 transitivePeerDependencies: @@ -17796,8 +17803,8 @@ packages: flatstr: 1.0.12 dev: false - /sonic-boom/3.6.0: - resolution: {integrity: sha512-5Rs7m4IO/mW1WHouC6q6PGJsXO6hSAduwB3ltTsKaDU0Bd7sc5QEUK/jF0YL583g3BG7QV0Dg0rQNZrwZhY6Xg==} + /sonic-boom/3.7.0: + resolution: {integrity: sha512-IudtNvSqA/ObjN97tfgNmOKyDOs4dNcg4cUUsHDebqsgb8wGBBwb31LIgShNO8fye0dFI52X1+tFoKKI6Rq1Gg==} dependencies: atomic-sleep: 1.0.0 dev: false @@ -18819,7 +18826,7 @@ packages: yn: 3.1.1 dev: false - /ts-node/10.9.1_71a24838bb56fb7264838813e7b47cee: + /ts-node/10.9.1_33eaf07f34e17ffa2e2998c808a38c6c: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -18838,19 +18845,19 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 14.18.63 + '@types/node': 20.8.4 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.9.5 + typescript: 5.2.2 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: false - /ts-node/10.9.1_becee7c771b8c1d3345b085145420394: + /ts-node/10.9.1_71a24838bb56fb7264838813e7b47cee: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -18869,7 +18876,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 18.18.3 + '@types/node': 14.18.63 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -18881,7 +18888,7 @@ packages: yn: 3.1.1 dev: false - /ts-node/10.9.1_dea107b0a620a0faab0bfc702338e554: + /ts-node/10.9.1_c8f8839fca150bdb4a2a9db23ec97dfc: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -18900,14 +18907,14 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.8.2 + '@types/node': 18.18.4 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.2.2 + typescript: 4.9.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: false @@ -19276,7 +19283,7 @@ packages: lunr: 2.3.9 marked: 4.3.0 minimatch: 7.4.6 - shiki: 0.14.4 + shiki: 0.14.5 typescript: 4.9.5 dev: false @@ -19373,6 +19380,10 @@ packages: which-boxed-primitive: 1.0.2 dev: false + /undici-types/5.25.3: + resolution: {integrity: sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==} + dev: false + /unicode-canonical-property-names-ecmascript/2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} engines: {node: '>=4'} @@ -19445,7 +19456,7 @@ packages: /unload/2.2.0: resolution: {integrity: sha512-B60uB5TNBLtN6/LsgAf3udH9saB5p7gqJwcFfbOEZ8BcBHnGwCf6G/TGiEqkRAxX7zAFIUtzdrXQSdL3Q/wqNA==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 detect-node: 2.1.0 dev: false @@ -20215,11 +20226,11 @@ packages: stack-trace: 0.0.10 dev: false - /winston/3.10.0: - resolution: {integrity: sha512-nT6SIDaE9B7ZRO0u3UvdrimG0HkB7dSTAgInQnNR2SOPJ4bvq5q79+pXLftKmP52lJGW15+H5MCK0nM9D3KB/g==} + /winston/3.11.0: + resolution: {integrity: sha512-L3yR6/MzZAOl0DsysUXHVjOwv8mKZ71TrA/41EIduGpOOV5LQVodqN+QdQ6BS6PJ/RdIshZhq84P/fStEZkk7g==} engines: {node: '>= 12.0.0'} dependencies: - '@colors/colors': 1.5.0 + '@colors/colors': 1.6.0 '@dabh/diagnostics': 2.0.3 async: 3.2.4 is-stream: 2.0.1 @@ -20571,21 +20582,21 @@ packages: name: '@rush-temp/app-dev' version: 0.0.0 dependencies: - '@babel/cli': 7.23.0_@babel+core@7.23.0 - '@babel/core': 7.23.0 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.23.0 - '@babel/plugin-proposal-decorators': 7.23.0_@babel+core@7.23.0 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.23.0 - '@babel/plugin-transform-react-constant-elements': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-react-inline-elements': 7.22.5_@babel+core@7.23.0 - '@babel/plugin-transform-runtime': 7.22.15_@babel+core@7.23.0 - '@babel/preset-env': 7.22.20_@babel+core@7.23.0 - '@babel/preset-react': 7.22.15_@babel+core@7.23.0 - '@babel/preset-typescript': 7.23.0_@babel+core@7.23.0 - '@babel/register': 7.22.15_@babel+core@7.23.0 + '@babel/cli': 7.23.0_@babel+core@7.23.2 + '@babel/core': 7.23.2 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.23.2 + '@babel/plugin-proposal-decorators': 7.23.2_@babel+core@7.23.2 + '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.23.2 + '@babel/plugin-transform-react-constant-elements': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-react-inline-elements': 7.22.5_@babel+core@7.23.2 + '@babel/plugin-transform-runtime': 7.23.2_@babel+core@7.23.2 + '@babel/preset-env': 7.23.2_@babel+core@7.23.2 + '@babel/preset-react': 7.22.15_@babel+core@7.23.2 + '@babel/preset-typescript': 7.23.2_@babel+core@7.23.2 + '@babel/register': 7.22.15_@babel+core@7.23.2 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@jchip/redbird': 1.3.0 - '@types/chai': 4.3.6 + '@types/chai': 4.3.8 '@types/mocha': 10.0.2 '@types/node': 14.18.63 '@types/sinon': 9.0.11 @@ -20599,7 +20610,7 @@ packages: 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.23.0 + babel-plugin-react-css-modules: 5.2.6_@babel+core@7.23.2 babel-plugin-transform-node-env-inline: 0.4.3 babel-plugin-transform-react-remove-prop-types: 0.4.24 boxen: 5.1.2 @@ -20653,7 +20664,7 @@ packages: visual-logger: 1.1.3 webpack-dev-middleware: 4.3.0_webpack@5.88.2 webpack-hot-middleware: 2.25.4 - winston: 3.10.0 + winston: 3.11.0 xaa: 1.7.3 xenv-config: 1.3.1 xsh: 0.4.5 @@ -20673,24 +20684,24 @@ packages: name: '@rush-temp/app' version: 0.0.0 dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.6 + '@types/chai': 4.3.8 '@types/mocha': 10.0.2 '@types/node': 17.0.45 - '@types/sinon': 10.0.18 + '@types/sinon': 10.0.19 '@types/sinon-chai': 3.2.10 - '@typescript-eslint/eslint-plugin': 5.62.0_a7c122f350beb89a98f5cd4f9589ad36 - '@typescript-eslint/parser': 5.62.0_eslint@8.50.0+typescript@4.9.5 + '@typescript-eslint/eslint-plugin': 5.62.0_1c962485729a6839dce7330b0e3759be + '@typescript-eslint/parser': 5.62.0_eslint@8.51.0+typescript@4.9.5 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.50.0 + babel-eslint: 10.1.0_eslint@8.51.0 chai: 4.3.10 chalk: 5.3.0 - eslint: 8.50.0 + eslint: 8.51.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.50.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.50.0 + eslint-plugin-filenames: 1.3.2_eslint@8.51.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.51.0 eslint-plugin-tsdoc: 0.2.17 isomorphic-loader: 4.5.0 mocha: 10.2.0 @@ -20719,12 +20730,12 @@ packages: name: '@rush-temp/create-app' version: 0.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/preset-env': 7.22.20_@babel+core@7.23.0 - '@types/chai': 4.3.6 + '@babel/core': 7.23.2 + '@babel/preset-env': 7.23.2_@babel+core@7.23.2 + '@types/chai': 4.3.8 '@types/mocha': 10.0.2 '@xarc/module-dev': 2.2.5 - babel-loader: 9.1.3_856045016f49e2b25ee2d90c52b0f12a + babel-loader: 9.1.3_a24a650dc9c3ff6f642b929c8571218b chai: 4.3.10 chalker: 1.2.0 lodash: 4.17.21 @@ -20862,11 +20873,11 @@ packages: name: '@rush-temp/electrode-react-webapp' version: 0.0.0 dependencies: - '@babel/cli': 7.23.0_@babel+core@7.23.0 - '@babel/core': 7.23.0 - '@babel/preset-env': 7.22.20_@babel+core@7.23.0 - '@babel/preset-react': 7.22.15_@babel+core@7.23.0 - '@babel/register': 7.22.15_@babel+core@7.23.0 + '@babel/cli': 7.23.0_@babel+core@7.23.2 + '@babel/core': 7.23.2 + '@babel/preset-env': 7.23.2_@babel+core@7.23.2 + '@babel/preset-react': 7.22.15_@babel+core@7.23.2 + '@babel/register': 7.22.15_@babel+core@7.23.2 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 babel-eslint: 10.1.0_eslint@7.32.0 @@ -20972,7 +20983,7 @@ packages: version: 0.0.0 dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.6 + '@types/chai': 4.3.8 '@types/mocha': 10.0.2 '@types/node': 13.13.52 '@types/sinon': 9.0.11 @@ -21011,13 +21022,13 @@ packages: name: '@rush-temp/jsx-renderer' version: 0.0.0 dependencies: - '@babel/cli': 7.23.0_@babel+core@7.23.0 - '@babel/core': 7.23.0 - '@babel/preset-env': 7.22.20_@babel+core@7.23.0 - '@babel/preset-react': 7.22.15_@babel+core@7.23.0 - '@babel/register': 7.22.15_@babel+core@7.23.0 + '@babel/cli': 7.23.0_@babel+core@7.23.2 + '@babel/core': 7.23.2 + '@babel/preset-env': 7.23.2_@babel+core@7.23.2 + '@babel/preset-react': 7.22.15_@babel+core@7.23.2 + '@babel/register': 7.22.15_@babel+core@7.23.2 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.6 + '@types/chai': 4.3.8 '@types/mocha': 10.0.2 '@types/node': 13.13.52 '@types/sinon': 9.0.11 @@ -21218,8 +21229,8 @@ packages: name: '@rush-temp/opt-sass' version: 0.0.0 dependencies: - sass: 1.68.0 - sass-loader: 13.3.2_sass@1.68.0+webpack@5.88.2 + sass: 1.69.3 + sass-loader: 13.3.2_sass@1.69.3+webpack@5.88.2 shx: 0.3.4 transitivePeerDependencies: - fibers @@ -21246,7 +21257,7 @@ packages: name: '@rush-temp/poc-subapp-redux' version: 0.0.0 dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@module-federation/concat-runtime': 0.0.1 '@xarc/fastify-server': 3.3.1 '@xarc/run': 1.1.1 @@ -21276,7 +21287,7 @@ packages: name: '@rush-temp/poc-subapp' version: 0.0.0 dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@module-federation/concat-runtime': 0.0.1 '@xarc/fastify-server': 4.0.7 '@xarc/run': 1.1.1 @@ -21304,7 +21315,7 @@ packages: name: '@rush-temp/poc-subappv1-csp' version: 0.0.0 dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@module-federation/concat-runtime': 0.0.1 '@xarc/fastify-server': 3.3.1 '@xarc/run': 1.1.1 @@ -21332,23 +21343,23 @@ packages: dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@testing-library/react': 11.2.7_react-dom@18.2.0+react@18.2.0 - '@types/chai': 4.3.6 + '@types/chai': 4.3.8 '@types/mocha': 10.0.2 - '@types/node': 18.18.3 - '@types/react': 18.2.25 - '@types/react-dom': 18.2.10 - '@types/sinon': 10.0.18 + '@types/node': 18.18.4 + '@types/react': 18.2.28 + '@types/react-dom': 18.2.13 + '@types/sinon': 10.0.19 '@types/sinon-chai': 3.2.10 - '@typescript-eslint/eslint-plugin': 5.62.0_a7c122f350beb89a98f5cd4f9589ad36 - '@typescript-eslint/parser': 5.62.0_eslint@8.50.0+typescript@4.9.5 + '@typescript-eslint/eslint-plugin': 5.62.0_1c962485729a6839dce7330b0e3759be + '@typescript-eslint/parser': 5.62.0_eslint@8.51.0+typescript@4.9.5 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.50.0 + babel-eslint: 10.1.0_eslint@8.51.0 chai: 4.3.10 - eslint: 8.50.0 + eslint: 8.51.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.50.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.50.0 + eslint-plugin-filenames: 1.3.2_eslint@8.51.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.51.0 eslint-plugin-tsdoc: 0.2.17 jsdom: 16.7.0 jsdom-global: 3.0.2_jsdom@16.7.0 @@ -21360,7 +21371,7 @@ packages: sinon: 14.0.2 sinon-chai: 3.7.0_chai@4.3.10+sinon@14.0.2 source-map-support: 0.5.21 - ts-node: 10.9.1_becee7c771b8c1d3345b085145420394 + ts-node: 10.9.1_c8f8839fca150bdb4a2a9db23ec97dfc tslib: 2.6.2 typedoc: 0.22.18_typescript@4.9.5 typescript: 4.9.5 @@ -21381,11 +21392,11 @@ packages: dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@testing-library/react': 11.2.7_react-dom@18.2.0+react@18.2.0 - '@types/chai': 4.3.6 + '@types/chai': 4.3.8 '@types/mocha': 10.0.2 '@types/node': 14.18.63 - '@types/react': 18.2.25 - '@types/react-dom': 18.2.10 + '@types/react': 18.2.28 + '@types/react-dom': 18.2.13 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.10 '@typescript-eslint/eslint-plugin': 4.33.0_96a109dcf9607f5a1aa576228794cffa @@ -21428,11 +21439,11 @@ packages: version: 0.0.0 dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.6 + '@types/chai': 4.3.8 '@types/mocha': 10.0.2 '@types/node': 14.18.63 - '@types/react': 18.2.25 - '@types/react-dom': 18.2.10 + '@types/react': 18.2.28 + '@types/react-dom': 18.2.13 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.10 '@typescript-eslint/eslint-plugin': 4.33.0_96a109dcf9607f5a1aa576228794cffa @@ -21471,11 +21482,11 @@ packages: version: 0.0.0 dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.6 + '@types/chai': 4.3.8 '@types/mocha': 10.0.2 '@types/node': 14.18.63 - '@types/react': 18.2.25 - '@types/react-dom': 18.2.10 + '@types/react': 18.2.28 + '@types/react-dom': 18.2.13 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.10 '@typescript-eslint/eslint-plugin': 4.33.0_96a109dcf9607f5a1aa576228794cffa @@ -21513,35 +21524,35 @@ packages: dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@testing-library/react': 13.4.0_react-dom@18.2.0+react@18.2.0 - '@types/chai': 4.3.6 + '@types/chai': 4.3.8 '@types/mocha': 10.0.2 - '@types/node': 18.18.3 - '@types/react': 18.2.25 - '@types/react-dom': 18.2.10 - '@types/sinon': 10.0.18 + '@types/node': 18.18.4 + '@types/react': 18.2.28 + '@types/react-dom': 18.2.13 + '@types/sinon': 10.0.19 '@types/sinon-chai': 3.2.10 - '@typescript-eslint/eslint-plugin': 5.62.0_a7c122f350beb89a98f5cd4f9589ad36 - '@typescript-eslint/parser': 5.62.0_eslint@8.50.0+typescript@4.9.5 + '@typescript-eslint/eslint-plugin': 5.62.0_1c962485729a6839dce7330b0e3759be + '@typescript-eslint/parser': 5.62.0_eslint@8.51.0+typescript@4.9.5 '@xarc/module-dev': 3.2.3 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.50.0 + babel-eslint: 10.1.0_eslint@8.51.0 chai: 4.3.10 - eslint: 8.50.0 + eslint: 8.51.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.50.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.50.0 + eslint-plugin-filenames: 1.3.2_eslint@8.51.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.51.0 jsdom: 19.0.0 jsdom-global: 3.0.2_jsdom@19.0.0 mocha: 10.2.0 nyc: 15.1.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.1.3_de668534b0e48d947c2fbad2f61b1c74 + react-redux: 8.1.3_074fe5214e89d6cf4e2a3e09f40afe9d redux: 4.2.1 sinon: 14.0.2 sinon-chai: 3.7.0_chai@4.3.10+sinon@14.0.2 source-map-support: 0.5.21 - ts-node: 10.9.1_becee7c771b8c1d3345b085145420394 + ts-node: 10.9.1_c8f8839fca150bdb4a2a9db23ec97dfc tslib: 2.6.2 typedoc: 0.22.18_typescript@4.9.5 typescript: 4.9.5 @@ -21560,26 +21571,26 @@ packages: name: '@rush-temp/react-router' version: 0.0.0 dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 '@testing-library/react': 13.4.0_react-dom@18.2.0+react@18.2.0 - '@types/chai': 4.3.6 + '@types/chai': 4.3.8 '@types/mocha': 10.0.2 - '@types/node': 18.18.3 - '@types/react': 18.2.25 - '@types/react-dom': 18.2.10 - '@types/sinon': 10.0.18 + '@types/node': 18.18.4 + '@types/react': 18.2.28 + '@types/react-dom': 18.2.13 + '@types/sinon': 10.0.19 '@types/sinon-chai': 3.2.10 - '@typescript-eslint/eslint-plugin': 5.62.0_a7c122f350beb89a98f5cd4f9589ad36 - '@typescript-eslint/parser': 5.62.0_eslint@8.50.0+typescript@4.9.5 + '@typescript-eslint/eslint-plugin': 5.62.0_1c962485729a6839dce7330b0e3759be + '@typescript-eslint/parser': 5.62.0_eslint@8.51.0+typescript@4.9.5 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.50.0 + babel-eslint: 10.1.0_eslint@8.51.0 chai: 4.3.10 - eslint: 8.50.0 + eslint: 8.51.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.50.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.50.0 + eslint-plugin-filenames: 1.3.2_eslint@8.51.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.51.0 eslint-plugin-tsdoc: 0.2.17 history: 5.3.0 jsdom: 19.0.0 @@ -21588,14 +21599,14 @@ packages: nyc: 15.1.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.1.3_de668534b0e48d947c2fbad2f61b1c74 + react-redux: 8.1.3_074fe5214e89d6cf4e2a3e09f40afe9d react-router: 6.16.0_react@18.2.0 react-router-dom: 6.16.0_react-dom@18.2.0+react@18.2.0 redux: 4.2.1 sinon: 14.0.2 sinon-chai: 3.7.0_chai@4.3.10+sinon@14.0.2 source-map-support: 0.5.21 - ts-node: 10.9.1_becee7c771b8c1d3345b085145420394 + ts-node: 10.9.1_c8f8839fca150bdb4a2a9db23ec97dfc tslib: 2.6.2 typedoc: 0.22.18_typescript@4.9.5 typescript: 4.9.5 @@ -21614,25 +21625,25 @@ packages: name: '@rush-temp/react' version: 0.0.0 dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.6 + '@types/chai': 4.3.8 '@types/mocha': 10.0.2 - '@types/node': 18.18.3 - '@types/react': 18.2.25 - '@types/react-dom': 18.2.10 - '@types/sinon': 10.0.18 + '@types/node': 18.18.4 + '@types/react': 18.2.28 + '@types/react-dom': 18.2.13 + '@types/sinon': 10.0.19 '@types/sinon-chai': 3.2.10 - '@typescript-eslint/eslint-plugin': 5.62.0_a7c122f350beb89a98f5cd4f9589ad36 - '@typescript-eslint/parser': 5.62.0_eslint@8.50.0+typescript@4.9.5 + '@typescript-eslint/eslint-plugin': 5.62.0_1c962485729a6839dce7330b0e3759be + '@typescript-eslint/parser': 5.62.0_eslint@8.51.0+typescript@4.9.5 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 - babel-eslint: 10.1.0_eslint@8.50.0 + babel-eslint: 10.1.0_eslint@8.51.0 chai: 4.3.10 - eslint: 8.50.0 + eslint: 8.51.0 eslint-config-walmart: 2.2.1 - eslint-plugin-filenames: 1.3.2_eslint@8.50.0 - eslint-plugin-jsdoc: 30.7.13_eslint@8.50.0 + eslint-plugin-filenames: 1.3.2_eslint@8.51.0 + eslint-plugin-jsdoc: 30.7.13_eslint@8.51.0 eslint-plugin-tsdoc: 0.2.17 mocha: 10.2.0 nyc: 15.1.0 @@ -21641,7 +21652,7 @@ packages: sinon: 14.0.2 sinon-chai: 3.7.0_chai@4.3.10+sinon@14.0.2 source-map-support: 0.5.21 - ts-node: 10.9.1_becee7c771b8c1d3345b085145420394 + ts-node: 10.9.1_c8f8839fca150bdb4a2a9db23ec97dfc tslib: 2.6.2 typedoc: 0.23.28_typescript@4.9.5 typescript: 4.9.5 @@ -21657,7 +21668,7 @@ packages: version: 0.0.0 dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.6 + '@types/chai': 4.3.8 '@types/mocha': 10.0.2 '@types/node': 13.13.52 '@types/sinon': 9.0.11 @@ -21698,13 +21709,13 @@ packages: name: '@rush-temp/subapp-pbundle' version: 0.0.0 dependencies: - '@babel/cli': 7.23.0_@babel+core@7.23.0 - '@babel/core': 7.23.0 - '@babel/plugin-transform-runtime': 7.22.15_@babel+core@7.23.0 - '@babel/preset-env': 7.22.20_@babel+core@7.23.0 - '@babel/preset-react': 7.22.15_@babel+core@7.23.0 - '@babel/register': 7.22.15_@babel+core@7.23.0 - '@babel/runtime': 7.23.1 + '@babel/cli': 7.23.0_@babel+core@7.23.2 + '@babel/core': 7.23.2 + '@babel/plugin-transform-runtime': 7.23.2_@babel+core@7.23.2 + '@babel/preset-env': 7.23.2_@babel+core@7.23.2 + '@babel/preset-react': 7.22.15_@babel+core@7.23.2 + '@babel/register': 7.22.15_@babel+core@7.23.2 + '@babel/runtime': 7.23.2 '@xarc/run': 1.1.1 babel-preset-minify: 0.5.2 electrode-archetype-njs-module-dev: 3.0.3 @@ -21735,13 +21746,13 @@ packages: name: '@rush-temp/subapp-react' version: 0.0.0 dependencies: - '@babel/cli': 7.23.0_@babel+core@7.23.0 - '@babel/core': 7.23.0 - '@babel/plugin-transform-runtime': 7.22.15_@babel+core@7.23.0 - '@babel/preset-env': 7.22.20_@babel+core@7.23.0 - '@babel/preset-react': 7.22.15_@babel+core@7.23.0 - '@babel/register': 7.22.15_@babel+core@7.23.0 - '@babel/runtime': 7.23.1 + '@babel/cli': 7.23.0_@babel+core@7.23.2 + '@babel/core': 7.23.2 + '@babel/plugin-transform-runtime': 7.23.2_@babel+core@7.23.2 + '@babel/preset-env': 7.23.2_@babel+core@7.23.2 + '@babel/preset-react': 7.22.15_@babel+core@7.23.2 + '@babel/register': 7.22.15_@babel+core@7.23.2 + '@babel/runtime': 7.23.2 '@xarc/run': 1.1.1 babel-preset-minify: 0.5.2 electrode-archetype-njs-module-dev: 3.0.3 @@ -21769,13 +21780,13 @@ packages: name: '@rush-temp/subapp-redux' version: 0.0.0 dependencies: - '@babel/cli': 7.23.0_@babel+core@7.23.0 - '@babel/core': 7.23.0 - '@babel/plugin-transform-runtime': 7.22.15_@babel+core@7.23.0 - '@babel/preset-env': 7.22.20_@babel+core@7.23.0 - '@babel/preset-react': 7.22.15_@babel+core@7.23.0 - '@babel/register': 7.22.15_@babel+core@7.23.0 - '@babel/runtime': 7.23.1 + '@babel/cli': 7.23.0_@babel+core@7.23.2 + '@babel/core': 7.23.2 + '@babel/plugin-transform-runtime': 7.23.2_@babel+core@7.23.2 + '@babel/preset-env': 7.23.2_@babel+core@7.23.2 + '@babel/preset-react': 7.22.15_@babel+core@7.23.2 + '@babel/register': 7.22.15_@babel+core@7.23.2 + '@babel/runtime': 7.23.2 '@xarc/run': 1.1.1 babel-preset-minify: 0.5.2 electrode-archetype-njs-module-dev: 3.0.3 @@ -21797,11 +21808,11 @@ packages: name: '@rush-temp/subapp-server' version: 0.0.0 dependencies: - '@babel/cli': 7.23.0_@babel+core@7.23.0 - '@babel/core': 7.23.0 - '@babel/preset-env': 7.22.20_@babel+core@7.23.0 - '@babel/preset-react': 7.22.15_@babel+core@7.23.0 - '@babel/register': 7.22.15_@babel+core@7.23.0 + '@babel/cli': 7.23.0_@babel+core@7.23.2 + '@babel/core': 7.23.2 + '@babel/preset-env': 7.23.2_@babel+core@7.23.2 + '@babel/preset-react': 7.22.15_@babel+core@7.23.2 + '@babel/register': 7.22.15_@babel+core@7.23.2 '@hapi/boom': 9.1.4 '@xarc/fastify-server': 3.3.1 '@xarc/run': 1.1.1 @@ -21834,13 +21845,13 @@ packages: name: '@rush-temp/subapp-web' version: 0.0.0 dependencies: - '@babel/cli': 7.23.0_@babel+core@7.23.0 - '@babel/core': 7.23.0 - '@babel/plugin-transform-runtime': 7.22.15_@babel+core@7.23.0 - '@babel/preset-env': 7.22.20_@babel+core@7.23.0 - '@babel/preset-react': 7.22.15_@babel+core@7.23.0 - '@babel/register': 7.22.15_@babel+core@7.23.0 - '@babel/runtime': 7.23.1 + '@babel/cli': 7.23.0_@babel+core@7.23.2 + '@babel/core': 7.23.2 + '@babel/plugin-transform-runtime': 7.23.2_@babel+core@7.23.2 + '@babel/preset-env': 7.23.2_@babel+core@7.23.2 + '@babel/preset-react': 7.22.15_@babel+core@7.23.2 + '@babel/register': 7.22.15_@babel+core@7.23.2 + '@babel/runtime': 7.23.2 '@xarc/module-dev': 4.1.0 '@xarc/run': 1.1.1 babel-preset-minify: 0.5.2 @@ -21877,7 +21888,7 @@ packages: dependencies: '@babel/cli': 7.23.0 '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.6 + '@types/chai': 4.3.8 '@types/chai-as-promised': 7.1.6 '@types/mocha': 10.0.2 '@types/node': 14.18.63 @@ -21924,15 +21935,15 @@ packages: name: '@rush-temp/subapp2-basic' version: 0.0.0 dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@module-federation/concat-runtime': 0.0.1 '@testing-library/jest-dom': 5.17.0 '@testing-library/react': 14.0.0 - '@types/node': 20.8.2 + '@types/node': 20.8.4 '@xarc/fastify-server': 3.3.1 '@xarc/run': 1.1.1 prettier: 3.0.3 - ts-node: 10.9.1_dea107b0a620a0faab0bfc702338e554 + ts-node: 10.9.1_33eaf07f34e17ffa2e2998c808a38c6c typescript: 5.2.2 webpack-hot-middleware: 2.25.4 transitivePeerDependencies: @@ -21948,14 +21959,14 @@ packages: name: '@rush-temp/subapp2-poc' version: 0.0.0 dependencies: - '@babel/runtime': 7.23.1 - '@types/node': 20.8.2 + '@babel/runtime': 7.23.2 + '@types/node': 20.8.4 '@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.1_dea107b0a620a0faab0bfc702338e554 + ts-node: 10.9.1_33eaf07f34e17ffa2e2998c808a38c6c typescript: 5.2.2 webpack-hot-middleware: 2.25.4 transitivePeerDependencies: @@ -21971,7 +21982,7 @@ packages: version: 0.0.0 dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.6 + '@types/chai': 4.3.8 '@types/mocha': 10.0.2 '@types/node': 13.13.52 '@types/sinon': 9.0.11 @@ -22009,7 +22020,7 @@ packages: version: 0.0.0 dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.6 + '@types/chai': 4.3.8 '@types/mocha': 10.0.2 '@types/node': 14.18.63 '@types/sinon': 9.0.11 @@ -22050,9 +22061,9 @@ packages: version: 0.0.0 dependencies: '@istanbuljs/nyc-config-typescript': 1.0.2_nyc@15.1.0 - '@types/chai': 4.3.6 + '@types/chai': 4.3.8 '@types/mocha': 10.0.0 - '@types/node': 18.18.3 + '@types/node': 18.18.4 '@types/sinon': 9.0.11 '@types/sinon-chai': 3.2.10 '@typescript-eslint/eslint-plugin': 2.34.0_78673f6a350169a27f383eda83199f64 @@ -22084,7 +22095,7 @@ packages: sinon: 7.5.0 sinon-chai: 3.7.0_chai@4.3.10+sinon@7.5.0 source-map-support: 0.5.21 - ts-node: 10.9.1_becee7c771b8c1d3345b085145420394 + ts-node: 10.9.1_c8f8839fca150bdb4a2a9db23ec97dfc typedoc: 0.17.8_typescript@4.9.5 typescript: 4.9.5 url-loader: 4.1.1_file-loader@6.2.0+webpack@5.88.2 diff --git a/rush.json b/rush.json index b2aac0e5e..ed5f8362b 100644 --- a/rush.json +++ b/rush.json @@ -42,7 +42,7 @@ * LTS schedule: https://nodejs.org/en/about/releases/ * LTS versions: https://nodejs.org/en/download/releases/ */ - "nodeSupportedVersionRange": ">=12.13.0 <13.0.0 || >=14.15.0 <15.0.0 || >=16.13.0 <17.0.0 || >=18.15.0 <19.0.0", + "nodeSupportedVersionRange": ">=14.15.0 <15.0.0 || >=16.13.0 <17.0.0 || >=18.15.0 <19.0.0", /** * Odd-numbered major versions of Node.js are experimental. Even-numbered releases