From 7f4476c915ff6f91edbe68bb34ca9e3b38762105 Mon Sep 17 00:00:00 2001 From: lotyp Date: Tue, 31 Jan 2023 13:12:17 +0200 Subject: [PATCH] deps: updating npm deps --- .ncurc.yml | 2 +- apps/docs/package.json | 4 +- apps/web/package.json | 10 +- package.json | 8 +- packages/common-i18n/package.json | 4 +- packages/eslint-config-custom/package.json | 10 +- packages/ui/package.json | 4 +- pnpm-lock.yaml | 628 +++++++++++++-------- 8 files changed, 398 insertions(+), 272 deletions(-) diff --git a/.ncurc.yml b/.ncurc.yml index f1a7e92f..f7aa42f5 100644 --- a/.ncurc.yml +++ b/.ncurc.yml @@ -4,4 +4,4 @@ # @link https://github.com/raineorshine/npm-check-updates # Add here exclusions on packages if any -reject: [] +reject: ['@storybook/*'] diff --git a/apps/docs/package.json b/apps/docs/package.json index 8720c06e..91b065e5 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -27,8 +27,8 @@ "@wayofdev/browserslist-config": "^1.1.0", "@wayofdev/eslint-config-custom": "workspace:*", "es-check": "^7.1.0", - "eslint": "^8.32.0", - "typescript": "^4.9.4", + "eslint": "^8.33.0", + "typescript": "^4.9.5", "sharp": "^0.31.3" } } diff --git a/apps/web/package.json b/apps/web/package.json index 89ce8fbf..b4e34f8a 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -33,9 +33,9 @@ "next-seo": "^5.15.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.42.1", + "react-hook-form": "^7.43.0", "react-i18next": "^12.1.4", - "type-fest": "^3.5.3", + "type-fest": "^3.5.4", "zod": "^3.20.2" }, "devDependencies": { @@ -66,11 +66,11 @@ "@wayofdev/common-i18n": "workspace:*", "@wayofdev/eslint-config-custom": "workspace:*", "autoprefixer": "^10.4.13", - "browserslist": "^4.21.4", + "browserslist": "^4.21.5", "css-loader": "6.7.3", "cssnano": "^5.1.14", "es-check": "^7.1.0", - "eslint": "^8.32.0", + "eslint": "^8.33.0", "eslint-config-next": "^13.1.6", "get-tsconfig": "^4.3.0", "jest": "^29.4.1", @@ -93,6 +93,6 @@ "tailwindcss": "^3.2.4", "ts-jest": "29.0.5", "tslib": "^2.5.0", - "typescript": "^4.9.4" + "typescript": "^4.9.5" } } diff --git a/package.json b/package.json index 8d2fb786..193c7182 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@wayofdev/secretlint-config": "^1.1.0", "@wayofdev/stylelint-config": "^1.1.0", "@wayofdev/tsconfig-config": "^1.3.0", - "eslint": "^8.32.0", + "eslint": "^8.33.0", "htmlhint": "^1.1.4", "husky": "^8.0.3", "is-ci": "^3.0.1", @@ -94,12 +94,12 @@ "prettier": "^2.8.3", "rimraf": "^4.1.2", "secretlint": "^6.0.2", - "shell-quote": "^1.7.4", - "sort-package-json": "^2.2.0", + "shell-quote": "^1.8.0", + "sort-package-json": "^2.3.0", "stylelint": "^14.16.1", "stylelint-a11y": "^1.2.3", "turbo": "^1.7.0", - "typescript": "^4.9.4" + "typescript": "^4.9.5" }, "packageManager": "pnpm@7.22.0", "engines": { diff --git a/packages/common-i18n/package.json b/packages/common-i18n/package.json index 3fbf5d70..2f6c3c7d 100644 --- a/packages/common-i18n/package.json +++ b/packages/common-i18n/package.json @@ -22,9 +22,9 @@ "@types/jest": "^29.4.0", "@types/node": "^18.11.18", "@wayofdev/eslint-config-custom": "workspace:^", - "eslint": "^8.32.0", + "eslint": "^8.33.0", "prettier": "^2.8.3", "rimraf": "^4.1.2", - "typescript": "^4.9.4" + "typescript": "^4.9.5" } } diff --git a/packages/eslint-config-custom/package.json b/packages/eslint-config-custom/package.json index 257600f5..5e865588 100644 --- a/packages/eslint-config-custom/package.json +++ b/packages/eslint-config-custom/package.json @@ -62,8 +62,8 @@ "@rushstack/eslint-patch": "^1.2.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", - "@typescript-eslint/eslint-plugin": "^5.49.0", - "@typescript-eslint/parser": "^5.49.0", + "@typescript-eslint/eslint-plugin": "^5.50.0", + "@typescript-eslint/parser": "^5.50.0", "eslint-config-prettier": "^8.6.0", "eslint-import-resolver-typescript": "^3.5.3", "eslint-plugin-import": "^2.27.5", @@ -74,7 +74,7 @@ "eslint-plugin-mdx": "^2.0.5", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-react": "^7.32.1", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-regexp": "^1.12.0", "eslint-plugin-security": "^1.7.0", @@ -91,11 +91,11 @@ "@types/prettier": "^2.7.2", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", - "eslint": "^8.32.0", + "eslint": "^8.33.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^4.1.2", - "typescript": "^4.9.4" + "typescript": "^4.9.5" }, "peerDependencies": { "eslint": "^8.31.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 22f35c7b..48e27775 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -44,12 +44,12 @@ "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "@wayofdev/eslint-config-custom": "workspace:*", - "eslint": "^8.32.0", + "eslint": "^8.33.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^4.1.2", "tailwindcss": "^3.2.4", - "typescript": "^4.9.4" + "typescript": "^4.9.5" }, "peerDependencies": { "@types/react": "^18.0.26", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 933c0c68..7888bd7a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,7 +18,7 @@ importers: '@wayofdev/secretlint-config': ^1.1.0 '@wayofdev/stylelint-config': ^1.1.0 '@wayofdev/tsconfig-config': ^1.3.0 - eslint: ^8.32.0 + eslint: ^8.33.0 htmlhint: ^1.1.4 husky: ^8.0.3 is-ci: ^3.0.1 @@ -30,12 +30,12 @@ importers: prettier: ^2.8.3 rimraf: ^4.1.2 secretlint: ^6.0.2 - shell-quote: ^1.7.4 - sort-package-json: ^2.2.0 + shell-quote: ^1.8.0 + sort-package-json: ^2.3.0 stylelint: ^14.16.1 stylelint-a11y: ^1.2.3 turbo: ^1.7.0 - typescript: ^4.9.4 + typescript: ^4.9.5 devDependencies: '@changesets/changelog-github': 0.4.8 '@changesets/cli': 2.26.0 @@ -50,8 +50,8 @@ importers: '@wayofdev/markdownlint-config': 1.1.0_markdownlint@0.27.0 '@wayofdev/secretlint-config': 1.1.0_secretlint@6.0.2 '@wayofdev/stylelint-config': 1.1.0_na5ecj2wxmilqhfio5znpfwbje - '@wayofdev/tsconfig-config': 1.3.0_typescript@4.9.4 - eslint: 8.32.0 + '@wayofdev/tsconfig-config': 1.3.0_typescript@4.9.5 + eslint: 8.33.0 htmlhint: 1.1.4 husky: 8.0.3 is-ci: 3.0.1 @@ -63,12 +63,12 @@ importers: prettier: 2.8.3 rimraf: 4.1.2 secretlint: 6.0.2 - shell-quote: 1.7.4 - sort-package-json: 2.2.0 + shell-quote: 1.8.0 + sort-package-json: 2.3.0 stylelint: 14.16.1 stylelint-a11y: 1.2.3_stylelint@14.16.1 turbo: 1.7.0 - typescript: 4.9.4 + typescript: 4.9.5 apps/docs: specifiers: @@ -80,14 +80,14 @@ importers: '@wayofdev/eslint-config-custom': workspace:* '@wayofdev/ui': workspace:* es-check: ^7.1.0 - eslint: ^8.32.0 + eslint: ^8.33.0 next: ^13.1.6 nextra: ^2.2.14 nextra-theme-docs: ^2.2.14 react: ^18.2.0 react-dom: ^18.2.0 sharp: ^0.31.3 - typescript: ^4.9.4 + typescript: ^4.9.5 dependencies: '@vercel/analytics': 0.1.8_react@18.2.0 '@wayofdev/ui': link:../../packages/ui @@ -103,9 +103,9 @@ importers: '@wayofdev/browserslist-config': 1.1.0 '@wayofdev/eslint-config-custom': link:../../packages/eslint-config-custom es-check: 7.1.0 - eslint: 8.32.0 + eslint: 8.33.0 sharp: 0.31.3 - typescript: 4.9.4 + typescript: 4.9.5 apps/web: specifiers: @@ -143,12 +143,12 @@ importers: '@wayofdev/eslint-config-custom': workspace:* '@wayofdev/ui': workspace:* autoprefixer: ^10.4.13 - browserslist: ^4.21.4 + browserslist: ^4.21.5 clsx: ^1.2.1 css-loader: 6.7.3 cssnano: ^5.1.14 es-check: ^7.1.0 - eslint: ^8.32.0 + eslint: ^8.33.0 eslint-config-next: ^13.1.6 get-tsconfig: ^4.3.0 i18next: ^22.4.9 @@ -170,7 +170,7 @@ importers: postcss-reporter: ^7.0.5 react: ^18.2.0 react-dom: ^18.2.0 - react-hook-form: ^7.42.1 + react-hook-form: ^7.43.0 react-i18next: ^12.1.4 react-test-renderer: ^18.2.0 sanitize.css: ^13.0.0 @@ -180,14 +180,14 @@ importers: tailwindcss: ^3.2.4 ts-jest: 29.0.5 tslib: ^2.5.0 - type-fest: ^3.5.3 - typescript: ^4.9.4 + type-fest: ^3.5.4 + typescript: ^4.9.5 zod: ^3.20.2 dependencies: '@fontsource/inter': 4.5.15 '@headlessui/react': 1.7.8_biqbaboplfbrettd7655fr4n2y '@heroicons/react': 2.0.14_react@18.2.0 - '@hookform/resolvers': 2.9.10_react-hook-form@7.42.1 + '@hookform/resolvers': 2.9.10_react-hook-form@7.43.0 '@httpx/exception': 1.7.1 '@vercel/analytics': 0.1.8_react@18.2.0 '@wayofdev/ui': link:../../packages/ui @@ -199,9 +199,9 @@ importers: next-seo: 5.15.0_3vryta7zmbcsw4rrqf4axjqggm react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-hook-form: 7.42.1_react@18.2.0 + react-hook-form: 7.43.0_react@18.2.0 react-i18next: 12.1.4_iakk3dtjhjpukdoa4oua5khgci - type-fest: 3.5.3 + type-fest: 3.5.4 zod: 3.20.2 devDependencies: '@next/bundle-analyzer': 13.1.6 @@ -211,8 +211,8 @@ importers: '@storybook/addon-interactions': 7.0.0-beta.36_biqbaboplfbrettd7655fr4n2y '@storybook/addon-links': 7.0.0-beta.36_biqbaboplfbrettd7655fr4n2y '@storybook/blocks': 7.0.0-beta.36_biqbaboplfbrettd7655fr4n2y - '@storybook/nextjs': 7.0.0-beta.36_ahqjs7xrkt7yz4dyvqtlnqeyzm - '@storybook/react': 7.0.0-beta.36_o4scbtliisanygemawej7x2d6i + '@storybook/nextjs': 7.0.0-beta.36_mhg2ufhnjp4kd3lu3bxfmixeby + '@storybook/react': 7.0.0-beta.36_ygqkwb4gg3aean7xjfdauovyqq '@storybook/testing-library': 0.0.13_biqbaboplfbrettd7655fr4n2y '@tailwindcss/aspect-ratio': 0.4.2_tailwindcss@3.2.4 '@tailwindcss/forms': 0.5.3_tailwindcss@3.2.4 @@ -231,12 +231,12 @@ importers: '@wayofdev/common-i18n': link:../../packages/common-i18n '@wayofdev/eslint-config-custom': link:../../packages/eslint-config-custom autoprefixer: 10.4.13_postcss@8.4.21 - browserslist: 4.21.4 + browserslist: 4.21.5 css-loader: 6.7.3_webpack@5.75.0 cssnano: 5.1.14_postcss@8.4.21 es-check: 7.1.0 - eslint: 8.32.0 - eslint-config-next: 13.1.6_7uibuqfxkfaozanbtbziikiqje + eslint: 8.33.0 + eslint-config-next: 13.1.6_4vsywjlpuriuw3tl5oq6zy5a64 get-tsconfig: 4.3.0 jest: 29.4.1_@types+node@18.11.18 jest-css-modules-transform: 4.4.2 @@ -247,7 +247,7 @@ importers: postcss-cli: 10.1.0_postcss@8.4.21 postcss-flexbugs-fixes: 5.0.2_postcss@8.4.21 postcss-loader: 7.0.2_6jdsrmfenkuhhw3gx4zvjlznce - postcss-normalize: 10.0.1_5kwwozqejd6kse3tlstkrpsc6y + postcss-normalize: 10.0.1_jrpp4geoaqu5dz2gragkckznb4 postcss-preset-env: 8.0.1_postcss@8.4.21 postcss-reporter: 7.0.5_postcss@8.4.21 react-test-renderer: 18.2.0_react@18.2.0 @@ -256,27 +256,27 @@ importers: storybook: 7.0.0-beta.36 style-loader: 3.3.1_webpack@5.75.0 tailwindcss: 3.2.4_postcss@8.4.21 - ts-jest: 29.0.5_phj3wkoavhvprbibqao6pymam4 + ts-jest: 29.0.5_p627jzeuq2l7ci5sexzsbcszoy tslib: 2.5.0 - typescript: 4.9.4 + typescript: 4.9.5 packages/common-i18n: specifiers: '@types/jest': ^29.4.0 '@types/node': ^18.11.18 '@wayofdev/eslint-config-custom': workspace:^ - eslint: ^8.32.0 + eslint: ^8.33.0 prettier: ^2.8.3 rimraf: ^4.1.2 - typescript: ^4.9.4 + typescript: ^4.9.5 devDependencies: '@types/jest': 29.4.0 '@types/node': 18.11.18 '@wayofdev/eslint-config-custom': link:../eslint-config-custom - eslint: 8.32.0 + eslint: 8.33.0 prettier: 2.8.3 rimraf: 4.1.2 - typescript: 4.9.4 + typescript: 4.9.5 packages/eslint-config-custom: specifiers: @@ -288,9 +288,9 @@ importers: '@types/prettier': ^2.7.2 '@types/react': ^18.0.27 '@types/react-dom': ^18.0.10 - '@typescript-eslint/eslint-plugin': ^5.49.0 - '@typescript-eslint/parser': ^5.49.0 - eslint: ^8.32.0 + '@typescript-eslint/eslint-plugin': ^5.50.0 + '@typescript-eslint/parser': ^5.50.0 + eslint: ^8.33.0 eslint-config-prettier: ^8.6.0 eslint-import-resolver-typescript: ^3.5.3 eslint-plugin-import: ^2.27.5 @@ -301,7 +301,7 @@ importers: eslint-plugin-mdx: ^2.0.5 eslint-plugin-prettier: ^4.2.1 eslint-plugin-promise: ^6.1.1 - eslint-plugin-react: ^7.32.1 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 eslint-plugin-regexp: ^1.12.0 eslint-plugin-security: ^1.7.0 @@ -314,32 +314,32 @@ importers: react: ^18.2.0 react-dom: ^18.2.0 rimraf: ^4.1.2 - typescript: ^4.9.4 + typescript: ^4.9.5 dependencies: '@rushstack/eslint-patch': 1.2.0 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y - '@typescript-eslint/eslint-plugin': 5.49.0_iu322prlnwsygkcra5kbpy22si - '@typescript-eslint/parser': 5.49.0_7uibuqfxkfaozanbtbziikiqje - eslint-config-prettier: 8.6.0_eslint@8.32.0 - eslint-import-resolver-typescript: 3.5.3_ps7hf4l2dvbuxvtusmrfhmzsba - eslint-plugin-import: 2.27.5_tto3jvfrcbe7ndbi56p7uxhaki - eslint-plugin-jest: 27.2.1_sa4tfo476gi7rdzbz5wa2vwvhe - eslint-plugin-jest-dom: 4.0.3_eslint@8.32.0 - eslint-plugin-jest-formatting: 3.1.0_eslint@8.32.0 - eslint-plugin-jsx-a11y: 6.7.1_eslint@8.32.0 - eslint-plugin-mdx: 2.0.5_eslint@8.32.0 - eslint-plugin-prettier: 4.2.1_cn4lalcyadplruoxa5mhp7j3dq - eslint-plugin-promise: 6.1.1_eslint@8.32.0 - eslint-plugin-react: 7.32.1_eslint@8.32.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.32.0 - eslint-plugin-regexp: 1.12.0_eslint@8.32.0 + '@typescript-eslint/eslint-plugin': 5.50.0_go4drrxstycfikanvu45pi4vgq + '@typescript-eslint/parser': 5.50.0_4vsywjlpuriuw3tl5oq6zy5a64 + eslint-config-prettier: 8.6.0_eslint@8.33.0 + eslint-import-resolver-typescript: 3.5.3_ohdts44xlqyeyrlje4qnefqeay + eslint-plugin-import: 2.27.5_nowqz4jutkd4a233czbfk7jsgu + eslint-plugin-jest: 27.2.1_cxlvstdti72ph7tnrcvqamh3c4 + eslint-plugin-jest-dom: 4.0.3_eslint@8.33.0 + eslint-plugin-jest-formatting: 3.1.0_eslint@8.33.0 + eslint-plugin-jsx-a11y: 6.7.1_eslint@8.33.0 + eslint-plugin-mdx: 2.0.5_eslint@8.33.0 + eslint-plugin-prettier: 4.2.1_jqplj6qf3uqpxpu4gdyhwwasnq + eslint-plugin-promise: 6.1.1_eslint@8.33.0 + eslint-plugin-react: 7.32.2_eslint@8.33.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.33.0 + eslint-plugin-regexp: 1.12.0_eslint@8.33.0 eslint-plugin-security: 1.7.0 - eslint-plugin-sonarjs: 0.18.0_eslint@8.32.0 - eslint-plugin-storybook: 0.6.10_7uibuqfxkfaozanbtbziikiqje - eslint-plugin-tailwindcss: 3.8.2_qky6impwyxxk2bvue62g4cldp4 - eslint-plugin-testing-library: 5.10.0_7uibuqfxkfaozanbtbziikiqje - eslint-plugin-unicorn: 45.0.2_eslint@8.32.0 + eslint-plugin-sonarjs: 0.18.0_eslint@8.33.0 + eslint-plugin-storybook: 0.6.10_4vsywjlpuriuw3tl5oq6zy5a64 + eslint-plugin-tailwindcss: 3.8.2_xz2peyp5occmrhcakccfqototq + eslint-plugin-testing-library: 5.10.0_4vsywjlpuriuw3tl5oq6zy5a64 + eslint-plugin-unicorn: 45.0.2_eslint@8.33.0 prettier: 2.8.3 devDependencies: '@types/jest': 29.4.0 @@ -347,11 +347,11 @@ importers: '@types/prettier': 2.7.2 '@types/react': 18.0.27 '@types/react-dom': 18.0.10 - eslint: 8.32.0 + eslint: 8.33.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 rimraf: 4.1.2 - typescript: 4.9.4 + typescript: 4.9.5 packages/ui: specifiers: @@ -364,13 +364,13 @@ importers: '@types/react-dom': ^18.0.10 '@wayofdev/eslint-config-custom': workspace:* clsx: ^1.2.1 - eslint: ^8.32.0 + eslint: ^8.33.0 next: '*' react: ^18.2.0 react-dom: ^18.2.0 rimraf: ^4.1.2 tailwindcss: ^3.2.4 - typescript: ^4.9.4 + typescript: ^4.9.5 dependencies: '@swc/helpers': 0.4.14 clsx: 1.2.1 @@ -383,12 +383,12 @@ importers: '@types/react': 18.0.27 '@types/react-dom': 18.0.10 '@wayofdev/eslint-config-custom': link:../eslint-config-custom - eslint: 8.32.0 + eslint: 8.33.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 rimraf: 4.1.2 tailwindcss: 3.2.4_postcss@8.4.21 - typescript: 4.9.4 + typescript: 4.9.5 packages: @@ -406,16 +406,16 @@ packages: resolution: {integrity: sha512-a0bfXxYyGoWJHrVQ4QER0HdRgselcTtJeyqiFPAxID2ZxF0IBGKLNTtugUTXekEmiLev8yGLX9TqAtthN57fEg==} dev: false - /@angular-eslint/template-parser/15.2.0_7uibuqfxkfaozanbtbziikiqje: + /@angular-eslint/template-parser/15.2.0_4vsywjlpuriuw3tl5oq6zy5a64: resolution: {integrity: sha512-xnnxPfV/G0Ll3B0HGrF1ucsc/DHmNE6UhhmWxYPTERq0McbZGRiATa66hCoOZ/Rdylun4ogBfsRKAG8XxEvlvw==} peerDependencies: eslint: ^7.20.0 || ^8.0.0 typescript: '*' dependencies: '@angular-eslint/bundled-angular-compiler': 15.2.0 - eslint: 8.32.0 + eslint: 8.33.0 eslint-scope: 7.1.1 - typescript: 4.9.4 + typescript: 4.9.5 dev: false /@aw-web-design/x-default-browser/1.4.88: @@ -499,7 +499,7 @@ packages: '@babel/compat-data': 7.20.14 '@babel/core': 7.20.12 '@babel/helper-validator-option': 7.18.6 - browserslist: 4.21.4 + browserslist: 4.21.5 lru-cache: 5.1.1 semver: 6.3.0 @@ -2032,13 +2032,13 @@ packages: '@types/node': 18.11.18 chalk: 4.1.2 cosmiconfig: 8.0.0 - cosmiconfig-typescript-loader: 4.3.0_bxtyj3et3xbsdyxhh3oblnfbj4 + cosmiconfig-typescript-loader: 4.3.0_nww3gwtks3ghjaektoxywfmuuy lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 resolve-from: 5.0.0 - ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq - typescript: 4.9.4 + ts-node: 10.9.1_bdgp3l2zgaopogaavxusmetvge + typescript: 4.9.5 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -2608,13 +2608,13 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils/4.1.2_eslint@8.32.0: + /@eslint-community/eslint-utils/4.1.2_eslint@8.33.0: resolution: {integrity: sha512-7qELuQWWjVDdVsFQ5+beUl+KPczrEDA7S3zM4QUd/bJl7oXgsmpXaEVqrRTnOBqenOV4rWf2kVZk2Ot085zPWA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.32.0 + eslint: 8.33.0 eslint-visitor-keys: 3.3.0 dev: false @@ -2662,12 +2662,12 @@ packages: react: 18.2.0 dev: false - /@hookform/resolvers/2.9.10_react-hook-form@7.42.1: + /@hookform/resolvers/2.9.10_react-hook-form@7.43.0: resolution: {integrity: sha512-JIL1DgJIlH9yuxcNGtyhsWX/PgNltz+5Gr6+8SX9fhXc/hPbEIk6wPI82nhgvp3uUb6ZfAM5mqg/x7KR7NAb+A==} peerDependencies: react-hook-form: ^7.0.0 dependencies: - react-hook-form: 7.42.1_react@18.2.0 + react-hook-form: 7.43.0_react@18.2.0 dev: false /@httpx/exception/1.7.1: @@ -3424,7 +3424,7 @@ packages: tiny-glob: 0.2.9 tslib: 2.5.0 - /@pmmmwh/react-refresh-webpack-plugin/0.5.10_iql2zi7677j63l33mrurig2rny: + /@pmmmwh/react-refresh-webpack-plugin/0.5.10_vhjyjbnezan45eo4l6imxsgfpy: resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} engines: {node: '>= 10.13'} peerDependencies: @@ -3460,7 +3460,7 @@ packages: react-refresh: 0.11.0 schema-utils: 3.1.1 source-map: 0.7.4 - type-fest: 3.5.3 + type-fest: 3.5.4 webpack: 5.75.0_esbuild@0.16.17 dev: true @@ -4314,7 +4314,7 @@ packages: - supports-color dev: true - /@storybook/builder-webpack5/7.0.0-beta.36_ix5zy4vkftza36vsl2fzdq5eny: + /@storybook/builder-webpack5/7.0.0-beta.36_av36yk6mzrzkpfjrq4uc2fvqba: resolution: {integrity: sha512-XH8EHndzFq5CkhWAuhw+xP19+S75VaQaR0VtzEkSZdCWEMpgeb7ul4IpQwZkVgj0OiSpUlSI2oor+Al8Ge7teA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4352,7 +4352,7 @@ packages: case-sensitive-paths-webpack-plugin: 2.4.0 css-loader: 6.7.3_webpack@5.75.0 express: 4.18.2 - fork-ts-checker-webpack-plugin: 7.3.0_3fkjkrd3audxnith3e7fo4fnxi + fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u fs-extra: 11.1.0 html-webpack-plugin: 5.5.0_webpack@5.75.0 path-browserify: 1.0.1 @@ -4364,7 +4364,7 @@ packages: style-loader: 3.3.1_webpack@5.75.0 terser-webpack-plugin: 5.3.6_htvmhiqynazf46fjrszipnqp7a ts-dedent: 2.2.0 - typescript: 4.9.4 + typescript: 4.9.5 util: 0.12.5 util-deprecate: 1.0.2 webpack: 5.75.0_esbuild@0.16.17 @@ -4758,7 +4758,7 @@ packages: resolution: {integrity: sha512-02w0sgGZaK1agT050yCVhJ+o4rLHANWvLKWjQjeAsYbjneLC5ITt+3GDB4jRiWwJboZ8dHW1fGSK1Vg5fA34aQ==} dev: true - /@storybook/nextjs/7.0.0-beta.36_ahqjs7xrkt7yz4dyvqtlnqeyzm: + /@storybook/nextjs/7.0.0-beta.36_mhg2ufhnjp4kd3lu3bxfmixeby: resolution: {integrity: sha512-5eoptOGjGSotDU8Bm6BrxD4GDEsXNC6zIIrXdIlFDqazNFNR0nGrettik8XYnEBVe08dzxbTyOUDb1qSNruTmQ==} engines: {node: '>=16.0.0'} peerDependencies: @@ -4779,19 +4779,19 @@ packages: '@babel/core': 7.20.12 '@next/font': 13.1.5 '@storybook/addon-actions': 7.0.0-beta.36_biqbaboplfbrettd7655fr4n2y - '@storybook/builder-webpack5': 7.0.0-beta.36_ix5zy4vkftza36vsl2fzdq5eny + '@storybook/builder-webpack5': 7.0.0-beta.36_av36yk6mzrzkpfjrq4uc2fvqba '@storybook/core-common': 7.0.0-beta.36 '@storybook/node-logger': 7.0.0-beta.36 - '@storybook/preset-react-webpack': 7.0.0-beta.36_sqro7gss3txutnemj4sjls5rom + '@storybook/preset-react-webpack': 7.0.0-beta.36_a3dh72k4jrvbcc43tjyh5kvxyy '@storybook/preview-api': 7.0.0-beta.36 - '@storybook/react': 7.0.0-beta.36_o4scbtliisanygemawej7x2d6i + '@storybook/react': 7.0.0-beta.36_ygqkwb4gg3aean7xjfdauovyqq '@types/node': 16.18.11 find-up: 5.0.0 fs-extra: 11.1.0 image-size: 1.0.2 loader-utils: 3.2.1 next: 13.1.6_pjwopsidmaokadturxaafygjp4 - pnp-webpack-plugin: 1.7.0_typescript@4.9.4 + pnp-webpack-plugin: 1.7.0_typescript@4.9.5 postcss-loader: 6.2.1_6jdsrmfenkuhhw3gx4zvjlznce react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -4801,7 +4801,7 @@ packages: ts-dedent: 2.2.0 tsconfig-paths: 4.1.2 tsconfig-paths-webpack-plugin: 3.5.2 - typescript: 4.9.4 + typescript: 4.9.5 webpack: 5.75.0_esbuild@0.16.17 transitivePeerDependencies: - '@swc/core' @@ -4836,7 +4836,7 @@ packages: resolution: {integrity: sha512-qoyHqEmUvrF1pv4gTepmMgXGn5jSs8siBdfew1Dv8pM3QbK9GYINdO8Hh7J8s25d61v1MyaD0BkqdA3wSaQu2g==} dev: true - /@storybook/preset-react-webpack/7.0.0-beta.36_sqro7gss3txutnemj4sjls5rom: + /@storybook/preset-react-webpack/7.0.0-beta.36_a3dh72k4jrvbcc43tjyh5kvxyy: resolution: {integrity: sha512-8+xO3yDRdNr2PGywzopuz/ws7PUPn2HuD8jJdhHbpjFGtcZ28lPTUPseithSQGPUKrp6J+44U67AaO8A6WpGzA==} engines: {node: '>=16.0.0'} peerDependencies: @@ -4854,12 +4854,12 @@ packages: '@babel/core': 7.20.12 '@babel/preset-flow': 7.18.6_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.10_iql2zi7677j63l33mrurig2rny + '@pmmmwh/react-refresh-webpack-plugin': 0.5.10_vhjyjbnezan45eo4l6imxsgfpy '@storybook/core-webpack': 7.0.0-beta.36 '@storybook/docs-tools': 7.0.0-beta.36 '@storybook/node-logger': 7.0.0-beta.36 - '@storybook/react': 7.0.0-beta.36_o4scbtliisanygemawej7x2d6i - '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_3fkjkrd3audxnith3e7fo4fnxi + '@storybook/react': 7.0.0-beta.36_ygqkwb4gg3aean7xjfdauovyqq + '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_hhrrucqyg4eysmfpujvov2ym5u '@types/node': 16.18.11 '@types/semver': 7.3.13 babel-plugin-add-react-displayname: 0.0.5 @@ -4869,7 +4869,7 @@ packages: react-dom: 18.2.0_react@18.2.0 react-refresh: 0.11.0 semver: 7.3.8 - typescript: 4.9.4 + typescript: 4.9.5 webpack: 5.75.0_esbuild@0.16.17 transitivePeerDependencies: - '@types/webpack' @@ -4908,7 +4908,7 @@ packages: resolution: {integrity: sha512-b3GgKN8v8JfjnKIlSNU6L+iewu2eeRlwAuB2dEdnasBKz+K5dlM7hh5HztGZ9yPBfWB+rSvMvzJZg9cCTqmapg==} dev: true - /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_3fkjkrd3audxnith3e7fo4fnxi: + /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_hhrrucqyg4eysmfpujvov2ym5u: resolution: {integrity: sha512-eVg3BxlOm2P+chijHBTByr90IZVUtgRW56qEOLX7xlww2NBuKrcavBlcmn+HH7GIUktquWkMPtvy6e0W0NgA5w==} peerDependencies: typescript: '>= 3.x' @@ -4919,15 +4919,15 @@ packages: find-cache-dir: 3.3.2 flat-cache: 3.0.4 micromatch: 4.0.5 - react-docgen-typescript: 2.2.2_typescript@4.9.4 + react-docgen-typescript: 2.2.2_typescript@4.9.5 tslib: 2.5.0 - typescript: 4.9.4 + typescript: 4.9.5 webpack: 5.75.0_esbuild@0.16.17 transitivePeerDependencies: - supports-color dev: true - /@storybook/react/7.0.0-beta.36_o4scbtliisanygemawej7x2d6i: + /@storybook/react/7.0.0-beta.36_ygqkwb4gg3aean7xjfdauovyqq: resolution: {integrity: sha512-TFofgEOEM94ZuLhwbi7ndiQaKNSF2QZtUGg9SdrvSSR0wYd3CpF5vGDvnwvnHOrX7iaQxz4yrO4hDITc/bc2sg==} engines: {node: '>=16.0.0'} peerDependencies: @@ -4959,7 +4959,7 @@ packages: react-element-to-jsx-string: 15.0.0_biqbaboplfbrettd7655fr4n2y ts-dedent: 2.2.0 type-fest: 2.19.0 - typescript: 4.9.4 + typescript: 4.9.5 util-deprecate: 1.0.2 transitivePeerDependencies: - supports-color @@ -5581,8 +5581,8 @@ packages: dependencies: '@types/yargs-parser': 21.0.0 - /@typescript-eslint/eslint-plugin/5.49.0_iu322prlnwsygkcra5kbpy22si: - resolution: {integrity: sha512-IhxabIpcf++TBaBa1h7jtOWyon80SXPRLDq0dVz5SLFC/eW6tofkw/O7Ar3lkx5z5U6wzbKDrl2larprp5kk5Q==} + /@typescript-eslint/eslint-plugin/5.50.0_go4drrxstycfikanvu45pi4vgq: + resolution: {integrity: sha512-vwksQWSFZiUhgq3Kv7o1Jcj0DUNylwnIlGvKvLLYsq8pAWha6/WCnXUeaSoNNha/K7QSf2+jvmkxggC1u3pIwQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -5592,23 +5592,24 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.49.0_7uibuqfxkfaozanbtbziikiqje - '@typescript-eslint/scope-manager': 5.49.0 - '@typescript-eslint/type-utils': 5.49.0_7uibuqfxkfaozanbtbziikiqje - '@typescript-eslint/utils': 5.49.0_7uibuqfxkfaozanbtbziikiqje + '@typescript-eslint/parser': 5.50.0_4vsywjlpuriuw3tl5oq6zy5a64 + '@typescript-eslint/scope-manager': 5.50.0 + '@typescript-eslint/type-utils': 5.50.0_4vsywjlpuriuw3tl5oq6zy5a64 + '@typescript-eslint/utils': 5.50.0_4vsywjlpuriuw3tl5oq6zy5a64 debug: 4.3.4 - eslint: 8.32.0 + eslint: 8.33.0 + grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 regexpp: 3.2.0 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.4 - typescript: 4.9.4 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/parser/5.49.0_7uibuqfxkfaozanbtbziikiqje: + /@typescript-eslint/parser/5.49.0_4vsywjlpuriuw3tl5oq6zy5a64: resolution: {integrity: sha512-veDlZN9mUhGqU31Qiv2qEp+XrJj5fgZpJ8PW30sHU+j/8/e5ruAhLaVDAeznS7A7i4ucb/s8IozpDtt9NqCkZg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5620,10 +5621,30 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.49.0 '@typescript-eslint/types': 5.49.0 - '@typescript-eslint/typescript-estree': 5.49.0_typescript@4.9.4 + '@typescript-eslint/typescript-estree': 5.49.0_typescript@4.9.5 + debug: 4.3.4 + eslint: 8.33.0 + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/parser/5.50.0_4vsywjlpuriuw3tl5oq6zy5a64: + resolution: {integrity: sha512-KCcSyNaogUDftK2G9RXfQyOCt51uB5yqC6pkUYqhYh8Kgt+DwR5M0EwEAxGPy/+DH6hnmKeGsNhiZRQxjH71uQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/scope-manager': 5.50.0 + '@typescript-eslint/types': 5.50.0 + '@typescript-eslint/typescript-estree': 5.50.0_typescript@4.9.5 debug: 4.3.4 - eslint: 8.32.0 - typescript: 4.9.4 + eslint: 8.33.0 + typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -5634,8 +5655,15 @@ packages: '@typescript-eslint/types': 5.49.0 '@typescript-eslint/visitor-keys': 5.49.0 - /@typescript-eslint/type-utils/5.49.0_7uibuqfxkfaozanbtbziikiqje: - resolution: {integrity: sha512-eUgLTYq0tR0FGU5g1YHm4rt5H/+V2IPVkP0cBmbhRyEmyGe4XvJ2YJ6sYTmONfjmdMqyMLad7SB8GvblbeESZA==} + /@typescript-eslint/scope-manager/5.50.0: + resolution: {integrity: sha512-rt03kaX+iZrhssaT974BCmoUikYtZI24Vp/kwTSy841XhiYShlqoshRFDvN1FKKvU2S3gK+kcBW1EA7kNUrogg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.50.0 + '@typescript-eslint/visitor-keys': 5.50.0 + + /@typescript-eslint/type-utils/5.50.0_4vsywjlpuriuw3tl5oq6zy5a64: + resolution: {integrity: sha512-dcnXfZ6OGrNCO7E5UY/i0ktHb7Yx1fV6fnQGGrlnfDhilcs6n19eIRcvLBqx6OQkrPaFlDPk3OJ0WlzQfrV0bQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -5644,12 +5672,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.49.0_typescript@4.9.4 - '@typescript-eslint/utils': 5.49.0_7uibuqfxkfaozanbtbziikiqje + '@typescript-eslint/typescript-estree': 5.50.0_typescript@4.9.5 + '@typescript-eslint/utils': 5.50.0_4vsywjlpuriuw3tl5oq6zy5a64 debug: 4.3.4 - eslint: 8.32.0 - tsutils: 3.21.0_typescript@4.9.4 - typescript: 4.9.4 + eslint: 8.33.0 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: false @@ -5658,7 +5686,11 @@ packages: resolution: {integrity: sha512-7If46kusG+sSnEpu0yOz2xFv5nRz158nzEXnJFCGVEHWnuzolXKwrH5Bsf9zsNlOQkyZuk0BZKKoJQI+1JPBBg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /@typescript-eslint/typescript-estree/5.49.0_typescript@4.9.4: + /@typescript-eslint/types/5.50.0: + resolution: {integrity: sha512-atruOuJpir4OtyNdKahiHZobPKFvZnBnfDiyEaBf6d9vy9visE7gDjlmhl+y29uxZ2ZDgvXijcungGFjGGex7w==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + /@typescript-eslint/typescript-estree/5.49.0_typescript@4.9.5: resolution: {integrity: sha512-PBdx+V7deZT/3GjNYPVQv1Nc0U46dAHbIuOG8AZ3on3vuEKiPDwFE/lG1snN2eUB9IhF7EyF7K1hmTcLztNIsA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5673,12 +5705,32 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.4 - typescript: 4.9.4 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 transitivePeerDependencies: - supports-color - /@typescript-eslint/utils/5.49.0_7uibuqfxkfaozanbtbziikiqje: + /@typescript-eslint/typescript-estree/5.50.0_typescript@4.9.5: + resolution: {integrity: sha512-Gq4zapso+OtIZlv8YNAStFtT6d05zyVCK7Fx3h5inlLBx2hWuc/0465C2mg/EQDDU2LKe52+/jN4f0g9bd+kow==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 5.50.0 + '@typescript-eslint/visitor-keys': 5.50.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.3.8 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + + /@typescript-eslint/utils/5.49.0_4vsywjlpuriuw3tl5oq6zy5a64: resolution: {integrity: sha512-cPJue/4Si25FViIb74sHCLtM4nTSBXtLx1d3/QT6mirQ/c65bV8arBEebBJJizfq8W2YyMoPI/WWPFWitmNqnQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5688,10 +5740,30 @@ packages: '@types/semver': 7.3.13 '@typescript-eslint/scope-manager': 5.49.0 '@typescript-eslint/types': 5.49.0 - '@typescript-eslint/typescript-estree': 5.49.0_typescript@4.9.4 - eslint: 8.32.0 + '@typescript-eslint/typescript-estree': 5.49.0_typescript@4.9.5 + eslint: 8.33.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.32.0 + eslint-utils: 3.0.0_eslint@8.33.0 + semver: 7.3.8 + transitivePeerDependencies: + - supports-color + - typescript + dev: false + + /@typescript-eslint/utils/5.50.0_4vsywjlpuriuw3tl5oq6zy5a64: + resolution: {integrity: sha512-v/AnUFImmh8G4PH0NDkf6wA8hujNNcrwtecqW4vtQ1UOSNBaZl49zP1SHoZ/06e+UiwzHpgb5zP5+hwlYYWYAw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + '@types/json-schema': 7.0.11 + '@types/semver': 7.3.13 + '@typescript-eslint/scope-manager': 5.50.0 + '@typescript-eslint/types': 5.50.0 + '@typescript-eslint/typescript-estree': 5.50.0_typescript@4.9.5 + eslint: 8.33.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@8.33.0 semver: 7.3.8 transitivePeerDependencies: - supports-color @@ -5705,6 +5777,13 @@ packages: '@typescript-eslint/types': 5.49.0 eslint-visitor-keys: 3.3.0 + /@typescript-eslint/visitor-keys/5.50.0: + resolution: {integrity: sha512-cdMeD9HGu6EXIeGOh2yVW6oGf9wq8asBgZx7nsR/D36gTfQ0odE5kcRYe5M81vjEFAcPeugXrHg78Imu55F6gg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.50.0 + eslint-visitor-keys: 3.3.0 + /@vercel/analytics/0.1.8_react@18.2.0: resolution: {integrity: sha512-PQrOI8BJ9qUiVJuQfnKiJd15eDjDJH9TBKsNeMrtelT4NAk7d9mBVz1CoZkvoFnHQ0OW7Xnqmr1F2nScfAnznQ==} peerDependencies: @@ -5782,12 +5861,12 @@ packages: - prettier dev: true - /@wayofdev/tsconfig-config/1.3.0_typescript@4.9.4: + /@wayofdev/tsconfig-config/1.3.0_typescript@4.9.5: resolution: {integrity: sha512-GtnNONoglivZa3VXT3MxtRbKDBxnN6ESbjwItZG36dN5uUz2uxvtM8czilohCsy1A1T/hhk56GLYjw/fhIlXsw==} peerDependencies: typescript: '>= 4' dependencies: - typescript: 4.9.4 + typescript: 4.9.5 dev: true /@webassemblyjs/ast/1.11.1: @@ -6341,7 +6420,7 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.21.4 + browserslist: 4.21.5 caniuse-lite: 1.0.30001449 fraction.js: 4.2.0 normalize-range: 0.1.2 @@ -6682,6 +6761,17 @@ packages: electron-to-chromium: 1.4.284 node-releases: 2.0.8 update-browserslist-db: 1.0.10_browserslist@4.21.4 + dev: true + + /browserslist/4.21.5: + resolution: {integrity: sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001449 + electron-to-chromium: 1.4.284 + node-releases: 2.0.8 + update-browserslist-db: 1.0.10_browserslist@4.21.5 /bs-logger/0.2.6: resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} @@ -6808,7 +6898,7 @@ packages: /caniuse-api/3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: - browserslist: 4.21.4 + browserslist: 4.21.5 caniuse-lite: 1.0.30001449 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 @@ -7313,7 +7403,7 @@ packages: /core-js-compat/3.27.2: resolution: {integrity: sha512-welaYuF7ZtbYKGrIy7y3eb40d37rG1FvzEOfe7hSLd2iD6duMDqUhRfSvCGyC46HhR6Y8JXXdZ2lnRUMkPBpvg==} dependencies: - browserslist: 4.21.4 + browserslist: 4.21.5 dev: true /core-js-pure/3.27.2: @@ -7329,7 +7419,7 @@ packages: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: true - /cosmiconfig-typescript-loader/4.3.0_bxtyj3et3xbsdyxhh3oblnfbj4: + /cosmiconfig-typescript-loader/4.3.0_nww3gwtks3ghjaektoxywfmuuy: resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==} engines: {node: '>=12', npm: '>=6'} peerDependencies: @@ -7340,8 +7430,8 @@ packages: dependencies: '@types/node': 18.11.18 cosmiconfig: 8.0.0 - ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq - typescript: 4.9.4 + ts-node: 10.9.1_bdgp3l2zgaopogaavxusmetvge + typescript: 4.9.5 dev: true /cosmiconfig/7.1.0: @@ -7935,7 +8025,7 @@ packages: engines: {node: '>=10'} hasBin: true dependencies: - browserslist: 4.21.4 + browserslist: 4.21.5 caniuse-lite: 1.0.30001449 css-rule-stream: 1.1.0 duplexer2: 0.0.2 @@ -8306,7 +8396,7 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-next/13.1.6_7uibuqfxkfaozanbtbziikiqje: + /eslint-config-next/13.1.6_4vsywjlpuriuw3tl5oq6zy5a64: resolution: {integrity: sha512-0cg7h5wztg/SoLAlxljZ0ZPUQ7i6QKqRiP4M2+MgTZtxWwNKb2JSwNc18nJ6/kXBI6xYvPraTbQSIhAuVw6czw==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 @@ -8317,27 +8407,27 @@ packages: dependencies: '@next/eslint-plugin-next': 13.1.6 '@rushstack/eslint-patch': 1.2.0 - '@typescript-eslint/parser': 5.49.0_7uibuqfxkfaozanbtbziikiqje - eslint: 8.32.0 + '@typescript-eslint/parser': 5.49.0_4vsywjlpuriuw3tl5oq6zy5a64 + eslint: 8.33.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.5.3_ps7hf4l2dvbuxvtusmrfhmzsba - eslint-plugin-import: 2.27.5_eslint@8.32.0 - eslint-plugin-jsx-a11y: 6.7.1_eslint@8.32.0 - eslint-plugin-react: 7.32.1_eslint@8.32.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.32.0 - typescript: 4.9.4 + eslint-import-resolver-typescript: 3.5.3_ohdts44xlqyeyrlje4qnefqeay + eslint-plugin-import: 2.27.5_eslint@8.33.0 + eslint-plugin-jsx-a11y: 6.7.1_eslint@8.33.0 + eslint-plugin-react: 7.32.1_eslint@8.33.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.33.0 + typescript: 4.9.5 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color dev: true - /eslint-config-prettier/8.6.0_eslint@8.32.0: + /eslint-config-prettier/8.6.0_eslint@8.33.0: resolution: {integrity: sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.32.0 + eslint: 8.33.0 dev: false /eslint-import-resolver-node/0.3.7: @@ -8349,7 +8439,7 @@ packages: transitivePeerDependencies: - supports-color - /eslint-import-resolver-typescript/3.5.3_ps7hf4l2dvbuxvtusmrfhmzsba: + /eslint-import-resolver-typescript/3.5.3_ohdts44xlqyeyrlje4qnefqeay: resolution: {integrity: sha512-njRcKYBc3isE42LaTcJNVANR3R99H9bAxBDMNDr2W7yq5gYPxbU3MkdhsQukxZ/Xg9C2vcyLlDsbKfRDg0QvCQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -8358,8 +8448,8 @@ packages: dependencies: debug: 4.3.4 enhanced-resolve: 5.12.0 - eslint: 8.32.0 - eslint-plugin-import: 2.27.5_tto3jvfrcbe7ndbi56p7uxhaki + eslint: 8.33.0 + eslint-plugin-import: 2.27.5_nowqz4jutkd4a233czbfk7jsgu get-tsconfig: 4.3.0 globby: 13.1.3 is-core-module: 2.11.0 @@ -8368,7 +8458,7 @@ packages: transitivePeerDependencies: - supports-color - /eslint-mdx/2.0.5_eslint@8.32.0: + /eslint-mdx/2.0.5_eslint@8.33.0: resolution: {integrity: sha512-1ZzcJwJNfladtuK+uuG/MdC0idc1e3d1vCI2STOq/pLcJBGuao2biWh90vEh2M93zDiNoHJGUIU7UAxupiiHFw==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} peerDependencies: @@ -8377,7 +8467,7 @@ packages: acorn: 8.8.2 acorn-jsx: 5.3.2_acorn@8.8.2 cosmiconfig: 7.1.0 - eslint: 8.32.0 + eslint: 8.33.0 espree: 9.4.1 estree-util-visit: 1.2.1 remark-mdx: 2.2.1 @@ -8393,7 +8483,7 @@ packages: - supports-color dev: false - /eslint-module-utils/2.7.4_tdm2zecdp3gdwhfxnfmevnwugq: + /eslint-module-utils/2.7.4_4lq3tljpmtdh3elqaianviuctu: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -8414,14 +8504,15 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: + '@typescript-eslint/parser': 5.50.0_4vsywjlpuriuw3tl5oq6zy5a64 debug: 3.2.7 - eslint: 8.32.0 + eslint: 8.33.0 eslint-import-resolver-node: 0.3.7 + eslint-import-resolver-typescript: 3.5.3_ohdts44xlqyeyrlje4qnefqeay transitivePeerDependencies: - supports-color - dev: true - /eslint-module-utils/2.7.4_xoxtsypck35xtelm3fn5dkquvy: + /eslint-module-utils/2.7.4_b5qyyy7jj6vxczv7eweintx4wu: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -8442,15 +8533,14 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.49.0_7uibuqfxkfaozanbtbziikiqje debug: 3.2.7 - eslint: 8.32.0 + eslint: 8.33.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.5.3_ps7hf4l2dvbuxvtusmrfhmzsba transitivePeerDependencies: - supports-color + dev: true - /eslint-plugin-import/2.27.5_eslint@8.32.0: + /eslint-plugin-import/2.27.5_eslint@8.33.0: resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: @@ -8465,9 +8555,9 @@ packages: array.prototype.flatmap: 1.3.1 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.32.0 + eslint: 8.33.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.7.4_tdm2zecdp3gdwhfxnfmevnwugq + eslint-module-utils: 2.7.4_b5qyyy7jj6vxczv7eweintx4wu has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 @@ -8482,7 +8572,7 @@ packages: - supports-color dev: true - /eslint-plugin-import/2.27.5_tto3jvfrcbe7ndbi56p7uxhaki: + /eslint-plugin-import/2.27.5_nowqz4jutkd4a233czbfk7jsgu: resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: @@ -8492,15 +8582,15 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.49.0_7uibuqfxkfaozanbtbziikiqje + '@typescript-eslint/parser': 5.50.0_4vsywjlpuriuw3tl5oq6zy5a64 array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.32.0 + eslint: 8.33.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.7.4_xoxtsypck35xtelm3fn5dkquvy + eslint-module-utils: 2.7.4_4lq3tljpmtdh3elqaianviuctu has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 @@ -8514,7 +8604,7 @@ packages: - eslint-import-resolver-webpack - supports-color - /eslint-plugin-jest-dom/4.0.3_eslint@8.32.0: + /eslint-plugin-jest-dom/4.0.3_eslint@8.33.0: resolution: {integrity: sha512-9j+n8uj0+V0tmsoS7bYC7fLhQmIvjRqRYEcbDSi+TKPsTThLLXCyj5swMSSf/hTleeMktACnn+HFqXBr5gbcbA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6', yarn: '>=1'} peerDependencies: @@ -8522,20 +8612,20 @@ packages: dependencies: '@babel/runtime': 7.20.13 '@testing-library/dom': 8.20.0 - eslint: 8.32.0 + eslint: 8.33.0 requireindex: 1.2.0 dev: false - /eslint-plugin-jest-formatting/3.1.0_eslint@8.32.0: + /eslint-plugin-jest-formatting/3.1.0_eslint@8.33.0: resolution: {integrity: sha512-XyysraZ1JSgGbLSDxjj5HzKKh0glgWf+7CkqxbTqb7zEhW7X2WHo5SBQ8cGhnszKN+2Lj3/oevBlHNbHezoc/A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=0.8.0' dependencies: - eslint: 8.32.0 + eslint: 8.33.0 dev: false - /eslint-plugin-jest/27.2.1_sa4tfo476gi7rdzbz5wa2vwvhe: + /eslint-plugin-jest/27.2.1_cxlvstdti72ph7tnrcvqamh3c4: resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -8548,15 +8638,15 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.49.0_iu322prlnwsygkcra5kbpy22si - '@typescript-eslint/utils': 5.49.0_7uibuqfxkfaozanbtbziikiqje - eslint: 8.32.0 + '@typescript-eslint/eslint-plugin': 5.50.0_go4drrxstycfikanvu45pi4vgq + '@typescript-eslint/utils': 5.49.0_4vsywjlpuriuw3tl5oq6zy5a64 + eslint: 8.33.0 transitivePeerDependencies: - supports-color - typescript dev: false - /eslint-plugin-jsx-a11y/6.7.1_eslint@8.32.0: + /eslint-plugin-jsx-a11y/6.7.1_eslint@8.33.0: resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} engines: {node: '>=4.0'} peerDependencies: @@ -8571,7 +8661,7 @@ packages: axobject-query: 3.1.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.32.0 + eslint: 8.33.0 has: 1.0.3 jsx-ast-utils: 3.3.3 language-tags: 1.0.5 @@ -8580,27 +8670,27 @@ packages: object.fromentries: 2.0.6 semver: 6.3.0 - /eslint-plugin-markdown/3.0.0_eslint@8.32.0: + /eslint-plugin-markdown/3.0.0_eslint@8.33.0: resolution: {integrity: sha512-hRs5RUJGbeHDLfS7ELanT0e29Ocyssf/7kBM+p7KluY5AwngGkDf8Oyu4658/NZSGTTq05FZeWbkxXtbVyHPwg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.32.0 + eslint: 8.33.0 mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-mdx/2.0.5_eslint@8.32.0: + /eslint-plugin-mdx/2.0.5_eslint@8.33.0: resolution: {integrity: sha512-j2xN97jSlc5IoH94rJTHqYMztl46+hHzyC8Zqjx+OI1Rvv33isyf8xSSBHN6f0z8IJmgPgGsb/fH90JbvKplXg==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} peerDependencies: eslint: '>=8.0.0' dependencies: - eslint: 8.32.0 - eslint-mdx: 2.0.5_eslint@8.32.0 - eslint-plugin-markdown: 3.0.0_eslint@8.32.0 + eslint: 8.33.0 + eslint-mdx: 2.0.5_eslint@8.33.0 + eslint-plugin-markdown: 3.0.0_eslint@8.33.0 remark-mdx: 2.2.1 remark-parse: 10.0.1 remark-stringify: 10.0.2 @@ -8611,7 +8701,7 @@ packages: - supports-color dev: false - /eslint-plugin-prettier/4.2.1_cn4lalcyadplruoxa5mhp7j3dq: + /eslint-plugin-prettier/4.2.1_jqplj6qf3uqpxpu4gdyhwwasnq: resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} engines: {node: '>=12.0.0'} peerDependencies: @@ -8622,30 +8712,30 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.32.0 - eslint-config-prettier: 8.6.0_eslint@8.32.0 + eslint: 8.33.0 + eslint-config-prettier: 8.6.0_eslint@8.33.0 prettier: 2.8.3 prettier-linter-helpers: 1.0.0 dev: false - /eslint-plugin-promise/6.1.1_eslint@8.32.0: + /eslint-plugin-promise/6.1.1_eslint@8.33.0: resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.32.0 + eslint: 8.33.0 dev: false - /eslint-plugin-react-hooks/4.6.0_eslint@8.32.0: + /eslint-plugin-react-hooks/4.6.0_eslint@8.33.0: resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.32.0 + eslint: 8.33.0 - /eslint-plugin-react/7.32.1_eslint@8.32.0: + /eslint-plugin-react/7.32.1_eslint@8.33.0: resolution: {integrity: sha512-vOjdgyd0ZHBXNsmvU+785xY8Bfe57EFbTYYk8XrROzWpr9QBvpjITvAXt9xqcE6+8cjR/g1+mfumPToxsl1www==} engines: {node: '>=4'} peerDependencies: @@ -8655,7 +8745,31 @@ packages: array.prototype.flatmap: 1.3.1 array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 - eslint: 8.32.0 + eslint: 8.33.0 + estraverse: 5.3.0 + jsx-ast-utils: 3.3.3 + minimatch: 3.1.2 + object.entries: 1.1.6 + object.fromentries: 2.0.6 + object.hasown: 1.1.2 + object.values: 1.1.6 + prop-types: 15.8.1 + resolve: 2.0.0-next.4 + semver: 6.3.0 + string.prototype.matchall: 4.0.8 + dev: true + + /eslint-plugin-react/7.32.2_eslint@8.33.0: + resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} + engines: {node: '>=4'} + peerDependencies: + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 + dependencies: + array-includes: 3.1.6 + array.prototype.flatmap: 1.3.1 + array.prototype.tosorted: 1.1.1 + doctrine: 2.1.0 + eslint: 8.33.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -8667,16 +8781,17 @@ packages: resolve: 2.0.0-next.4 semver: 6.3.0 string.prototype.matchall: 4.0.8 + dev: false - /eslint-plugin-regexp/1.12.0_eslint@8.32.0: + /eslint-plugin-regexp/1.12.0_eslint@8.33.0: resolution: {integrity: sha512-A1lnzOqHC22Ve8PZJgcw5pDHk5Sxp7J/pY86u027lVEGpUwe7dhZVVsy3SCm/cN438Zts8e9c09KGIVK4IixuA==} engines: {node: ^12 || >=14} peerDependencies: eslint: '>=6.0.0' dependencies: comment-parser: 1.3.1 - eslint: 8.32.0 - eslint-utils: 3.0.0_eslint@8.32.0 + eslint: 8.33.0 + eslint-utils: 3.0.0_eslint@8.33.0 grapheme-splitter: 1.0.4 jsdoctypeparser: 9.0.0 refa: 0.9.1 @@ -8691,24 +8806,24 @@ packages: safe-regex: 2.1.1 dev: false - /eslint-plugin-sonarjs/0.18.0_eslint@8.32.0: + /eslint-plugin-sonarjs/0.18.0_eslint@8.33.0: resolution: {integrity: sha512-DJ3osLnt6KFdT5e9ZuIDOjT5A6wUGSLeiJJT03lPgpdD+7CVWlYAw9Goe3bt7SmbFO3Xh89NOCZAuB9XA7bAUQ==} engines: {node: '>=14'} peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.32.0 + eslint: 8.33.0 dev: false - /eslint-plugin-storybook/0.6.10_7uibuqfxkfaozanbtbziikiqje: + /eslint-plugin-storybook/0.6.10_4vsywjlpuriuw3tl5oq6zy5a64: resolution: {integrity: sha512-3DKXRey06EhwnTKaG6fgMqGTy4C3z6Ikyv6VVixO5BvaExWQe3yGWIAufrC2Et0OaAMIaMwx9KWjqb/Wq+JxPg==} engines: {node: 12.x || 14.x || >= 16} peerDependencies: eslint: '>=6' dependencies: '@storybook/csf': 0.0.1 - '@typescript-eslint/utils': 5.49.0_7uibuqfxkfaozanbtbziikiqje - eslint: 8.32.0 + '@typescript-eslint/utils': 5.49.0_4vsywjlpuriuw3tl5oq6zy5a64 + eslint: 8.33.0 requireindex: 1.2.0 ts-dedent: 2.2.0 transitivePeerDependencies: @@ -8716,48 +8831,48 @@ packages: - typescript dev: false - /eslint-plugin-tailwindcss/3.8.2_qky6impwyxxk2bvue62g4cldp4: + /eslint-plugin-tailwindcss/3.8.2_xz2peyp5occmrhcakccfqototq: resolution: {integrity: sha512-99DPr//xTFNls1xjXX+1p45OEvG87B+SiNkSi0DfeatKBnckjCO5831lUfwCisXSgzXd9p//gNKQJGq1ewCLJQ==} engines: {node: '>=12.13.0'} peerDependencies: tailwindcss: ^3.2.2 dependencies: - '@angular-eslint/template-parser': 15.2.0_7uibuqfxkfaozanbtbziikiqje - '@typescript-eslint/parser': 5.49.0_7uibuqfxkfaozanbtbziikiqje + '@angular-eslint/template-parser': 15.2.0_4vsywjlpuriuw3tl5oq6zy5a64 + '@typescript-eslint/parser': 5.50.0_4vsywjlpuriuw3tl5oq6zy5a64 fast-glob: 3.2.12 postcss: 8.4.21 tailwindcss: 3.2.4_postcss@8.4.21 - vue-eslint-parser: 9.1.0_eslint@8.32.0 + vue-eslint-parser: 9.1.0_eslint@8.33.0 transitivePeerDependencies: - eslint - supports-color - typescript dev: false - /eslint-plugin-testing-library/5.10.0_7uibuqfxkfaozanbtbziikiqje: + /eslint-plugin-testing-library/5.10.0_4vsywjlpuriuw3tl5oq6zy5a64: resolution: {integrity: sha512-aTOsCAEI9trrX3TLOnsskfhe57DmsjP/yMKLPqg4ftdRvfR4qut2PGWUa8TwP7whZbwMzJjh98tgAPcE8vdHow==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6'} peerDependencies: eslint: ^7.5.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.49.0_7uibuqfxkfaozanbtbziikiqje - eslint: 8.32.0 + '@typescript-eslint/utils': 5.49.0_4vsywjlpuriuw3tl5oq6zy5a64 + eslint: 8.33.0 transitivePeerDependencies: - supports-color - typescript dev: false - /eslint-plugin-unicorn/45.0.2_eslint@8.32.0: + /eslint-plugin-unicorn/45.0.2_eslint@8.33.0: resolution: {integrity: sha512-Y0WUDXRyGDMcKLiwgL3zSMpHrXI00xmdyixEGIg90gHnj0PcHY4moNv3Ppje/kDivdAy5vUeUr7z211ImPv2gw==} engines: {node: '>=14.18'} peerDependencies: eslint: '>=8.28.0' dependencies: '@babel/helper-validator-identifier': 7.19.1 - '@eslint-community/eslint-utils': 4.1.2_eslint@8.32.0 + '@eslint-community/eslint-utils': 4.1.2_eslint@8.33.0 ci-info: 3.7.1 clean-regexp: 1.0.0 - eslint: 8.32.0 + eslint: 8.33.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.2.0 @@ -8786,13 +8901,13 @@ packages: esrecurse: 4.3.0 estraverse: 5.3.0 - /eslint-utils/3.0.0_eslint@8.32.0: + /eslint-utils/3.0.0_eslint@8.33.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.32.0 + eslint: 8.33.0 eslint-visitor-keys: 2.1.0 /eslint-visitor-keys/2.1.0: @@ -8803,8 +8918,8 @@ packages: resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /eslint/8.32.0: - resolution: {integrity: sha512-nETVXpnthqKPFyuY2FNjz/bEd6nbosRgKbkgS/y1C7LJop96gYHWpiguLecMHQ2XCPxn77DS0P+68WzG6vkZSQ==} + /eslint/8.33.0: + resolution: {integrity: sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -8819,7 +8934,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.32.0 + eslint-utils: 3.0.0_eslint@8.33.0 eslint-visitor-keys: 3.3.0 espree: 9.4.1 esquery: 1.4.0 @@ -9334,7 +9449,7 @@ packages: signal-exit: 3.0.7 dev: true - /fork-ts-checker-webpack-plugin/7.3.0_3fkjkrd3audxnith3e7fo4fnxi: + /fork-ts-checker-webpack-plugin/7.3.0_hhrrucqyg4eysmfpujvov2ym5u: resolution: {integrity: sha512-IN+XTzusCjR5VgntYFgxbxVx3WraPRnKehBFrf00cMSrtUuW9MsG9dhL6MWpY6MkjC3wVwoujfCDgZZCQwbswA==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: @@ -9357,7 +9472,7 @@ packages: schema-utils: 3.1.1 semver: 7.3.8 tapable: 2.2.1 - typescript: 4.9.4 + typescript: 4.9.5 webpack: 5.75.0_esbuild@0.16.17 dev: true @@ -13211,7 +13326,7 @@ packages: minimatch: 3.1.2 pidtree: 0.3.1 read-pkg: 3.0.0 - shell-quote: 1.7.4 + shell-quote: 1.8.0 string.prototype.padend: 3.1.4 dev: true @@ -13757,11 +13872,11 @@ packages: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} engines: {node: '>=4'} - /pnp-webpack-plugin/1.7.0_typescript@4.9.4: + /pnp-webpack-plugin/1.7.0_typescript@4.9.5: resolution: {integrity: sha512-2Rb3vm+EXble/sMXNSu6eoBx8e79gKqhNq9F5ZWW6ERNCTE/Q0wQNne5541tE5vKjfM8hpNCYL+LGc1YTfI0dg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0_typescript@4.9.4 + ts-pnp: 1.2.0_typescript@4.9.5 transitivePeerDependencies: - typescript dev: true @@ -13797,14 +13912,14 @@ packages: postcss-selector-parser: 6.0.11 dev: true - /postcss-browser-comments/4.0.0_5kwwozqejd6kse3tlstkrpsc6y: + /postcss-browser-comments/4.0.0_jrpp4geoaqu5dz2gragkckznb4: resolution: {integrity: sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==} engines: {node: '>=8'} peerDependencies: browserslist: '>=4' postcss: '>=8' dependencies: - browserslist: 4.21.4 + browserslist: 4.21.5 postcss: 8.4.21 dev: true @@ -13888,7 +14003,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.4 + browserslist: 4.21.5 caniuse-api: 3.0.0 colord: 2.9.3 postcss: 8.4.21 @@ -13901,7 +14016,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.4 + browserslist: 4.21.5 postcss: 8.4.21 postcss-value-parser: 4.2.0 dev: true @@ -14197,7 +14312,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.4 + browserslist: 4.21.5 caniuse-api: 3.0.0 cssnano-utils: 3.1.0_postcss@8.4.21 postcss: 8.4.21 @@ -14232,7 +14347,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.4 + browserslist: 4.21.5 cssnano-utils: 3.1.0_postcss@8.4.21 postcss: 8.4.21 postcss-value-parser: 4.2.0 @@ -14384,7 +14499,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.4 + browserslist: 4.21.5 postcss: 8.4.21 postcss-value-parser: 4.2.0 dev: true @@ -14410,7 +14525,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-normalize/10.0.1_5kwwozqejd6kse3tlstkrpsc6y: + /postcss-normalize/10.0.1_jrpp4geoaqu5dz2gragkckznb4: resolution: {integrity: sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==} engines: {node: '>= 12'} peerDependencies: @@ -14418,9 +14533,9 @@ packages: postcss: '>= 8' dependencies: '@csstools/normalize.css': 12.0.0 - browserslist: 4.21.4 + browserslist: 4.21.5 postcss: 8.4.21 - postcss-browser-comments: 4.0.0_5kwwozqejd6kse3tlstkrpsc6y + postcss-browser-comments: 4.0.0_jrpp4geoaqu5dz2gragkckznb4 sanitize.css: 13.0.0 dev: true @@ -14498,7 +14613,7 @@ packages: '@csstools/postcss-trigonometric-functions': 2.0.0_postcss@8.4.21 '@csstools/postcss-unset-value': 2.0.0_postcss@8.4.21 autoprefixer: 10.4.13_postcss@8.4.21 - browserslist: 4.21.4 + browserslist: 4.21.5 css-blank-pseudo: 5.0.0_postcss@8.4.21 css-has-pseudo: 5.0.0_postcss@8.4.21 css-prefers-color-scheme: 8.0.0_postcss@8.4.21 @@ -14550,7 +14665,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.4 + browserslist: 4.21.5 caniuse-api: 3.0.0 postcss: 8.4.21 dev: true @@ -14942,12 +15057,12 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: true - /react-docgen-typescript/2.2.2_typescript@4.9.4: + /react-docgen-typescript/2.2.2_typescript@4.9.5: resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==} peerDependencies: typescript: '>= 4.3.x' dependencies: - typescript: 4.9.4 + typescript: 4.9.5 dev: true /react-docgen/5.4.3: @@ -14991,8 +15106,8 @@ packages: react-is: 18.1.0 dev: true - /react-hook-form/7.42.1_react@18.2.0: - resolution: {integrity: sha512-2UIGqwMZksd5HS55crTT1ATLTr0rAI4jS7yVuqTaoRVDhY2Qc4IyjskCmpnmdYqUNOYFy04vW253tb2JRVh+IQ==} + /react-hook-form/7.43.0_react@18.2.0: + resolution: {integrity: sha512-/rVEz7T0gLdSFwPqutJ1kn2e0sQNyb9ci/hmwEYr2YG0KF/LSuRLvNrf9QWJM+gj88CjDpDW5Bh/1AD7B2+z9Q==} engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18 @@ -15873,8 +15988,8 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - /shell-quote/1.7.4: - resolution: {integrity: sha512-8o/QEhSSRb1a5i7TFR0iM4G16Z0vYB2OQVs4G3aAFXjn3T6yEx8AZxy1PgDF7I00LZHYA3WxaSYIf5e5sAX8Rw==} + /shell-quote/1.8.0: + resolution: {integrity: sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ==} dev: true /shelljs/0.8.5: @@ -16051,8 +16166,8 @@ packages: resolution: {integrity: sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==} dev: true - /sort-package-json/2.2.0: - resolution: {integrity: sha512-ux712xsrPqkW+0b51GdmC8QTvImM3wsdip9mNVSQTY9ZV3/1eTAK6jIcQ8Vz9kfN1WHL4wv/pLn89mrqeyQu6A==} + /sort-package-json/2.3.0: + resolution: {integrity: sha512-710DJwqqPVKRI0B/BzyF/tiTP+Lu5n0BluxrBs6ZA4T1gs2Cr+CXmFW0xr5eGmuh+yZYFRQn6cCxMaxm7aEUJw==} hasBin: true dependencies: detect-indent: 7.0.1 @@ -16458,7 +16573,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.4 + browserslist: 4.21.5 postcss: 8.4.21 postcss-selector-parser: 6.0.11 dev: true @@ -17059,7 +17174,7 @@ packages: resolution: {integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==} engines: {node: '>=6.10'} - /ts-jest/29.0.5_phj3wkoavhvprbibqao6pymam4: + /ts-jest/29.0.5_p627jzeuq2l7ci5sexzsbcszoy: resolution: {integrity: sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -17090,11 +17205,11 @@ packages: lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.3.8 - typescript: 4.9.4 + typescript: 4.9.5 yargs-parser: 21.1.1 dev: true - /ts-node/10.9.1_awa2wsr5thmg3i7jqycphctjfq: + /ts-node/10.9.1_bdgp3l2zgaopogaavxusmetvge: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -17120,12 +17235,12 @@ packages: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.9.4 + typescript: 4.9.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: true - /ts-pnp/1.2.0_typescript@4.9.4: + /ts-pnp/1.2.0_typescript@4.9.5: resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} peerDependencies: @@ -17134,7 +17249,7 @@ packages: typescript: optional: true dependencies: - typescript: 4.9.4 + typescript: 4.9.5 dev: true /tsconfig-paths-webpack-plugin/3.5.2: @@ -17168,14 +17283,14 @@ packages: /tslib/2.5.0: resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} - /tsutils/3.21.0_typescript@4.9.4: + /tsutils/3.21.0_typescript@4.9.5: 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.4 + typescript: 4.9.5 /tty-table/4.1.6: resolution: {integrity: sha512-kRj5CBzOrakV4VRRY5kUWbNYvo/FpOsz65DzI5op9P+cHov3+IqPbo1JE1ZnQGkHdZgNFDsrEjrfqqy/Ply9fw==} @@ -17318,8 +17433,8 @@ packages: engines: {node: '>=12.20'} dev: true - /type-fest/3.5.3: - resolution: {integrity: sha512-V2+og4j/rWReWvaFrse3s9g2xvUv/K9Azm/xo6CjIuq7oeGqsoimC7+9/A3tfvNcbQf8RPSVj/HV81fB4DJrjA==} + /type-fest/3.5.4: + resolution: {integrity: sha512-/Je22Er4LPoln256pcLzj73MUmPrTWg8u4WB1RlxaDl0idJOfD1r259VtKOinp4xLJqJ9zYVMuWOun6Ssp7boA==} engines: {node: '>=14.16'} /type-is/1.6.18: @@ -17341,8 +17456,8 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: true - /typescript/4.9.4: - resolution: {integrity: sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==} + /typescript/4.9.5: + resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} engines: {node: '>=4.2.0'} hasBin: true @@ -17582,6 +17697,17 @@ packages: browserslist: 4.21.4 escalade: 3.1.1 picocolors: 1.0.0 + dev: true + + /update-browserslist-db/1.0.10_browserslist@4.21.5: + resolution: {integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + dependencies: + browserslist: 4.21.5 + escalade: 3.1.1 + picocolors: 1.0.0 /uri-js/4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} @@ -17719,14 +17845,14 @@ packages: resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==} dev: false - /vue-eslint-parser/9.1.0_eslint@8.32.0: + /vue-eslint-parser/9.1.0_eslint@8.33.0: resolution: {integrity: sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.32.0 + eslint: 8.33.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.4.1 @@ -17844,7 +17970,7 @@ packages: '@webassemblyjs/wasm-parser': 1.11.1 acorn: 8.8.2 acorn-import-assertions: 1.8.0_acorn@8.8.2 - browserslist: 4.21.4 + browserslist: 4.21.5 chrome-trace-event: 1.0.3 enhanced-resolve: 5.12.0 es-module-lexer: 0.9.3