From 73fa1f8b22818b6d3f3d6389876ba5a8f548cd23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:54:00 -0600 Subject: [PATCH] Build(deps): bump the other group with 8 updates (#1515) * Build(deps): bump the other group with 8 updates Bumps the other group with 8 updates: | Package | From | To | | --- | --- | --- | | [@apollo/client](https://github.com/apollographql/apollo-client) | `3.11.8` | `3.11.9` | | [@okta/okta-signin-widget](https://github.com/okta/okta-signin-widget) | `7.25.0` | `7.25.1` | | [i18next](https://github.com/i18next/i18next) | `23.16.4` | `23.16.5` | | [launchdarkly-react-client-sdk](https://github.com/launchdarkly/react-client-sdk) | `3.5.0` | `3.6.0` | | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.53.0` | `7.53.2` | | [react-select](https://github.com/JedWatson/react-select) | `5.8.2` | `5.8.3` | | [@cypress/code-coverage](https://github.com/cypress-io/code-coverage) | `3.13.5` | `3.13.6` | | [cypress](https://github.com/cypress-io/cypress) | `13.15.1` | `13.15.2` | Updates `@apollo/client` from 3.11.8 to 3.11.9 - [Release notes](https://github.com/apollographql/apollo-client/releases) - [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-client/compare/v3.11.8...v3.11.9) Updates `@okta/okta-signin-widget` from 7.25.0 to 7.25.1 - [Release notes](https://github.com/okta/okta-signin-widget/releases) - [Changelog](https://github.com/okta/okta-signin-widget/blob/master/webpack.release.config.js) - [Commits](https://github.com/okta/okta-signin-widget/compare/okta-signin-widget-7.25.0...okta-signin-widget-7.25.1) Updates `i18next` from 23.16.4 to 23.16.5 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v23.16.4...v23.16.5) Updates `launchdarkly-react-client-sdk` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/launchdarkly/react-client-sdk/releases) - [Changelog](https://github.com/launchdarkly/react-client-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/launchdarkly/react-client-sdk/compare/launchdarkly-react-client-sdk-v3.5.0...launchdarkly-react-client-sdk-v3.6.0) Updates `react-hook-form` from 7.53.0 to 7.53.2 - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.53.0...v7.53.2) Updates `react-select` from 5.8.2 to 5.8.3 - [Release notes](https://github.com/JedWatson/react-select/releases) - [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.8.2...react-select@5.8.3) Updates `@cypress/code-coverage` from 3.13.5 to 3.13.6 - [Release notes](https://github.com/cypress-io/code-coverage/releases) - [Changelog](https://github.com/cypress-io/code-coverage/blob/master/.releaserc) - [Commits](https://github.com/cypress-io/code-coverage/compare/v3.13.5...v3.13.6) Updates `cypress` from 13.15.1 to 13.15.2 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.15.1...v13.15.2) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other - dependency-name: "@okta/okta-signin-widget" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other - dependency-name: launchdarkly-react-client-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other - dependency-name: "@cypress/code-coverage" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: other - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch dependency-group: other ... Signed-off-by: dependabot[bot] * Addressed some type errors --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patrick Segura --- package.json | 16 +- src/components/MultiSelect/index.tsx | 2 +- src/components/OktaUserSelect/index.tsx | 9 +- src/components/OktaUserSelect/multiSelect.tsx | 10 +- yarn.lock | 155 +++++------------- 5 files changed, 66 insertions(+), 126 deletions(-) diff --git a/package.json b/package.json index 4983f82f72..b800639cfd 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,14 @@ "version": "0.1.0", "private": true, "dependencies": { - "@apollo/client": "^3.11.8", + "@apollo/client": "^3.11.9", "@babel/plugin-syntax-class-properties": "^7.12.13", "@json2csv/formatters": "^7.0.6", "@json2csv/plainjs": "^7.0.6", "@json2csv/transforms": "^7.0.6", "@okta/okta-auth-js": "^6.1.0", "@okta/okta-react": "^6.9.0", - "@okta/okta-signin-widget": "^7.25.0", + "@okta/okta-signin-widget": "^7.25.1", "@tiptap/core": "^2.9.1", "@tiptap/extension-character-count": "^2.9.1", "@tiptap/extension-document": "^2.9.1", @@ -52,10 +52,10 @@ "formik": "^2.4.6", "graphql": "^15.8.0", "html-react-parser": "^5.1.18", - "i18next": "^23.16.4", + "i18next": "^23.16.5", "i18next-browser-languagedetector": "^5.0.0", "istanbul-lib-coverage": "^3.2.2", - "launchdarkly-react-client-sdk": "^3.5.0", + "launchdarkly-react-client-sdk": "^3.6.0", "lodash": "^4.17.21", "luxon": "^3.5.0", "no-scroll": "^2.1.1", @@ -64,14 +64,14 @@ "react-autosuggest": "^10.1.0", "react-dom": "^18.3.1", "react-ga4": "^2.1.0", - "react-hook-form": "^7.53.0", + "react-hook-form": "^7.53.2", "react-i18next": "^13.4.1", "react-idle-timer": "^5.7.2", "react-media": "^1.10.0", "react-modal": "^3.16.1", "react-redux": "^7.1.1", "react-router-dom": "^5.1.2", - "react-select": "^5.8.2", + "react-select": "^5.8.3", "react-table": "^7.8.0", "react-to-print": "^2.15.1", "redux": "^4.0.4", @@ -130,7 +130,7 @@ "devDependencies": { "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", - "@cypress/code-coverage": "^3.13.5", + "@cypress/code-coverage": "^3.13.6", "@cypress/webpack-preprocessor": "^6.0.1", "@graphql-codegen/cli": "5.0.3", "@graphql-codegen/client-preset": "^4.5.0", @@ -154,7 +154,7 @@ "apollo-link-error": "^1.1.13", "autoprefixer": "^10.4.20", "babel-loader": "^9.2.1", - "cypress": "^13.15.1", + "cypress": "^13.15.2", "cypress-otp": "^1.0.3", "eslint": "^8.57.0", "eslint-config-airbnb": "^18.0.1", diff --git a/src/components/MultiSelect/index.tsx b/src/components/MultiSelect/index.tsx index 42840aa25c..b3476ab5d5 100644 --- a/src/components/MultiSelect/index.tsx +++ b/src/components/MultiSelect/index.tsx @@ -295,7 +295,7 @@ const MultiSelect = ({ hideSelectedOptions={false} closeMenuOnSelect={false} tabSelectsValue={false} - onChange={selectedOptions => { + onChange={(selectedOptions: MultiSelectOptionProps[]) => { setSelected(selectedOptions); onChange(selectedOptions.map(option => option.value)); }} diff --git a/src/components/OktaUserSelect/index.tsx b/src/components/OktaUserSelect/index.tsx index fbf0f06708..7ef7921e53 100644 --- a/src/components/OktaUserSelect/index.tsx +++ b/src/components/OktaUserSelect/index.tsx @@ -324,8 +324,13 @@ export default function OktaUserSelect({ : undefined } value={value ? { value, label: formatLabel(value) } : undefined} - onChange={item => updateContact(item?.value || null)} - onInputChange={(newValue, { action }) => { + onChange={(item: OktaUserSelectOption) => + updateContact(item?.value || null) + } + onInputChange={( + newValue: string | undefined, + { action }: { action: string } + ) => { if (action !== 'input-blur' && action !== 'menu-close') { // If user selected a value, no need to query and debounce again if (action === 'set-value') { diff --git a/src/components/OktaUserSelect/multiSelect.tsx b/src/components/OktaUserSelect/multiSelect.tsx index 3eb02c8545..e2421b3bc5 100644 --- a/src/components/OktaUserSelect/multiSelect.tsx +++ b/src/components/OktaUserSelect/multiSelect.tsx @@ -105,7 +105,10 @@ const OktaMultiSelect = ({ email: contact.email }) )} - onInputChange={(newValue, { action }) => { + onInputChange={( + newValue: string | undefined, + { action }: { action: string } + ) => { if (action !== 'input-blur' && action !== 'menu-close') { // If user selected a value, no need to query and debounce again if (action !== 'set-value') { @@ -122,11 +125,8 @@ const OktaMultiSelect = ({ hideSelectedOptions={false} closeMenuOnSelect={false} tabSelectsValue={false} - onChange={selectedOptions => { - // TODO: Figure out what's happening with typescript here - // @ts-ignore + onChange={(selectedOptions: MultiSelectOptionProps[]) => { setSelected(selectedOptions); - // @ts-ignore onChange(selectedOptions.map(option => option.value)); }} value={selected} diff --git a/yarn.lock b/yarn.lock index 22cf5336a1..89d619ed8a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15,10 +15,10 @@ "@jridgewell/gen-mapping" "^0.3.0" "@jridgewell/trace-mapping" "^0.3.9" -"@apollo/client@^3.11.8": - version "3.11.8" - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.11.8.tgz#f6bacdc7e1b243807c1387113e1d445a53471a9c" - integrity sha512-CgG1wbtMjsV2pRGe/eYITmV5B8lXUCYljB2gB/6jWTFQcrvirUVvKg7qtFdjYkQSFbIffU1IDyxgeaN81eTjbA== +"@apollo/client@^3.11.9", "@apollo/client@^3.7.0": + version "3.11.9" + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.11.9.tgz#d7f998a6e8496667f157823d50a746c4e5a20b46" + integrity sha512-aQ6VL+CPO1G4DLS/3FelfA+nl+ZQCP5qeN1NS6J8xh9wumUM/2W1ccneqCYmbTMDtoSunxE1BV2W6u0FF4axwQ== dependencies: "@graphql-typed-document-node/core" "^3.1.1" "@wry/caches" "^1.0.0" @@ -35,26 +35,6 @@ tslib "^2.3.0" zen-observable-ts "^1.2.5" -"@apollo/client@^3.7.0": - version "3.9.2" - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.9.2.tgz#96edf2c212f828bad1ef3d84234fa473c5a27ff8" - integrity sha512-Zw9WvXjqhpbgkvAvnj52vstOWwM0iedKWtn1hSq1cODQyoe1CF2uFwMYFI7l56BrAY9CzLi6MQA0AhxpgJgvxw== - dependencies: - "@graphql-typed-document-node/core" "^3.1.1" - "@wry/caches" "^1.0.0" - "@wry/equality" "^0.5.6" - "@wry/trie" "^0.5.0" - graphql-tag "^2.12.6" - hoist-non-react-statics "^3.3.2" - optimism "^0.18.0" - prop-types "^15.7.2" - rehackt "0.0.3" - response-iterator "^0.2.6" - symbol-observable "^4.0.0" - ts-invariant "^0.10.3" - tslib "^2.3.0" - zen-observable-ts "^1.2.5" - "@ardatan/relay-compiler@12.0.0": version "12.0.0" resolved "https://registry.yarnpkg.com/@ardatan/relay-compiler/-/relay-compiler-12.0.0.tgz#2e4cca43088e807adc63450e8cab037020e91106" @@ -1442,10 +1422,10 @@ dependencies: "@jridgewell/trace-mapping" "0.3.9" -"@cypress/code-coverage@^3.13.5": - version "3.13.5" - resolved "https://registry.yarnpkg.com/@cypress/code-coverage/-/code-coverage-3.13.5.tgz#a35d838b7a7507aa1de66a6a594ebe6ad97909d2" - integrity sha512-lnzHWnYgSk/MQRgKJOWg5QKbMgUerz+wvYuf2RzsHfDLFez9CLj4fZOSymJ/QkotfSDgLrerfGASLwHm4OH3qg== +"@cypress/code-coverage@^3.13.6": + version "3.13.6" + resolved "https://registry.yarnpkg.com/@cypress/code-coverage/-/code-coverage-3.13.6.tgz#573d0bb4f4fd3f11d16ff74999b4c4001c9044ab" + integrity sha512-nNVDYDK6r9zPqDIv9k7FibPP9/dATGRR3us9Ued/ldcxPz5x8WbVthjV5OIjqotRKEmS7wxiXFHSDhKJqaZNuw== dependencies: "@cypress/webpack-preprocessor" "^6.0.0" chalk "4.1.2" @@ -1457,10 +1437,10 @@ js-yaml "4.1.0" nyc "15.1.0" -"@cypress/request@^3.0.4": - version "3.0.5" - resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.5.tgz#d893a6e68ce2636c085fcd8d7283c3186499ba63" - integrity sha512-v+XHd9XmWbufxF1/bTaVm2yhbxY+TB4YtWRqF2zaXBlDNMkls34KiATz0AVDLavL3iB6bQk9/7n3oY1EoLSWGA== +"@cypress/request@^3.0.6": + version "3.0.6" + resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.6.tgz#f5580add6acee0e183b4d4e07eff4f31327ae12b" + integrity sha512-fi0eVdCOtKu5Ed6+E8mYxUF6ZTFJDZvHogCBelM0xVXmrDEkyM22gRArQzq1YcHPm1V47Vf/iAD+WgVdUlJCGg== dependencies: aws-sign2 "~0.7.0" aws4 "^1.8.0" @@ -1477,7 +1457,7 @@ performance-now "^2.1.0" qs "6.13.0" safe-buffer "^5.1.2" - tough-cookie "^4.1.3" + tough-cookie "^5.0.0" tunnel-agent "^0.6.0" uuid "^8.3.2" @@ -2792,10 +2772,10 @@ "@babel/runtime" "^7.11.2" compare-versions "^4.1.2" -"@okta/okta-signin-widget@^7.25.0": - version "7.25.0" - resolved "https://registry.yarnpkg.com/@okta/okta-signin-widget/-/okta-signin-widget-7.25.0.tgz#d4cee3f9cf62bdd526ba2a10175706f6dd526af9" - integrity sha512-23KZRsUxvgsWNm4+RymGKxpbSKYGxHdF+ruSqEfgi75oi/7Ctf9eLExASLutvTqM5rXnEHBHrt9OMp2fH3aMmg== +"@okta/okta-signin-widget@^7.25.1": + version "7.25.1" + resolved "https://registry.yarnpkg.com/@okta/okta-signin-widget/-/okta-signin-widget-7.25.1.tgz#9b6d8f1eefa94c66bb87dde1268042546ac9e472" + integrity sha512-4PVB9KExug05iQhCIXYQj+SIM8fFXBFxMmzux8b83dtIFiagxBeDuolKZ8x+WqgYdGUs/9HOzdCQFQSGVC//1Q== dependencies: "@okta/okta-auth-js" "^7.8.1" "@sindresorhus/to-milliseconds" "^1.0.0" @@ -6668,6 +6648,11 @@ ci-info@^3.2.0: resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.7.1.tgz#708a6cdae38915d597afdf3b145f2f8e1ff55f3f" integrity sha512-4jYS4MOAaCIStSRwiuxc4B8MYhIe676yO1sYGzARnjXkWpmzZMMYxY6zu8WYWDhSuth5zhrQ1rhNSibyyvv4/w== +ci-info@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.0.0.tgz#65466f8b280fc019b9f50a5388115d17a63a44f2" + integrity sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg== + classnames@^2.5.1: version "2.5.1" resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.5.1.tgz#ba774c614be0f016da105c858e7159eae8e7687b" @@ -7071,12 +7056,12 @@ cypress-otp@^1.0.3: dependencies: otplib "12.0.1" -cypress@^13.15.1: - version "13.15.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.15.1.tgz#d85074e07cc576eb30068617d529719ef6093b69" - integrity sha512-DwUFiKXo4lef9kA0M4iEhixFqoqp2hw8igr0lTqafRb9qtU3X0XGxKbkSYsUFdkrAkphc7MPDxoNPhk5pj9PVg== +cypress@^13.15.2: + version "13.15.2" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.15.2.tgz#ef19554c274bc4ff23802aeb5c52951677fa67f1" + integrity sha512-ARbnUorjcCM3XiPwgHKuqsyr5W9Qn+pIIBPaoilnoBkLdSC2oLQjV1BUpnmc7KR+b7Avah3Ly2RMFnfxr96E/A== dependencies: - "@cypress/request" "^3.0.4" + "@cypress/request" "^3.0.6" "@cypress/xvfb" "^1.2.4" "@types/sinonjs__fake-timers" "8.1.1" "@types/sizzle" "^2.3.2" @@ -7087,6 +7072,7 @@ cypress@^13.15.1: cachedir "^2.3.0" chalk "^4.1.0" check-more-types "^2.24.0" + ci-info "^4.0.0" cli-cursor "^3.1.0" cli-table3 "~0.6.1" commander "^6.2.1" @@ -7101,7 +7087,6 @@ cypress@^13.15.1: figures "^3.2.0" fs-extra "^9.1.0" getos "^3.2.1" - is-ci "^3.0.1" is-installed-globally "~0.4.0" lazy-ass "^1.6.0" listr2 "^3.8.3" @@ -9339,10 +9324,10 @@ i18next-browser-languagedetector@^5.0.0: dependencies: "@babel/runtime" "^7.5.5" -i18next@^23.16.4: - version "23.16.4" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.16.4.tgz#79c07544f6d6fa803fe8427108d547542c1d6cf4" - integrity sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg== +i18next@^23.16.5: + version "23.16.5" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.16.5.tgz#53d48ae9f985fd73fc1fcb96e6c7d90ababf0831" + integrity sha512-KTlhE3EP9x6pPTAW7dy0WKIhoCpfOGhRQlO+jttQLgzVaoOjWwBWramu7Pp0i+8wDNduuzXfe3kkVbzrKyrbTA== dependencies: "@babel/runtime" "^7.23.2" @@ -9570,13 +9555,6 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7: resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055" integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== -is-ci@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.1.tgz#db6ecbed1bd659c43dac0f45661e7674103d1867" - integrity sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ== - dependencies: - ci-info "^3.2.0" - is-core-module@^2.11.0, is-core-module@^2.9.0: version "2.11.0" resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144" @@ -10390,10 +10368,10 @@ launchdarkly-js-sdk-common@5.4.0: fast-deep-equal "^2.0.1" uuid "^8.0.0" -launchdarkly-react-client-sdk@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/launchdarkly-react-client-sdk/-/launchdarkly-react-client-sdk-3.5.0.tgz#838cf2625c52aa2335638cd1cc026829e0c26799" - integrity sha512-nBWg079lV7bZP4ZGcyvqAygzued1ySbBNo6/k7J1m1ReCclTZAyFF78ykfaZmFkTdRC9km5l4dHw81ahqzD2YQ== +launchdarkly-react-client-sdk@^3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/launchdarkly-react-client-sdk/-/launchdarkly-react-client-sdk-3.6.0.tgz#be825d2423ee6a80bd37a29bc9b523ec2e0d190f" + integrity sha512-tGXc7CNngfwElsoLmvpt81NO+v5gH9xuCdIjYSi9BHlL4wk6mpJpuEJn0Kx8Q3D1mnNzAhX3YdJNXc1pk3fXbg== dependencies: hoist-non-react-statics "^3.3.2" launchdarkly-js-client-sdk "^3.5.0" @@ -12038,11 +12016,6 @@ ps-tree@1.2.0: dependencies: event-stream "=3.3.4" -psl@^1.1.33: - version "1.8.0" - resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24" - integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== - pump@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909" @@ -12073,7 +12046,7 @@ punycode.js@^2.3.1: resolved "https://registry.yarnpkg.com/punycode.js/-/punycode.js-2.3.1.tgz#6b53e56ad75588234e79f4affa90972c7dd8cdb7" integrity sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA== -punycode@^2.1.0, punycode@^2.1.1: +punycode@^2.1.0: version "2.1.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== @@ -12149,11 +12122,6 @@ qs@^6.10.0: dependencies: side-channel "^1.0.6" -querystringify@^2.1.1: - version "2.2.0" - resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" - integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== - queue-microtask@^1.2.2: version "1.2.3" resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" @@ -12250,10 +12218,10 @@ react-ga4@^2.1.0: resolved "https://registry.yarnpkg.com/react-ga4/-/react-ga4-2.1.0.tgz#56601f59d95c08466ebd6edfbf8dede55c4678f9" integrity sha512-ZKS7PGNFqqMd3PJ6+C2Jtz/o1iU9ggiy8Y8nUeksgVuvNISbmrQtJiZNvC/TjDsqD0QlU5Wkgs7i+w9+OjHhhQ== -react-hook-form@^7.53.0: - version "7.53.0" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.53.0.tgz#3cf70951bf41fa95207b34486203ebefbd3a05ab" - integrity sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ== +react-hook-form@^7.53.2: + version "7.53.2" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.53.2.tgz#6fa37ae27330af81089baadd7f322cc987b8e2ac" + integrity sha512-YVel6fW5sOeedd1524pltpHX+jgU2u3DSDtXEaBORNdqiNrsX/nUI/iGXONegttg0mJVnfrIkiV0cmTU6Oo2xw== react-i18next@^13.4.1: version "13.4.1" @@ -12384,10 +12352,10 @@ react-select-event@^5.5.1: dependencies: "@testing-library/dom" ">=7" -react-select@^5.8.2: - version "5.8.2" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.8.2.tgz#0d7ccb1895d61aafcd090fbf65aa9e506225a854" - integrity sha512-a/LkOckoI62710gGPQSQqUp7A10fGbH/ya3/IR49qaq3XoBvwymgD5mJgtiHxBDsutyEQfdKNycWVh8Cg8UCjw== +react-select@^5.8.3: + version "5.8.3" + resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.8.3.tgz#64e89ad20a846348b18c6fbb395b939d0153ed74" + integrity sha512-lVswnIq8/iTj1db7XCG74M/3fbGB6ZaluCzvwPGT5ZOjCdL/k0CLWhEK0vCBLuU5bHTEf6Gj8jtSvi+3v+tO1w== dependencies: "@babel/runtime" "^7.12.0" "@emotion/cache" "^11.4.0" @@ -12723,11 +12691,6 @@ regjsparser@^0.9.1: dependencies: jsesc "~0.5.0" -rehackt@0.0.3: - version "0.0.3" - resolved "https://registry.yarnpkg.com/rehackt/-/rehackt-0.0.3.tgz#1ea454620d4641db8342e2db44595cf0e7ac6aa0" - integrity sha512-aBRHudKhOWwsTvCbSoinzq+Lej/7R8e8UoPvLZo5HirZIIBLGAgdG7SL9QpdcBoQ7+3QYPi3lRLknAzXBlhZ7g== - rehackt@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/rehackt/-/rehackt-0.1.0.tgz#a7c5e289c87345f70da8728a7eb878e5d03c696b" @@ -12806,11 +12769,6 @@ require-main-filename@^2.0.0: resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== -requires-port@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" - integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= - resolve-from@5.0.0, resolve-from@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" @@ -14072,16 +14030,6 @@ toposort@^2.0.2: resolved "https://registry.yarnpkg.com/toposort/-/toposort-2.0.2.tgz#ae21768175d1559d48bef35420b2f4962f09c330" integrity sha1-riF2gXXRVZ1IvvNUILL0li8JwzA= -tough-cookie@^4.1.3: - version "4.1.3" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf" - integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw== - dependencies: - psl "^1.1.33" - punycode "^2.1.1" - universalify "^0.2.0" - url-parse "^1.5.3" - tough-cookie@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-5.0.0.tgz#6b6518e2b5c070cf742d872ee0f4f92d69eac1af" @@ -14421,11 +14369,6 @@ unist-util-visit@^2.0.0: unist-util-is "^4.0.0" unist-util-visit-parents "^3.0.0" -universalify@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0" - integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg== - universalify@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" @@ -14492,14 +14435,6 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -url-parse@^1.5.3: - version "1.5.10" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1" - integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ== - dependencies: - querystringify "^2.1.1" - requires-port "^1.0.0" - urlpattern-polyfill@^10.0.0: version "10.0.0" resolved "https://registry.yarnpkg.com/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz#f0a03a97bfb03cdf33553e5e79a2aadd22cac8ec"