Skip to content

Commit 2f74a70

Browse files
committed
chore(deps): update dependencies
1 parent 3589fe5 commit 2f74a70

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
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.55.0",
80+
"eslint": "8.56.0",
8181
"eslint-config-prettier": "8.10.0",
8282
"eslint-plugin-jest": "27.6.0",
8383
"eslint-plugin-jsx-a11y": "^6.6.1",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,10 +1583,10 @@
15831583
minimatch "^3.1.2"
15841584
strip-json-comments "^3.1.1"
15851585

1586-
"@eslint/js@8.55.0":
1587-
version "8.55.0"
1588-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.55.0.tgz#b721d52060f369aa259cf97392403cb9ce892ec6"
1589-
integrity sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==
1586+
"@eslint/js@8.56.0":
1587+
version "8.56.0"
1588+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
1589+
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
15901590

15911591
"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
15921592
version "1.1.3"
@@ -3771,9 +3771,9 @@
37713771
integrity sha512-wYLxw35euwqGvTDx6zfY1vokBFnsK0HNrzc6xNHchxfO2hpuRg74GbkEW7e3sSmPvj0TjCDT1VCa6OtHXnubsg==
37723772

37733773
"@types/react-dom@^18.0.0", "@types/react-dom@^18.0.8":
3774-
version "18.2.17"
3775-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.17.tgz#375c55fab4ae671bd98448dcfa153268d01d6f64"
3776-
integrity sha512-rvrT/M7Df5eykWFxn6MYt5Pem/Dbyc1N8Y0S9Mrkw2WFCRiqUgw9P7ul2NpwsXCSM1DVdENzdG9J5SreqfAIWg==
3774+
version "18.2.18"
3775+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.18.tgz#16946e6cd43971256d874bc3d0a72074bb8571dd"
3776+
integrity sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==
37773777
dependencies:
37783778
"@types/react" "*"
37793779

@@ -7199,15 +7199,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
71997199
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
72007200
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
72017201

7202-
eslint@8.55.0:
7203-
version "8.55.0"
7204-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.55.0.tgz#078cb7b847d66f2c254ea1794fa395bf8e7e03f8"
7205-
integrity sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==
7202+
eslint@8.56.0:
7203+
version "8.56.0"
7204+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
7205+
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
72067206
dependencies:
72077207
"@eslint-community/eslint-utils" "^4.2.0"
72087208
"@eslint-community/regexpp" "^4.6.1"
72097209
"@eslint/eslintrc" "^2.1.4"
7210-
"@eslint/js" "8.55.0"
7210+
"@eslint/js" "8.56.0"
72117211
"@humanwhocodes/config-array" "^0.11.13"
72127212
"@humanwhocodes/module-importer" "^1.0.1"
72137213
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)