⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-07-08 02:13:11 +00:00
committed by Jean-Baptiste PENRATH
parent a15b2fdef4
commit b5ed0e957f
6 changed files with 107 additions and 102 deletions

View File

@@ -22,8 +22,8 @@
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1", "react-dom": "18.3.1",
"sass": "1.77.6", "sass": "1.77.6",
"typescript": "5.5.2", "typescript": "5.5.3",
"vite": "5.3.2" "vite": "5.3.3"
}, },
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=18.0.0"

View File

@@ -31,7 +31,7 @@
}, },
"packageManager": "yarn@1.22.22", "packageManager": "yarn@1.22.22",
"resolutions": { "resolutions": {
"@testing-library/dom": "10.2.0" "@testing-library/dom": "10.3.1"
}, },
"volta": { "volta": {
"node": "18.18.2", "node": "18.18.2",

View File

@@ -4,8 +4,8 @@
"license": "MIT", "license": "MIT",
"main": ".eslintrc.json", "main": ".eslintrc.json",
"dependencies": { "dependencies": {
"@typescript-eslint/eslint-plugin": "7.14.1", "@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.14.1", "@typescript-eslint/parser": "7.15.0",
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4", "eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0", "eslint-config-airbnb-typescript": "18.0.0",

View File

@@ -71,9 +71,9 @@
"@babel/plugin-proposal-decorators": "7.24.7", "@babel/plugin-proposal-decorators": "7.24.7",
"@babel/plugin-proposal-export-default-from": "7.24.7", "@babel/plugin-proposal-export-default-from": "7.24.7",
"@babel/preset-typescript": "7.24.7", "@babel/preset-typescript": "7.24.7",
"@chromatic-com/storybook": "1.6.0", "@chromatic-com/storybook": "1.6.1",
"@faker-js/faker": "8.4.1", "@faker-js/faker": "8.4.1",
"@hookform/resolvers": "3.6.0", "@hookform/resolvers": "3.9.0",
"@openfun/cunningham-tokens": "*", "@openfun/cunningham-tokens": "*",
"@openfun/typescript-configs": "*", "@openfun/typescript-configs": "*",
"@storybook/addon-a11y": "8.1.11", "@storybook/addon-a11y": "8.1.11",
@@ -85,7 +85,7 @@
"@storybook/react": "8.1.11", "@storybook/react": "8.1.11",
"@storybook/react-vite": "8.1.11", "@storybook/react-vite": "8.1.11",
"@storybook/storybook-deployer": "2.8.16", "@storybook/storybook-deployer": "2.8.16",
"@testing-library/dom": "10.2.0", "@testing-library/dom": "10.3.1",
"@testing-library/jest-dom": "6.4.6", "@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0", "@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2", "@testing-library/user-event": "14.5.2",
@@ -97,16 +97,16 @@
"@vitest/ui": "1.6.0", "@vitest/ui": "1.6.0",
"babel-loader": "9.1.3", "babel-loader": "9.1.3",
"css-loader": "7.1.2", "css-loader": "7.1.2",
"glob": "10.4.2", "glob": "10.4.3",
"jsdom": "24.1.0", "jsdom": "24.1.0",
"react-hook-form": "7.52.0", "react-hook-form": "7.52.1",
"remark-gfm": "4.0.0", "remark-gfm": "4.0.0",
"sass": "1.77.6", "sass": "1.77.6",
"sass-loader": "14.2.1", "sass-loader": "14.2.1",
"storybook": "8.1.11", "storybook": "8.1.11",
"style-loader": "4.0.0", "style-loader": "4.0.0",
"typescript": "5.5.2", "typescript": "5.5.3",
"vite": "5.3.2", "vite": "5.3.3",
"vite-plugin-dts": "3.9.1", "vite-plugin-dts": "3.9.1",
"vite-tsconfig-paths": "4.3.2", "vite-tsconfig-paths": "4.3.2",
"vitest": "1.6.0", "vitest": "1.6.0",

View File

@@ -43,14 +43,14 @@
"devDependencies": { "devDependencies": {
"@types/figlet": "1.5.8", "@types/figlet": "1.5.8",
"@types/jest": "29.5.12", "@types/jest": "29.5.12",
"@types/node": "20.14.9", "@types/node": "20.14.10",
"eslint-config-custom": "*", "eslint-config-custom": "*",
"jest": "29.7.0", "jest": "29.7.0",
"nodemon": "3.1.4", "nodemon": "3.1.4",
"prettier": "3.3.2", "prettier": "3.3.2",
"ts-jest": "29.1.5", "ts-jest": "29.1.5",
"tsc-alias": "1.8.10", "tsc-alias": "1.8.10",
"typescript": "5.5.2" "typescript": "5.5.3"
}, },
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=18.0.0"

181
yarn.lock
View File

@@ -2066,10 +2066,10 @@
human-id "^1.0.2" human-id "^1.0.2"
prettier "^2.7.1" prettier "^2.7.1"
"@chromatic-com/storybook@1.6.0": "@chromatic-com/storybook@1.6.1":
version "1.6.0" version "1.6.1"
resolved "https://registry.yarnpkg.com/@chromatic-com/storybook/-/storybook-1.6.0.tgz#a55233e098e824f83fcfb1d730d56694249a969e" resolved "https://registry.yarnpkg.com/@chromatic-com/storybook/-/storybook-1.6.1.tgz#42173679c166ce982903b9e40bb457c037e9dac2"
integrity sha512-6sHj0l194KMBIZ0D5SeJ+Ys+zslehKHcC2d6Hd/YEn4cCl7p9mLuxrZjvf8xharGKy8vf9Q1tKrU2YdldzUBoQ== integrity sha512-x1x1NB3j4xpfeSWKr96emc+7ZvfsvH+/WVb3XCjkB24PPbT8VZXb3mJSAQMrSzuQ8+eQE9kDogYHH9Fj3tb/Cw==
dependencies: dependencies:
chromatic "^11.4.0" chromatic "^11.4.0"
filesize "^10.0.12" filesize "^10.0.12"
@@ -2573,10 +2573,10 @@
tslib "^2.4.0" tslib "^2.4.0"
typescript "5" typescript "5"
"@hookform/resolvers@3.6.0": "@hookform/resolvers@3.9.0":
version "3.6.0" version "3.9.0"
resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-3.6.0.tgz#71ae08acf7f7624fb24ea0505de00b9001a63687" resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-3.9.0.tgz#cf540ac21c6c0cd24a40cf53d8e6d64391fb753d"
integrity sha512-UBcpyOX3+RR+dNnqBd0lchXpoL8p4xC21XP8H6Meb8uve5Br1GCnmg0PcBoKKqPKgGu9GHQ/oygcmPrQhetwqw== integrity sha512-bU0Gr4EepJ/EQsH/IwEzYLsT/PEj5C0ynLQ4m+GSHS+xKH4TfSelhluTgOaoc4kA5s7eCsQbM4wvZLzELmWzUg==
"@humanwhocodes/config-array@^0.11.14": "@humanwhocodes/config-array@^0.11.14":
version "0.11.14" version "0.11.14"
@@ -5152,10 +5152,10 @@
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.19.2.tgz#5fc8ede54f18867f74715ad93927f7df4d255209" resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.19.2.tgz#5fc8ede54f18867f74715ad93927f7df4d255209"
integrity sha512-KpRjhgehIhbfH78ARm/GJDXGnpdw4bCg3qas6yjWSi7czJhI/J6pWln7NHtmBkGE9ZbohiiNtLqwGzKmBfixig== integrity sha512-KpRjhgehIhbfH78ARm/GJDXGnpdw4bCg3qas6yjWSi7czJhI/J6pWln7NHtmBkGE9ZbohiiNtLqwGzKmBfixig==
"@testing-library/dom@10.1.0", "@testing-library/dom@10.2.0": "@testing-library/dom@10.1.0", "@testing-library/dom@10.3.1":
version "10.2.0" version "10.3.1"
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.2.0.tgz#d3b22515bc0603a06f119c6ae6670669c3f2085f" resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.3.1.tgz#c960204cce7e969ac03ae5f3550e420226c61a21"
integrity sha512-CytIvb6tVOADRngTHGWNxH8LPgO/3hi/BdCEHOf7Qd2GvZVClhVP0Wo/QHzWhpki49Bk0b4VT6xpt3fx8HTSIw== integrity sha512-q/WL+vlXMpC0uXDyfsMtc1rmotzLV8Y0gq6q1gfrrDjQeHoeLrqHbxdPvPNAh1i+xuJl7+BezywcXArz7vLqKQ==
dependencies: dependencies:
"@babel/code-frame" "^7.10.4" "@babel/code-frame" "^7.10.4"
"@babel/runtime" "^7.12.5" "@babel/runtime" "^7.12.5"
@@ -5499,10 +5499,10 @@
resolved "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz" resolved "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz"
integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw== integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
"@types/node@20.14.9": "@types/node@20.14.10":
version "20.14.9" version "20.14.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.9.tgz#12e8e765ab27f8c421a1820c99f5f313a933b420" resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.10.tgz#a1a218290f1b6428682e3af044785e5874db469a"
integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg== integrity sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==
dependencies: dependencies:
undici-types "~5.26.4" undici-types "~5.26.4"
@@ -5638,30 +5638,30 @@
dependencies: dependencies:
"@types/yargs-parser" "*" "@types/yargs-parser" "*"
"@typescript-eslint/eslint-plugin@7.14.1": "@typescript-eslint/eslint-plugin@7.15.0":
version "7.14.1" version "7.15.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.14.1.tgz#90e2f76a5930d553ede124e1f541a39b4417465e" resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.15.0.tgz#8eaf396ac2992d2b8f874b68eb3fcd6b179cb7f3"
integrity sha512-aAJd6bIf2vvQRjUG3ZkNXkmBpN+J7Wd0mfQiiVCJMu9Z5GcZZdcc0j8XwN/BM97Fl7e3SkTXODSk4VehUv7CGw== integrity sha512-uiNHpyjZtFrLwLDpHnzaDlP3Tt6sGMqTCiqmxaN4n4RP0EfYZDODJyddiFDF44Hjwxr5xAcaYxVKm9QKQFJFLA==
dependencies: dependencies:
"@eslint-community/regexpp" "^4.10.0" "@eslint-community/regexpp" "^4.10.0"
"@typescript-eslint/scope-manager" "7.14.1" "@typescript-eslint/scope-manager" "7.15.0"
"@typescript-eslint/type-utils" "7.14.1" "@typescript-eslint/type-utils" "7.15.0"
"@typescript-eslint/utils" "7.14.1" "@typescript-eslint/utils" "7.15.0"
"@typescript-eslint/visitor-keys" "7.14.1" "@typescript-eslint/visitor-keys" "7.15.0"
graphemer "^1.4.0" graphemer "^1.4.0"
ignore "^5.3.1" ignore "^5.3.1"
natural-compare "^1.4.0" natural-compare "^1.4.0"
ts-api-utils "^1.3.0" ts-api-utils "^1.3.0"
"@typescript-eslint/parser@7.14.1": "@typescript-eslint/parser@7.15.0":
version "7.14.1" version "7.15.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.14.1.tgz#13d97f357aed3c5719f259a6cc3d1a1f065d3692" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.15.0.tgz#f4a536e5fc6a1c05c82c4d263a2bfad2da235c80"
integrity sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA== integrity sha512-k9fYuQNnypLFcqORNClRykkGOMOj+pV6V91R4GO/l1FDGwpqmSwoOQrOHo3cGaH63e+D3ZiCAOsuS/D2c99j/A==
dependencies: dependencies:
"@typescript-eslint/scope-manager" "7.14.1" "@typescript-eslint/scope-manager" "7.15.0"
"@typescript-eslint/types" "7.14.1" "@typescript-eslint/types" "7.15.0"
"@typescript-eslint/typescript-estree" "7.14.1" "@typescript-eslint/typescript-estree" "7.15.0"
"@typescript-eslint/visitor-keys" "7.14.1" "@typescript-eslint/visitor-keys" "7.15.0"
debug "^4.3.4" debug "^4.3.4"
"@typescript-eslint/parser@^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0": "@typescript-eslint/parser@^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0":
@@ -5683,13 +5683,13 @@
"@typescript-eslint/types" "6.21.0" "@typescript-eslint/types" "6.21.0"
"@typescript-eslint/visitor-keys" "6.21.0" "@typescript-eslint/visitor-keys" "6.21.0"
"@typescript-eslint/scope-manager@7.14.1": "@typescript-eslint/scope-manager@7.15.0":
version "7.14.1" version "7.15.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.14.1.tgz#63de7a577bc6fe8ee6e412a5b85499f654b93ee5" resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.15.0.tgz#201b34b0720be8b1447df17b963941bf044999b2"
integrity sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA== integrity sha512-Q/1yrF/XbxOTvttNVPihxh1b9fxamjEoz2Os/Pe38OHwxC24CyCqXxGTOdpb4lt6HYtqw9HetA/Rf6gDGaMPlw==
dependencies: dependencies:
"@typescript-eslint/types" "7.14.1" "@typescript-eslint/types" "7.15.0"
"@typescript-eslint/visitor-keys" "7.14.1" "@typescript-eslint/visitor-keys" "7.15.0"
"@typescript-eslint/scope-manager@7.2.0": "@typescript-eslint/scope-manager@7.2.0":
version "7.2.0" version "7.2.0"
@@ -5699,13 +5699,13 @@
"@typescript-eslint/types" "7.2.0" "@typescript-eslint/types" "7.2.0"
"@typescript-eslint/visitor-keys" "7.2.0" "@typescript-eslint/visitor-keys" "7.2.0"
"@typescript-eslint/type-utils@7.14.1": "@typescript-eslint/type-utils@7.15.0":
version "7.14.1" version "7.15.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.14.1.tgz#c183f2f28c4c8578eb80aebc4ac9ace400160af6" resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.15.0.tgz#5b83c904c6de91802fb399305a50a56d10472c39"
integrity sha512-/MzmgNd3nnbDbOi3LfasXWWe292+iuo+umJ0bCCMCPc1jLO/z2BQmWUUUXvXLbrQey/JgzdF/OV+I5bzEGwJkQ== integrity sha512-SkgriaeV6PDvpA6253PDVep0qCqgbO1IOBiycjnXsszNTVQe5flN5wR5jiczoEoDEnAqYFSFFc9al9BSGVltkg==
dependencies: dependencies:
"@typescript-eslint/typescript-estree" "7.14.1" "@typescript-eslint/typescript-estree" "7.15.0"
"@typescript-eslint/utils" "7.14.1" "@typescript-eslint/utils" "7.15.0"
debug "^4.3.4" debug "^4.3.4"
ts-api-utils "^1.3.0" ts-api-utils "^1.3.0"
@@ -5714,10 +5714,10 @@
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d" resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg== integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
"@typescript-eslint/types@7.14.1": "@typescript-eslint/types@7.15.0":
version "7.14.1" version "7.15.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.14.1.tgz#a43a540dbe5df7f2a11269683d777fc50b4350aa" resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.15.0.tgz#fb894373a6e3882cbb37671ffddce44f934f62fc"
integrity sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg== integrity sha512-aV1+B1+ySXbQH0pLK0rx66I3IkiZNidYobyfn0WFsdGhSXw+P3YOqeTq5GED458SfB24tg+ux3S+9g118hjlTw==
"@typescript-eslint/types@7.2.0": "@typescript-eslint/types@7.2.0":
version "7.2.0" version "7.2.0"
@@ -5738,13 +5738,13 @@
semver "^7.5.4" semver "^7.5.4"
ts-api-utils "^1.0.1" ts-api-utils "^1.0.1"
"@typescript-eslint/typescript-estree@7.14.1": "@typescript-eslint/typescript-estree@7.15.0":
version "7.14.1" version "7.15.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz#ba7c9bac8744487749d19569e254d057754a1575" resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.15.0.tgz#e323bfa3966e1485b638ce751f219fc1f31eba37"
integrity sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA== integrity sha512-gjyB/rHAopL/XxfmYThQbXbzRMGhZzGw6KpcMbfe8Q3nNQKStpxnUKeXb0KiN/fFDR42Z43szs6rY7eHk0zdGQ==
dependencies: dependencies:
"@typescript-eslint/types" "7.14.1" "@typescript-eslint/types" "7.15.0"
"@typescript-eslint/visitor-keys" "7.14.1" "@typescript-eslint/visitor-keys" "7.15.0"
debug "^4.3.4" debug "^4.3.4"
globby "^11.1.0" globby "^11.1.0"
is-glob "^4.0.3" is-glob "^4.0.3"
@@ -5766,15 +5766,15 @@
semver "^7.5.4" semver "^7.5.4"
ts-api-utils "^1.0.1" ts-api-utils "^1.0.1"
"@typescript-eslint/utils@7.14.1": "@typescript-eslint/utils@7.15.0":
version "7.14.1" version "7.15.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.14.1.tgz#3307b8226f99103dca2133d0ebcae38419d82c9d" resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.15.0.tgz#9e6253c4599b6e7da2fb64ba3f549c73eb8c1960"
integrity sha512-CMmVVELns3nak3cpJhZosDkm63n+DwBlDX8g0k4QUa9BMnF+lH2lr3d130M1Zt1xxmB3LLk3NV7KQCq86ZBBhQ== integrity sha512-hfDMDqaqOqsUVGiEPSMLR/AjTSCsmJwjpKkYQRo1FNbmW4tBwBspYDwO9eh7sKSTwMQgBw9/T4DHudPaqshRWA==
dependencies: dependencies:
"@eslint-community/eslint-utils" "^4.4.0" "@eslint-community/eslint-utils" "^4.4.0"
"@typescript-eslint/scope-manager" "7.14.1" "@typescript-eslint/scope-manager" "7.15.0"
"@typescript-eslint/types" "7.14.1" "@typescript-eslint/types" "7.15.0"
"@typescript-eslint/typescript-estree" "7.14.1" "@typescript-eslint/typescript-estree" "7.15.0"
"@typescript-eslint/utils@^6.18.1": "@typescript-eslint/utils@^6.18.1":
version "6.21.0" version "6.21.0"
@@ -5797,12 +5797,12 @@
"@typescript-eslint/types" "6.21.0" "@typescript-eslint/types" "6.21.0"
eslint-visitor-keys "^3.4.1" eslint-visitor-keys "^3.4.1"
"@typescript-eslint/visitor-keys@7.14.1": "@typescript-eslint/visitor-keys@7.15.0":
version "7.14.1" version "7.15.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.14.1.tgz#cc79b5ea154aea734b2a13b983670749f5742274" resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.15.0.tgz#1da0726201a859343fe6a05742a7c1792fff5b66"
integrity sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA== integrity sha512-Hqgy/ETgpt2L5xueA/zHHIl4fJI2O4XUE9l4+OIfbJIRSnTJb/QscncdqqZzofQegIJugRIF57OJea1khw2SDw==
dependencies: dependencies:
"@typescript-eslint/types" "7.14.1" "@typescript-eslint/types" "7.15.0"
eslint-visitor-keys "^3.4.3" eslint-visitor-keys "^3.4.3"
"@typescript-eslint/visitor-keys@7.2.0": "@typescript-eslint/visitor-keys@7.2.0":
@@ -8861,10 +8861,10 @@ glob@10.3.10, glob@^10.0.0:
minipass "^5.0.0 || ^6.0.2 || ^7.0.0" minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
path-scurry "^1.10.1" path-scurry "^1.10.1"
glob@10.4.2: glob@10.4.3:
version "10.4.2" version "10.4.3"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.2.tgz#bed6b95dade5c1f80b4434daced233aee76160e5" resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.3.tgz#e0ba2253dd21b3d0acdfb5d507c59a29f513fc7a"
integrity sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w== integrity sha512-Q38SGlYRpVtDBPSWEylRyctn7uDeTp4NQERTLiCT1FqA9JXPYWqAVmQU6qh4r/zMM5ehxTcbaO8EjhWnvEhmyg==
dependencies: dependencies:
foreground-child "^3.1.0" foreground-child "^3.1.0"
jackspeak "^3.1.2" jackspeak "^3.1.2"
@@ -11614,6 +11614,11 @@ picocolors@^1.0.0:
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz" resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz"
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
picocolors@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.0, picomatch@^2.3.1: picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.0, picomatch@^2.3.1:
version "2.3.1" version "2.3.1"
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
@@ -11735,13 +11740,13 @@ postcss@^8.4.33, postcss@^8.4.35:
picocolors "^1.0.0" picocolors "^1.0.0"
source-map-js "^1.0.2" source-map-js "^1.0.2"
postcss@^8.4.38: postcss@^8.4.39:
version "8.4.38" version "8.4.39"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.39.tgz#aa3c94998b61d3a9c259efa51db4b392e1bde0e3"
integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A== integrity sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==
dependencies: dependencies:
nanoid "^3.3.7" nanoid "^3.3.7"
picocolors "^1.0.0" picocolors "^1.0.1"
source-map-js "^1.2.0" source-map-js "^1.2.0"
preferred-pm@^3.0.0: preferred-pm@^3.0.0:
@@ -12083,10 +12088,10 @@ react-element-to-jsx-string@^15.0.0:
is-plain-object "5.0.0" is-plain-object "5.0.0"
react-is "18.1.0" react-is "18.1.0"
react-hook-form@7.52.0: react-hook-form@7.52.1:
version "7.52.0" version "7.52.1"
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.52.0.tgz#e52b33043e283719586b9dd80f6d51b68dd3999c" resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.52.1.tgz#ec2c96437b977f8b89ae2d541a70736c66284852"
integrity sha512-mJX506Xc6mirzLsmXUJyqlAI3Kj9Ph2RhplYhUVffeOQSnubK2uVqBFOBJmvKikvbFV91pxVXmDiR+QMF19x6A== integrity sha512-uNKIhaoICJ5KQALYZ4TOaOLElyM+xipord+Ha3crEFhTntdLvWZqVY49Wqd/0GiVCA/f9NjemLeiNPjG7Hpurg==
react-is@18.1.0: react-is@18.1.0:
version "18.1.0" version "18.1.0"
@@ -13660,10 +13665,10 @@ typescript@5, typescript@5.4.2:
resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz" resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz"
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ== integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
typescript@5.5.2: typescript@5.5.3:
version "5.5.2" version "5.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew== integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
ufo@^1.3.2, ufo@^1.4.0: ufo@^1.3.2, ufo@^1.4.0:
version "1.4.0" version "1.4.0"
@@ -13967,13 +13972,13 @@ vite-tsconfig-paths@4.3.2:
globrex "^0.1.2" globrex "^0.1.2"
tsconfck "^3.0.3" tsconfck "^3.0.3"
vite@5.3.2: vite@5.3.3:
version "5.3.2" version "5.3.3"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.3.2.tgz#2f0a8531c71060467ed3e0a205a203f269b6d9c8" resolved "https://registry.yarnpkg.com/vite/-/vite-5.3.3.tgz#5265b1f0a825b3b6564c2d07524777c83e3c04c2"
integrity sha512-6lA7OBHBlXUxiJxbO5aAY2fsHHzDr1q7DvXYnyZycRs2Dz+dXBWuhpWHvmljTRTpQC2uvGmUFFkSHF2vGo90MA== integrity sha512-NPQdeCU0Dv2z5fu+ULotpuq5yfCS1BzKUIPhNbP3YBfAMGJXbt2nS+sbTFu+qchaqWTD+H3JK++nRwr6XIcp6A==
dependencies: dependencies:
esbuild "^0.21.3" esbuild "^0.21.3"
postcss "^8.4.38" postcss "^8.4.39"
rollup "^4.13.0" rollup "^4.13.0"
optionalDependencies: optionalDependencies:
fsevents "~2.3.3" fsevents "~2.3.3"