diff --git a/libs/static/package.json b/libs/static/package.json index b049b7b416a..144b49270eb 100644 --- a/libs/static/package.json +++ b/libs/static/package.json @@ -35,7 +35,7 @@ "eslint": "^8.39.0", "eslint-config-unjs": "^0.1.0", "prettier": "^2.8.8", - "typescript": "^4.9.5", + "typescript": "^5.0.4", "unbuild": "^1.2.1", "vitest": "^0.30.1" }, diff --git a/package.json b/package.json index a90ca5f5a1d..7d4d3ef2957 100644 --- a/package.json +++ b/package.json @@ -74,8 +74,8 @@ "@kodadot1/vuex-options": "0.1.3-rc.0", "@nuxtjs/apollo": "^4.0.1-rc.5", "@nuxtjs/i18n": "^7.3.1", - "@nuxtjs/sentry": "^7.2.2", - "@oruga-ui/oruga": "^0.5.10", + "@nuxtjs/sentry": "^7.2.3", + "@oruga-ui/oruga": "^0.6.0", "@paraspell/sdk": "0.0.25", "@pinia/nuxt": "^0.4.9", "@polkadot/extension-dapp": "^0.45.5", @@ -93,11 +93,11 @@ "chartjs-plugin-annotation": "^2.2.1", "chartjs-plugin-zoom": "^1.2.1", "css-loader": "5.2.7", - "date-fns": "^2.29.3", + "date-fns": "^2.30.0", "emoji-unicode": "^2.0.1", "graphql": "^16.6.0", "graphql-ws": "^5.12.1", - "highlight.js": "^11.7.0", + "highlight.js": "^11.8.0", "keen-slider": "^6.8.5", "lazysizes": "^5.3.2", "lodash": "^4.17.21", @@ -125,13 +125,13 @@ "workbox-window": "^6.5.4" }, "devDependencies": { - "@babel/core": "^7.21.4", + "@babel/core": "^7.21.8", "@babel/helper-define-map": "^7.18.6", "@babel/helper-regex": "^7.10.5", "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@babel/plugin-proposal-private-property-in-object": "^7.21.0", "@babel/plugin-transform-runtime": "^7.21.4", - "@babel/preset-env": "^7.21.4", + "@babel/preset-env": "^7.21.5", "@kevinmarrec/nuxt-pwa": "0.15.0", "@nuxt/bridge": "npm:@nuxt/bridge-edge@3.0.0-27889410.9247608", "@nuxt/test-utils": "^0.2.2", @@ -139,19 +139,19 @@ "@nuxtjs/color-mode": "^3.2.0", "@open-wc/webpack-import-meta-loader": "^0.4.7", "@rollup/plugin-graphql": "^1.1.0", - "@sentry/webpack-plugin": "^1.20.0", + "@sentry/webpack-plugin": "^1.20.1", "@types/jest": "^27.5.2", "@types/markdown-it": "^12.2.3", - "@typescript-eslint/eslint-plugin": "^5.59.0", - "@typescript-eslint/parser": "^5.59.0", + "@typescript-eslint/eslint-plugin": "^5.59.2", + "@typescript-eslint/parser": "^5.59.2", "@vue/test-utils": "^1.3.5", "@vueuse/core": "^9.13.0", "@vueuse/nuxt": "^9.13.0", - "all-contributors-cli": "^6.24.0", + "all-contributors-cli": "^6.25.0", "c8": "^7.13.0", - "consola": "^2.15.3", + "consola": "^3.1.0", "cross-env": "^7.0.3", - "cypress": "^12.10.0", + "cypress": "^12.11.0", "cypress-file-upload": "^5.0.8", "cypress-network-idle": "^1.14.2", "cypress-real-events": "^1.7.6", @@ -167,9 +167,9 @@ "lint-staged": "^12.5.0", "prettier": "^2.8.8", "raw-loader": "^4.0.2", - "sass": "^1.62.0", + "sass": "^1.62.1", "sass-loader": "^10.4.1", - "typescript": "^4.9.5", + "typescript": "^5.0.4", "vite-plugin-vue2": "^2.0.3", "vitest": "^0.30.1", "vue-debounce-decorator": "^1.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a2152beb7d7..a5ba078f3bc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,13 +17,13 @@ importers: .: specifiers: - '@babel/core': ^7.21.4 + '@babel/core': ^7.21.8 '@babel/helper-define-map': ^7.18.6 '@babel/helper-regex': ^7.10.5 '@babel/plugin-proposal-optional-chaining': ^7.21.0 '@babel/plugin-proposal-private-property-in-object': ^7.21.0 '@babel/plugin-transform-runtime': ^7.21.4 - '@babel/preset-env': ^7.21.4 + '@babel/preset-env': ^7.21.5 '@chenfengyuan/vue-qrcode': '1' '@fortawesome/fontawesome-svg-core': ^6.2.1 '@fortawesome/free-brands-svg-icons': ^6.2.1 @@ -43,9 +43,9 @@ importers: '@nuxtjs/apollo': ^4.0.1-rc.5 '@nuxtjs/color-mode': ^3.2.0 '@nuxtjs/i18n': ^7.3.1 - '@nuxtjs/sentry': ^7.2.2 + '@nuxtjs/sentry': ^7.2.3 '@open-wc/webpack-import-meta-loader': ^0.4.7 - '@oruga-ui/oruga': ^0.5.10 + '@oruga-ui/oruga': ^0.6.0 '@paraspell/sdk': 0.0.25 '@pinia/nuxt': ^0.4.9 '@polkadot/extension-dapp': ^0.45.5 @@ -55,16 +55,16 @@ importers: '@ramp-network/ramp-instant-sdk': ^3.2.3 '@rollup/plugin-graphql': ^1.1.0 '@sentry/browser': 7.42.0 - '@sentry/webpack-plugin': ^1.20.0 + '@sentry/webpack-plugin': ^1.20.1 '@sgratzl/chartjs-chart-boxplot': ^3.10.0 '@types/jest': ^27.5.2 '@types/markdown-it': ^12.2.3 - '@typescript-eslint/eslint-plugin': ^5.59.0 - '@typescript-eslint/parser': ^5.59.0 + '@typescript-eslint/eslint-plugin': ^5.59.2 + '@typescript-eslint/parser': ^5.59.2 '@vue/test-utils': ^1.3.5 '@vueuse/core': ^9.13.0 '@vueuse/nuxt': ^9.13.0 - all-contributors-cli: ^6.24.0 + all-contributors-cli: ^6.25.0 apollo-boost: ^0.4.9 axios: ^0.27.2 buefy: ^0.9.23 @@ -73,14 +73,14 @@ importers: chartjs-adapter-date-fns: ^2.0.1 chartjs-plugin-annotation: ^2.2.1 chartjs-plugin-zoom: ^1.2.1 - consola: ^2.15.3 + consola: ^3.1.0 cross-env: ^7.0.3 css-loader: 5.2.7 - cypress: ^12.10.0 + cypress: ^12.11.0 cypress-file-upload: ^5.0.8 cypress-network-idle: ^1.14.2 cypress-real-events: ^1.7.6 - date-fns: ^2.29.3 + date-fns: ^2.30.0 emoji-unicode: ^2.0.1 eslint: ^8.39.0 eslint-config-prettier: ^8.8.0 @@ -91,7 +91,7 @@ importers: graphql: ^16.6.0 graphql-tag: ^2.12.6 graphql-ws: ^5.12.1 - highlight.js: ^11.7.0 + highlight.js: ^11.8.0 husky: ^7.0.4 jsdom: ^19.0.0 keen-slider: ^6.8.5 @@ -106,11 +106,11 @@ importers: pinia-plugin-persistedstate: ^3.1.0 prettier: ^2.8.8 raw-loader: ^4.0.2 - sass: ^1.62.0 + sass: ^1.62.1 sass-loader: ^10.4.1 setimmediate: ^1.0.5 slugify: ^1.6.6 - typescript: ^4.9.5 + typescript: ^5.0.4 unzipit: ^1.4.3 v-emoji-picker: ^2.3.3 vite-plugin-vue2: ^2.0.3 @@ -144,12 +144,12 @@ importers: '@kodadot1/static': link:libs/static '@kodadot1/sub-api': 0.1.1 '@kodadot1/vuex-options': 0.1.3-rc.0 - '@nuxtjs/apollo': 4.0.1-rc.5_imiaozmrnkguvkacul3clqxfci - '@nuxtjs/i18n': 7.3.1 - '@nuxtjs/sentry': 7.2.2_vue@2.7.14 - '@oruga-ui/oruga': 0.5.10_vue@2.7.14 + '@nuxtjs/apollo': 4.0.1-rc.5_26vt5qskdh5hy3vmo3zjtiehm4 + '@nuxtjs/i18n': 7.3.1_vue@2.7.14 + '@nuxtjs/sentry': 7.2.3_vue@2.7.14 + '@oruga-ui/oruga': 0.6.0_vue@2.7.14 '@paraspell/sdk': 0.0.25 - '@pinia/nuxt': 0.4.9_hwpzsh6pnvsm3pjf2zi526hnzq + '@pinia/nuxt': 0.4.9_gktwed2twyzgsxlkmpaqasqery '@polkadot/extension-dapp': 0.45.5 '@polkadot/extension-inject': 0.45.5 '@polkadot/ui-keyring': 3.1.4 @@ -165,17 +165,17 @@ importers: chartjs-plugin-annotation: 2.2.1_chart.js@3.9.1 chartjs-plugin-zoom: 1.2.1_chart.js@3.9.1 css-loader: 5.2.7 - date-fns: 2.29.3 + date-fns: 2.30.0 emoji-unicode: 2.0.1 graphql: 16.6.0 graphql-ws: 5.12.1_graphql@16.6.0 - highlight.js: 11.7.0 + highlight.js: 11.8.0 keen-slider: 6.8.5 lazysizes: 5.3.2 lodash: 4.17.21 mingo: 5.1.0 nuxt-buefy: 0.4.25_vue@2.7.14 - nuxt-edge: 2.16.0-27720022.54e852f_stgnfuekanqoxv2sawfe5zt2vu + nuxt-edge: 2.16.0-27720022.54e852f_2sbgzfg3k6oxjttkvp37fcwflm nuxt-property-decorator: 2.9.1_vue@2.7.14+vuex@3.6.2 ohmyfetch: 0.4.21 pinia-plugin-persistedstate: 3.1.0 @@ -196,36 +196,36 @@ importers: vuex-persist: 3.1.3_vuex@3.6.2 workbox-window: 6.5.4 devDependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-define-map': 7.18.6 '@babel/helper-regex': 7.10.5 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.4 - '@babel/plugin-proposal-private-property-in-object': 7.21.0_@babel+core@7.21.4 - '@babel/plugin-transform-runtime': 7.21.4_@babel+core@7.21.4 - '@babel/preset-env': 7.21.4_@babel+core@7.21.4 + '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.8 + '@babel/plugin-proposal-private-property-in-object': 7.21.0_@babel+core@7.21.8 + '@babel/plugin-transform-runtime': 7.21.4_@babel+core@7.21.8 + '@babel/preset-env': 7.21.5_@babel+core@7.21.8 '@kevinmarrec/nuxt-pwa': 0.15.0 - '@nuxt/bridge': /@nuxt/bridge-edge/3.0.0-27889410.9247608_t7vg3ysgkhmp77xtyzmxbkg65a - '@nuxt/test-utils': 0.2.2_@babel+core@7.21.4 + '@nuxt/bridge': /@nuxt/bridge-edge/3.0.0-27889410.9247608_usb2twsb5wplyygnc4yry66v7a + '@nuxt/test-utils': 0.2.2_@babel+core@7.21.8 '@nuxt/types': 2.16.3 '@nuxtjs/color-mode': 3.2.0 '@open-wc/webpack-import-meta-loader': 0.4.7 '@rollup/plugin-graphql': 1.1.0_graphql@16.6.0 - '@sentry/webpack-plugin': 1.20.0 + '@sentry/webpack-plugin': 1.20.1 '@types/jest': 27.5.2 '@types/markdown-it': 12.2.3 - '@typescript-eslint/eslint-plugin': 5.59.0_p5urazbkpxqwbpulw3y4eskliy - '@typescript-eslint/parser': 5.59.0_tbtvr3a5zwdiktqy4vlmx63mqq + '@typescript-eslint/eslint-plugin': 5.59.2_n4wuahc72jbzapcoi6ni6mvcla + '@typescript-eslint/parser': 5.59.2_iacogk7kkaymxepzhgcbytyi7q '@vue/test-utils': 1.3.5_vue@2.7.14 '@vueuse/core': 9.13.0_vue@2.7.14 '@vueuse/nuxt': 9.13.0_vue@2.7.14 - all-contributors-cli: 6.24.0 + all-contributors-cli: 6.25.0 c8: 7.13.0 - consola: 2.15.3 + consola: 3.1.0 cross-env: 7.0.3 - cypress: 12.10.0 - cypress-file-upload: 5.0.8_cypress@12.10.0 + cypress: 12.11.0 + cypress-file-upload: 5.0.8_cypress@12.11.0 cypress-network-idle: 1.14.2 - cypress-real-events: 1.7.6_cypress@12.10.0 + cypress-real-events: 1.7.6_cypress@12.11.0 eslint: 8.39.0 eslint-config-prettier: 8.8.0_eslint@8.39.0 eslint-plugin-prettier: 4.2.1_5pokp25ua6t5ubushhw3tqituq @@ -238,11 +238,11 @@ importers: lint-staged: 12.5.0 prettier: 2.8.8 raw-loader: 4.0.2 - sass: 1.62.0 - sass-loader: 10.4.1_sass@1.62.0 - typescript: 4.9.5 + sass: 1.62.1 + sass-loader: 10.4.1_sass@1.62.1 + typescript: 5.0.4 vite-plugin-vue2: 2.0.3_lodash@4.17.21+vue@2.7.14 - vitest: 0.30.1_jsdom@19.0.0+sass@1.62.0 + vitest: 0.30.1_jsdom@19.0.0+sass@1.62.1 vue-debounce-decorator: 1.0.1 vue-eslint-parser: 9.1.1_eslint@8.39.0 vue-gtag: 2.0.1_vue@2.7.14 @@ -255,16 +255,16 @@ importers: eslint: ^8.39.0 eslint-config-unjs: ^0.1.0 prettier: ^2.8.8 - typescript: ^4.9.5 + typescript: ^5.0.4 unbuild: ^1.2.1 vitest: ^0.30.1 devDependencies: '@vitest/coverage-c8': 0.30.1_vitest@0.30.1 changelogen: 0.5.3 eslint: 8.39.0 - eslint-config-unjs: 0.1.0_tbtvr3a5zwdiktqy4vlmx63mqq + eslint-config-unjs: 0.1.0_iacogk7kkaymxepzhgcbytyi7q prettier: 2.8.8 - typescript: 4.9.5 + typescript: 5.0.4 unbuild: 1.2.1 vitest: 0.30.1 @@ -468,13 +468,13 @@ packages: peerDependencies: graphql: '*' dependencies: - '@babel/core': 7.21.4 - '@babel/generator': 7.21.4 - '@babel/parser': 7.21.4 + '@babel/core': 7.21.8 + '@babel/generator': 7.21.5 + '@babel/parser': 7.21.8 '@babel/runtime': 7.21.0 - '@babel/traverse': 7.21.4 - '@babel/types': 7.21.4 - babel-preset-fbjs: 3.4.0_@babel+core@7.21.4 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 + babel-preset-fbjs: 3.4.0_@babel+core@7.21.8 chalk: 4.1.2 fb-watchman: 2.0.1 fbjs: 3.0.4 @@ -833,20 +833,24 @@ packages: resolution: {integrity: sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==} engines: {node: '>=6.9.0'} - /@babel/core/7.21.4: - resolution: {integrity: sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==} + /@babel/compat-data/7.21.7: + resolution: {integrity: sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==} + engines: {node: '>=6.9.0'} + + /@babel/core/7.21.8: + resolution: {integrity: sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.4 - '@babel/helper-compilation-targets': 7.21.4_@babel+core@7.21.4 - '@babel/helper-module-transforms': 7.21.2 - '@babel/helpers': 7.21.0 - '@babel/parser': 7.21.4 + '@babel/generator': 7.21.5 + '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.21.8 + '@babel/helper-module-transforms': 7.21.5 + '@babel/helpers': 7.21.5 + '@babel/parser': 7.21.8 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.4 - '@babel/types': 7.21.4 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -859,16 +863,16 @@ packages: resolution: {integrity: sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 '@jridgewell/gen-mapping': 0.1.1 jsesc: 2.5.2 dev: false - /@babel/generator/7.21.4: - resolution: {integrity: sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==} + /@babel/generator/7.21.5: + resolution: {integrity: sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 '@jridgewell/gen-mapping': 0.3.2 '@jridgewell/trace-mapping': 0.3.17 jsesc: 2.5.2 @@ -884,28 +888,28 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.18.6 - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 - /@babel/helper-compilation-targets/7.21.4_@babel+core@7.21.4: - resolution: {integrity: sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==} + /@babel/helper-compilation-targets/7.21.5_@babel+core@7.21.8: + resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.21.4 - '@babel/core': 7.21.4 + '@babel/compat-data': 7.21.7 + '@babel/core': 7.21.8 '@babel/helper-validator-option': 7.21.0 browserslist: 4.21.5 lru-cache: 5.1.1 semver: 6.3.0 - /@babel/helper-create-class-features-plugin/7.21.0_@babel+core@7.21.4: + /@babel/helper-create-class-features-plugin/7.21.0_@babel+core@7.21.8: resolution: {integrity: sha512-Q8wNiMIdwsv5la5SPxNYzzkPnjgC0Sy0i7jLkVOCdllu/xcVNkr3TeZzbHBJrj+XXRqzX5uCyCoV9eu6xUG7KQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.21.0 @@ -917,23 +921,13 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-create-regexp-features-plugin/7.19.0_@babel+core@7.21.4: - resolution: {integrity: sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.21.4 - '@babel/helper-annotate-as-pure': 7.18.6 - regexpu-core: 5.1.0 - - /@babel/helper-create-regexp-features-plugin/7.21.4_@babel+core@7.21.4: + /@babel/helper-create-regexp-features-plugin/7.21.4_@babel+core@7.21.8: resolution: {integrity: sha512-M00OuhU+0GyZ5iBBN9czjugzWrEq2vDpf/zCYHxxf93ul/Q5rv+a5h+/+0WnI1AebHNVtl5bFV0qsJoH23DbfA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 regexpu-core: 5.3.2 @@ -945,14 +939,14 @@ packages: '@babel/types': 7.18.10 dev: true - /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.21.4: + /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.21.8: resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-compilation-targets': 7.21.4_@babel+core@7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.21.8 + '@babel/helper-plugin-utils': 7.21.5 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 @@ -964,11 +958,15 @@ packages: resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} engines: {node: '>=6.9.0'} + /@babel/helper-environment-visitor/7.21.5: + resolution: {integrity: sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==} + engines: {node: '>=6.9.0'} + /@babel/helper-explode-assignable-expression/7.18.6: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 /@babel/helper-function-name/7.18.9: resolution: {integrity: sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==} @@ -983,19 +981,19 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.20.7 - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 /@babel/helper-member-expression-to-functions/7.21.0: resolution: {integrity: sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 /@babel/helper-module-imports/7.21.4: resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==} @@ -1003,18 +1001,18 @@ packages: dependencies: '@babel/types': 7.21.4 - /@babel/helper-module-transforms/7.21.2: - resolution: {integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==} + /@babel/helper-module-transforms/7.21.5: + resolution: {integrity: sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-module-imports': 7.21.4 - '@babel/helper-simple-access': 7.20.2 + '@babel/helper-simple-access': 7.21.5 '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.19.1 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.4 - '@babel/types': 7.21.4 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color @@ -1022,29 +1020,33 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 /@babel/helper-plugin-utils/7.20.2: resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} engines: {node: '>=6.9.0'} + /@babel/helper-plugin-utils/7.21.5: + resolution: {integrity: sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==} + engines: {node: '>=6.9.0'} + /@babel/helper-regex/7.10.5: resolution: {integrity: sha512-68kdUAzDrljqBrio7DYAEgCoJHxppJOERHOgOrDN7WjOzP0ZQ1LsSDRXcemzVZaLvjaJsJEESb6qt+znNuENDg==} dependencies: lodash: 4.17.21 dev: true - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.21.4: + /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.21.8: resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-wrap-function': 7.18.11 - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color @@ -1052,37 +1054,41 @@ packages: resolution: {integrity: sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-member-expression-to-functions': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.4 - '@babel/types': 7.21.4 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color - /@babel/helper-simple-access/7.20.2: - resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} + /@babel/helper-simple-access/7.21.5: + resolution: {integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 /@babel/helper-skip-transparent-expression-wrappers/7.20.0: resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.7 + '@babel/types': 7.21.5 /@babel/helper-split-export-declaration/7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 /@babel/helper-string-parser/7.19.4: resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} engines: {node: '>=6.9.0'} + /@babel/helper-string-parser/7.21.5: + resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==} + engines: {node: '>=6.9.0'} + /@babel/helper-validator-identifier/7.18.6: resolution: {integrity: sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==} engines: {node: '>=6.9.0'} @@ -1102,18 +1108,18 @@ packages: dependencies: '@babel/helper-function-name': 7.21.0 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.4 - '@babel/types': 7.21.4 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color - /@babel/helpers/7.21.0: - resolution: {integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==} + /@babel/helpers/7.21.5: + resolution: {integrity: sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.20.7 - '@babel/traverse': 7.21.4 - '@babel/types': 7.21.4 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color @@ -1130,7 +1136,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 dev: false /@babel/parser/7.20.7: @@ -1138,7 +1144,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 /@babel/parser/7.21.1: resolution: {integrity: sha512-JzhBFpkuhBNYUY7qs+wTzNmyCWUHEaAFpQQD2YfU1rPL38/L43Wvid0fFkiOCnHvsGncRZgEPyGnltABLcVDTg==} @@ -1147,977 +1153,978 @@ packages: dependencies: '@babel/types': 7.21.4 - /@babel/parser/7.21.3: - resolution: {integrity: sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==} + /@babel/parser/7.21.8: + resolution: {integrity: sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.21.4 - dev: true + '@babel/types': 7.21.5 - /@babel/parser/7.21.4: - resolution: {integrity: sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.21.4 - - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.21.4: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.20.7_@babel+core@7.21.4: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.20.7_@babel+core@7.21.8: resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.4 + '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.8 - /@babel/plugin-proposal-async-generator-functions/7.20.7_@babel+core@7.21.4: + /@babel/plugin-proposal-async-generator-functions/7.20.7_@babel+core@7.21.8: resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.21.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.21.8 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.8 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.21.4: + /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.8 + '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-static-block/7.21.0_@babel+core@7.21.4: + /@babel/plugin-proposal-class-static-block/7.21.0_@babel+core@7.21.8: resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.21.8 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-decorators/7.18.10_@babel+core@7.21.4: + /@babel/plugin-proposal-decorators/7.18.10_@babel+core@7.21.8: resolution: {integrity: sha512-wdGTwWF5QtpTY/gbBtQLAiCnoxfD4qMbN87NYZle1dOZ9Os8Y6zXcKrIaOU8W+TIvFUWVGG9tUgNww3CjXRVVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.8 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-replace-supers': 7.20.7 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/plugin-syntax-decorators': 7.18.6_@babel+core@7.21.4 + '@babel/plugin-syntax-decorators': 7.18.6_@babel+core@7.21.8 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.21.4: + /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.8 - /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.21.4: + /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.21.8: resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.21.8 - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.21.4: + /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.8 - /@babel/plugin-proposal-logical-assignment-operators/7.20.7_@babel+core@7.21.4: + /@babel/plugin-proposal-logical-assignment-operators/7.20.7_@babel+core@7.21.8: resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.8 - /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.21.4: + /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.8 - /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.21.4: + /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.8 - /@babel/plugin-proposal-object-rest-spread/7.20.2_@babel+core@7.21.4: + /@babel/plugin-proposal-object-rest-spread/7.20.2_@babel+core@7.21.8: resolution: {integrity: sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.4 - '@babel/core': 7.21.4 - '@babel/helper-compilation-targets': 7.21.4_@babel+core@7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.4 - '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.21.4 + '@babel/compat-data': 7.21.7 + '@babel/core': 7.21.8 + '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.21.8 dev: true - /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.21.4: + /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.21.8: resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.4 - '@babel/core': 7.21.4 - '@babel/helper-compilation-targets': 7.21.4_@babel+core@7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.4 - '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.21.4 + '@babel/compat-data': 7.21.7 + '@babel/core': 7.21.8 + '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.21.8 - /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.21.4: + /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.8 - /@babel/plugin-proposal-optional-chaining/7.21.0_@babel+core@7.21.4: + /@babel/plugin-proposal-optional-chaining/7.21.0_@babel+core@7.21.8: resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.4 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.8 - /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.21.4: + /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.8 + '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-private-property-in-object/7.21.0_@babel+core@7.21.4: + /@babel/plugin-proposal-private-property-in-object/7.21.0_@babel+core@7.21.8: resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.4 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.8 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.21.4 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.21.8 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.21.4: + /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-create-regexp-features-plugin': 7.21.4_@babel+core@7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.21.4: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.21.8: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.21.4: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.21.8: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.21.4: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.21.8: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-decorators/7.18.6_@babel+core@7.21.4: + /@babel/plugin-syntax-decorators/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-fqyLgjcxf/1yhyZ6A+yo1u9gJ7eleFQod2lkaUsF9DQ7sbbY3Ligym3L0+I2c0WmqNKDpoD9UTb1AKP3qRMOAQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.21.4: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.21.8: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.21.4: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.21.8: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.21.4: + /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.21.4: + /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.21.8: resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.21.8: + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.21.4: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.21.8: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.21.4: + /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.21.4: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.21.8: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.21.4: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.21.8: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.21.4: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.21.8: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.21.4: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.21.8: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.21.4: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.21.8: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.21.4: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.21.8: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.21.4: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.21.8: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.21.4: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.21.8: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.21.4: + /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.21.8: resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.21.4: + /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-arrow-functions/7.20.7_@babel+core@7.21.4: - resolution: {integrity: sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==} + /@babel/plugin-transform-arrow-functions/7.21.5_@babel+core@7.21.8: + resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-async-to-generator/7.20.7_@babel+core@7.21.4: + /@babel/plugin-transform-async-to-generator/7.20.7_@babel+core@7.21.8: resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.21.4 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.21.8 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.21.4: + /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-block-scoping/7.20.2_@babel+core@7.21.4: + /@babel/plugin-transform-block-scoping/7.20.2_@babel+core@7.21.8: resolution: {integrity: sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-block-scoping/7.21.0_@babel+core@7.21.4: + /@babel/plugin-transform-block-scoping/7.21.0_@babel+core@7.21.8: resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-classes/7.21.0_@babel+core@7.21.4: + /@babel/plugin-transform-classes/7.21.0_@babel+core@7.21.8: resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.21.4_@babel+core@7.21.4 - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.21.8 + '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-function-name': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-replace-supers': 7.20.7 '@babel/helper-split-export-declaration': 7.18.6 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.21.4: + /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.21.8: resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-computed-properties/7.20.7_@babel+core@7.21.4: - resolution: {integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==} + /@babel/plugin-transform-computed-properties/7.21.5_@babel+core@7.21.8: + resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 '@babel/template': 7.20.7 - /@babel/plugin-transform-destructuring/7.20.2_@babel+core@7.21.4: + /@babel/plugin-transform-destructuring/7.20.2_@babel+core@7.21.8: resolution: {integrity: sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-destructuring/7.21.3_@babel+core@7.21.4: + /@babel/plugin-transform-destructuring/7.21.3_@babel+core@7.21.8: resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.21.4: + /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-create-regexp-features-plugin': 7.21.4_@babel+core@7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.21.4: + /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.21.8: resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.21.4: + /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-flow-strip-types/7.18.9_@babel+core@7.21.4: + /@babel/plugin-transform-flow-strip-types/7.18.9_@babel+core@7.21.8: resolution: {integrity: sha512-+G6rp2zRuOAInY5wcggsx4+QVao1qPM0osC9fTUVlAV3zOrzTCnrMAFVnR6+a3T8wz1wFIH7KhYMcMB3u1n80A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.21.8 dev: false - /@babel/plugin-transform-for-of/7.21.0_@babel+core@7.21.4: - resolution: {integrity: sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==} + /@babel/plugin-transform-for-of/7.21.5_@babel+core@7.21.8: + resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.21.4: + /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.21.8: resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-compilation-targets': 7.21.4_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.21.8 '@babel/helper-function-name': 7.21.0 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.21.4: + /@babel/plugin-transform-literals/7.18.9_@babel+core@7.21.8: resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.21.4: + /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-modules-amd/7.20.11_@babel+core@7.21.4: + /@babel/plugin-transform-modules-amd/7.20.11_@babel+core@7.21.8: resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-module-transforms': 7.21.2 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-module-transforms': 7.21.5 + '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-commonjs/7.21.2_@babel+core@7.21.4: - resolution: {integrity: sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==} + /@babel/plugin-transform-modules-commonjs/7.21.5_@babel+core@7.21.8: + resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-module-transforms': 7.21.2 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-simple-access': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-module-transforms': 7.21.5 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-simple-access': 7.21.5 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-systemjs/7.20.11_@babel+core@7.21.4: + /@babel/plugin-transform-modules-systemjs/7.20.11_@babel+core@7.21.8: resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.21.2 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-module-transforms': 7.21.5 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-identifier': 7.19.1 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.21.4: + /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-module-transforms': 7.21.2 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-module-transforms': 7.21.5 + '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.21.4: + /@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.21.8: resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-create-regexp-features-plugin': 7.21.4_@babel+core@7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-create-regexp-features-plugin': 7.21.4_@babel+core@7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.21.4: + /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.21.4: + /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-replace-supers': 7.20.7 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-parameters/7.20.1_@babel+core@7.21.4: + /@babel/plugin-transform-parameters/7.20.1_@babel+core@7.21.8: resolution: {integrity: sha512-nDvKLrAvl+kf6BOy1UJ3MGwzzfTMgppxwiD2Jb4LO3xjYyZq30oQzDNJbCQpMdG9+j2IXHoiMrw5Cm/L6ZoxXQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-parameters/7.21.3_@babel+core@7.21.4: + /@babel/plugin-transform-parameters/7.21.3_@babel+core@7.21.8: resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.21.4: + /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.21.4: + /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-react-jsx/7.18.10_@babel+core@7.21.4: + /@babel/plugin-transform-react-jsx/7.18.10_@babel+core@7.21.8: resolution: {integrity: sha512-gCy7Iikrpu3IZjYZolFE4M1Sm+nrh1/6za2Ewj77Z+XirT4TsbJcvOFOyF+fRPwU6AKKK136CZxx6L8AbSFG6A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.4 - '@babel/types': 7.21.4 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.8 + '@babel/types': 7.21.5 dev: false - /@babel/plugin-transform-regenerator/7.20.5_@babel+core@7.21.4: - resolution: {integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==} + /@babel/plugin-transform-regenerator/7.21.5_@babel+core@7.21.8: + resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 regenerator-transform: 0.15.1 - /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.21.4: + /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-runtime/7.21.4_@babel+core@7.21.4: + /@babel/plugin-transform-runtime/7.21.4_@babel+core@7.21.8: resolution: {integrity: sha512-1J4dhrw1h1PqnNNpzwxQ2UBymJUF8KuPjAAnlLwZcGhHAIqUigFW7cdK6GHoB64ubY4qXQNYknoUeks4Wz7CUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.21.4 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.21.4 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.21.4 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.21.8 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.21.8 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.21.8 semver: 6.3.0 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.21.4: + /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-spread/7.19.0_@babel+core@7.21.4: + /@babel/plugin-transform-spread/7.19.0_@babel+core@7.21.8: resolution: {integrity: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 dev: true - /@babel/plugin-transform-spread/7.20.7_@babel+core@7.21.4: + /@babel/plugin-transform-spread/7.20.7_@babel+core@7.21.8: resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.21.4: + /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.21.4: + /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.21.8: resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.21.4: + /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.21.8: resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-typescript/7.18.12_@babel+core@7.21.4: + /@babel/plugin-transform-typescript/7.18.12_@babel+core@7.21.8: resolution: {integrity: sha512-2vjjam0cum0miPkenUbQswKowuxs/NjMwIKEq0zwegRxXk12C9YOF9STXnaUptITOtOJHKHpzvvWYOjbm6tc0w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.21.8 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-typescript/7.21.0_@babel+core@7.21.4: + /@babel/plugin-transform-typescript/7.21.0_@babel+core@7.21.8: resolution: {integrity: sha512-xo///XTPp3mDzTtrqXoBlK9eiAYW3wv9JXglcn/u1bi60RW11dEUxIgA8cbnDhutS1zacjMRmAwxE0gMklLnZg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.21.8 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.21.4: - resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} + /@babel/plugin-transform-unicode-escapes/7.21.5_@babel+core@7.21.8: + resolution: {integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.21.4: + /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-create-regexp-features-plugin': 7.21.4_@babel+core@7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-create-regexp-features-plugin': 7.21.4_@babel+core@7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/preset-env/7.21.4_@babel+core@7.21.4: - resolution: {integrity: sha512-2W57zHs2yDLm6GD5ZpvNn71lZ0B/iypSdIeq25OurDKji6AdzV07qp4s3n1/x5BqtiGaTrPN3nerlSCaC5qNTw==} + /@babel/preset-env/7.21.5_@babel+core@7.21.8: + resolution: {integrity: sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.4 - '@babel/core': 7.21.4 - '@babel/helper-compilation-targets': 7.21.4_@babel+core@7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/compat-data': 7.21.7 + '@babel/core': 7.21.8 + '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.21.8 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7_@babel+core@7.21.4 - '@babel/plugin-proposal-async-generator-functions': 7.20.7_@babel+core@7.21.4 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-proposal-class-static-block': 7.21.0_@babel+core@7.21.4 - '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.21.4 - '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-proposal-logical-assignment-operators': 7.20.7_@babel+core@7.21.4 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.4 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.4 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-proposal-private-property-in-object': 7.21.0_@babel+core@7.21.4 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.4 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.21.4 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.21.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.4 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.21.4 - '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.21.4 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.4 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.4 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.4 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.4 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.4 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.21.4 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.21.4 - '@babel/plugin-transform-arrow-functions': 7.20.7_@babel+core@7.21.4 - '@babel/plugin-transform-async-to-generator': 7.20.7_@babel+core@7.21.4 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.21.4 - '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.21.4 - '@babel/plugin-transform-computed-properties': 7.20.7_@babel+core@7.21.4 - '@babel/plugin-transform-destructuring': 7.21.3_@babel+core@7.21.4 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.21.4 - '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-for-of': 7.21.0_@babel+core@7.21.4 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.21.4 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.21.4 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-modules-amd': 7.20.11_@babel+core@7.21.4 - '@babel/plugin-transform-modules-commonjs': 7.21.2_@babel+core@7.21.4 - '@babel/plugin-transform-modules-systemjs': 7.20.11_@babel+core@7.21.4 - '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.21.4 - '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.21.4 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-regenerator': 7.20.5_@babel+core@7.21.4 - '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.21.4 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.21.4 - '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.21.4 - '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.21.4 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.21.4 - '@babel/preset-modules': 0.1.5_@babel+core@7.21.4 - '@babel/types': 7.21.4 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.21.4 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.21.4 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.21.4 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7_@babel+core@7.21.8 + '@babel/plugin-proposal-async-generator-functions': 7.20.7_@babel+core@7.21.8 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-proposal-class-static-block': 7.21.0_@babel+core@7.21.8 + '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.21.8 + '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7_@babel+core@7.21.8 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.8 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.8 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-proposal-private-property-in-object': 7.21.0_@babel+core@7.21.8 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.8 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.21.8 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.21.8 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.21.8 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.21.8 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.8 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.8 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.21.8 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.21.8 + '@babel/plugin-transform-arrow-functions': 7.21.5_@babel+core@7.21.8 + '@babel/plugin-transform-async-to-generator': 7.20.7_@babel+core@7.21.8 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.21.8 + '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.21.8 + '@babel/plugin-transform-computed-properties': 7.21.5_@babel+core@7.21.8 + '@babel/plugin-transform-destructuring': 7.21.3_@babel+core@7.21.8 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.21.8 + '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-for-of': 7.21.5_@babel+core@7.21.8 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.21.8 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.21.8 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-modules-amd': 7.20.11_@babel+core@7.21.8 + '@babel/plugin-transform-modules-commonjs': 7.21.5_@babel+core@7.21.8 + '@babel/plugin-transform-modules-systemjs': 7.20.11_@babel+core@7.21.8 + '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.21.8 + '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.21.8 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-regenerator': 7.21.5_@babel+core@7.21.8 + '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.21.8 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.21.8 + '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.21.8 + '@babel/plugin-transform-unicode-escapes': 7.21.5_@babel+core@7.21.8 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.21.8 + '@babel/preset-modules': 0.1.5_@babel+core@7.21.8 + '@babel/types': 7.21.5 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.21.8 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.21.8 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.21.8 core-js-compat: 3.25.2 semver: 6.3.0 transitivePeerDependencies: - supports-color - /@babel/preset-modules/0.1.5_@babel+core@7.21.4: + /@babel/preset-modules/0.1.5_@babel+core@7.21.8: resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.21.4 - '@babel/types': 7.21.4 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.21.8 + '@babel/types': 7.21.5 esutils: 2.0.3 - /@babel/preset-typescript/7.18.6_@babel+core@7.21.4: + /@babel/preset-typescript/7.18.6_@babel+core@7.21.8: resolution: {integrity: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-typescript': 7.21.0_@babel+core@7.21.4 + '@babel/plugin-transform-typescript': 7.21.0_@babel+core@7.21.8 transitivePeerDependencies: - supports-color dev: true @@ -2125,20 +2132,6 @@ packages: /@babel/regjsgen/0.8.0: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} - /@babel/runtime/7.19.0: - resolution: {integrity: sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==} - engines: {node: '>=6.9.0'} - dependencies: - regenerator-runtime: 0.13.11 - dev: true - - /@babel/runtime/7.20.13: - resolution: {integrity: sha512-gt3PKXs0DBoL9xCvOIIZ2NEqAGZqHjAnmVbfQtB620V0uReIQutpel14KcneZuer7UioY8ALKZ7iocavvzTNFA==} - engines: {node: '>=6.9.0'} - dependencies: - regenerator-runtime: 0.13.11 - dev: true - /@babel/runtime/7.21.0: resolution: {integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==} engines: {node: '>=6.9.0'} @@ -2154,18 +2147,18 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.21.4 - '@babel/parser': 7.21.4 - '@babel/types': 7.21.4 + '@babel/parser': 7.21.8 + '@babel/types': 7.21.5 /@babel/traverse/7.12.13: resolution: {integrity: sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==} dependencies: '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.4 + '@babel/generator': 7.21.5 '@babel/helper-function-name': 7.21.0 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.21.4 - '@babel/types': 7.21.4 + '@babel/parser': 7.21.8 + '@babel/types': 7.21.5 debug: 4.3.4 globals: 11.12.0 lodash: 4.17.21 @@ -2178,31 +2171,31 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.4 - '@babel/helper-environment-visitor': 7.18.9 + '@babel/generator': 7.21.5 + '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-function-name': 7.21.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.21.4 - '@babel/types': 7.21.4 + '@babel/parser': 7.21.8 + '@babel/types': 7.21.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: false - /@babel/traverse/7.21.4: - resolution: {integrity: sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==} + /@babel/traverse/7.21.5: + resolution: {integrity: sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.4 - '@babel/helper-environment-visitor': 7.18.9 + '@babel/generator': 7.21.5 + '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-function-name': 7.21.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.21.4 - '@babel/types': 7.21.4 + '@babel/parser': 7.21.8 + '@babel/types': 7.21.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -2258,6 +2251,14 @@ packages: '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 + /@babel/types/7.21.5: + resolution: {integrity: sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.21.5 + '@babel/helper-validator-identifier': 7.19.1 + to-fast-properties: 2.0.0 + /@bcoe/v8-coverage/0.2.3: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true @@ -2553,11 +2554,13 @@ packages: resolution: {integrity: sha512-Iz1Bz06doQ8WXSiVmGIANBxYOh8s3pMUfL97rnxq55MH2Qf6291GzYv9Or18GQ3A0j7yhkBbqnFN6Q8BDwzLYQ==} dev: false - /@digitalnative/type-definitions/1.1.27: + /@digitalnative/type-definitions/1.1.27_@polkadot+util@10.4.2: resolution: {integrity: sha512-xzkcPX/yv4oYp7OzlkfozVR1KDwqLjQFJhIPLJp3zuVudGFo4I+spwFQmWQswcxgZI1HGoQGVePzEqAQIRZtVQ==} dependencies: - '@polkadot/keyring': 6.11.1 + '@polkadot/keyring': 6.11.1_@polkadot+util@10.4.2 '@polkadot/types': 4.17.1 + transitivePeerDependencies: + - '@polkadot/util' dev: false /@docknetwork/node-types/0.15.0: @@ -2570,7 +2573,7 @@ packages: engines: {node: '>=14.0.0'} dev: false - /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_prdn7pc7mycjsinmi5fnyv4we4: + /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_ftyc2is4hj24nyciskooot5zji: resolution: {integrity: sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==} engines: {node: '>=10.0.0'} peerDependencies: @@ -2579,7 +2582,7 @@ packages: cosmiconfig: 7.1.0 lodash.get: 4.4.2 make-error: 1.3.6 - ts-node: 9.1.1_typescript@4.9.5 + ts-node: 9.1.1_typescript@5.0.4 tslib: 2.5.0 transitivePeerDependencies: - typescript @@ -3743,7 +3746,7 @@ packages: resolution: {integrity: sha512-rnfA0ScyBXyp9xsSD4EAMGeOh1yv/AE7fhqdAdSOr5X8N39azz257umfRtzNT9sHXAKSSzpCVhIbMAkp5c/gjQ==} engines: {node: '>= 10.0'} dependencies: - '@babel/parser': 7.21.4 + '@babel/parser': 7.21.8 dev: false /@intlify/vue-i18n-loader/1.1.0: @@ -4001,19 +4004,19 @@ packages: /@nuxt/babel-preset-app-edge/2.16.0-27720022.54e852f_vue@2.7.14: resolution: {integrity: sha512-pjLqKdZaz2DORKuIpclWgZ3himMmWT0Awh6gcq8PwYy4NeR1VvNQWXpJKRL7QWw/OZT89oSU3WFv8KF8GrvRAA==} dependencies: - '@babel/compat-data': 7.21.4 - '@babel/core': 7.21.4 - '@babel/helper-compilation-targets': 7.21.4_@babel+core@7.21.4 + '@babel/compat-data': 7.21.7 + '@babel/core': 7.21.8 + '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.21.8 '@babel/helper-module-imports': 7.21.4 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-proposal-decorators': 7.18.10_@babel+core@7.21.4 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.4 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-runtime': 7.21.4_@babel+core@7.21.4 - '@babel/preset-env': 7.21.4_@babel+core@7.21.4 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-proposal-decorators': 7.18.10_@babel+core@7.21.8 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.8 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-runtime': 7.21.4_@babel+core@7.21.8 + '@babel/preset-env': 7.21.5_@babel+core@7.21.8 '@babel/runtime': 7.21.0 - '@vue/babel-preset-jsx': 1.4.0_binonxd6lfchyvkephbjohtdpa + '@vue/babel-preset-jsx': 1.4.0_4ll6gd4ib52pacbxai3egootum core-js: 3.29.0 core-js-compat: 3.25.2 regenerator-runtime: 0.13.11 @@ -4022,15 +4025,15 @@ packages: - vue dev: false - /@nuxt/bridge-edge/3.0.0-27889410.9247608_t7vg3ysgkhmp77xtyzmxbkg65a: + /@nuxt/bridge-edge/3.0.0-27889410.9247608_usb2twsb5wplyygnc4yry66v7a: resolution: {integrity: sha512-e33ZCIOjv8Z5KoTTFPOh4Z3CDqA/KW+Sp+Kek7qWKoWAu5YR5r06bpS0brh4+qRItFZrRAkT3spIkL5E6ErPiA==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0} hasBin: true dependencies: - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.4 - '@babel/plugin-transform-typescript': 7.21.0_@babel+core@7.21.4 - '@nuxt/bridge-schema': /@nuxt/bridge-schema-edge/3.0.0-27889410.9247608_sass@1.62.0 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.8 + '@babel/plugin-transform-typescript': 7.21.0_@babel+core@7.21.8 + '@nuxt/bridge-schema': /@nuxt/bridge-schema-edge/3.0.0-27889410.9247608_sass@1.62.1 '@nuxt/devalue': 2.0.0 '@nuxt/kit': 3.0.0 '@nuxt/postcss8': 1.1.3 @@ -4075,7 +4078,7 @@ packages: unimport: 1.3.0 unplugin: 1.1.0 untyped: 1.3.2 - vite: 3.2.6_sass@1.62.0+terser@5.16.5 + vite: 3.2.6_sass@1.62.1+terser@5.16.5 vue-bundle-renderer: 1.0.2 transitivePeerDependencies: - '@babel/core' @@ -4092,7 +4095,7 @@ packages: - webpack dev: true - /@nuxt/bridge-schema-edge/3.0.0-27889410.9247608_sass@1.62.0: + /@nuxt/bridge-schema-edge/3.0.0-27889410.9247608_sass@1.62.1: resolution: {integrity: sha512-lCDrGZzPj3QVBILFylRruf+02E0MFj23m3jtr2G3dWilyoGtqigylUVnMJE42zkyEzX3ao3sCS4zxknSsgypOQ==} engines: {node: ^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0} dependencies: @@ -4106,7 +4109,7 @@ packages: scule: 1.0.0 std-env: 3.3.2 ufo: 1.1.1 - unbuild: 1.0.2_sass@1.62.0 + unbuild: 1.0.2_sass@1.62.1 unimport: 1.3.0 untyped: 1.3.2 transitivePeerDependencies: @@ -4115,13 +4118,13 @@ packages: - supports-color dev: true - /@nuxt/builder-edge/2.16.0-27720022.54e852f_hwpzsh6pnvsm3pjf2zi526hnzq: + /@nuxt/builder-edge/2.16.0-27720022.54e852f_gktwed2twyzgsxlkmpaqasqery: resolution: {integrity: sha512-NGcO4Vr2BI66OEkDyeA9d9X83W0UZPAacIxXEOK95JIVy5MmiVpKaN6J6Y7yhfZMiSIqSYF7I5PeLt0QHwxCmw==} dependencies: '@nuxt/devalue': 2.0.0 '@nuxt/utils-edge': 2.16.0-27720022.54e852f '@nuxt/vue-app-edge': 2.16.0-27720022.54e852f - '@nuxt/webpack-edge': 2.16.0-27720022.54e852f_erfbavqcsxdsfzuhctu4pd6xii_hwpzsh6pnvsm3pjf2zi526hnzq + '@nuxt/webpack-edge': 2.16.0-27720022.54e852f_erfbavqcsxdsfzuhctu4pd6xii_gktwed2twyzgsxlkmpaqasqery chalk: 4.1.2 chokidar: 3.5.3 consola: 2.15.3 @@ -4230,14 +4233,14 @@ packages: - supports-color dev: false - /@nuxt/components/2.2.1_consola@2.15.3: + /@nuxt/components/2.2.1_consola@3.1.0: resolution: {integrity: sha512-r1LHUzifvheTnJtYrMuA+apgsrEJbxcgFKIimeXKb+jl8TnPWdV3egmrxBCaDJchrtY/wmHyP47tunsft7AWwg==} peerDependencies: consola: '*' dependencies: chalk: 4.1.2 chokidar: 3.5.3 - consola: 2.15.3 + consola: 3.1.0 glob: 7.2.3 globby: 11.1.0 scule: 0.2.1 @@ -4489,10 +4492,10 @@ packages: - encoding dev: false - /@nuxt/test-utils/0.2.2_@babel+core@7.21.4: + /@nuxt/test-utils/0.2.2_@babel+core@7.21.8: resolution: {integrity: sha512-dEbYZ9OcMT0oJb1Ot2+ZUSc95JWpYPtKzLUE/x9uFVLxa4ae3WZFQd9n0/n5afAC8stji7UxP/LKn1bVWl41Cw==} dependencies: - '@babel/preset-typescript': 7.18.6_@babel+core@7.21.4 + '@babel/preset-typescript': 7.18.6_@babel+core@7.21.8 consola: 2.15.3 defu: 3.2.2 get-port: 5.1.1 @@ -4571,7 +4574,7 @@ packages: vue-client-only: 2.1.0 vue-meta: 2.4.0 vue-no-ssr: 1.1.1 - vue-router: 3.6.5 + vue-router: 3.6.5_vue@2.7.14 vue-template-compiler: 2.7.14 vuex: 3.6.2_qqzk7obvwc5jewi4v4e35d3zci_vue@2.7.14 dev: false @@ -4592,14 +4595,14 @@ packages: vue-server-renderer: 2.7.14 dev: false - /@nuxt/webpack-edge/2.16.0-27720022.54e852f_erfbavqcsxdsfzuhctu4pd6xii_hwpzsh6pnvsm3pjf2zi526hnzq: + /@nuxt/webpack-edge/2.16.0-27720022.54e852f_erfbavqcsxdsfzuhctu4pd6xii_gktwed2twyzgsxlkmpaqasqery: resolution: {integrity: sha512-czM8PzxgJ5DUllF2nW+BdF94nfN2eTwyXENVCBrtTMn2zUbkYwtJoWtSCYuw94nfTAlEsFkBKhV2oSyjLwgJeg==} dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@nuxt/babel-preset-app-edge': 2.16.0-27720022.54e852f_vue@2.7.14 '@nuxt/friendly-errors-webpack-plugin': 2.5.2_webpack@4.46.0 '@nuxt/utils-edge': 2.16.0-27720022.54e852f - babel-loader: 8.2.5_z2ws6pnxa5zk5axe2qz6qd5y4u + babel-loader: 8.2.5_ocf5rtwbdm3mau6pf6fzkqlwt4 cache-loader: 4.1.0_webpack@4.46.0 caniuse-lite: 1.0.30001462 consola: 2.15.3 @@ -4616,7 +4619,7 @@ packages: memory-fs: 0.5.0 optimize-css-assets-webpack-plugin: 5.0.8_webpack@4.46.0 pify: 5.0.0 - pnp-webpack-plugin: 1.7.0_typescript@4.9.5 + pnp-webpack-plugin: 1.7.0_typescript@5.0.4 postcss: 7.0.39 postcss-import: 12.0.1 postcss-import-resolver: 2.0.0 @@ -4706,7 +4709,7 @@ packages: dev: false patched: true - /@nuxtjs/apollo/4.0.1-rc.5_imiaozmrnkguvkacul3clqxfci: + /@nuxtjs/apollo/4.0.1-rc.5_26vt5qskdh5hy3vmo3zjtiehm4: resolution: {integrity: sha512-A5ITCdks87NND6t116nBFTqENiMfUYkFy+b8xDTRV4rz5NHhpYAfoDZDRKDnlszOBYOCvBjro/GDJH+KWW7siQ==} peerDependencies: apollo-cache-inmemory: ^1.6.6 @@ -4714,7 +4717,7 @@ packages: cross-fetch: 3.1.5 universal-cookie: 4.0.4 vue-apollo: 3.1.0_graphql-tag@2.12.6 - vue-cli-plugin-apollo: 0.22.2_hrcta5zlilaoypktf3izxahhpy + vue-cli-plugin-apollo: 0.22.2_yx7p4fl6hprdkzgf6a4azrensa webpack-node-externals: 2.5.2 transitivePeerDependencies: - '@types/node' @@ -4742,7 +4745,7 @@ packages: - supports-color dev: true - /@nuxtjs/i18n/7.3.1: + /@nuxtjs/i18n/7.3.1_vue@2.7.14: resolution: {integrity: sha512-DZP6xR8zZA1ApcNjLnukH3BhMRCfi3r236epuXVuPWWOObPf5vkp+VamewnPiSU+zs0Age+PbaaIUryFv/6pDA==} engines: {node: '>=14.16'} dependencies: @@ -4758,20 +4761,21 @@ packages: klona: 2.0.5 lodash.merge: 4.6.2 ufo: 0.8.6 - vue-i18n: 8.27.2 + vue-i18n: 8.27.2_vue@2.7.14 transitivePeerDependencies: - supports-color + - vue dev: false - /@nuxtjs/sentry/7.2.2_vue@2.7.14: - resolution: {integrity: sha512-HlXlC06w5wvAkK/PINyWBxgoRNINkfyPTQc0uIuy9UspyfxoYdWcghDxMcS3pDpIx6gpcZloDwxx6V4gE5HsFg==} + /@nuxtjs/sentry/7.2.3_vue@2.7.14: + resolution: {integrity: sha512-wPePSzz1Gq8JRB9ThXkyxU8WW/aXH0bl1J0XJ0nWeozEewnE7uI9WWWhDLrCYvyxOkCy0xHbDm2Zq6TLjZNZvQ==} dependencies: '@sentry/core': 7.49.0 '@sentry/integrations': 7.49.0 '@sentry/node': 7.49.0 '@sentry/utils': 7.49.0 '@sentry/vue': 7.49.0_vue@2.7.14 - consola: 2.15.3 + consola: 3.1.0 defu: 6.1.2 hash-sum: 2.0.0 lodash.mergewith: 4.6.2 @@ -5025,8 +5029,8 @@ packages: dev: true optional: true - /@oruga-ui/oruga/0.5.10_vue@2.7.14: - resolution: {integrity: sha512-tjN2Gsooi/p1IzXMKxAJPFyU79BUy67zYkK3m6227HrAkeoTkWFKa1PIISsrV0pAtsZsWPruscltDUoQd8xHBg==} + /@oruga-ui/oruga/0.6.0_vue@2.7.14: + resolution: {integrity: sha512-Zk4mmHn5M92k+T1asg7PLktAj2mJmvp8+Eafzx84pRzYs00JpSO4YNQfW8NnMoAn78nR5zsLENej/8yFhH1Cvw==} peerDependencies: vue: ^2.6.11 dependencies: @@ -5058,11 +5062,11 @@ packages: resolution: {integrity: sha512-CaRzIGfU6CUIKLPswYtOw/xbtTttqmJZpr3fhkxLvkBQMXIH14iISD763OFXtWui7DrAMBKo/bHawvFNgWGKTg==} dev: false - /@pinia/nuxt/0.4.9_hwpzsh6pnvsm3pjf2zi526hnzq: + /@pinia/nuxt/0.4.9_gktwed2twyzgsxlkmpaqasqery: resolution: {integrity: sha512-ojzUMHKrQ7ZFjhWqMYKYetcqHSfgtIhjc6Hxw4alfQaGTlFdj38Vpz8Ol36YvmNdSjLFTNWYAgxEWCvg6HcSSg==} dependencies: '@nuxt/kit': 3.2.2 - pinia: 2.0.35_hwpzsh6pnvsm3pjf2zi526hnzq + pinia: 2.0.35_gktwed2twyzgsxlkmpaqasqery transitivePeerDependencies: - '@vue/composition-api' - rollup @@ -5110,16 +5114,16 @@ packages: - utf-8-validate dev: false - /@polkadot/api-augment/10.4.1: - resolution: {integrity: sha512-7TUFHiOsaAKwRCDXEwwYHIBi07Nd0+4vMDgP+/eKVrX5XkYCnEA+PdkE8uEpFY3LMoVVr08mPiYPn59gN0b5jw==} + /@polkadot/api-augment/10.5.1: + resolution: {integrity: sha512-1mvt/iiV7UX7FzdR4q7e7eeoh4Xmo9r0vOZfl1jpmFOhVFKwhwsGHNMkWAtyeAXEsflISAsGjsPqwvr8Uxiqww==} engines: {node: '>=16'} dependencies: - '@polkadot/api-base': 10.4.1 - '@polkadot/rpc-augment': 10.4.1 - '@polkadot/types': 10.4.1 - '@polkadot/types-augment': 10.4.1 - '@polkadot/types-codec': 10.4.1 - '@polkadot/util': 12.0.1 + '@polkadot/api-base': 10.5.1 + '@polkadot/rpc-augment': 10.5.1 + '@polkadot/types': 10.5.1 + '@polkadot/types-augment': 10.5.1 + '@polkadot/types-codec': 10.5.1 + '@polkadot/util': 12.1.2 tslib: 2.5.0 transitivePeerDependencies: - bufferutil @@ -5175,14 +5179,14 @@ packages: - utf-8-validate dev: false - /@polkadot/api-base/10.4.1: - resolution: {integrity: sha512-4uItv9NeZDu60qN8dhPN8Q7HBOYZ0Ylf7+/lAnEMldoCx0RxNP2h1T2JwdW3C5ElTsztYzYVLKg0Iz5zJpbffQ==} + /@polkadot/api-base/10.5.1: + resolution: {integrity: sha512-A5tuvpSluU7wJEGpYeYFRS3Hem1Fd7Wx4uFEjmiUwYqPSBjJADIQsu+f+PXJfRXwpqn2z8rnz7p8ErFJZkkS9A==} engines: {node: '>=16'} dependencies: - '@polkadot/rpc-core': 10.4.1 - '@polkadot/types': 10.4.1 - '@polkadot/util': 12.0.1 - rxjs: 7.8.0 + '@polkadot/rpc-core': 10.5.1 + '@polkadot/types': 10.5.1 + '@polkadot/util': 12.1.2 + rxjs: 7.8.1 tslib: 2.5.0 transitivePeerDependencies: - bufferutil @@ -5198,7 +5202,7 @@ packages: '@polkadot/rpc-core': 7.15.1 '@polkadot/types': 7.15.1 '@polkadot/util': 8.7.1 - rxjs: 7.8.0 + rxjs: 7.8.1 transitivePeerDependencies: - encoding - supports-color @@ -5239,19 +5243,19 @@ packages: - utf-8-validate dev: false - /@polkadot/api-derive/10.4.1: - resolution: {integrity: sha512-SR/L4H8oiYMyLaLzmm9Z3kb4tNLAOAIR2uBZshCo917CqMuvrkNVW+Wfh2dAtVsnoSc1FaSPfDwmKash6pqNUQ==} + /@polkadot/api-derive/10.5.1: + resolution: {integrity: sha512-NAAf1ILxKpWzxc7rO/xP/CIHJoIONA4wzJd261ewdtZ81zikZQkMM2n55eZjcXrJudFbZtDCOX0NzB+HSHF6gQ==} engines: {node: '>=16'} dependencies: - '@polkadot/api': 10.4.1 - '@polkadot/api-augment': 10.4.1 - '@polkadot/api-base': 10.4.1 - '@polkadot/rpc-core': 10.4.1 - '@polkadot/types': 10.4.1 - '@polkadot/types-codec': 10.4.1 - '@polkadot/util': 12.0.1 - '@polkadot/util-crypto': 12.0.1 - rxjs: 7.8.0 + '@polkadot/api': 10.5.1 + '@polkadot/api-augment': 10.5.1 + '@polkadot/api-base': 10.5.1 + '@polkadot/rpc-core': 10.5.1 + '@polkadot/types': 10.5.1 + '@polkadot/types-codec': 10.5.1 + '@polkadot/util': 12.1.2 + '@polkadot/util-crypto': 12.1.2_@polkadot+util@12.1.2 + rxjs: 7.8.1 tslib: 2.5.0 transitivePeerDependencies: - bufferutil @@ -5271,8 +5275,8 @@ packages: '@polkadot/types': 7.15.1 '@polkadot/types-codec': 7.15.1 '@polkadot/util': 8.7.1 - '@polkadot/util-crypto': 8.7.1 - rxjs: 7.8.0 + '@polkadot/util-crypto': 8.7.1_@polkadot+util@8.7.1 + rxjs: 7.8.1 transitivePeerDependencies: - encoding - supports-color @@ -5325,26 +5329,26 @@ packages: - utf-8-validate dev: false - /@polkadot/api/10.4.1: - resolution: {integrity: sha512-MFIhykqvU4l5oyLxEnMhtF07VWLXwBS02gVd9Q+Gh2RxXtskQnXlos00hZFdLaCQ7g8BNggoq0Woc2BGZQEG2A==} + /@polkadot/api/10.5.1: + resolution: {integrity: sha512-+ru++CNqzLlygxFoZTHp9Ombe6AHtQqjSyNramtUSE2Vct0EATW4V/VMCVMo1c0h5XTeNjfjY0FHav5G5KyQUA==} engines: {node: '>=16'} dependencies: - '@polkadot/api-augment': 10.4.1 - '@polkadot/api-base': 10.4.1 - '@polkadot/api-derive': 10.4.1 - '@polkadot/keyring': 12.0.1 - '@polkadot/rpc-augment': 10.4.1 - '@polkadot/rpc-core': 10.4.1 - '@polkadot/rpc-provider': 10.4.1 - '@polkadot/types': 10.4.1 - '@polkadot/types-augment': 10.4.1 - '@polkadot/types-codec': 10.4.1 - '@polkadot/types-create': 10.4.1 - '@polkadot/types-known': 10.4.1 - '@polkadot/util': 12.0.1 - '@polkadot/util-crypto': 12.0.1 + '@polkadot/api-augment': 10.5.1 + '@polkadot/api-base': 10.5.1 + '@polkadot/api-derive': 10.5.1 + '@polkadot/keyring': 12.1.2_@polkadot+util@12.1.2 + '@polkadot/rpc-augment': 10.5.1 + '@polkadot/rpc-core': 10.5.1 + '@polkadot/rpc-provider': 10.5.1 + '@polkadot/types': 10.5.1 + '@polkadot/types-augment': 10.5.1 + '@polkadot/types-codec': 10.5.1 + '@polkadot/types-create': 10.5.1 + '@polkadot/types-known': 10.5.1 + '@polkadot/util': 12.1.2 + '@polkadot/util-crypto': 12.1.2_@polkadot+util@12.1.2 eventemitter3: 5.0.0 - rxjs: 7.8.0 + rxjs: 7.8.1 tslib: 2.5.0 transitivePeerDependencies: - bufferutil @@ -5360,7 +5364,7 @@ packages: '@polkadot/api-augment': 7.15.1 '@polkadot/api-base': 7.15.1 '@polkadot/api-derive': 7.15.1 - '@polkadot/keyring': 8.7.1 + '@polkadot/keyring': 8.7.1_@polkadot+util@8.7.1 '@polkadot/rpc-augment': 7.15.1 '@polkadot/rpc-core': 7.15.1 '@polkadot/rpc-provider': 7.15.1 @@ -5370,7 +5374,7 @@ packages: '@polkadot/types-create': 7.15.1 '@polkadot/types-known': 7.15.1 '@polkadot/util': 8.7.1 - '@polkadot/util-crypto': 8.7.1 + '@polkadot/util-crypto': 8.7.1_@polkadot+util@8.7.1 eventemitter3: 4.0.7 rxjs: 7.8.0 transitivePeerDependencies: @@ -5414,7 +5418,7 @@ packages: '@crustio/type-definitions': 1.3.0 '@darwinia/types': 2.8.10 '@darwinia/types-known': 2.8.10 - '@digitalnative/type-definitions': 1.1.27 + '@digitalnative/type-definitions': 1.1.27_@polkadot+util@10.4.2 '@docknetwork/node-types': 0.15.0 '@edgeware/node-types': 3.6.2-wako '@equilab/definitions': 1.4.18 @@ -5434,7 +5438,7 @@ packages: '@polkadot/util': 10.4.2 '@polkadot/x-fetch': 10.4.2 '@polymathnetwork/polymesh-types': 0.0.2 - '@snowfork/snowbridge-types': 0.2.7 + '@snowfork/snowbridge-types': 0.2.7_@polkadot+util@10.4.2 '@sora-substrate/type-definitions': 1.12.4 '@subsocial/definitions': 0.7.12 '@unique-nft/opal-testnet-types': 930.34.0_wbkh2csyb74s24gjwhd3vpefjq @@ -5444,7 +5448,7 @@ packages: '@zeroio/type-definitions': 0.0.14 lodash: 4.17.21 moonbeam-types-bundle: 2.0.9 - pontem-types-bundle: 1.0.15 + pontem-types-bundle: 1.0.15_@polkadot+util@10.4.2 rxjs: 7.8.0 transitivePeerDependencies: - bufferutil @@ -5505,40 +5509,59 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/keyring/12.0.1: - resolution: {integrity: sha512-dq/2FKXVzET9qBmba9xOQyOW8UjcMvS9H7ZZbcxFgP/rJ6amLByOYLXXDARp6ZXL3zrsQ6D6iRx82mnYWnxhjg==} + /@polkadot/keyring/12.1.2_@polkadot+util@12.1.2: + resolution: {integrity: sha512-HskFoZwLwRWPthEQK50uOiOsbdIt0AY3gcrDmSS2ltkpUDY9qzlb/fAj0+QGtTrK36v5gHT8OD56Pd4l0FDMFw==} engines: {node: '>=16'} + peerDependencies: + '@polkadot/util': 12.1.2 dependencies: - '@polkadot/util': 12.0.1 - '@polkadot/util-crypto': 12.0.1 + '@polkadot/util': 12.1.2 + '@polkadot/util-crypto': 12.1.2_@polkadot+util@12.1.2 tslib: 2.5.0 dev: false - /@polkadot/keyring/6.11.1: + /@polkadot/keyring/6.11.1_@polkadot+util@10.4.2: resolution: {integrity: sha512-rW8INl7pO6Dmaffd6Df1yAYCRWa2RmWQ0LGfJeA/M6seVIkI6J3opZqAd4q2Op+h9a7z4TESQGk8yggOEL+Csg==} engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': 6.11.1 dependencies: '@babel/runtime': 7.21.0 - '@polkadot/util': 6.11.1 - '@polkadot/util-crypto': 6.11.1 + '@polkadot/util': 10.4.2 + '@polkadot/util-crypto': 6.11.1_@polkadot+util@10.4.2 dev: false - /@polkadot/keyring/7.9.2: + /@polkadot/keyring/7.9.2_@polkadot+util@10.4.2: resolution: {integrity: sha512-6UGoIxhiTyISkYEZhUbCPpgVxaneIfb/DBVlHtbvaABc8Mqh1KuqcTIq19Mh9wXlBuijl25rw4lUASrE/9sBqg==} engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': 7.9.2 dependencies: '@babel/runtime': 7.21.0 - '@polkadot/util': 7.9.2 - '@polkadot/util-crypto': 7.9.2 + '@polkadot/util': 10.4.2 + '@polkadot/util-crypto': 7.9.2_@polkadot+util@10.4.2 dev: false - /@polkadot/keyring/8.7.1: + /@polkadot/keyring/8.7.1_@polkadot+util@10.4.2: resolution: {integrity: sha512-t6ZgQVC+nQT7XwbWtEhkDpiAzxKVJw8Xd/gWdww6xIrawHu7jo3SGB4QNdPgkf8TvDHYAAJiupzVQYAlOIq3GA==} engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': 8.7.1 dependencies: '@babel/runtime': 7.21.0 + '@polkadot/util': 10.4.2 + '@polkadot/util-crypto': 8.7.1_@polkadot+util@10.4.2 + dev: false + + /@polkadot/keyring/8.7.1_@polkadot+util@8.7.1: + resolution: {integrity: sha512-t6ZgQVC+nQT7XwbWtEhkDpiAzxKVJw8Xd/gWdww6xIrawHu7jo3SGB4QNdPgkf8TvDHYAAJiupzVQYAlOIq3GA==} + engines: {node: '>=14.0.0'} + peerDependencies: '@polkadot/util': 8.7.1 - '@polkadot/util-crypto': 8.7.1 + dependencies: + '@babel/runtime': 7.21.0 + '@polkadot/util': 8.7.1 + '@polkadot/util-crypto': 8.7.1_@polkadot+util@8.7.1 dev: false /@polkadot/metadata/4.17.1: @@ -5549,7 +5572,7 @@ packages: '@polkadot/types': 4.17.1 '@polkadot/types-known': 4.17.1 '@polkadot/util': 6.11.1 - '@polkadot/util-crypto': 6.11.1 + '@polkadot/util-crypto': 6.11.1_@polkadot+util@6.11.1 dev: false /@polkadot/networks/10.4.2: @@ -5570,12 +5593,12 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/networks/12.0.1: - resolution: {integrity: sha512-VJkrLzIVr8B6iHm/yH7lmNwsu/ullNhiTWalxX8Ayxd+yfKwm3dL6IzggFp1uyjykOYlMvlI28keZP32OlMfdg==} + /@polkadot/networks/12.1.2: + resolution: {integrity: sha512-9gC5GYGFKXHY4oQaMfYvLLxGJ55slT3V8Zc6uk96KKysEvpSMDXdPUAKZJ3SXN9Iz3KaEa9x6RD5ZEf5j6BJ6g==} engines: {node: '>=16'} dependencies: - '@polkadot/util': 12.0.1 - '@substrate/ss58-registry': 1.39.0 + '@polkadot/util': 12.1.2 + '@substrate/ss58-registry': 1.40.0 tslib: 2.5.0 dev: false @@ -5599,7 +5622,7 @@ packages: dependencies: '@babel/runtime': 7.21.0 '@polkadot/util': 8.7.1 - '@substrate/ss58-registry': 1.39.0 + '@substrate/ss58-registry': 1.40.0 dev: false /@polkadot/rpc-augment/10.2.2: @@ -5617,14 +5640,14 @@ packages: - utf-8-validate dev: false - /@polkadot/rpc-augment/10.4.1: - resolution: {integrity: sha512-lwwSjyboTTDzrfmBxFgBq4ZcD8mhMKkofmVqS/ntvuJePrCnBPGQG9d+tfntizIO5OpCqFGk0lgYBwae+oQ+vw==} + /@polkadot/rpc-augment/10.5.1: + resolution: {integrity: sha512-YL3cMEjTtG/BYiUItfhg5V7uBuFAjcW4NTIg51BTOHPI1QEKX+b7fN4m0qD/S1OapqYGyU3WtnG9HjifG+fITw==} engines: {node: '>=16'} dependencies: - '@polkadot/rpc-core': 10.4.1 - '@polkadot/types': 10.4.1 - '@polkadot/types-codec': 10.4.1 - '@polkadot/util': 12.0.1 + '@polkadot/rpc-core': 10.5.1 + '@polkadot/types': 10.5.1 + '@polkadot/types-codec': 10.5.1 + '@polkadot/util': 12.1.2 tslib: 2.5.0 transitivePeerDependencies: - bufferutil @@ -5677,15 +5700,15 @@ packages: - utf-8-validate dev: false - /@polkadot/rpc-core/10.4.1: - resolution: {integrity: sha512-jE3dBzfOFkiROMsiXpge/njvwPDCXF990VPFtlFqVWpr9ypXY7eZT1gduanN6YkXRjzcBVVPHaPfWLejie6hZA==} + /@polkadot/rpc-core/10.5.1: + resolution: {integrity: sha512-6I5y1lux5oXYtTrO/XoiNsAbWZabzfb6tbiFHhhN/LVEyw6VJueIRVAdGzkMlftM9tfcokrVCcplfRXV8QTkMQ==} engines: {node: '>=16'} dependencies: - '@polkadot/rpc-augment': 10.4.1 - '@polkadot/rpc-provider': 10.4.1 - '@polkadot/types': 10.4.1 - '@polkadot/util': 12.0.1 - rxjs: 7.8.0 + '@polkadot/rpc-augment': 10.5.1 + '@polkadot/rpc-provider': 10.5.1 + '@polkadot/types': 10.5.1 + '@polkadot/util': 12.1.2 + rxjs: 7.8.1 tslib: 2.5.0 transitivePeerDependencies: - bufferutil @@ -5702,7 +5725,7 @@ packages: '@polkadot/rpc-provider': 7.15.1 '@polkadot/types': 7.15.1 '@polkadot/util': 8.7.1 - rxjs: 7.8.0 + rxjs: 7.8.1 transitivePeerDependencies: - encoding - supports-color @@ -5772,21 +5795,21 @@ packages: - utf-8-validate dev: false - /@polkadot/rpc-provider/10.4.1: - resolution: {integrity: sha512-DwXs5dB1hp0P17I/Aqg+BnILQRMWlmMlABfSwwPprOh+16BBDw4P7bEuvaYw3gl/Zrxt4UhDcPl48jD+4j5OrQ==} + /@polkadot/rpc-provider/10.5.1: + resolution: {integrity: sha512-XwzCHJx4Qw9tQ10kHnefelic5JRcsxNJRdRYHaNb5AEoHOFDqC5wXgy5N45wQLXrQW+ktj5HkHEPH5r3N1DWTw==} engines: {node: '>=16'} dependencies: - '@polkadot/keyring': 12.0.1 - '@polkadot/types': 10.4.1 - '@polkadot/types-support': 10.4.1 - '@polkadot/util': 12.0.1 - '@polkadot/util-crypto': 12.0.1 - '@polkadot/x-fetch': 12.0.1 - '@polkadot/x-global': 12.0.1 - '@polkadot/x-ws': 12.0.1 + '@polkadot/keyring': 12.1.2_@polkadot+util@12.1.2 + '@polkadot/types': 10.5.1 + '@polkadot/types-support': 10.5.1 + '@polkadot/util': 12.1.2 + '@polkadot/util-crypto': 12.1.2_@polkadot+util@12.1.2 + '@polkadot/x-fetch': 12.1.2 + '@polkadot/x-global': 12.1.2 + '@polkadot/x-ws': 12.1.2 eventemitter3: 5.0.0 mock-socket: 9.2.1 - nock: 13.3.0 + nock: 13.3.1 tslib: 2.5.0 optionalDependencies: '@substrate/connect': 0.7.24 @@ -5801,18 +5824,18 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@babel/runtime': 7.21.0 - '@polkadot/keyring': 8.7.1 + '@polkadot/keyring': 8.7.1_@polkadot+util@8.7.1 '@polkadot/types': 7.15.1 '@polkadot/types-support': 7.15.1 '@polkadot/util': 8.7.1 - '@polkadot/util-crypto': 8.7.1 + '@polkadot/util-crypto': 8.7.1_@polkadot+util@8.7.1 '@polkadot/x-fetch': 8.7.1 '@polkadot/x-global': 8.7.1 '@polkadot/x-ws': 8.7.1 '@substrate/connect': 0.7.0-alpha.0 eventemitter3: 4.0.7 mock-socket: 9.2.1 - nock: 13.3.0 + nock: 13.3.1 transitivePeerDependencies: - encoding - supports-color @@ -5862,13 +5885,13 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/types-augment/10.4.1: - resolution: {integrity: sha512-4QWfxf6nA+sBf2X88S454N5Wpc4yTL+9uwdCP5PiqyDuCv96l+G0jQWurolywADJcKMKcnu8zHdQdv4rcgUyxQ==} + /@polkadot/types-augment/10.5.1: + resolution: {integrity: sha512-YBa2yC6NcFU0SEBHJSniToDf/x1vKMlr6NCafHYJsLcvGBiJbrNKXKMP34V9oDcwvxDBvU4YOZhhX5b2G/LF3Q==} engines: {node: '>=16'} dependencies: - '@polkadot/types': 10.4.1 - '@polkadot/types-codec': 10.4.1 - '@polkadot/util': 12.0.1 + '@polkadot/types': 10.5.1 + '@polkadot/types-codec': 10.5.1 + '@polkadot/util': 12.1.2 tslib: 2.5.0 dev: false @@ -5910,12 +5933,12 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/types-codec/10.4.1: - resolution: {integrity: sha512-h6OCSF6i0b/Q4uCOEEiibMkGefhb7daaDGwoxjTEOeSqDE9gMIkhkyXVjqcOGbsHsFaYqYhuJakRQe/LICykTw==} + /@polkadot/types-codec/10.5.1: + resolution: {integrity: sha512-6qF1lH52wVHtFbrrE+6jh4v6l0bLkVgqZv1O93JFviSSIcUoFxLXhTiUIKUp4O3RjtQbhgGmaN8/BtBEwAvnXg==} engines: {node: '>=16'} dependencies: - '@polkadot/util': 12.0.1 - '@polkadot/x-bigint': 12.0.1 + '@polkadot/util': 12.1.2 + '@polkadot/x-bigint': 12.1.2 tslib: 2.5.0 dev: false @@ -5954,12 +5977,12 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/types-create/10.4.1: - resolution: {integrity: sha512-E15P4ZQSAIq90Gnc+ZVK7XmEWRIF9qbCAQvJQ6nxikb6u5A9AzePAZ4XwxjJ3JXC5/t0Wxnij+pddtfxOkUi2w==} + /@polkadot/types-create/10.5.1: + resolution: {integrity: sha512-FLG9FDRIkMvz/SLOKUT9sfWna2LZvxG3wxCtYQ8O6SONsECWWdL871+3816RPmB2Bc7L3CKic4QcY+y9jiBfyg==} engines: {node: '>=16'} dependencies: - '@polkadot/types-codec': 10.4.1 - '@polkadot/util': 12.0.1 + '@polkadot/types-codec': 10.5.1 + '@polkadot/util': 12.1.2 tslib: 2.5.0 dev: false @@ -5993,15 +6016,15 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/types-known/10.4.1: - resolution: {integrity: sha512-vgxsJeZTdbNJ55CCICRcSeOJD6Qy4D2NaMhR2j24xxHRY1lL8uBfCE/ReIEY2Bxa8cCIjCtw5fXJiCWPjnQQoQ==} + /@polkadot/types-known/10.5.1: + resolution: {integrity: sha512-YkGa/P/czp+5aJ+VaRqeDX+22iF12/rgmOKATlC9+y9b/plp4HYkyZBaKJU9hOAgdbuZ8Yv+e8UXCzUNHGPcHg==} engines: {node: '>=16'} dependencies: - '@polkadot/networks': 12.0.1 - '@polkadot/types': 10.4.1 - '@polkadot/types-codec': 10.4.1 - '@polkadot/types-create': 10.4.1 - '@polkadot/util': 12.0.1 + '@polkadot/networks': 12.1.2 + '@polkadot/types': 10.5.1 + '@polkadot/types-codec': 10.5.1 + '@polkadot/types-create': 10.5.1 + '@polkadot/util': 12.1.2 tslib: 2.5.0 dev: false @@ -6065,11 +6088,11 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/types-support/10.4.1: - resolution: {integrity: sha512-kt/TGVAGaGD76eM/kye8qdYxQDZtpc6GS58xYvgnsk59KkCvaOzOE+hHFDXx0UDy4pPgXKquk1EHxwiFTKSb4g==} + /@polkadot/types-support/10.5.1: + resolution: {integrity: sha512-sHjfqiHDtYcnKWpgRIZApKdtgXiROulzrG+NXhVmeMAQY6Eaq0jo1nNy5PXv6Lj5EVGjHfB5dIdgo/gSotJEzw==} engines: {node: '>=16'} dependencies: - '@polkadot/util': 12.0.1 + '@polkadot/util': 12.1.2 tslib: 2.5.0 dev: false @@ -6117,17 +6140,17 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/types/10.4.1: - resolution: {integrity: sha512-w4spUa4CMLoPuIHOANR8X5F/Hfs4b4OnxsofA9SOl2aaQNRgu77Qu0y60rReu8HxBKD/FUBJJmRpZeY/2WQAAQ==} + /@polkadot/types/10.5.1: + resolution: {integrity: sha512-atiO1WXTF6AUbYVhK6Y9klgaD32scYsxQwNihWjcf8yur1OrW12qQCFkYcHQ5DOMQ7fNrKsxpX26zJxymCRwTw==} engines: {node: '>=16'} dependencies: - '@polkadot/keyring': 12.0.1 - '@polkadot/types-augment': 10.4.1 - '@polkadot/types-codec': 10.4.1 - '@polkadot/types-create': 10.4.1 - '@polkadot/util': 12.0.1 - '@polkadot/util-crypto': 12.0.1 - rxjs: 7.8.0 + '@polkadot/keyring': 12.1.2_@polkadot+util@12.1.2 + '@polkadot/types-augment': 10.5.1 + '@polkadot/types-codec': 10.5.1 + '@polkadot/types-create': 10.5.1 + '@polkadot/util': 12.1.2 + '@polkadot/util-crypto': 12.1.2_@polkadot+util@12.1.2 + rxjs: 7.8.1 tslib: 2.5.0 dev: false @@ -6138,7 +6161,7 @@ packages: '@babel/runtime': 7.21.0 '@polkadot/metadata': 4.17.1 '@polkadot/util': 6.11.1 - '@polkadot/util-crypto': 6.11.1 + '@polkadot/util-crypto': 6.11.1_@polkadot+util@6.11.1 '@polkadot/x-rxjs': 6.11.1 dev: false @@ -6149,7 +6172,7 @@ packages: '@babel/runtime': 7.21.0 '@polkadot/types-known': 6.12.1 '@polkadot/util': 8.7.1 - '@polkadot/util-crypto': 8.7.1 + '@polkadot/util-crypto': 8.7.1_@polkadot+util@8.7.1 rxjs: 7.8.0 dev: false @@ -6158,12 +6181,12 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@babel/runtime': 7.21.0 - '@polkadot/keyring': 8.7.1 + '@polkadot/keyring': 8.7.1_@polkadot+util@8.7.1 '@polkadot/types-augment': 7.15.1 '@polkadot/types-codec': 7.15.1 '@polkadot/types-create': 7.15.1 '@polkadot/util': 8.7.1 - '@polkadot/util-crypto': 8.7.1 + '@polkadot/util-crypto': 8.7.1_@polkadot+util@8.7.1 rxjs: 7.8.0 dev: false @@ -6252,25 +6275,53 @@ packages: tweetnacl: 1.0.3 dev: false - /@polkadot/util-crypto/12.0.1: - resolution: {integrity: sha512-9zkxoAHUaGFcerMxKZu2rbBSB48YBx3dGzFMGnu/nTf3gL65a7r0wMy3R5iPhWF4AZ8RUjjcS/1a22mSB+PXTg==} + /@polkadot/util-crypto/12.1.2_@polkadot+util@12.1.2: + resolution: {integrity: sha512-xV5P7auvs2Qck+HGGk2uaJWyujbJSFc+VDlM/giqM2xKgfmkRUTgGtcBuLLLZq5R1A9tGW5DUQg0VgVHYJaNvw==} engines: {node: '>=16'} + peerDependencies: + '@polkadot/util': 12.1.2 dependencies: '@noble/curves': 1.0.0 '@noble/hashes': 1.3.0 - '@polkadot/networks': 12.0.1 - '@polkadot/util': 12.0.1 - '@polkadot/wasm-crypto': 7.1.1_26dgygveppxl7iiagintrjgdcu - '@polkadot/wasm-util': 7.1.1_@polkadot+util@12.0.1 - '@polkadot/x-bigint': 12.0.1 - '@polkadot/x-randomvalues': 12.0.1_yyuoaqtydfyzxl7yfpyczf46my + '@polkadot/networks': 12.1.2 + '@polkadot/util': 12.1.2 + '@polkadot/wasm-crypto': 7.1.2_ux72hplqc7qoh6a7tzdle574b4 + '@polkadot/wasm-util': 7.1.2_@polkadot+util@12.1.2 + '@polkadot/x-bigint': 12.1.2 + '@polkadot/x-randomvalues': 12.1.2_frat7npa5kbgilzub7t5ez5qvm '@scure/base': 1.1.1 tslib: 2.5.0 dev: false - /@polkadot/util-crypto/6.11.1: + /@polkadot/util-crypto/6.11.1_@polkadot+util@10.4.2: + resolution: {integrity: sha512-fWA1Nz17FxWJslweZS4l0Uo30WXb5mYV1KEACVzM+BSZAvG5eoiOAYX6VYZjyw6/7u53XKrWQlD83iPsg3KvZw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': 6.11.1 + dependencies: + '@babel/runtime': 7.21.0 + '@polkadot/networks': 6.11.1 + '@polkadot/util': 10.4.2 + '@polkadot/wasm-crypto': 4.6.1_ay2bmmpehy77eif6dushaosxbm + '@polkadot/x-randomvalues': 6.11.1 + base-x: 3.0.9 + base64-js: 1.5.1 + blakejs: 1.2.1 + bn.js: 4.12.0 + create-hash: 1.2.0 + elliptic: 6.5.4 + hash.js: 1.1.7 + js-sha3: 0.8.0 + scryptsy: 2.1.0 + tweetnacl: 1.0.3 + xxhashjs: 0.2.2 + dev: false + + /@polkadot/util-crypto/6.11.1_@polkadot+util@6.11.1: resolution: {integrity: sha512-fWA1Nz17FxWJslweZS4l0Uo30WXb5mYV1KEACVzM+BSZAvG5eoiOAYX6VYZjyw6/7u53XKrWQlD83iPsg3KvZw==} engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': 6.11.1 dependencies: '@babel/runtime': 7.21.0 '@polkadot/networks': 6.11.1 @@ -6290,14 +6341,16 @@ packages: xxhashjs: 0.2.2 dev: false - /@polkadot/util-crypto/7.9.2: + /@polkadot/util-crypto/7.9.2_@polkadot+util@10.4.2: resolution: {integrity: sha512-nNwqUwP44eCH9jKKcPie+IHLKkg9LMe6H7hXo91hy3AtoslnNrT51tP3uAm5yllhLvswJfnAgnlHq7ybCgqeFw==} engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': 7.9.2 dependencies: '@babel/runtime': 7.21.0 '@polkadot/networks': 7.9.2 - '@polkadot/util': 7.9.2 - '@polkadot/wasm-crypto': 4.6.1_dqtjokeiluc5zkdxxwbtwmatza + '@polkadot/util': 10.4.2 + '@polkadot/wasm-crypto': 4.6.1_kcikt3kjvfdprzrxf5ezeqzste '@polkadot/x-randomvalues': 7.9.2 blakejs: 1.2.1 bn.js: 4.12.0 @@ -6312,9 +6365,30 @@ packages: xxhashjs: 0.2.2 dev: false - /@polkadot/util-crypto/8.7.1: + /@polkadot/util-crypto/8.7.1_@polkadot+util@10.4.2: resolution: {integrity: sha512-TaSuJ2aNrB5sYK7YXszkEv24nYJKRFqjF2OrggoMg6uYxUAECvTkldFnhtgeizMweRMxJIBu6bMHlSIutbWgjw==} engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': 8.7.1 + dependencies: + '@babel/runtime': 7.21.0 + '@noble/hashes': 1.0.0 + '@noble/secp256k1': 1.5.5 + '@polkadot/networks': 8.7.1 + '@polkadot/util': 10.4.2 + '@polkadot/wasm-crypto': 5.1.1_rvhfztpohgm5vpekmagryia5jy + '@polkadot/x-bigint': 8.7.1 + '@polkadot/x-randomvalues': 8.7.1 + '@scure/base': 1.0.0 + ed2curve: 0.3.0 + tweetnacl: 1.0.3 + dev: false + + /@polkadot/util-crypto/8.7.1_@polkadot+util@8.7.1: + resolution: {integrity: sha512-TaSuJ2aNrB5sYK7YXszkEv24nYJKRFqjF2OrggoMg6uYxUAECvTkldFnhtgeizMweRMxJIBu6bMHlSIutbWgjw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': 8.7.1 dependencies: '@babel/runtime': 7.21.0 '@noble/hashes': 1.0.0 @@ -6355,14 +6429,14 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/util/12.0.1: - resolution: {integrity: sha512-yG4VcZ9wWvgCOg9+tUoTk6s4lphhsniuQVmQ/dRRKry983QlIj5eUgu1PfSRCKX+qUMR8IWI6oENZjmWdg0n6w==} + /@polkadot/util/12.1.2: + resolution: {integrity: sha512-Da8q+0WVWSuMMS3hLAwnIid8FKRGLmwhD69jikye47zeEXCtvp4e/bjD0YbINNKHoeIRsApchJtqmbaEoxXjIQ==} engines: {node: '>=16'} dependencies: - '@polkadot/x-bigint': 12.0.1 - '@polkadot/x-global': 12.0.1 - '@polkadot/x-textdecoder': 12.0.1 - '@polkadot/x-textencoder': 12.0.1 + '@polkadot/x-bigint': 12.1.2 + '@polkadot/x-global': 12.1.2 + '@polkadot/x-textdecoder': 12.1.2 + '@polkadot/x-textencoder': 12.1.2 '@types/bn.js': 5.1.1 bn.js: 5.2.1 tslib: 2.5.0 @@ -6381,19 +6455,6 @@ packages: ip-regex: 4.3.0 dev: false - /@polkadot/util/7.9.2: - resolution: {integrity: sha512-6ABY6ErgkCsM4C6+X+AJSY4pBGwbKlHZmUtHftaiTvbaj4XuA4nTo3GU28jw8wY0Jh2cJZJvt6/BJ5GVkm5tBA==} - engines: {node: '>=14.0.0'} - dependencies: - '@babel/runtime': 7.21.0 - '@polkadot/x-textdecoder': 7.9.2 - '@polkadot/x-textencoder': 7.9.2 - '@types/bn.js': 4.11.6 - bn.js: 4.12.0 - camelcase: 6.3.0 - ip-regex: 4.3.0 - dev: false - /@polkadot/util/8.7.1: resolution: {integrity: sha512-XjY1bTo7V6OvOCe4yn8H2vifeuBciCy0gq0k5P1tlGUQLI/Yt0hvDmxcA0FEPtqg8CL+rYRG7WXGPVNjkrNvyQ==} engines: {node: '>=14.0.0'} @@ -6446,19 +6507,29 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/wasm-bridge/7.1.1_26dgygveppxl7iiagintrjgdcu: - resolution: {integrity: sha512-2YKaqrGaN+e+OjKxs1sAS822Jil6GJE8xhNTs8an7BtgEKtfBjQ/j2ZIe41ijRs4O05iI+OkxHpLEHhIm+wq0A==} + /@polkadot/wasm-bridge/7.1.2_ux72hplqc7qoh6a7tzdle574b4: + resolution: {integrity: sha512-6t8b1el/03b30ZFKVFYU5pQEx9OeDZ3GBndgZ5b6fMNFRoowFWTwx74HLqhXlQb+hOTjGJA70jHdxkplh1sO3A==} engines: {node: '>=16'} peerDependencies: '@polkadot/util': '*' '@polkadot/x-randomvalues': '*' dependencies: - '@polkadot/util': 12.0.1 - '@polkadot/wasm-util': 7.1.1_@polkadot+util@12.0.1 - '@polkadot/x-randomvalues': 12.0.1_yyuoaqtydfyzxl7yfpyczf46my + '@polkadot/util': 12.1.2 + '@polkadot/wasm-util': 7.1.2_@polkadot+util@12.1.2 + '@polkadot/x-randomvalues': 12.1.2_frat7npa5kbgilzub7t5ez5qvm tslib: 2.5.0 dev: false + /@polkadot/wasm-crypto-asmjs/4.6.1_@polkadot+util@10.4.2: + resolution: {integrity: sha512-1oHQjz2oEO1kCIcQniOP+dZ9N2YXf2yCLHLsKaKSvfXiWaetVCaBNB8oIHIVYvuLnVc8qlMi66O6xc1UublHsw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + dependencies: + '@babel/runtime': 7.21.0 + '@polkadot/util': 10.4.2 + dev: false + /@polkadot/wasm-crypto-asmjs/4.6.1_@polkadot+util@6.11.1: resolution: {integrity: sha512-1oHQjz2oEO1kCIcQniOP+dZ9N2YXf2yCLHLsKaKSvfXiWaetVCaBNB8oIHIVYvuLnVc8qlMi66O6xc1UublHsw==} engines: {node: '>=14.0.0'} @@ -6469,14 +6540,14 @@ packages: '@polkadot/util': 6.11.1 dev: false - /@polkadot/wasm-crypto-asmjs/4.6.1_@polkadot+util@7.9.2: - resolution: {integrity: sha512-1oHQjz2oEO1kCIcQniOP+dZ9N2YXf2yCLHLsKaKSvfXiWaetVCaBNB8oIHIVYvuLnVc8qlMi66O6xc1UublHsw==} + /@polkadot/wasm-crypto-asmjs/5.1.1_@polkadot+util@10.4.2: + resolution: {integrity: sha512-1WBwc2G3pZMKW1T01uXzKE30Sg22MXmF3RbbZiWWk3H2d/Er4jZQRpjumxO5YGWan+xOb7HQQdwnrUnrPgbDhg==} engines: {node: '>=14.0.0'} peerDependencies: '@polkadot/util': '*' dependencies: '@babel/runtime': 7.21.0 - '@polkadot/util': 7.9.2 + '@polkadot/util': 10.4.2 dev: false /@polkadot/wasm-crypto-asmjs/5.1.1_@polkadot+util@8.7.1: @@ -6509,13 +6580,13 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/wasm-crypto-asmjs/7.1.1_@polkadot+util@12.0.1: - resolution: {integrity: sha512-LOKdussHjRx+bwT85iuL6huiKwWZ0x3XLvo0En2U16fT/g9mx74Nmp/YpIwkDRXJ0PUgHpuPYGNMH3x2vEVgBQ==} + /@polkadot/wasm-crypto-asmjs/7.1.2_@polkadot+util@12.1.2: + resolution: {integrity: sha512-Gdb824MoeWjESv7fu57Dqpvmx7FR2zhM2Os34/H8s1LcZ8m5qUxvm22kjtq+6DRJlGo7KxpS0OA4xCbSDDe0rA==} engines: {node: '>=16'} peerDependencies: '@polkadot/util': '*' dependencies: - '@polkadot/util': 12.0.1 + '@polkadot/util': 12.1.2 tslib: 2.5.0 dev: false @@ -6549,22 +6620,32 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/wasm-crypto-init/7.1.1_26dgygveppxl7iiagintrjgdcu: - resolution: {integrity: sha512-EgbnXCPNvqfXElhsipI1XqLdVnvk46MCr0cgNE9g1sQHfOh5N9Bsjv7J4bnbv5bIb7JlpXBc9MnTas70PasaCw==} + /@polkadot/wasm-crypto-init/7.1.2_ux72hplqc7qoh6a7tzdle574b4: + resolution: {integrity: sha512-jqeK04MYofvCU7kFMJDoKUM9SjfDEBDizIxgurxAZZvF4jMOhgStZTLTr9QkKTOMTrMUE9PWRMzrnDM/Od3kzA==} engines: {node: '>=16'} peerDependencies: '@polkadot/util': '*' '@polkadot/x-randomvalues': '*' dependencies: - '@polkadot/util': 12.0.1 - '@polkadot/wasm-bridge': 7.1.1_26dgygveppxl7iiagintrjgdcu - '@polkadot/wasm-crypto-asmjs': 7.1.1_@polkadot+util@12.0.1 - '@polkadot/wasm-crypto-wasm': 7.1.1_@polkadot+util@12.0.1 - '@polkadot/wasm-util': 7.1.1_@polkadot+util@12.0.1 - '@polkadot/x-randomvalues': 12.0.1_yyuoaqtydfyzxl7yfpyczf46my + '@polkadot/util': 12.1.2 + '@polkadot/wasm-bridge': 7.1.2_ux72hplqc7qoh6a7tzdle574b4 + '@polkadot/wasm-crypto-asmjs': 7.1.2_@polkadot+util@12.1.2 + '@polkadot/wasm-crypto-wasm': 7.1.2_@polkadot+util@12.1.2 + '@polkadot/wasm-util': 7.1.2_@polkadot+util@12.1.2 + '@polkadot/x-randomvalues': 12.1.2_frat7npa5kbgilzub7t5ez5qvm tslib: 2.5.0 dev: false + /@polkadot/wasm-crypto-wasm/4.6.1_@polkadot+util@10.4.2: + resolution: {integrity: sha512-NI3JVwmLjrSYpSVuhu0yeQYSlsZrdpK41UC48sY3kyxXC71pi6OVePbtHS1K3xh3FFmDd9srSchExi3IwzKzMw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + dependencies: + '@babel/runtime': 7.21.0 + '@polkadot/util': 10.4.2 + dev: false + /@polkadot/wasm-crypto-wasm/4.6.1_@polkadot+util@6.11.1: resolution: {integrity: sha512-NI3JVwmLjrSYpSVuhu0yeQYSlsZrdpK41UC48sY3kyxXC71pi6OVePbtHS1K3xh3FFmDd9srSchExi3IwzKzMw==} engines: {node: '>=14.0.0'} @@ -6575,14 +6656,14 @@ packages: '@polkadot/util': 6.11.1 dev: false - /@polkadot/wasm-crypto-wasm/4.6.1_@polkadot+util@7.9.2: - resolution: {integrity: sha512-NI3JVwmLjrSYpSVuhu0yeQYSlsZrdpK41UC48sY3kyxXC71pi6OVePbtHS1K3xh3FFmDd9srSchExi3IwzKzMw==} + /@polkadot/wasm-crypto-wasm/5.1.1_@polkadot+util@10.4.2: + resolution: {integrity: sha512-F9PZ30J2S8vUNl2oY7Myow5Xsx5z5uNVpnNlJwlmY8IXBvyucvyQ4HSdhJsrbs4W1BfFc0mHghxgp0FbBCnf/Q==} engines: {node: '>=14.0.0'} peerDependencies: '@polkadot/util': '*' dependencies: '@babel/runtime': 7.21.0 - '@polkadot/util': 7.9.2 + '@polkadot/util': 10.4.2 dev: false /@polkadot/wasm-crypto-wasm/5.1.1_@polkadot+util@8.7.1: @@ -6617,14 +6698,14 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/wasm-crypto-wasm/7.1.1_@polkadot+util@12.0.1: - resolution: {integrity: sha512-mbo6CEt/11Wh2NDGDhVzQFpOZLE/+Hl8tUf8Y38ddRo20xAHvs09KK+cNTFRurY0P2Tq5LnF9+VzuC0bZPyRqQ==} + /@polkadot/wasm-crypto-wasm/7.1.2_@polkadot+util@12.1.2: + resolution: {integrity: sha512-p2RBfXc43r6rXkFo811LboSfRQFpCgOC6+ByqMs/geTA/+/I4l2ajz95aL6cQ20AA3W5x/ZwHxhwvmJ0HBjJ6A==} engines: {node: '>=16'} peerDependencies: '@polkadot/util': '*' dependencies: - '@polkadot/util': 12.0.1 - '@polkadot/wasm-util': 7.1.1_@polkadot+util@12.0.1 + '@polkadot/util': 12.1.2 + '@polkadot/wasm-util': 7.1.2_@polkadot+util@12.1.2 tslib: 2.5.0 dev: false @@ -6642,7 +6723,7 @@ packages: '@polkadot/x-randomvalues': 6.11.1 dev: false - /@polkadot/wasm-crypto/4.6.1_dqtjokeiluc5zkdxxwbtwmatza: + /@polkadot/wasm-crypto/4.6.1_ay2bmmpehy77eif6dushaosxbm: resolution: {integrity: sha512-2wEftBDxDG+TN8Ah6ogtvzjdZdcF0mAjU4UNNOfpmkBCxQYZOrAHB8HXhzo3noSsKkLX7PDX57NxvJ9OhoTAjw==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6650,12 +6731,40 @@ packages: '@polkadot/x-randomvalues': '*' dependencies: '@babel/runtime': 7.21.0 - '@polkadot/util': 7.9.2 - '@polkadot/wasm-crypto-asmjs': 4.6.1_@polkadot+util@7.9.2 - '@polkadot/wasm-crypto-wasm': 4.6.1_@polkadot+util@7.9.2 + '@polkadot/util': 10.4.2 + '@polkadot/wasm-crypto-asmjs': 4.6.1_@polkadot+util@10.4.2 + '@polkadot/wasm-crypto-wasm': 4.6.1_@polkadot+util@10.4.2 + '@polkadot/x-randomvalues': 6.11.1 + dev: false + + /@polkadot/wasm-crypto/4.6.1_kcikt3kjvfdprzrxf5ezeqzste: + resolution: {integrity: sha512-2wEftBDxDG+TN8Ah6ogtvzjdZdcF0mAjU4UNNOfpmkBCxQYZOrAHB8HXhzo3noSsKkLX7PDX57NxvJ9OhoTAjw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + '@polkadot/x-randomvalues': '*' + dependencies: + '@babel/runtime': 7.21.0 + '@polkadot/util': 10.4.2 + '@polkadot/wasm-crypto-asmjs': 4.6.1_@polkadot+util@10.4.2 + '@polkadot/wasm-crypto-wasm': 4.6.1_@polkadot+util@10.4.2 '@polkadot/x-randomvalues': 7.9.2 dev: false + /@polkadot/wasm-crypto/5.1.1_rvhfztpohgm5vpekmagryia5jy: + resolution: {integrity: sha512-JCcAVfH8DhYuEyd4oX1ouByxhou0TvpErKn8kHjtzt7+tRoFi0nzWlmK4z49vszsV3JJgXxV81i10C0BYlwTcQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + '@polkadot/x-randomvalues': '*' + dependencies: + '@babel/runtime': 7.21.0 + '@polkadot/util': 10.4.2 + '@polkadot/wasm-crypto-asmjs': 5.1.1_@polkadot+util@10.4.2 + '@polkadot/wasm-crypto-wasm': 5.1.1_@polkadot+util@10.4.2 + '@polkadot/x-randomvalues': 8.7.1 + dev: false + /@polkadot/wasm-crypto/5.1.1_xs3i6t46ahm2n3lotir2vf6g3e: resolution: {integrity: sha512-JCcAVfH8DhYuEyd4oX1ouByxhou0TvpErKn8kHjtzt7+tRoFi0nzWlmK4z49vszsV3JJgXxV81i10C0BYlwTcQ==} engines: {node: '>=14.0.0'} @@ -6704,20 +6813,20 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/wasm-crypto/7.1.1_26dgygveppxl7iiagintrjgdcu: - resolution: {integrity: sha512-qaYScOVR7gUr41bP7O7OzOVJFfb9gh6KBk9xVy7gl5U9XYAqq0xqp88g528hEUa7IjFW3QVg7EeI8KsRmm0zpA==} + /@polkadot/wasm-crypto/7.1.2_ux72hplqc7qoh6a7tzdle574b4: + resolution: {integrity: sha512-DO5Xf5nA2mSVdWnRM+PLAVE/wcg9vZAQkSHHSE+/qDmDVCQYygksHOA8ecRvn8nGfMNZQ0rmlIlsgyvAEtX1pw==} engines: {node: '>=16'} peerDependencies: '@polkadot/util': '*' '@polkadot/x-randomvalues': '*' dependencies: - '@polkadot/util': 12.0.1 - '@polkadot/wasm-bridge': 7.1.1_26dgygveppxl7iiagintrjgdcu - '@polkadot/wasm-crypto-asmjs': 7.1.1_@polkadot+util@12.0.1 - '@polkadot/wasm-crypto-init': 7.1.1_26dgygveppxl7iiagintrjgdcu - '@polkadot/wasm-crypto-wasm': 7.1.1_@polkadot+util@12.0.1 - '@polkadot/wasm-util': 7.1.1_@polkadot+util@12.0.1 - '@polkadot/x-randomvalues': 12.0.1_yyuoaqtydfyzxl7yfpyczf46my + '@polkadot/util': 12.1.2 + '@polkadot/wasm-bridge': 7.1.2_ux72hplqc7qoh6a7tzdle574b4 + '@polkadot/wasm-crypto-asmjs': 7.1.2_@polkadot+util@12.1.2 + '@polkadot/wasm-crypto-init': 7.1.2_ux72hplqc7qoh6a7tzdle574b4 + '@polkadot/wasm-crypto-wasm': 7.1.2_@polkadot+util@12.1.2 + '@polkadot/wasm-util': 7.1.2_@polkadot+util@12.1.2 + '@polkadot/x-randomvalues': 12.1.2_frat7npa5kbgilzub7t5ez5qvm tslib: 2.5.0 dev: false @@ -6741,13 +6850,13 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/wasm-util/7.1.1_@polkadot+util@12.0.1: - resolution: {integrity: sha512-FOflVMo4sXTsXhXoY9rQKfPPCiTfE+dEsuGcm6Aecau0NL24Ze/guxX6vOSDN2E2I6kf60biQU016O2RKHqtwg==} + /@polkadot/wasm-util/7.1.2_@polkadot+util@12.1.2: + resolution: {integrity: sha512-lHQJFG0iotgmUovXYcw/HM3QhGxtze6ozAgRMd0/maTQjYwbV/7z1NzEle9fBwxX6GijTnpWc1vzW+YU0O1lLw==} engines: {node: '>=16'} peerDependencies: '@polkadot/util': '*' dependencies: - '@polkadot/util': 12.0.1 + '@polkadot/util': 12.1.2 tslib: 2.5.0 dev: false @@ -6767,11 +6876,11 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/x-bigint/12.0.1: - resolution: {integrity: sha512-i93iVkK/PHsh1XDtYqdvUhuom6W80dYPCEA0WcZl0yuxuZGWk3Az+mXRL/mZkK/uDp8RGC0wYQiUm0kkheeoqg==} + /@polkadot/x-bigint/12.1.2: + resolution: {integrity: sha512-KU7C8HlJ2kO6Igg2Jq2Q/eAdll3HuVoylYcyVQxevcrC2fXhC2PDIEa+iWHBPz40p2TvI9sBZKrCsDDGz9K6sw==} engines: {node: '>=16'} dependencies: - '@polkadot/x-global': 12.0.1 + '@polkadot/x-global': 12.1.2 tslib: 2.5.0 dev: false @@ -6802,11 +6911,11 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/x-fetch/12.0.1: - resolution: {integrity: sha512-JCCN1Q2mEenBXymLGC3f7F+L7Arp+36jPB7iGs6AZVmFBW8tX3uozVpETt4O4GMC56qZX5RHCPaemY4PVXcnlg==} + /@polkadot/x-fetch/12.1.2: + resolution: {integrity: sha512-X+MY1UT25Xcvp6iUQOdmukOle1KsKaAblEhl+CrDfXGwM90wDLc5U3TZzddrKnQRcIgcNDyn9gRlHGQkZEbL9Q==} engines: {node: '>=16'} dependencies: - '@polkadot/x-global': 12.0.1 + '@polkadot/x-global': 12.1.2 node-fetch: 3.3.1 tslib: 2.5.0 dev: false @@ -6837,8 +6946,8 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/x-global/12.0.1: - resolution: {integrity: sha512-kj/mMv7UPKIq5SnnnzICVOjhhYgUZzE8bT/az1D7z6OXV3SEH+4dmRsDEavwYinGMO7fi5fCvDayRu8r7ne2ZA==} + /@polkadot/x-global/12.1.2: + resolution: {integrity: sha512-WGwPQN27hpwhVOQGUizJfmNJRxkijMwECMPUAYtSSgJhkV5MwWeFuVebfUjgHceakEvDRQWzEX6JjV6TttnPZw==} engines: {node: '>=16'} dependencies: tslib: 2.5.0 @@ -6881,16 +6990,16 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/x-randomvalues/12.0.1_yyuoaqtydfyzxl7yfpyczf46my: - resolution: {integrity: sha512-5ZMRbVJNhlKpwYgfcjVynH0jRwiXXn1k2I/xCjr+F6MwBTcIsbNXtgMczJB2PBAJpJvBV9GVpJoZW4Gq6nXdEg==} + /@polkadot/x-randomvalues/12.1.2_frat7npa5kbgilzub7t5ez5qvm: + resolution: {integrity: sha512-Jqwftgl+t8egG5miwI3f+MUNp3GIJUxZ0mcYbGDc3dY8LueY3yhKs94MQF/S6h8XPpRFI5/8mUZnmMgmNXsX6Q==} engines: {node: '>=16'} peerDependencies: - '@polkadot/util': 12.0.1 + '@polkadot/util': 12.1.2 '@polkadot/wasm-util': '*' dependencies: - '@polkadot/util': 12.0.1 - '@polkadot/wasm-util': 7.1.1_@polkadot+util@12.0.1 - '@polkadot/x-global': 12.0.1 + '@polkadot/util': 12.1.2 + '@polkadot/wasm-util': 7.1.2_@polkadot+util@12.1.2 + '@polkadot/x-global': 12.1.2 tslib: 2.5.0 dev: false @@ -6942,11 +7051,11 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/x-textdecoder/12.0.1: - resolution: {integrity: sha512-CJkJid9UVpJB5TmT4GdnMdm9SsINg5zElTcVMV4F/rS7+SnkIE9X/M91DgvGzq+d+qvU84UNjOgs/ZN3aOKbuA==} + /@polkadot/x-textdecoder/12.1.2: + resolution: {integrity: sha512-O5ygxEHdPCIQVzH7T+xVALBfCwrT5tVms7Yjp6EMT697A9gpD3U2aPr4YinsQO6JFwYpQNzvm2wjW+7EEzYitw==} engines: {node: '>=16'} dependencies: - '@polkadot/x-global': 12.0.1 + '@polkadot/x-global': 12.1.2 tslib: 2.5.0 dev: false @@ -6958,14 +7067,6 @@ packages: '@polkadot/x-global': 6.11.1 dev: false - /@polkadot/x-textdecoder/7.9.2: - resolution: {integrity: sha512-wfwbSHXPhrOAl12QvlIOGNkMH/N/h8PId2ytIjvM/8zPPFB5Il6DWSFLtVapOGEpIFjEWbd5t8Td4pHBVXIEbg==} - engines: {node: '>=14.0.0'} - dependencies: - '@babel/runtime': 7.21.0 - '@polkadot/x-global': 7.9.2 - dev: false - /@polkadot/x-textdecoder/8.7.1: resolution: {integrity: sha512-ia0Ie2zi4VdQdNVD2GE2FZzBMfX//hEL4w546RMJfZM2LqDS674LofHmcyrsv5zscLnnRyCxZC1+J2dt+6MDIA==} engines: {node: '>=14.0.0'} @@ -6990,11 +7091,11 @@ packages: tslib: 2.5.0 dev: false - /@polkadot/x-textencoder/12.0.1: - resolution: {integrity: sha512-nmS2tN36P4sc4WYiR9HHkgCBZcXksZF3dBsGTppWF6/ssgRmc2TZYoHBMUmdSq0OHg11kCKys94HXrWjPA/GCg==} + /@polkadot/x-textencoder/12.1.2: + resolution: {integrity: sha512-N+9HIXT0eUQbfg/SfGrNRK8aLFpd2QngJzTxo8CljpjCvQ2ddqzBVFA8o/lKTaXVzX84EmPDzjIV+yJlOXnglA==} engines: {node: '>=16'} dependencies: - '@polkadot/x-global': 12.0.1 + '@polkadot/x-global': 12.1.2 tslib: 2.5.0 dev: false @@ -7006,14 +7107,6 @@ packages: '@polkadot/x-global': 6.11.1 dev: false - /@polkadot/x-textencoder/7.9.2: - resolution: {integrity: sha512-A19wwYINuZwU2dUyQ/mMzB0ISjyfc4cISfL4zCMUAVgj7xVoXMYV2GfjNdMpA8Wsjch3su6pxLbtJ2wU03sRTQ==} - engines: {node: '>=14.0.0'} - dependencies: - '@babel/runtime': 7.21.0 - '@polkadot/x-global': 7.9.2 - dev: false - /@polkadot/x-textencoder/8.7.1: resolution: {integrity: sha512-XDO0A27Xy+eJCKSxENroB8Dcnl+UclGG4ZBei+P/BqZ9rsjskUyd2Vsl6peMXAcsxwOE7g0uTvujoGM8jpKOXw==} engines: {node: '>=14.0.0'} @@ -7046,11 +7139,11 @@ packages: - utf-8-validate dev: false - /@polkadot/x-ws/12.0.1: - resolution: {integrity: sha512-hRFNlgBRz549hXJNKykEG4kKgEGHxLRHLyS/+qAOdBefiXWoB7it9D6JgcFqoJpOHyHw3Y8b/kSxwmx+Ub1rTA==} + /@polkadot/x-ws/12.1.2: + resolution: {integrity: sha512-xmwBtn0WIstrviNuLNladsVHXUWeh4/HHAuCCeTp5Rld+8pJ6D1snhl+qvicmm4t1Si9mpb6y4yfnWFm5fLHVA==} engines: {node: '>=16'} dependencies: - '@polkadot/x-global': 12.0.1 + '@polkadot/x-global': 12.1.2 tslib: 2.5.0 ws: 8.13.0 transitivePeerDependencies: @@ -7468,8 +7561,8 @@ packages: tslib: 1.14.1 dev: false - /@sentry/cli/1.74.6: - resolution: {integrity: sha512-pJ7JJgozyjKZSTjOGi86chIngZMLUlYt2HOog+OJn+WGvqEkVymu8m462j1DiXAnex9NspB4zLLNuZ/R6rTQHg==} + /@sentry/cli/1.75.2: + resolution: {integrity: sha512-CG0CKH4VCKWzEaegouWfCLQt9SFN+AieFESCatJ7zSuJmzF05ywpMusjxqRul6lMwfUhRKjGKOzcRJ1jLsfTBw==} engines: {node: '>= 8'} hasBin: true requiresBuild: true @@ -7477,7 +7570,6 @@ packages: https-proxy-agent: 5.0.1 mkdirp: 0.5.6 node-fetch: 2.6.9 - npmlog: 4.1.2 progress: 2.0.3 proxy-from-env: 1.1.0 which: 2.0.2 @@ -7588,11 +7680,11 @@ packages: vue: 2.7.14 dev: false - /@sentry/webpack-plugin/1.20.0: - resolution: {integrity: sha512-Ssj1mJVFsfU6vMCOM2d+h+KQR7QHSfeIP16t4l20Uq/neqWXZUQ2yvQfe4S3BjdbJXz/X4Rw8Hfy1Sd0ocunYw==} + /@sentry/webpack-plugin/1.20.1: + resolution: {integrity: sha512-klOLkfM/oSYzcR2M9oDmJA5/Mdaw0Mtck/h820Z+gqpd6WJepjhqVDel1z2VddaP/XMY0Dj6elCGp2/nDWNr0w==} engines: {node: '>= 8'} dependencies: - '@sentry/cli': 1.74.6 + '@sentry/cli': 1.75.2 webpack-sources: 3.2.3 transitivePeerDependencies: - encoding @@ -7631,13 +7723,14 @@ packages: engines: {node: '>=10'} dev: true - /@snowfork/snowbridge-types/0.2.7: + /@snowfork/snowbridge-types/0.2.7_@polkadot+util@10.4.2: resolution: {integrity: sha512-Dz3OM8xvYhzL7XU/QOjgyPWZI4IgPKGByaJo6eZe3UMS6F7TLaFaZW1oYhQVTTahGWWAE6ZwwCuMkVh2FC/9bw==} dependencies: '@polkadot/api': 7.15.1 - '@polkadot/keyring': 8.7.1 + '@polkadot/keyring': 8.7.1_@polkadot+util@10.4.2 '@polkadot/types': 7.15.1 transitivePeerDependencies: + - '@polkadot/util' - encoding - supports-color dev: false @@ -7651,7 +7744,7 @@ packages: /@subsocial/definitions/0.7.12: resolution: {integrity: sha512-wM4CBYTRkBy56Qozo4PL4tVVk07v1tksp/0lzHH7m6Es3mGsr48LuV4KYtzaVAisUnObuQ9aFyfTuwiju2qL3Q==} dependencies: - '@polkadot/api': 10.4.1 + '@polkadot/api': 10.5.1 lodash.camelcase: 4.3.0 transitivePeerDependencies: - bufferutil @@ -7750,6 +7843,10 @@ packages: resolution: {integrity: sha512-qZYpuE6n+mwew+X71dOur/CbMXj6rNW27o63JeJwdQH/GvcSKm3JLNhd+bGzwUKg0D/zD30Qc6p4JykArzM+tA==} dev: false + /@substrate/ss58-registry/1.40.0: + resolution: {integrity: sha512-QuU2nBql3J4KCnOWtWDw4n1K4JU0T79j54ZZvm/9nhsX6AIar13FyhsaBfs6QkJ2ixTQAnd7TocJIoJRWbqMZA==} + dev: false + /@szmarczak/http-timer/4.0.6: resolution: {integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==} engines: {node: '>=10'} @@ -7771,8 +7868,8 @@ packages: /@types/babel__core/7.20.0: resolution: {integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==} dependencies: - '@babel/parser': 7.21.3 - '@babel/types': 7.21.4 + '@babel/parser': 7.21.8 + '@babel/types': 7.21.5 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.18.0 @@ -7781,20 +7878,20 @@ packages: /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.21.3 - '@babel/types': 7.21.4 + '@babel/parser': 7.21.8 + '@babel/types': 7.21.5 dev: true /@types/babel__traverse/7.18.0: resolution: {integrity: sha512-v4Vwdko+pgymgS+A2UIaJru93zQd85vIGWObM5ekZNdXCKtDYqATlEYnWgfo86Q6I1Lh0oXnksDnMU1cwmlPDw==} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 dev: true /@types/bn.js/4.11.6: @@ -8204,7 +8301,7 @@ packages: resolution: {integrity: sha512-fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw==} dev: false - /@typescript-eslint/eslint-plugin/5.55.0_qfeuezi5wysrja6cmp5jm3bpji: + /@typescript-eslint/eslint-plugin/5.55.0_iw7dx6j5ann7kbluu6xyu7jjeq: resolution: {integrity: sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8216,24 +8313,24 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.4.0 - '@typescript-eslint/parser': 5.55.0_tbtvr3a5zwdiktqy4vlmx63mqq + '@typescript-eslint/parser': 5.55.0_iacogk7kkaymxepzhgcbytyi7q '@typescript-eslint/scope-manager': 5.55.0 - '@typescript-eslint/type-utils': 5.55.0_tbtvr3a5zwdiktqy4vlmx63mqq - '@typescript-eslint/utils': 5.55.0_tbtvr3a5zwdiktqy4vlmx63mqq + '@typescript-eslint/type-utils': 5.55.0_iacogk7kkaymxepzhgcbytyi7q + '@typescript-eslint/utils': 5.55.0_iacogk7kkaymxepzhgcbytyi7q debug: 4.3.4 eslint: 8.39.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 semver: 7.4.0 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + tsutils: 3.21.0_typescript@5.0.4 + typescript: 5.0.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/eslint-plugin/5.59.0_p5urazbkpxqwbpulw3y4eskliy: - resolution: {integrity: sha512-p0QgrEyrxAWBecR56gyn3wkG15TJdI//eetInP3zYRewDh0XS+DhB3VUAd3QqvziFsfaQIoIuZMxZRB7vXYaYw==} + /@typescript-eslint/eslint-plugin/5.59.2_n4wuahc72jbzapcoi6ni6mvcla: + resolution: {integrity: sha512-yVrXupeHjRxLDcPKL10sGQ/QlVrA8J5IYOEWVqk0lJaSZP7X5DfnP7Ns3cc74/blmbipQ1htFNVGsHX6wsYm0A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -8244,23 +8341,23 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.4.0 - '@typescript-eslint/parser': 5.59.0_tbtvr3a5zwdiktqy4vlmx63mqq - '@typescript-eslint/scope-manager': 5.59.0 - '@typescript-eslint/type-utils': 5.59.0_tbtvr3a5zwdiktqy4vlmx63mqq - '@typescript-eslint/utils': 5.59.0_tbtvr3a5zwdiktqy4vlmx63mqq + '@typescript-eslint/parser': 5.59.2_iacogk7kkaymxepzhgcbytyi7q + '@typescript-eslint/scope-manager': 5.59.2 + '@typescript-eslint/type-utils': 5.59.2_iacogk7kkaymxepzhgcbytyi7q + '@typescript-eslint/utils': 5.59.2_iacogk7kkaymxepzhgcbytyi7q debug: 4.3.4 eslint: 8.39.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 semver: 7.4.0 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + tsutils: 3.21.0_typescript@5.0.4 + typescript: 5.0.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.55.0_tbtvr3a5zwdiktqy4vlmx63mqq: + /@typescript-eslint/parser/5.55.0_iacogk7kkaymxepzhgcbytyi7q: resolution: {integrity: sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8272,16 +8369,16 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.55.0 '@typescript-eslint/types': 5.55.0 - '@typescript-eslint/typescript-estree': 5.55.0_typescript@4.9.5 + '@typescript-eslint/typescript-estree': 5.55.0_typescript@5.0.4 debug: 4.3.4 eslint: 8.39.0 - typescript: 4.9.5 + typescript: 5.0.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.59.0_tbtvr3a5zwdiktqy4vlmx63mqq: - resolution: {integrity: sha512-qK9TZ70eJtjojSUMrrEwA9ZDQ4N0e/AuoOIgXuNBorXYcBDk397D2r5MIe1B3cok/oCtdNC5j+lUUpVB+Dpb+w==} + /@typescript-eslint/parser/5.59.2_iacogk7kkaymxepzhgcbytyi7q: + resolution: {integrity: sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -8290,12 +8387,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.59.0 - '@typescript-eslint/types': 5.59.0 - '@typescript-eslint/typescript-estree': 5.59.0_typescript@4.9.5 + '@typescript-eslint/scope-manager': 5.59.2 + '@typescript-eslint/types': 5.59.2 + '@typescript-eslint/typescript-estree': 5.59.2_typescript@5.0.4 debug: 4.3.4 eslint: 8.39.0 - typescript: 4.9.5 + typescript: 5.0.4 transitivePeerDependencies: - supports-color dev: true @@ -8308,15 +8405,15 @@ packages: '@typescript-eslint/visitor-keys': 5.55.0 dev: true - /@typescript-eslint/scope-manager/5.59.0: - resolution: {integrity: sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ==} + /@typescript-eslint/scope-manager/5.59.2: + resolution: {integrity: sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.59.0 - '@typescript-eslint/visitor-keys': 5.59.0 + '@typescript-eslint/types': 5.59.2 + '@typescript-eslint/visitor-keys': 5.59.2 dev: true - /@typescript-eslint/type-utils/5.55.0_tbtvr3a5zwdiktqy4vlmx63mqq: + /@typescript-eslint/type-utils/5.55.0_iacogk7kkaymxepzhgcbytyi7q: resolution: {integrity: sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8326,18 +8423,18 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.55.0_typescript@4.9.5 - '@typescript-eslint/utils': 5.55.0_tbtvr3a5zwdiktqy4vlmx63mqq + '@typescript-eslint/typescript-estree': 5.55.0_typescript@5.0.4 + '@typescript-eslint/utils': 5.55.0_iacogk7kkaymxepzhgcbytyi7q debug: 4.3.4 eslint: 8.39.0 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + tsutils: 3.21.0_typescript@5.0.4 + typescript: 5.0.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/type-utils/5.59.0_tbtvr3a5zwdiktqy4vlmx63mqq: - resolution: {integrity: sha512-d/B6VSWnZwu70kcKQSCqjcXpVH+7ABKH8P1KNn4K7j5PXXuycZTPXF44Nui0TEm6rbWGi8kc78xRgOC4n7xFgA==} + /@typescript-eslint/type-utils/5.59.2_iacogk7kkaymxepzhgcbytyi7q: + resolution: {integrity: sha512-b1LS2phBOsEy/T381bxkkywfQXkV1dWda/z0PhnIy3bC5+rQWQDS7fk9CSpcXBccPY27Z6vBEuaPBCKCgYezyQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -8346,12 +8443,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.59.0_typescript@4.9.5 - '@typescript-eslint/utils': 5.59.0_tbtvr3a5zwdiktqy4vlmx63mqq + '@typescript-eslint/typescript-estree': 5.59.2_typescript@5.0.4 + '@typescript-eslint/utils': 5.59.2_iacogk7kkaymxepzhgcbytyi7q debug: 4.3.4 eslint: 8.39.0 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + tsutils: 3.21.0_typescript@5.0.4 + typescript: 5.0.4 transitivePeerDependencies: - supports-color dev: true @@ -8361,12 +8458,12 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/types/5.59.0: - resolution: {integrity: sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==} + /@typescript-eslint/types/5.59.2: + resolution: {integrity: sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.55.0_typescript@4.9.5: + /@typescript-eslint/typescript-estree/5.55.0_typescript@5.0.4: resolution: {integrity: sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8381,14 +8478,14 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.4.0 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + tsutils: 3.21.0_typescript@5.0.4 + typescript: 5.0.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.59.0_typescript@4.9.5: - resolution: {integrity: sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg==} + /@typescript-eslint/typescript-estree/5.59.2_typescript@5.0.4: + resolution: {integrity: sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -8396,19 +8493,19 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.59.0 - '@typescript-eslint/visitor-keys': 5.59.0 + '@typescript-eslint/types': 5.59.2 + '@typescript-eslint/visitor-keys': 5.59.2 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.4.0 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + tsutils: 3.21.0_typescript@5.0.4 + typescript: 5.0.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.55.0_tbtvr3a5zwdiktqy4vlmx63mqq: + /@typescript-eslint/utils/5.55.0_iacogk7kkaymxepzhgcbytyi7q: resolution: {integrity: sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8419,7 +8516,7 @@ packages: '@types/semver': 7.3.12 '@typescript-eslint/scope-manager': 5.55.0 '@typescript-eslint/types': 5.55.0 - '@typescript-eslint/typescript-estree': 5.55.0_typescript@4.9.5 + '@typescript-eslint/typescript-estree': 5.55.0_typescript@5.0.4 eslint: 8.39.0 eslint-scope: 5.1.1 semver: 7.4.0 @@ -8428,8 +8525,8 @@ packages: - typescript dev: true - /@typescript-eslint/utils/5.59.0_tbtvr3a5zwdiktqy4vlmx63mqq: - resolution: {integrity: sha512-GGLFd+86drlHSvPgN/el6dRQNYYGOvRSDVydsUaQluwIW3HvbXuxyuD5JETvBt/9qGYe+lOrDk6gRrWOHb/FvA==} + /@typescript-eslint/utils/5.59.2_iacogk7kkaymxepzhgcbytyi7q: + resolution: {integrity: sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -8437,9 +8534,9 @@ packages: '@eslint-community/eslint-utils': 4.2.0_eslint@8.39.0 '@types/json-schema': 7.0.11 '@types/semver': 7.3.12 - '@typescript-eslint/scope-manager': 5.59.0 - '@typescript-eslint/types': 5.59.0 - '@typescript-eslint/typescript-estree': 5.59.0_typescript@4.9.5 + '@typescript-eslint/scope-manager': 5.59.2 + '@typescript-eslint/types': 5.59.2 + '@typescript-eslint/typescript-estree': 5.59.2_typescript@5.0.4 eslint: 8.39.0 eslint-scope: 5.1.1 semver: 7.4.0 @@ -8456,11 +8553,11 @@ packages: eslint-visitor-keys: 3.4.0 dev: true - /@typescript-eslint/visitor-keys/5.59.0: - resolution: {integrity: sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==} + /@typescript-eslint/visitor-keys/5.59.2: + resolution: {integrity: sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.59.0 + '@typescript-eslint/types': 5.59.2 eslint-visitor-keys: 3.4.0 dev: true @@ -8528,7 +8625,7 @@ packages: regenerator-runtime: 0.13.11 systemjs: 6.14.0 terser: 5.16.5 - vite: 3.2.6_sass@1.62.0+terser@5.16.5 + vite: 3.2.6_sass@1.62.1+terser@5.16.5 dev: true /@vitejs/plugin-vue2/1.1.2_vite@3.2.6+vue@2.7.14: @@ -8538,7 +8635,7 @@ packages: vite: '>=2.5.10' vue: ^2.7.0-0 dependencies: - vite: 3.2.6_sass@1.62.0+terser@5.16.5 + vite: 3.2.6_sass@1.62.1+terser@5.16.5 vue: 2.7.14 dev: true @@ -8611,35 +8708,35 @@ packages: resolution: {integrity: sha512-JkqXfCkUDp4PIlFdDQ0TdXoIejMtTHP67/pvxlgeY+u5k3LEdKuWZ3LK6xkxo52uDoABIVyRwqVkfLQJhk7VBA==} dev: false - /@vue/babel-plugin-transform-vue-jsx/1.2.1_@babel+core@7.21.4: + /@vue/babel-plugin-transform-vue-jsx/1.2.1_@babel+core@7.21.8: resolution: {integrity: sha512-HJuqwACYehQwh1fNT8f4kyzqlNMpBuUK4rSiSES5D4QsYncv5fxFsLyrxFPG2ksO7t5WP+Vgix6tt6yKClwPzA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-module-imports': 7.21.4 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.4 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.8 '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 html-tags: 2.0.0 lodash.kebabcase: 4.1.1 svg-tags: 1.0.0 dev: true - /@vue/babel-plugin-transform-vue-jsx/1.4.0_@babel+core@7.21.4: + /@vue/babel-plugin-transform-vue-jsx/1.4.0_@babel+core@7.21.8: resolution: {integrity: sha512-Fmastxw4MMx0vlgLS4XBX0XiBbUFzoMGeVXuMV08wyOfXdikAFqBTuYPR0tlk+XskL19EzHc39SgjrPGY23JnA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-module-imports': 7.21.4 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.4 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.8 '@vue/babel-helper-vue-jsx-merge-props': 1.4.0 html-tags: 2.0.0 lodash.kebabcase: 4.1.1 svg-tags: 1.0.0 dev: false - /@vue/babel-preset-jsx/1.3.1_binonxd6lfchyvkephbjohtdpa: + /@vue/babel-preset-jsx/1.3.1_4ll6gd4ib52pacbxai3egootum: resolution: {integrity: sha512-ml+nqcSKp8uAqFZLNc7OWLMzR7xDBsUfkomF98DtiIBlLqlq4jCQoLINARhgqRIyKdB+mk/94NWpIb4pL6D3xw==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -8648,19 +8745,19 @@ packages: vue: optional: true dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 - '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.21.4 - '@vue/babel-sugar-composition-api-inject-h': 1.3.0_@babel+core@7.21.4 - '@vue/babel-sugar-composition-api-render-instance': 1.3.0_@babel+core@7.21.4 - '@vue/babel-sugar-functional-vue': 1.2.2_@babel+core@7.21.4 - '@vue/babel-sugar-inject-h': 1.2.2_@babel+core@7.21.4 - '@vue/babel-sugar-v-model': 1.3.0_@babel+core@7.21.4 - '@vue/babel-sugar-v-on': 1.3.0_@babel+core@7.21.4 + '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.21.8 + '@vue/babel-sugar-composition-api-inject-h': 1.3.0_@babel+core@7.21.8 + '@vue/babel-sugar-composition-api-render-instance': 1.3.0_@babel+core@7.21.8 + '@vue/babel-sugar-functional-vue': 1.2.2_@babel+core@7.21.8 + '@vue/babel-sugar-inject-h': 1.2.2_@babel+core@7.21.8 + '@vue/babel-sugar-v-model': 1.3.0_@babel+core@7.21.8 + '@vue/babel-sugar-v-on': 1.3.0_@babel+core@7.21.8 vue: 2.7.14 dev: true - /@vue/babel-preset-jsx/1.4.0_binonxd6lfchyvkephbjohtdpa: + /@vue/babel-preset-jsx/1.4.0_4ll6gd4ib52pacbxai3egootum: resolution: {integrity: sha512-QmfRpssBOPZWL5xw7fOuHNifCQcNQC1PrOo/4fu6xlhlKJJKSA3HqX92Nvgyx8fqHZTUGMPHmFA+IDqwXlqkSA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -8669,137 +8766,137 @@ packages: vue: optional: true dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@vue/babel-helper-vue-jsx-merge-props': 1.4.0 - '@vue/babel-plugin-transform-vue-jsx': 1.4.0_@babel+core@7.21.4 - '@vue/babel-sugar-composition-api-inject-h': 1.4.0_@babel+core@7.21.4 - '@vue/babel-sugar-composition-api-render-instance': 1.4.0_@babel+core@7.21.4 - '@vue/babel-sugar-functional-vue': 1.4.0_@babel+core@7.21.4 - '@vue/babel-sugar-inject-h': 1.4.0_@babel+core@7.21.4 - '@vue/babel-sugar-v-model': 1.4.0_@babel+core@7.21.4 - '@vue/babel-sugar-v-on': 1.4.0_@babel+core@7.21.4 + '@vue/babel-plugin-transform-vue-jsx': 1.4.0_@babel+core@7.21.8 + '@vue/babel-sugar-composition-api-inject-h': 1.4.0_@babel+core@7.21.8 + '@vue/babel-sugar-composition-api-render-instance': 1.4.0_@babel+core@7.21.8 + '@vue/babel-sugar-functional-vue': 1.4.0_@babel+core@7.21.8 + '@vue/babel-sugar-inject-h': 1.4.0_@babel+core@7.21.8 + '@vue/babel-sugar-v-model': 1.4.0_@babel+core@7.21.8 + '@vue/babel-sugar-v-on': 1.4.0_@babel+core@7.21.8 vue: 2.7.14 dev: false - /@vue/babel-sugar-composition-api-inject-h/1.3.0_@babel+core@7.21.4: + /@vue/babel-sugar-composition-api-inject-h/1.3.0_@babel+core@7.21.8: resolution: {integrity: sha512-pIDOutEpqbURdVw7xhgxmuDW8Tl+lTgzJZC5jdlUu0lY2+izT9kz3Umd/Tbu0U5cpCJ2Yhu87BZFBzWpS0Xemg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.8 dev: true - /@vue/babel-sugar-composition-api-inject-h/1.4.0_@babel+core@7.21.4: + /@vue/babel-sugar-composition-api-inject-h/1.4.0_@babel+core@7.21.8: resolution: {integrity: sha512-VQq6zEddJHctnG4w3TfmlVp5FzDavUSut/DwR0xVoe/mJKXyMcsIibL42wPntozITEoY90aBV0/1d2KjxHU52g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.8 dev: false - /@vue/babel-sugar-composition-api-render-instance/1.3.0_@babel+core@7.21.4: + /@vue/babel-sugar-composition-api-render-instance/1.3.0_@babel+core@7.21.8: resolution: {integrity: sha512-NYNnU2r7wkJLMV5p9Zj4pswmCs037O/N2+/Fs6SyX7aRFzXJRP1/2CZh5cIwQxWQajHXuCUd5mTb7DxoBVWyTg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.8 dev: true - /@vue/babel-sugar-composition-api-render-instance/1.4.0_@babel+core@7.21.4: + /@vue/babel-sugar-composition-api-render-instance/1.4.0_@babel+core@7.21.8: resolution: {integrity: sha512-6ZDAzcxvy7VcnCjNdHJ59mwK02ZFuP5CnucloidqlZwVQv5CQLijc3lGpR7MD3TWFi78J7+a8J56YxbCtHgT9Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.8 dev: false - /@vue/babel-sugar-functional-vue/1.2.2_@babel+core@7.21.4: + /@vue/babel-sugar-functional-vue/1.2.2_@babel+core@7.21.8: resolution: {integrity: sha512-JvbgGn1bjCLByIAU1VOoepHQ1vFsroSA/QkzdiSs657V79q6OwEWLCQtQnEXD/rLTA8rRit4rMOhFpbjRFm82w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.8 dev: true - /@vue/babel-sugar-functional-vue/1.4.0_@babel+core@7.21.4: + /@vue/babel-sugar-functional-vue/1.4.0_@babel+core@7.21.8: resolution: {integrity: sha512-lTEB4WUFNzYt2In6JsoF9sAYVTo84wC4e+PoZWSgM6FUtqRJz7wMylaEhSRgG71YF+wfLD6cc9nqVeXN2rwBvw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.8 dev: false - /@vue/babel-sugar-inject-h/1.2.2_@babel+core@7.21.4: + /@vue/babel-sugar-inject-h/1.2.2_@babel+core@7.21.8: resolution: {integrity: sha512-y8vTo00oRkzQTgufeotjCLPAvlhnpSkcHFEp60+LJUwygGcd5Chrpn5480AQp/thrxVm8m2ifAk0LyFel9oCnw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.8 dev: true - /@vue/babel-sugar-inject-h/1.4.0_@babel+core@7.21.4: + /@vue/babel-sugar-inject-h/1.4.0_@babel+core@7.21.8: resolution: {integrity: sha512-muwWrPKli77uO2fFM7eA3G1lAGnERuSz2NgAxuOLzrsTlQl8W4G+wwbM4nB6iewlKbwKRae3nL03UaF5ffAPMA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.8 dev: false - /@vue/babel-sugar-v-model/1.3.0_@babel+core@7.21.4: + /@vue/babel-sugar-v-model/1.3.0_@babel+core@7.21.8: resolution: {integrity: sha512-zcsabmdX48JmxTObn3xmrvvdbEy8oo63DphVyA3WRYGp4SEvJRpu/IvZCVPl/dXLuob2xO/QRuncqPgHvZPzpA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.8 '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 - '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.21.4 + '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.21.8 camelcase: 5.3.1 html-tags: 2.0.0 svg-tags: 1.0.0 dev: true - /@vue/babel-sugar-v-model/1.4.0_@babel+core@7.21.4: + /@vue/babel-sugar-v-model/1.4.0_@babel+core@7.21.8: resolution: {integrity: sha512-0t4HGgXb7WHYLBciZzN5s0Hzqan4Ue+p/3FdQdcaHAb7s5D9WZFGoSxEZHrR1TFVZlAPu1bejTKGeAzaaG3NCQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.8 '@vue/babel-helper-vue-jsx-merge-props': 1.4.0 - '@vue/babel-plugin-transform-vue-jsx': 1.4.0_@babel+core@7.21.4 + '@vue/babel-plugin-transform-vue-jsx': 1.4.0_@babel+core@7.21.8 camelcase: 5.3.1 html-tags: 2.0.0 svg-tags: 1.0.0 dev: false - /@vue/babel-sugar-v-on/1.3.0_@babel+core@7.21.4: + /@vue/babel-sugar-v-on/1.3.0_@babel+core@7.21.8: resolution: {integrity: sha512-8VZgrS0G5bh7+Prj7oJkzg9GvhSPnuW5YT6MNaVAEy4uwxRLJ8GqHenaStfllChTao4XZ3EZkNtHB4Xbr/ePdA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.4 - '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.8 + '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.21.8 camelcase: 5.3.1 dev: true - /@vue/babel-sugar-v-on/1.4.0_@babel+core@7.21.4: + /@vue/babel-sugar-v-on/1.4.0_@babel+core@7.21.8: resolution: {integrity: sha512-m+zud4wKLzSKgQrWwhqRObWzmTuyzl6vOP7024lrpeJM4x2UhQtRDLgYjXAw9xBXjCwS0pP9kXjg91F9ZNo9JA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.4 - '@vue/babel-plugin-transform-vue-jsx': 1.4.0_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.8 + '@vue/babel-plugin-transform-vue-jsx': 1.4.0_@babel+core@7.21.8 camelcase: 5.3.1 dev: false @@ -9258,19 +9355,19 @@ packages: uri-js: 4.4.1 dev: false - /all-contributors-cli/6.24.0: - resolution: {integrity: sha512-7oSKr2PnqxsOotuSwciltcFTS1eVRdjR0cn99hbElfff7gRQBShVhsf/XBprY41sLcgqTk0l0MKgKv6QNgZdMg==} + /all-contributors-cli/6.25.0: + resolution: {integrity: sha512-vsMPLmpnYxzUV0Em/4RNmrnmCruUnIWcY10I0QNRUU9A0275VEuJTVhICi/L2V6foIemwog3ZeNfNV9qeetfsw==} engines: {node: '>=4'} hasBin: true dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.21.0 async: 3.2.4 chalk: 4.1.2 didyoumean: 1.2.2 inquirer: 7.3.3 json-fixer: 1.6.13 lodash: 4.17.21 - node-fetch: 2.6.7 + node-fetch: 2.6.9 pify: 5.0.0 yargs: 15.4.1 transitivePeerDependencies: @@ -9312,6 +9409,7 @@ packages: /ansi-regex/2.1.1: resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==} engines: {node: '>=0.10.0'} + dev: false /ansi-regex/3.0.1: resolution: {integrity: sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==} @@ -9499,15 +9597,15 @@ packages: zen-observable: 0.8.15 dev: false - /apollo-codegen-core/0.40.9_typescript@4.9.5: + /apollo-codegen-core/0.40.9_typescript@5.0.4: resolution: {integrity: sha512-AiynL9PWGZ9zXq9gbJENGixrbmJTORjg8T15gXlPbFcXJzVlQ8+gGuBcHMjBBFBtqb1ZhXN2IZ6udzrRHCB+ag==} engines: {node: '>=8', npm: '>=6'} dependencies: '@babel/generator': 7.17.10 - '@babel/parser': 7.21.4 + '@babel/parser': 7.21.8 '@babel/types': 7.17.10 apollo-env: 0.10.2 - apollo-language-server: 1.26.9_typescript@4.9.5 + apollo-language-server: 1.26.9_typescript@5.0.4 ast-types: 0.14.2 common-tags: 1.8.2 recast: 0.21.2 @@ -9516,13 +9614,13 @@ packages: - typescript dev: false - /apollo-codegen-flow/0.38.9_typescript@4.9.5: + /apollo-codegen-flow/0.38.9_typescript@5.0.4: resolution: {integrity: sha512-w02FRiDCfFH7FxRqKZlnmH6q4URT3hlrGvizaRKirEyFQWH7OSEE4osYhSCU+dcRru+NuWtPVrMh3LTB7NinSQ==} engines: {node: '>=8', npm: '>=6'} dependencies: '@babel/generator': 7.17.10 '@babel/types': 7.17.10 - apollo-codegen-core: 0.40.9_typescript@4.9.5 + apollo-codegen-core: 0.40.9_typescript@5.0.4 change-case: 4.1.2 common-tags: 1.8.2 inflected: 2.1.0 @@ -9531,11 +9629,11 @@ packages: - typescript dev: false - /apollo-codegen-scala/0.39.9_typescript@4.9.5: + /apollo-codegen-scala/0.39.9_typescript@5.0.4: resolution: {integrity: sha512-Dtpg8m3MgJ5RIlkPfGDOclsZro1scR32AQY517uA3QdUHa/R+XxU9CQ2bnPnI7BtzuUsrTiJnBXQSulfxrdDOQ==} engines: {node: '>=8', npm: '>=6'} dependencies: - apollo-codegen-core: 0.40.9_typescript@4.9.5 + apollo-codegen-core: 0.40.9_typescript@5.0.4 change-case: 4.1.2 common-tags: 1.8.2 inflected: 2.1.0 @@ -9544,11 +9642,11 @@ packages: - typescript dev: false - /apollo-codegen-swift/0.40.9_typescript@4.9.5: + /apollo-codegen-swift/0.40.9_typescript@5.0.4: resolution: {integrity: sha512-Ghk0ef4//QOUdJ80kheD7Q20o9UDrXQVWXz8lWUM88w1cba5LBLXz+CeeQ+VyUHrnFO9XqkimqyPZSDpDmHUSA==} engines: {node: '>=8', npm: '>=6'} dependencies: - apollo-codegen-core: 0.40.9_typescript@4.9.5 + apollo-codegen-core: 0.40.9_typescript@5.0.4 change-case: 4.1.2 common-tags: 1.8.2 inflected: 2.1.0 @@ -9557,13 +9655,13 @@ packages: - typescript dev: false - /apollo-codegen-typescript/0.40.9_typescript@4.9.5: + /apollo-codegen-typescript/0.40.9_typescript@5.0.4: resolution: {integrity: sha512-koOS3ZbU8UNoZwl87WBxpo+3t0e/iIIkbgYg9zOVKnHCYHi2/CbSE7rq3uAM99QmvcE62wrIoFjpBQADJq78Dw==} engines: {node: '>=8', npm: '>=6'} dependencies: '@babel/generator': 7.17.10 '@babel/types': 7.17.10 - apollo-codegen-core: 0.40.9_typescript@4.9.5 + apollo-codegen-core: 0.40.9_typescript@5.0.4 change-case: 4.1.2 common-tags: 1.8.2 inflected: 2.1.0 @@ -9616,14 +9714,14 @@ packages: sha.js: 2.4.11 dev: false - /apollo-language-server/1.26.9_typescript@4.9.5: + /apollo-language-server/1.26.9_typescript@5.0.4: resolution: {integrity: sha512-+moe6KfDPPHUaC5Te4x9O5OqBPTZmkNRfjM4kb3XRb3ve8tUeKdye5lIANU+XCv7aZ6G68PHozrO5/Tj1X8Qcw==} engines: {node: '>=8', npm: '>=6'} dependencies: '@apollo/federation': 0.27.0_graphql@15.8.0 '@apollographql/apollo-tools': 0.5.4_graphql@15.8.0 '@apollographql/graphql-language-service-interface': 2.0.2_graphql@15.8.0 - '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_prdn7pc7mycjsinmi5fnyv4we4 + '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_ftyc2is4hj24nyciskooot5zji apollo-datasource: 3.3.2 apollo-env: 0.10.2 apollo-graphql: 0.9.7_graphql@15.8.0 @@ -9985,7 +10083,7 @@ packages: tslib: 1.14.1 dev: false - /apollo/2.34.0_typescript@4.9.5: + /apollo/2.34.0_typescript@5.0.4: resolution: {integrity: sha512-gDH+WBN+b6TA/tIrIuAyO6Df4tsHwAA/t3NZqUitOM0gKo/nXNOUZzskAFTjErL6fgp5+kYIP3rZ+bIleqXAKg==} engines: {node: '>=8', npm: '>=6'} hasBin: true @@ -9999,14 +10097,14 @@ packages: '@oclif/plugin-not-found': 2.3.1 '@oclif/plugin-plugins': 2.1.0 '@oclif/plugin-warn-if-update-available': 2.0.4 - apollo-codegen-core: 0.40.9_typescript@4.9.5 - apollo-codegen-flow: 0.38.9_typescript@4.9.5 - apollo-codegen-scala: 0.39.9_typescript@4.9.5 - apollo-codegen-swift: 0.40.9_typescript@4.9.5 - apollo-codegen-typescript: 0.40.9_typescript@4.9.5 + apollo-codegen-core: 0.40.9_typescript@5.0.4 + apollo-codegen-flow: 0.38.9_typescript@5.0.4 + apollo-codegen-scala: 0.39.9_typescript@5.0.4 + apollo-codegen-swift: 0.40.9_typescript@5.0.4 + apollo-codegen-typescript: 0.40.9_typescript@5.0.4 apollo-env: 0.10.2 apollo-graphql: 0.9.7_graphql@15.8.0 - apollo-language-server: 1.26.9_typescript@4.9.5 + apollo-language-server: 1.26.9_typescript@5.0.4 chalk: 4.1.2 cli-ux: 6.0.9 env-ci: 7.1.0 @@ -10037,6 +10135,7 @@ packages: /aproba/1.2.0: resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==} + dev: false /aproba/2.0.0: resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} @@ -10075,13 +10174,6 @@ packages: zip-stream: 4.1.0 dev: true - /are-we-there-yet/1.1.7: - resolution: {integrity: sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==} - dependencies: - delegates: 1.0.0 - readable-stream: 2.3.8 - dev: true - /are-we-there-yet/2.0.0: resolution: {integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==} engines: {node: '>=10'} @@ -10342,14 +10434,14 @@ packages: - debug dev: false - /babel-loader/8.2.5_z2ws6pnxa5zk5axe2qz6qd5y4u: + /babel-loader/8.2.5_ocf5rtwbdm3mau6pf6fzkqlwt4: resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 @@ -10357,36 +10449,36 @@ packages: webpack: 4.46.0 dev: false - /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.21.4: + /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.21.8: resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.21.4 - '@babel/core': 7.21.4 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.8 semver: 6.3.0 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.21.4: + /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.21.8: resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.8 core-js-compat: 3.25.2 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.21.4: + /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.21.8: resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.8 transitivePeerDependencies: - supports-color @@ -10394,38 +10486,38 @@ packages: resolution: {integrity: sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==} dev: false - /babel-preset-fbjs/3.4.0_@babel+core@7.21.4: + /babel-preset-fbjs/3.4.0_@babel+core@7.21.8: resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.4 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.4 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.21.4 - '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.4 - '@babel/plugin-transform-arrow-functions': 7.20.7_@babel+core@7.21.4 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.21.4 - '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.21.4 - '@babel/plugin-transform-computed-properties': 7.20.7_@babel+core@7.21.4 - '@babel/plugin-transform-destructuring': 7.21.3_@babel+core@7.21.4 - '@babel/plugin-transform-flow-strip-types': 7.18.9_@babel+core@7.21.4 - '@babel/plugin-transform-for-of': 7.21.0_@babel+core@7.21.4 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.21.4 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.21.4 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-modules-commonjs': 7.21.2_@babel+core@7.21.4 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.21.4 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.21.4 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.21.4 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.21.4 + '@babel/core': 7.21.8 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.8 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.21.8 + '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-transform-arrow-functions': 7.21.5_@babel+core@7.21.8 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.21.8 + '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.21.8 + '@babel/plugin-transform-computed-properties': 7.21.5_@babel+core@7.21.8 + '@babel/plugin-transform-destructuring': 7.21.3_@babel+core@7.21.8 + '@babel/plugin-transform-flow-strip-types': 7.18.9_@babel+core@7.21.8 + '@babel/plugin-transform-for-of': 7.21.5_@babel+core@7.21.8 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.21.8 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.21.8 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-modules-commonjs': 7.21.5_@babel+core@7.21.8 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.21.8 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.21.8 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.21.8 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.21.8 babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 transitivePeerDependencies: - supports-color @@ -11414,6 +11506,7 @@ packages: /code-point-at/1.1.0: resolution: {integrity: sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==} engines: {node: '>=0.10.0'} + dev: false /collection-visit/1.0.0: resolution: {integrity: sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==} @@ -11554,7 +11647,7 @@ packages: dev: false /concat-map/0.0.1: - resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} /concat-stream/1.6.2: resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==} @@ -11614,6 +11707,9 @@ packages: resolution: {integrity: sha512-o/Wau2FmZKiQgyp3c3IULgN6J5yc0lwYMnoyiZdEpdGxKGBtt2ACbkulBZ6BUsHy1HlSJqoP4YOyPIJLgRJyKQ==} dev: true + /consola/3.1.0: + resolution: {integrity: sha512-rrrJE6rP0qzl/Srg+C9x/AE5Kxfux7reVm1Wh0wCjuXvih6DqZgqDZe8auTD28fzJ9TF0mHlSDrPpWlujQRo1Q==} + /console-browserify/1.2.0: resolution: {integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==} dev: false @@ -12482,29 +12578,29 @@ packages: resolution: {integrity: sha512-NJGVKPS81XejHcLhaLJS7plab0fK3slPh11mESeeDq2W4ZI5kUKK/LRRdVDvjJseojbPB7ZwjnyOybg3Igea/A==} dev: false - /cypress-file-upload/5.0.8_cypress@12.10.0: + /cypress-file-upload/5.0.8_cypress@12.11.0: resolution: {integrity: sha512-+8VzNabRk3zG6x8f8BWArF/xA/W0VK4IZNx3MV0jFWrJS/qKn8eHfa5nU73P9fOQAgwHFJx7zjg4lwOnljMO8g==} engines: {node: '>=8.2.1'} peerDependencies: cypress: '>3.0.0' dependencies: - cypress: 12.10.0 + cypress: 12.11.0 dev: true /cypress-network-idle/1.14.2: resolution: {integrity: sha512-xAdR8dH58KFPv8eCDWjviScITrJOcUpuMXYfYTc175nk2/NvnJ+I6ylSn1CM7yZmoV/gLbFa36QLiH5NfNEaLQ==} dev: true - /cypress-real-events/1.7.6_cypress@12.10.0: + /cypress-real-events/1.7.6_cypress@12.11.0: resolution: {integrity: sha512-yP6GnRrbm6HK5q4DH6Nnupz37nOfZu/xn1xFYqsE2o4G73giPWQOdu6375QYpwfU1cvHNCgyD2bQ2hPH9D7NMw==} peerDependencies: cypress: ^4.x || ^5.x || ^6.x || ^7.x || ^8.x || ^9.x || ^10.x || ^11.x || ^12.x dependencies: - cypress: 12.10.0 + cypress: 12.11.0 dev: true - /cypress/12.10.0: - resolution: {integrity: sha512-Y0wPc221xKKW1/4iAFCphkrG2jNR4MjOne3iGn4mcuCaE7Y5EtXL83N8BzRsAht7GYfWVjJ/UeTqEdDKHz39HQ==} + /cypress/12.11.0: + resolution: {integrity: sha512-TJE+CCWI26Hwr5Msb9GpQhFLubdYooW0fmlPwTsfiyxmngqc7+SZGLPeIkj2dTSSZSEtpQVzOzvcnzH0o8G7Vw==} engines: {node: ^14.0.0 || ^16.0.0 || >=18.0.0} hasBin: true requiresBuild: true @@ -12588,9 +12684,11 @@ packages: resolution: {integrity: sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==} dev: false - /date-fns/2.29.3: - resolution: {integrity: sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==} + /date-fns/2.30.0: + resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} engines: {node: '>=0.11'} + dependencies: + '@babel/runtime': 7.21.0 dev: false /date-time/3.1.0: @@ -13083,7 +13181,7 @@ packages: dev: true /ee-first/1.1.1: - resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} + resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} /ejs/3.1.8: resolution: {integrity: sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==} @@ -13600,14 +13698,14 @@ packages: eslint-plugin-promise: 6.1.1_eslint@8.39.0 dev: true - /eslint-config-unjs/0.1.0_tbtvr3a5zwdiktqy4vlmx63mqq: + /eslint-config-unjs/0.1.0_iacogk7kkaymxepzhgcbytyi7q: resolution: {integrity: sha512-P51/jQg3RoLKqDTR6/x5637iOBYIEka/Ec6TwaNKiLhSOeYBKRVPsg/FdbV8MBExC9q4j/wRoTYBKj7sEVNUgQ==} peerDependencies: eslint: '*' typescript: '*' dependencies: - '@typescript-eslint/eslint-plugin': 5.55.0_qfeuezi5wysrja6cmp5jm3bpji - '@typescript-eslint/parser': 5.55.0_tbtvr3a5zwdiktqy4vlmx63mqq + '@typescript-eslint/eslint-plugin': 5.55.0_iw7dx6j5ann7kbluu6xyu7jjeq + '@typescript-eslint/parser': 5.55.0_iacogk7kkaymxepzhgcbytyi7q eslint: 8.39.0 eslint-config-prettier: 8.7.0_eslint@8.39.0 eslint-config-standard: 17.0.0_2lu3b62rqlpb7xiy3ybkzau6qe @@ -13617,7 +13715,7 @@ packages: eslint-plugin-node: 11.1.0_eslint@8.39.0 eslint-plugin-promise: 6.1.1_eslint@8.39.0 eslint-plugin-unicorn: 43.0.2_eslint@8.39.0 - typescript: 4.9.5 + typescript: 5.0.4 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color @@ -13674,7 +13772,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.55.0_tbtvr3a5zwdiktqy4vlmx63mqq + '@typescript-eslint/parser': 5.55.0_iacogk7kkaymxepzhgcbytyi7q debug: 3.2.7 eslint: 8.39.0 eslint-import-resolver-node: 0.3.7 @@ -13715,7 +13813,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.55.0_tbtvr3a5zwdiktqy4vlmx63mqq + '@typescript-eslint/parser': 5.55.0_iacogk7kkaymxepzhgcbytyi7q array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 @@ -14823,19 +14921,6 @@ packages: /functions-have-names/1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} - /gauge/2.7.4: - resolution: {integrity: sha512-14x4kjc6lkD3ltw589k0NrPD6cCNTD6CWoVUNpB85+DrtONoZn+Rug6xZU5RvSC4+TZPxA5AnBibQYAvZn41Hg==} - dependencies: - aproba: 1.2.0 - console-control-strings: 1.1.0 - has-unicode: 2.0.1 - object-assign: 4.1.1 - signal-exit: 3.0.7 - string-width: 1.0.2 - strip-ansi: 3.0.1 - wide-align: 1.1.5 - dev: true - /gauge/3.0.2: resolution: {integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==} engines: {node: '>=10'} @@ -15509,8 +15594,8 @@ packages: resolution: {integrity: sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==} dev: false - /highlight.js/11.7.0: - resolution: {integrity: sha512-1rRqesRFhMO/PRF+G86evnyJkCgaZFOI+Z6kdj15TA18funfoqJXvgPCLSf0SWq3SRfg1j3HlDs8o4s3EGq1oQ==} + /highlight.js/11.8.0: + resolution: {integrity: sha512-MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg==} engines: {node: '>=12.0.0'} dev: false @@ -16183,6 +16268,7 @@ packages: engines: {node: '>=0.10.0'} dependencies: number-is-nan: 1.0.1 + dev: false /is-fullwidth-code-point/2.0.0: resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==} @@ -16694,7 +16780,7 @@ packages: resolution: {integrity: sha512-DKQ71M+0uwAG3QsUkeVgh6XREw/OkpnTfHfM+sdmxRjHvYZ8PlcMVF4ibsHQ1ckR63NROs68qUr1I0u6yPVePQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 chalk: 4.1.2 pegjs: 0.10.0 dev: true @@ -17654,6 +17740,7 @@ packages: /minimist/1.2.6: resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==} + dev: true /minimist/1.2.8: resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} @@ -17728,7 +17815,7 @@ packages: resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} hasBin: true dependencies: - minimist: 1.2.6 + minimist: 1.2.8 /mkdirp/1.0.4: resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} @@ -17764,7 +17851,7 @@ packages: typescript: 5.0.4 dev: true - /mkdist/1.2.0_yb5knrg423q5h7vusjjkkj2bw4: + /mkdist/1.2.0_yl3dukd5txcrkvtayeyw5gidji: resolution: {integrity: sha512-UTqu/bXmIk/+VKNVgufAeMyjUcNy1dn9Bl7wL1zZlCKVrpDgj/VllmZBeh3ZCC/2HWqUrt6frNFTKt9TRZbNvQ==} hasBin: true peerDependencies: @@ -17784,7 +17871,7 @@ packages: mlly: 1.2.0 mri: 1.2.0 pathe: 1.1.0 - sass: 1.62.0 + sass: 1.62.1 typescript: 4.9.5 dev: true @@ -18008,6 +18095,18 @@ packages: - supports-color dev: false + /nock/13.3.1: + resolution: {integrity: sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw==} + engines: {node: '>= 10.13'} + dependencies: + debug: 4.3.4 + json-stringify-safe: 5.0.1 + lodash: 4.17.21 + propagate: 2.0.1 + transitivePeerDependencies: + - supports-color + dev: false + /node-abi/3.31.0: resolution: {integrity: sha512-eSKV6s+APenqVh8ubJyiu/YhZgxQpGP66ntzUb3lY1xB9ukSRaGnx0AIxI+IM+1+IVYC1oWobgG5L3Lt9ARykQ==} engines: {node: '>=10'} @@ -18050,6 +18149,7 @@ packages: optional: true dependencies: whatwg-url: 5.0.0 + dev: false /node-fetch/2.6.9: resolution: {integrity: sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==} @@ -18225,15 +18325,6 @@ packages: path-key: 4.0.0 dev: true - /npmlog/4.1.2: - resolution: {integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==} - dependencies: - are-we-there-yet: 1.1.7 - console-control-strings: 1.1.0 - gauge: 2.7.4 - set-blocking: 2.0.0 - dev: true - /npmlog/5.0.1: resolution: {integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==} dependencies: @@ -18265,6 +18356,7 @@ packages: /number-is-nan/1.0.1: resolution: {integrity: sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==} engines: {node: '>=0.10.0'} + dev: false /nuxi/3.0.0: resolution: {integrity: sha512-VWh1kKFffxD2yadZWcQSd6eTf9okXRr7d3HsjLiI4B3Q1/8iKdIUiodGo7X71OZ+gPVnX6Oh/XFzcb7mr+8TbQ==} @@ -18283,15 +18375,15 @@ packages: - vue dev: false - /nuxt-edge/2.16.0-27720022.54e852f_stgnfuekanqoxv2sawfe5zt2vu: + /nuxt-edge/2.16.0-27720022.54e852f_2sbgzfg3k6oxjttkvp37fcwflm: resolution: {integrity: sha512-tLC30bV82i2fG0mdJrzPM5f46AgZX4xTewxWF5RTf5qyzJrCnHC7HhrsWVuk2BKE0NdYistGtP+HLiouvJ5Nig==} hasBin: true requiresBuild: true dependencies: '@nuxt/babel-preset-app-edge': 2.16.0-27720022.54e852f_vue@2.7.14 - '@nuxt/builder-edge': 2.16.0-27720022.54e852f_hwpzsh6pnvsm3pjf2zi526hnzq + '@nuxt/builder-edge': 2.16.0-27720022.54e852f_gktwed2twyzgsxlkmpaqasqery '@nuxt/cli-edge': 2.16.0-27720022.54e852f - '@nuxt/components': 2.2.1_consola@2.15.3 + '@nuxt/components': 2.2.1_consola@3.1.0 '@nuxt/config-edge': 2.16.0-27720022.54e852f '@nuxt/core-edge': 2.16.0-27720022.54e852f '@nuxt/generator-edge': 2.16.0-27720022.54e852f @@ -18302,7 +18394,7 @@ packages: '@nuxt/utils-edge': 2.16.0-27720022.54e852f '@nuxt/vue-app-edge': 2.16.0-27720022.54e852f '@nuxt/vue-renderer-edge': 2.16.0-27720022.54e852f - '@nuxt/webpack-edge': 2.16.0-27720022.54e852f_erfbavqcsxdsfzuhctu4pd6xii_hwpzsh6pnvsm3pjf2zi526hnzq + '@nuxt/webpack-edge': 2.16.0-27720022.54e852f_erfbavqcsxdsfzuhctu4pd6xii_gktwed2twyzgsxlkmpaqasqery transitivePeerDependencies: - '@vue/compiler-sfc' - arc-templates @@ -18925,7 +19017,7 @@ packages: pinia: ^2.0.0 dev: false - /pinia/2.0.35_hwpzsh6pnvsm3pjf2zi526hnzq: + /pinia/2.0.35_gktwed2twyzgsxlkmpaqasqery: resolution: {integrity: sha512-P1IKKQWhxGXiiZ3atOaNI75bYlFUbRxtJdhPLX059Z7+b9Z04rnTZdSY8Aph1LA+/4QEMAYHsTQ638Wfe+6K5g==} peerDependencies: '@vue/composition-api': ^1.4.0 @@ -18938,7 +19030,7 @@ packages: optional: true dependencies: '@vue/devtools-api': 6.5.0 - typescript: 4.9.5 + typescript: 5.0.4 vue: 2.7.14 vue-demi: 0.13.11_vue@2.7.14 dev: false @@ -18974,21 +19066,23 @@ packages: engines: {node: '>=10.13.0'} dev: false - /pnp-webpack-plugin/1.7.0_typescript@4.9.5: + /pnp-webpack-plugin/1.7.0_typescript@5.0.4: resolution: {integrity: sha512-2Rb3vm+EXble/sMXNSu6eoBx8e79gKqhNq9F5ZWW6ERNCTE/Q0wQNne5541tE5vKjfM8hpNCYL+LGc1YTfI0dg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0_typescript@4.9.5 + ts-pnp: 1.2.0_typescript@5.0.4 transitivePeerDependencies: - typescript dev: false - /pontem-types-bundle/1.0.15: + /pontem-types-bundle/1.0.15_@polkadot+util@10.4.2: resolution: {integrity: sha512-PXQTwvb6QB5VW3UILU9w7du55j7hd2mZspfLPcum7XEwxhVhzH22dygd3waSNEhybTgcsV40XB4d3OIdwgaLvw==} dependencies: - '@polkadot/keyring': 7.9.2 + '@polkadot/keyring': 7.9.2_@polkadot+util@10.4.2 '@polkadot/types': 6.12.1 typescript: 4.9.5 + transitivePeerDependencies: + - '@polkadot/util' dev: false /popper.js/1.16.1: @@ -20563,12 +20657,6 @@ packages: redis-errors: 1.2.0 dev: true - /regenerate-unicode-properties/10.0.1: - resolution: {integrity: sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==} - engines: {node: '>=4'} - dependencies: - regenerate: 1.4.2 - /regenerate-unicode-properties/10.1.0: resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} engines: {node: '>=4'} @@ -20612,17 +20700,6 @@ packages: engines: {node: '>=8'} dev: true - /regexpu-core/5.1.0: - resolution: {integrity: sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==} - engines: {node: '>=4'} - dependencies: - regenerate: 1.4.2 - regenerate-unicode-properties: 10.0.1 - regjsgen: 0.6.0 - regjsparser: 0.8.4 - unicode-match-property-ecmascript: 2.0.0 - unicode-match-property-value-ecmascript: 2.0.0 - /regexpu-core/5.3.2: resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} engines: {node: '>=4'} @@ -20634,15 +20711,6 @@ packages: unicode-match-property-ecmascript: 2.0.0 unicode-match-property-value-ecmascript: 2.1.0 - /regjsgen/0.6.0: - resolution: {integrity: sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==} - - /regjsparser/0.8.4: - resolution: {integrity: sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==} - hasBin: true - dependencies: - jsesc: 0.5.0 - /regjsparser/0.9.1: resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} hasBin: true @@ -20937,6 +21005,12 @@ packages: dependencies: tslib: 2.5.0 + /rxjs/7.8.1: + resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} + dependencies: + tslib: 2.5.0 + dev: false + /sade/1.8.1: resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} engines: {node: '>=6'} @@ -20972,7 +21046,7 @@ packages: /safer-buffer/2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - /sass-loader/10.4.1_sass@1.62.0: + /sass-loader/10.4.1_sass@1.62.1: resolution: {integrity: sha512-aX/iJZTTpNUNx/OSYzo2KsjIUQHqvWsAhhUijFjAPdZTEhstjZI9zTNvkTTwsx+uNUJqUwOw5gacxQMx4hJxGQ==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -20991,13 +21065,13 @@ packages: klona: 2.0.6 loader-utils: 2.0.4 neo-async: 2.6.2 - sass: 1.62.0 + sass: 1.62.1 schema-utils: 3.1.1 semver: 7.3.8 dev: true - /sass/1.62.0: - resolution: {integrity: sha512-Q4USplo4pLYgCi+XlipZCWUQz5pkg/ruSSgJ0WRDSb/+3z9tXUOkQ7QPYn4XrhZKYAK4HlpaQecRwKLJX6+DBg==} + /sass/1.62.1: + resolution: {integrity: sha512-NHpxIzN29MXvWiuswfc1W3I0N8SXBd8UR26WntmDlRYf0bSADnwnOjsyMZ3lMezSlArD33Vs3YFhp7dWvL770A==} engines: {node: '>=14.0.0'} hasBin: true dependencies: @@ -21723,6 +21797,7 @@ packages: code-point-at: 1.1.0 is-fullwidth-code-point: 1.0.0 strip-ansi: 3.0.1 + dev: false /string-width/2.1.1: resolution: {integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==} @@ -21786,6 +21861,7 @@ packages: engines: {node: '>=0.10.0'} dependencies: ansi-regex: 2.1.1 + dev: false /strip-ansi/4.0.0: resolution: {integrity: sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==} @@ -22343,7 +22419,7 @@ packages: tslib: 1.14.1 dev: false - /ts-node/8.10.2_typescript@4.9.5: + /ts-node/8.10.2_typescript@5.0.4: resolution: {integrity: sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==} engines: {node: '>=6.0.0'} hasBin: true @@ -22354,11 +22430,11 @@ packages: diff: 4.0.2 make-error: 1.3.6 source-map-support: 0.5.21 - typescript: 4.9.5 + typescript: 5.0.4 yn: 3.1.1 dev: false - /ts-node/9.1.1_typescript@4.9.5: + /ts-node/9.1.1_typescript@5.0.4: resolution: {integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==} engines: {node: '>=10.0.0'} hasBin: true @@ -22370,11 +22446,11 @@ packages: diff: 4.0.2 make-error: 1.3.6 source-map-support: 0.5.21 - typescript: 4.9.5 + typescript: 5.0.4 yn: 3.1.1 dev: false - /ts-pnp/1.2.0_typescript@4.9.5: + /ts-pnp/1.2.0_typescript@5.0.4: resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} peerDependencies: @@ -22383,7 +22459,7 @@ packages: typescript: optional: true dependencies: - typescript: 4.9.5 + typescript: 5.0.4 dev: false /tsconfig-paths/3.14.2: @@ -22420,14 +22496,14 @@ packages: /tslib/2.5.0: resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} - /tsutils/3.21.0_typescript@4.9.5: + /tsutils/3.21.0_typescript@5.0.4: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.9.5 + typescript: 5.0.4 dev: true /tty-browserify/0.0.0: @@ -22551,7 +22627,6 @@ packages: resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==} engines: {node: '>=12.20'} hasBin: true - dev: true /ua-parser-js/0.7.31: resolution: {integrity: sha512-qLK/Xe9E2uzmYI3qLeOmI0tEOt+TBBQyUIAh4aAgU05FVYzeZrKUdkAZfBNVGRaHVgV0TDkdEngJSw/SyQchkQ==} @@ -22589,7 +22664,7 @@ packages: has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 - /unbuild/1.0.2_sass@1.62.0: + /unbuild/1.0.2_sass@1.62.1: resolution: {integrity: sha512-nQ2rxQ9aqIPzVhOEs6T/YcDGb6PWf6BAtQ0as+YWoaWCfezAdeL3KlNWSh279D6euOeCt94t0b/vAGr3GKu9Gw==} hasBin: true dependencies: @@ -22608,7 +22683,7 @@ packages: jiti: 1.18.2 magic-string: 0.27.0 mkdirp: 1.0.4 - mkdist: 1.2.0_yb5knrg423q5h7vusjjkkj2bw4 + mkdist: 1.2.0_yl3dukd5txcrkvtayeyw5gidji mlly: 1.2.0 mri: 1.2.0 pathe: 1.1.0 @@ -22702,10 +22777,6 @@ packages: unicode-canonical-property-names-ecmascript: 2.0.0 unicode-property-aliases-ecmascript: 2.0.0 - /unicode-match-property-value-ecmascript/2.0.0: - resolution: {integrity: sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==} - engines: {node: '>=4'} - /unicode-match-property-value-ecmascript/2.1.0: resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} engines: {node: '>=4'} @@ -22889,9 +22960,9 @@ packages: resolution: {integrity: sha512-z219Z65rOGD6jXIvIhpZFfwWdqQckB8sdZec2NO+TkcH1Bph7gL0hwLzRJs1KsOo4Jz4mF9guBXhsEnyEBGVfw==} hasBin: true dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/standalone': 7.21.4 - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 defu: 6.1.2 jiti: 1.18.2 mri: 1.2.0 @@ -23160,7 +23231,7 @@ packages: - terser dev: true - /vite-node/0.30.1_krdtqwbef6cs5q7npj7xv6ng4m: + /vite-node/0.30.1_we7k2yryb2s5h23an4e23gyog4: resolution: {integrity: sha512-vTikpU/J7e6LU/8iM3dzBo8ZhEiKZEKRznEMm+mJh95XhWaPrJQraT/QsT2NWmuEf+zgAoMe64PKT7hfZ1Njmg==} engines: {node: '>=v14.18.0'} hasBin: true @@ -23170,7 +23241,7 @@ packages: mlly: 1.2.0 pathe: 1.1.0 picocolors: 1.0.0 - vite: 3.2.6_krdtqwbef6cs5q7npj7xv6ng4m + vite: 3.2.6_we7k2yryb2s5h23an4e23gyog4 transitivePeerDependencies: - '@types/node' - less @@ -23187,23 +23258,23 @@ packages: vite: ^2.0.0 || ^3.0.0 || ^4.0.0 vue-template-compiler: ^2.2.0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/parser': 7.20.7 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-proposal-decorators': 7.18.10_@babel+core@7.21.4 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.21.4 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.4 - '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-transform-block-scoping': 7.20.2_@babel+core@7.21.4 - '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.21.4 - '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.21.4 - '@babel/plugin-transform-parameters': 7.20.1_@babel+core@7.21.4 - '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.21.4 - '@babel/plugin-transform-typescript': 7.18.12_@babel+core@7.21.4 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-proposal-decorators': 7.18.10_@babel+core@7.21.8 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.21.8 + '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.8 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-block-scoping': 7.20.2_@babel+core@7.21.8 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.21.8 + '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.21.8 + '@babel/plugin-transform-parameters': 7.20.1_@babel+core@7.21.8 + '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.21.8 + '@babel/plugin-transform-typescript': 7.18.12_@babel+core@7.21.8 '@rollup/pluginutils': 4.2.1 '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 - '@vue/babel-preset-jsx': 1.3.1_binonxd6lfchyvkephbjohtdpa + '@vue/babel-preset-jsx': 1.3.1_4ll6gd4ib52pacbxai3egootum '@vue/component-compiler-utils': 3.3.0_lodash@4.17.21 consolidate: 0.16.0_lodash@4.17.21 debug: 4.3.4 @@ -23308,7 +23379,7 @@ packages: fsevents: 2.3.2 dev: true - /vite/3.2.5_krdtqwbef6cs5q7npj7xv6ng4m: + /vite/3.2.5_we7k2yryb2s5h23an4e23gyog4: resolution: {integrity: sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -23338,7 +23409,7 @@ packages: postcss: 8.4.21 resolve: 1.22.1 rollup: 2.79.1 - sass: 1.62.0 + sass: 1.62.1 optionalDependencies: fsevents: 2.3.2 dev: true @@ -23410,7 +23481,7 @@ packages: fsevents: 2.3.2 dev: true - /vite/3.2.6_krdtqwbef6cs5q7npj7xv6ng4m: + /vite/3.2.6_sass@1.62.1+terser@5.16.5: resolution: {integrity: sha512-nTXTxYVvaQNLoW5BQ8PNNQ3lPia57gzsQU/Khv+JvzKPku8kNZL6NMUR/qwXhMG6E+g1idqEPanomJ+VZgixEg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -23435,17 +23506,17 @@ packages: terser: optional: true dependencies: - '@types/node': 18.14.6 esbuild: 0.15.18 postcss: 8.4.21 resolve: 1.22.1 rollup: 2.79.1 - sass: 1.62.0 + sass: 1.62.1 + terser: 5.16.5 optionalDependencies: fsevents: 2.3.2 dev: true - /vite/3.2.6_sass@1.62.0+terser@5.16.5: + /vite/3.2.6_we7k2yryb2s5h23an4e23gyog4: resolution: {integrity: sha512-nTXTxYVvaQNLoW5BQ8PNNQ3lPia57gzsQU/Khv+JvzKPku8kNZL6NMUR/qwXhMG6E+g1idqEPanomJ+VZgixEg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -23470,12 +23541,12 @@ packages: terser: optional: true dependencies: + '@types/node': 18.14.6 esbuild: 0.15.18 postcss: 8.4.21 resolve: 1.22.1 rollup: 2.79.1 - sass: 1.62.0 - terser: 5.16.5 + sass: 1.62.1 optionalDependencies: fsevents: 2.3.2 dev: true @@ -23546,7 +23617,7 @@ packages: - terser dev: true - /vitest/0.30.1_jsdom@19.0.0+sass@1.62.0: + /vitest/0.30.1_jsdom@19.0.0+sass@1.62.1: resolution: {integrity: sha512-y35WTrSTlTxfMLttgQk4rHcaDkbHQwDP++SNwPb+7H8yb13Q3cu2EixrtHzF27iZ8v0XCciSsLg00RkPAzB/aA==} engines: {node: '>=v14.18.0'} hasBin: true @@ -23601,8 +23672,8 @@ packages: strip-literal: 1.0.1 tinybench: 2.4.0 tinypool: 0.4.0 - vite: 3.2.5_krdtqwbef6cs5q7npj7xv6ng4m - vite-node: 0.30.1_krdtqwbef6cs5q7npj7xv6ng4m + vite: 3.2.5_we7k2yryb2s5h23an4e23gyog4 + vite-node: 0.30.1_we7k2yryb2s5h23an4e23gyog4 why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -23687,7 +23758,7 @@ packages: vue: 2.7.14 dev: false - /vue-cli-plugin-apollo/0.22.2_hrcta5zlilaoypktf3izxahhpy: + /vue-cli-plugin-apollo/0.22.2_yx7p4fl6hprdkzgf6a4azrensa: resolution: {integrity: sha512-HatlgKTChTnaSFTU2rdYDlL6Ui8t8Lzl9aqWiEd4vpbylZA/OlMFSbuNH33UoIgyJl783yo1WFod7FqNTj2zsg==} peerDependencies: '@vue/cli-shared-utils': ^3.0.0 || ^4.0.0-0 @@ -23696,7 +23767,7 @@ packages: typescript: optional: true dependencies: - apollo: 2.34.0_typescript@4.9.5 + apollo: 2.34.0_typescript@5.0.4 apollo-cache-inmemory: 1.6.6_graphql@15.8.0 apollo-client: 2.6.10_graphql@15.8.0 apollo-link: 1.2.14_graphql@15.8.0 @@ -23722,8 +23793,8 @@ packages: node-fetch: 2.6.9 nodemon: 2.0.19 subscriptions-transport-ws: 0.9.19_graphql@15.8.0 - ts-node: 8.10.2_typescript@4.9.5 - typescript: 4.9.5 + ts-node: 8.10.2_typescript@5.0.4 + typescript: 5.0.4 transitivePeerDependencies: - '@types/node' - bufferutil @@ -23814,8 +23885,12 @@ packages: resolution: {integrity: sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==} dev: false - /vue-i18n/8.27.2: + /vue-i18n/8.27.2_vue@2.7.14: resolution: {integrity: sha512-QVzn7u2WVH8F7eSKIM00lujC7x1mnuGPaTnDTmB01Hd709jDtB9kYtBqM+MWmp5AJRx3gnqAdZbee9MelqwFBg==} + peerDependencies: + vue: ^2 + dependencies: + vue: 2.7.14 dev: false /vue-infinite-loading/2.4.5_vue@2.7.14: @@ -23934,8 +24009,12 @@ packages: vue-class-component: 7.2.6_vue@2.7.14 dev: false - /vue-router/3.6.5: + /vue-router/3.6.5_vue@2.7.14: resolution: {integrity: sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ==} + peerDependencies: + vue: ^2 + dependencies: + vue: 2.7.14 dev: false /vue-server-renderer/2.7.14: @@ -23972,17 +24051,17 @@ packages: peerDependencies: vue-template-compiler: ^2.6.0 dependencies: - '@babel/core': 7.21.4 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.4 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.4 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.4 - '@babel/plugin-transform-arrow-functions': 7.20.7_@babel+core@7.21.4 - '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.21.4 - '@babel/plugin-transform-computed-properties': 7.20.7_@babel+core@7.21.4 - '@babel/plugin-transform-destructuring': 7.21.3_@babel+core@7.21.4 - '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.21.4 - '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.21.4 - '@babel/types': 7.21.4 + '@babel/core': 7.21.8 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.8 + '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.8 + '@babel/plugin-transform-arrow-functions': 7.21.5_@babel+core@7.21.8 + '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.21.8 + '@babel/plugin-transform-computed-properties': 7.21.5_@babel+core@7.21.8 + '@babel/plugin-transform-destructuring': 7.21.3_@babel+core@7.21.8 + '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.21.8 + '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.21.8 + '@babel/types': 7.21.5 deepmerge: 4.3.0 transitivePeerDependencies: - supports-color