Skip to content

Commit 4ca931b

Browse files
committed
chore(deps): update dependencies
1 parent 47b18fb commit 4ca931b

File tree

2 files changed

+51
-36
lines changed

2 files changed

+51
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@typescript-eslint/eslint-plugin": "5.62.0",
7878
"@typescript-eslint/parser": "5.62.0",
7979
"babel-loader": "^9.0.0",
80-
"eslint": "8.57.0",
80+
"eslint": "8.57.1",
8181
"eslint-config-prettier": "8.10.0",
8282
"eslint-plugin-jest": "27.9.0",
8383
"eslint-plugin-jsx-a11y": "^6.6.1",

yarn.lock

Lines changed: 50 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,22 +1850,22 @@
18501850
minimatch "^3.1.2"
18511851
strip-json-comments "^3.1.1"
18521852

1853-
"@eslint/[email protected].0":
1854-
version "8.57.0"
1855-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
1856-
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
1853+
"@eslint/[email protected].1":
1854+
version "8.57.1"
1855+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
1856+
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
18571857

18581858
"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
18591859
version "1.1.3"
18601860
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
18611861
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
18621862

1863-
"@humanwhocodes/config-array@^0.11.14":
1864-
version "0.11.14"
1865-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
1866-
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
1863+
"@humanwhocodes/config-array@^0.13.0":
1864+
version "0.13.0"
1865+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748"
1866+
integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==
18671867
dependencies:
1868-
"@humanwhocodes/object-schema" "^2.0.2"
1868+
"@humanwhocodes/object-schema" "^2.0.3"
18691869
debug "^4.3.1"
18701870
minimatch "^3.0.5"
18711871

@@ -1874,10 +1874,10 @@
18741874
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
18751875
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
18761876

1877-
"@humanwhocodes/object-schema@^2.0.2":
1878-
version "2.0.2"
1879-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
1880-
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
1877+
"@humanwhocodes/object-schema@^2.0.3":
1878+
version "2.0.3"
1879+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
1880+
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
18811881

18821882
"@isaacs/string-locale-compare@^1.1.0":
18831883
version "1.1.0"
@@ -4052,11 +4052,16 @@
40524052
"@types/tough-cookie" "*"
40534053
parse5 "^7.0.0"
40544054

4055-
"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
4055+
"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8":
40564056
version "7.0.14"
40574057
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1"
40584058
integrity sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==
40594059

4060+
"@types/json-schema@^7.0.9":
4061+
version "7.0.15"
4062+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
4063+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
4064+
40604065
"@types/keyv@^3.1.4":
40614066
version "3.1.4"
40624067
resolved "https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.4.tgz#3ccdb1c6751b0c7e52300bcdacd5bcbf8faa75b6"
@@ -4158,9 +4163,9 @@
41584163
"@types/react" "*"
41594164

41604165
"@types/react@*", "@types/react@^18.0.25":
4161-
version "18.3.5"
4162-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.5.tgz#5f524c2ad2089c0ff372bbdabc77ca2c4dbadf8f"
4163-
integrity sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==
4166+
version "18.3.6"
4167+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.6.tgz#1cb5895c5ea0d99d8bc7d659e42f72713cbd3942"
4168+
integrity sha512-CnGaRYNu2iZlkGXGrOYtdg5mLK8neySj0woZ4e2wF/eli2E6Sazmq5X+Nrj6OBrrFVQfJWTUFeqAzoRhWQXYvg==
41644169
dependencies:
41654170
"@types/prop-types" "*"
41664171
csstype "^3.0.2"
@@ -4840,14 +4845,14 @@ ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.4, ajv@^6.12.5:
48404845
uri-js "^4.2.2"
48414846

48424847
ajv@^8.0.0, ajv@^8.9.0:
4843-
version "8.12.0"
4844-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
4845-
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
4848+
version "8.17.1"
4849+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
4850+
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
48464851
dependencies:
4847-
fast-deep-equal "^3.1.1"
4852+
fast-deep-equal "^3.1.3"
4853+
fast-uri "^3.0.1"
48484854
json-schema-traverse "^1.0.0"
48494855
require-from-string "^2.0.2"
4850-
uri-js "^4.2.2"
48514856

48524857
ansi-align@^3.0.0:
48534858
version "3.0.1"
@@ -5300,9 +5305,9 @@ babel-loader@^8.0.0:
53005305
schema-utils "^2.6.5"
53015306

53025307
babel-loader@^9.0.0:
5303-
version "9.1.3"
5304-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.3.tgz#3d0e01b4e69760cc694ee306fe16d358aa1c6f9a"
5305-
integrity sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==
5308+
version "9.2.1"
5309+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.2.1.tgz#04c7835db16c246dd19ba0914418f3937797587b"
5310+
integrity sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==
53065311
dependencies:
53075312
find-cache-dir "^4.0.0"
53085313
schema-utils "^4.0.0"
@@ -7680,16 +7685,16 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
76807685
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
76817686
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
76827687

7683-
7684-
version "8.57.0"
7685-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
7686-
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
7688+
7689+
version "8.57.1"
7690+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
7691+
integrity sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==
76877692
dependencies:
76887693
"@eslint-community/eslint-utils" "^4.2.0"
76897694
"@eslint-community/regexpp" "^4.6.1"
76907695
"@eslint/eslintrc" "^2.1.4"
7691-
"@eslint/js" "8.57.0"
7692-
"@humanwhocodes/config-array" "^0.11.14"
7696+
"@eslint/js" "8.57.1"
7697+
"@humanwhocodes/config-array" "^0.13.0"
76937698
"@humanwhocodes/module-importer" "^1.0.1"
76947699
"@nodelib/fs.walk" "^1.2.8"
76957700
"@ungap/structured-clone" "^1.2.0"
@@ -8026,6 +8031,11 @@ fast-levenshtein@^2.0.6:
80268031
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
80278032
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
80288033

8034+
fast-uri@^3.0.1:
8035+
version "3.0.1"
8036+
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
8037+
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
8038+
80298039
fastest-levenshtein@^1.0.12:
80308040
version "1.0.16"
80318041
resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5"
@@ -12939,7 +12949,12 @@ punycode@^1.2.4, punycode@^1.4.1:
1293912949
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
1294012950
integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==
1294112951

12942-
punycode@^2.1.0, punycode@^2.1.1:
12952+
punycode@^2.1.0:
12953+
version "2.3.1"
12954+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
12955+
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
12956+
12957+
punycode@^2.1.1:
1294312958
version "2.3.0"
1294412959
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"
1294512960
integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==
@@ -15894,9 +15909,9 @@ yocto-queue@^0.1.0:
1589415909
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
1589515910

1589615911
yocto-queue@^1.0.0:
15897-
version "1.0.0"
15898-
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
15899-
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
15912+
version "1.1.1"
15913+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.1.1.tgz#fef65ce3ac9f8a32ceac5a634f74e17e5b232110"
15914+
integrity sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==
1590015915

1590115916
zwitch@^1.0.0:
1590215917
version "1.0.5"

0 commit comments

Comments
 (0)