Skip to content

Commit dbbb250

Browse files
⬆️(dependencies) update js dependencies
1 parent 7013f10 commit dbbb250

4 files changed

Lines changed: 119 additions & 85 deletions

File tree

examples/playground/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"devDependencies": {
2222
"@formatjs/cli": "5.1.12",
2323
"@types/react": "18.0.26",
24-
"@types/react-dom": "18.0.9",
25-
"@typescript-eslint/eslint-plugin": "5.47.0",
26-
"@typescript-eslint/parser": "5.47.0",
24+
"@types/react-dom": "18.0.10",
25+
"@typescript-eslint/eslint-plugin": "5.47.1",
26+
"@typescript-eslint/parser": "5.47.1",
2727
"@vitejs/plugin-react": "3.0.0",
28-
"eslint": "8.30.0",
28+
"eslint": "8.31.0",
2929
"eslint-config-prettier": "8.5.0",
3030
"eslint-import-resolver-typescript": "3.5.2",
3131
"eslint-plugin-compat": "4.0.2",
@@ -35,7 +35,7 @@
3535
"eslint-plugin-react": "7.31.11",
3636
"postcss": "8.4.20",
3737
"sass": "1.57.1",
38-
"stylelint": "14.16.0",
38+
"stylelint": "14.16.1",
3939
"stylelint-config-standard": "29.0.0",
4040
"stylelint-config-standard-scss": "6.1.0",
4141
"stylelint-order": "5.0.0",

examples/poll/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"devDependencies": {
2828
"@babel/preset-react": "7.18.6",
2929
"@types/react": "18.0.26",
30-
"@types/react-dom": "18.0.9",
30+
"@types/react-dom": "18.0.10",
3131
"@types/styled-components": "5.1.26",
32-
"@typescript-eslint/eslint-plugin": "5.47.0",
33-
"@typescript-eslint/parser": "5.47.0",
32+
"@typescript-eslint/eslint-plugin": "5.47.1",
33+
"@typescript-eslint/parser": "5.47.1",
3434
"@vitejs/plugin-react": "3.0.0",
3535
"babel-plugin-module-resolver": "4.1.0",
36-
"eslint": "8.30.0",
36+
"eslint": "8.31.0",
3737
"eslint-config-prettier": "8.5.0",
3838
"eslint-plugin-compat": "4.0.2",
3939
"eslint-plugin-import": "2.26.0",
@@ -43,7 +43,7 @@
4343
"jest": "29.3.1",
4444
"postcss": "8.4.20",
4545
"sass": "1.57.1",
46-
"stylelint": "14.16.0",
46+
"stylelint": "14.16.1",
4747
"stylelint-config-standard": "29.0.0",
4848
"stylelint-config-standard-scss": "6.1.0",
4949
"stylelint-order": "5.0.0",

lib/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@
6262
"@babel/preset-react": "7.18.6",
6363
"@babel/preset-typescript": "7.18.6",
6464
"@formatjs/cli": "5.1.12",
65-
"@testing-library/dom": "8.19.0",
65+
"@testing-library/dom": "8.19.1",
6666
"@testing-library/jest-dom": "5.16.5",
6767
"@testing-library/react": "13.4.0",
6868
"@testing-library/user-event": "14.4.3",
69-
"@types/jest": "29.2.4",
69+
"@types/jest": "29.2.5",
7070
"@types/lodash": "4.14.191",
7171
"@types/react": "18.0.26",
72-
"@types/react-dom": "18.0.9",
72+
"@types/react-dom": "18.0.10",
7373
"@types/uuid": "9.0.0",
74-
"@typescript-eslint/eslint-plugin": "5.47.0",
75-
"@typescript-eslint/parser": "5.47.0",
74+
"@typescript-eslint/eslint-plugin": "5.47.1",
75+
"@typescript-eslint/parser": "5.47.1",
7676
"@vitejs/plugin-react": "3.0.0",
77-
"eslint": "8.30.0",
77+
"eslint": "8.31.0",
7878
"eslint-config-prettier": "8.5.0",
7979
"eslint-import-resolver-typescript": "3.5.2",
8080
"eslint-plugin-compat": "4.0.2",
@@ -88,7 +88,7 @@
8888
"react": "18.2.0",
8989
"react-dom": "18.2.0",
9090
"react-intl": "6.2.5",
91-
"rollup": "3.8.0",
91+
"rollup": "3.9.1",
9292
"tslib": "2.4.1",
9393
"typescript": "4.8.4",
9494
"vite": "4.0.3",

yarn.lock

Lines changed: 102 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,10 +1263,10 @@
12631263
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.16.4.tgz#6ec594468610c176933da1387c609558371d37e0"
12641264
integrity sha512-sN/I8FMPtmtT2Yw+Dly8Ur5vQ5a/RmC8hW7jO9PtPSQUPkowxWpcUZnqOggU7VwyT3Xkj6vcXWd3V/qTXwultQ==
12651265

1266-
"@eslint/eslintrc@^1.4.0":
1267-
version "1.4.0"
1268-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.0.tgz#8ec64e0df3e7a1971ee1ff5158da87389f167a63"
1269-
integrity sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==
1266+
"@eslint/eslintrc@^1.4.1":
1267+
version "1.4.1"
1268+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
1269+
integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==
12701270
dependencies:
12711271
ajv "^6.12.4"
12721272
debug "^4.3.2"
@@ -1781,7 +1781,21 @@
17811781
dependencies:
17821782
"@sinonjs/commons" "^1.7.0"
17831783

1784-
"@testing-library/dom@8.19.0", "@testing-library/dom@^8.5.0":
1784+
"@testing-library/dom@8.19.1":
1785+
version "8.19.1"
1786+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.19.1.tgz#0e2dafd281dedb930bb235eac1045470b4129d0e"
1787+
integrity sha512-P6iIPyYQ+qH8CvGauAqanhVnjrnRe0IZFSYCeGkSRW9q3u8bdVn2NPI+lasFyVsEQn1J/IFmp5Aax41+dAP9wg==
1788+
dependencies:
1789+
"@babel/code-frame" "^7.10.4"
1790+
"@babel/runtime" "^7.12.5"
1791+
"@types/aria-query" "^5.0.1"
1792+
aria-query "^5.0.0"
1793+
chalk "^4.1.0"
1794+
dom-accessibility-api "^0.5.9"
1795+
lz-string "^1.4.4"
1796+
pretty-format "^27.0.2"
1797+
1798+
"@testing-library/dom@^8.5.0":
17851799
version "8.19.0"
17861800
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.19.0.tgz#bd3f83c217ebac16694329e413d9ad5fdcfd785f"
17871801
integrity sha512-6YWYPPpxG3e/xOo6HIWwB/58HukkwIVTOaZ0VwdMVjhRUX/01E4FtQbck9GazOOj7MXHc5RBzMrU86iBJHbI+A==
@@ -1849,6 +1863,11 @@
18491863
resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-4.2.2.tgz#ed4e0ad92306a704f9fb132a0cfcf77486dbe2bc"
18501864
integrity sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==
18511865

1866+
"@types/aria-query@^5.0.1":
1867+
version "5.0.1"
1868+
resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-5.0.1.tgz#3286741fb8f1e1580ac28784add4c7a1d49bdfbc"
1869+
integrity sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==
1870+
18521871
"@types/babel__core@^7.1.14":
18531872
version "7.1.20"
18541873
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.20.tgz#e168cdd612c92a2d335029ed62ac94c95b362359"
@@ -1921,14 +1940,22 @@
19211940
dependencies:
19221941
"@types/istanbul-lib-report" "*"
19231942

1924-
"@types/jest@*", "@types/jest@29.2.4":
1943+
"@types/jest@*":
19251944
version "29.2.4"
19261945
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.4.tgz#9c155c4b81c9570dbd183eb8604aa0ae80ba5a5b"
19271946
integrity sha512-PipFB04k2qTRPePduVLTRiPzQfvMeLwUN3Z21hsAKaB/W9IIzgB2pizCL466ftJlcyZqnHoC9ZHpxLGl3fS86A==
19281947
dependencies:
19291948
expect "^29.0.0"
19301949
pretty-format "^29.0.0"
19311950

1951+
"@types/jest@29.2.5":
1952+
version "29.2.5"
1953+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.5.tgz#c27f41a9d6253f288d1910d3c5f09484a56b73c0"
1954+
integrity sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw==
1955+
dependencies:
1956+
expect "^29.0.0"
1957+
pretty-format "^29.0.0"
1958+
19321959
"@types/jsdom@^20.0.0":
19331960
version "20.0.1"
19341961
resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-20.0.1.tgz#07c14bc19bd2f918c1929541cdaacae894744808"
@@ -1988,7 +2015,14 @@
19882015
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
19892016
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
19902017

1991-
"@types/react-dom@18.0.9", "@types/react-dom@^18.0.0":
2018+
"@types/react-dom@18.0.10":
2019+
version "18.0.10"
2020+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.10.tgz#3b66dec56aa0f16a6cc26da9e9ca96c35c0b4352"
2021+
integrity sha512-E42GW/JA4Qv15wQdqJq8DL4JhNpB3prJgjgapN3qJT9K2zO5IIAQh4VXvCEDupoqAwnz0cY4RlXeC/ajX5SFHg==
2022+
dependencies:
2023+
"@types/react" "*"
2024+
2025+
"@types/react-dom@^18.0.0":
19922026
version "18.0.9"
19932027
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.9.tgz#ffee5e4bfc2a2f8774b15496474f8e7fe8d0b504"
19942028
integrity sha512-qnVvHxASt/H7i+XG1U1xMiY5t+IHcPGUK7TDMDzom08xa7e86eCeKOiLZezwCKVxJn6NEiiy2ekgX8aQssjIKg==
@@ -2057,87 +2091,87 @@
20572091
dependencies:
20582092
"@types/yargs-parser" "*"
20592093

2060-
"@typescript-eslint/eslint-plugin@5.47.0":
2061-
version "5.47.0"
2062-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.47.0.tgz#dadb79df3b0499699b155839fd6792f16897d910"
2063-
integrity sha512-AHZtlXAMGkDmyLuLZsRpH3p4G/1iARIwc/T0vIem2YB+xW6pZaXYXzCBnZSF/5fdM97R9QqZWZ+h3iW10XgevQ==
2094+
"@typescript-eslint/eslint-plugin@5.47.1":
2095+
version "5.47.1"
2096+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.47.1.tgz#50cc5085578a7fa22cd46a0806c2e5eae858af02"
2097+
integrity sha512-r4RZ2Jl9kcQN7K/dcOT+J7NAimbiis4sSM9spvWimsBvDegMhKLA5vri2jG19PmIPbDjPeWzfUPQ2hjEzA4Nmg==
20642098
dependencies:
2065-
"@typescript-eslint/scope-manager" "5.47.0"
2066-
"@typescript-eslint/type-utils" "5.47.0"
2067-
"@typescript-eslint/utils" "5.47.0"
2099+
"@typescript-eslint/scope-manager" "5.47.1"
2100+
"@typescript-eslint/type-utils" "5.47.1"
2101+
"@typescript-eslint/utils" "5.47.1"
20682102
debug "^4.3.4"
20692103
ignore "^5.2.0"
20702104
natural-compare-lite "^1.4.0"
20712105
regexpp "^3.2.0"
20722106
semver "^7.3.7"
20732107
tsutils "^3.21.0"
20742108

2075-
"@typescript-eslint/parser@5.47.0":
2076-
version "5.47.0"
2077-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.47.0.tgz#62e83de93499bf4b500528f74bf2e0554e3a6c8d"
2078-
integrity sha512-udPU4ckK+R1JWCGdQC4Qa27NtBg7w020ffHqGyAK8pAgOVuNw7YaKXGChk+udh+iiGIJf6/E/0xhVXyPAbsczw==
2109+
"@typescript-eslint/parser@5.47.1":
2110+
version "5.47.1"
2111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.47.1.tgz#c4bf16f8c3c7608ce4bf8ff804b677fc899f173f"
2112+
integrity sha512-9Vb+KIv29r6GPu4EboWOnQM7T+UjpjXvjCPhNORlgm40a9Ia9bvaPJswvtae1gip2QEeVeGh6YquqAzEgoRAlw==
20792113
dependencies:
2080-
"@typescript-eslint/scope-manager" "5.47.0"
2081-
"@typescript-eslint/types" "5.47.0"
2082-
"@typescript-eslint/typescript-estree" "5.47.0"
2114+
"@typescript-eslint/scope-manager" "5.47.1"
2115+
"@typescript-eslint/types" "5.47.1"
2116+
"@typescript-eslint/typescript-estree" "5.47.1"
20832117
debug "^4.3.4"
20842118

2085-
"@typescript-eslint/scope-manager@5.47.0":
2086-
version "5.47.0"
2087-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.47.0.tgz#f58144a6b0ff58b996f92172c488813aee9b09df"
2088-
integrity sha512-dvJab4bFf7JVvjPuh3sfBUWsiD73aiftKBpWSfi3sUkysDQ4W8x+ZcFpNp7Kgv0weldhpmMOZBjx1wKN8uWvAw==
2119+
"@typescript-eslint/scope-manager@5.47.1":
2120+
version "5.47.1"
2121+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.47.1.tgz#0d302b3c2f20ab24e4787bf3f5a0d8c449b823bd"
2122+
integrity sha512-9hsFDsgUwrdOoW1D97Ewog7DYSHaq4WKuNs0LHF9RiCmqB0Z+XRR4Pf7u7u9z/8CciHuJ6yxNws1XznI3ddjEw==
20892123
dependencies:
2090-
"@typescript-eslint/types" "5.47.0"
2091-
"@typescript-eslint/visitor-keys" "5.47.0"
2124+
"@typescript-eslint/types" "5.47.1"
2125+
"@typescript-eslint/visitor-keys" "5.47.1"
20922126

2093-
"@typescript-eslint/type-utils@5.47.0":
2094-
version "5.47.0"
2095-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.47.0.tgz#2b440979c574e317d3473225ae781f292c99e55d"
2096-
integrity sha512-1J+DFFrYoDUXQE1b7QjrNGARZE6uVhBqIvdaXTe5IN+NmEyD68qXR1qX1g2u4voA+nCaelQyG8w30SAOihhEYg==
2127+
"@typescript-eslint/type-utils@5.47.1":
2128+
version "5.47.1"
2129+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.47.1.tgz#aee13314f840ab336c1adb49a300856fd16d04ce"
2130+
integrity sha512-/UKOeo8ee80A7/GJA427oIrBi/Gd4osk/3auBUg4Rn9EahFpevVV1mUK8hjyQD5lHPqX397x6CwOk5WGh1E/1w==
20972131
dependencies:
2098-
"@typescript-eslint/typescript-estree" "5.47.0"
2099-
"@typescript-eslint/utils" "5.47.0"
2132+
"@typescript-eslint/typescript-estree" "5.47.1"
2133+
"@typescript-eslint/utils" "5.47.1"
21002134
debug "^4.3.4"
21012135
tsutils "^3.21.0"
21022136

2103-
"@typescript-eslint/types@5.47.0":
2104-
version "5.47.0"
2105-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.47.0.tgz#67490def406eaa023dbbd8da42ee0d0c9b5229d3"
2106-
integrity sha512-eslFG0Qy8wpGzDdYKu58CEr3WLkjwC5Usa6XbuV89ce/yN5RITLe1O8e+WFEuxnfftHiJImkkOBADj58ahRxSg==
2137+
"@typescript-eslint/types@5.47.1":
2138+
version "5.47.1"
2139+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.47.1.tgz#459f07428aec5a8c4113706293c2ae876741ac8e"
2140+
integrity sha512-CmALY9YWXEpwuu6377ybJBZdtSAnzXLSQcxLSqSQSbC7VfpMu/HLVdrnVJj7ycI138EHqocW02LPJErE35cE9A==
21072141

2108-
"@typescript-eslint/typescript-estree@5.47.0":
2109-
version "5.47.0"
2110-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.47.0.tgz#ed971a11c5c928646d6ba7fc9dfdd6e997649aca"
2111-
integrity sha512-LxfKCG4bsRGq60Sqqu+34QT5qT2TEAHvSCCJ321uBWywgE2dS0LKcu5u+3sMGo+Vy9UmLOhdTw5JHzePV/1y4Q==
2142+
"@typescript-eslint/typescript-estree@5.47.1":
2143+
version "5.47.1"
2144+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.47.1.tgz#b9d8441308aca53df7f69b2c67a887b82c9ed418"
2145+
integrity sha512-4+ZhFSuISAvRi2xUszEj0xXbNTHceV9GbH9S8oAD2a/F9SW57aJNQVOCxG8GPfSWH/X4eOPdMEU2jYVuWKEpWA==
21122146
dependencies:
2113-
"@typescript-eslint/types" "5.47.0"
2114-
"@typescript-eslint/visitor-keys" "5.47.0"
2147+
"@typescript-eslint/types" "5.47.1"
2148+
"@typescript-eslint/visitor-keys" "5.47.1"
21152149
debug "^4.3.4"
21162150
globby "^11.1.0"
21172151
is-glob "^4.0.3"
21182152
semver "^7.3.7"
21192153
tsutils "^3.21.0"
21202154

2121-
"@typescript-eslint/utils@5.47.0":
2122-
version "5.47.0"
2123-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.47.0.tgz#b5005f7d2696769a1fdc1e00897005a25b3a0ec7"
2124-
integrity sha512-U9xcc0N7xINrCdGVPwABjbAKqx4GK67xuMV87toI+HUqgXj26m6RBp9UshEXcTrgCkdGYFzgKLt8kxu49RilDw==
2155+
"@typescript-eslint/utils@5.47.1":
2156+
version "5.47.1"
2157+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.47.1.tgz#595f25ac06e9ee28c339fd43c709402820b13d7b"
2158+
integrity sha512-l90SdwqfmkuIVaREZ2ykEfCezepCLxzWMo5gVfcJsJCaT4jHT+QjgSkYhs5BMQmWqE9k3AtIfk4g211z/sTMVw==
21252159
dependencies:
21262160
"@types/json-schema" "^7.0.9"
21272161
"@types/semver" "^7.3.12"
2128-
"@typescript-eslint/scope-manager" "5.47.0"
2129-
"@typescript-eslint/types" "5.47.0"
2130-
"@typescript-eslint/typescript-estree" "5.47.0"
2162+
"@typescript-eslint/scope-manager" "5.47.1"
2163+
"@typescript-eslint/types" "5.47.1"
2164+
"@typescript-eslint/typescript-estree" "5.47.1"
21312165
eslint-scope "^5.1.1"
21322166
eslint-utils "^3.0.0"
21332167
semver "^7.3.7"
21342168

2135-
"@typescript-eslint/visitor-keys@5.47.0":
2136-
version "5.47.0"
2137-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.47.0.tgz#4aca4efbdf6209c154df1f7599852d571b80bb45"
2138-
integrity sha512-ByPi5iMa6QqDXe/GmT/hR6MZtVPi0SqMQPDx15FczCBXJo/7M8T88xReOALAfpBLm+zxpPfmhuEvPb577JRAEg==
2169+
"@typescript-eslint/visitor-keys@5.47.1":
2170+
version "5.47.1"
2171+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.47.1.tgz#d35c2da544dbb685db9c5b5b85adac0a1d74d1f2"
2172+
integrity sha512-rF3pmut2JCCjh6BLRhNKdYjULMb1brvoaiWDlHfLNVgmnZ0sBVJrs3SyaKE1XoDDnJuAx/hDQryHYmPUuNq0ig==
21392173
dependencies:
2140-
"@typescript-eslint/types" "5.47.0"
2174+
"@typescript-eslint/types" "5.47.1"
21412175
eslint-visitor-keys "^3.3.0"
21422176

21432177
"@vitejs/plugin-react@3.0.0":
@@ -3276,12 +3310,12 @@ eslint-visitor-keys@^3.3.0:
32763310
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
32773311
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
32783312

3279-
eslint@8.30.0:
3280-
version "8.30.0"
3281-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.30.0.tgz#83a506125d089eef7c5b5910eeea824273a33f50"
3282-
integrity sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==
3313+
eslint@8.31.0:
3314+
version "8.31.0"
3315+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.31.0.tgz#75028e77cbcff102a9feae1d718135931532d524"
3316+
integrity sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==
32833317
dependencies:
3284-
"@eslint/eslintrc" "^1.4.0"
3318+
"@eslint/eslintrc" "^1.4.1"
32853319
"@humanwhocodes/config-array" "^0.11.8"
32863320
"@humanwhocodes/module-importer" "^1.0.1"
32873321
"@nodelib/fs.walk" "^1.2.8"
@@ -5695,10 +5729,10 @@ rimraf@^3.0.2:
56955729
dependencies:
56965730
glob "^7.1.3"
56975731

5698-
rollup@3.8.0:
5699-
version "3.8.0"
5700-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.8.0.tgz#f61dc3ae02467d842687bd55b17a047c93b456ad"
5701-
integrity sha512-+UR6PnUslneJNiJfLSzy4XH6R50ZGF0MS7UCv20ftXrktF/TkvZDwiBtXX65esblLR5p8w6LmXgPwt2f2B8SoQ==
5732+
rollup@3.9.1:
5733+
version "3.9.1"
5734+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.9.1.tgz#27501d3d026418765fe379d5620d25954ff2a011"
5735+
integrity sha512-GswCYHXftN8ZKGVgQhTFUJB/NBXxrRGgO2NCy6E8s1rwEJ4Q9/VttNqcYfEvx4dTo4j58YqdC3OVztPzlKSX8w==
57025736
optionalDependencies:
57035737
fsevents "~2.3.2"
57045738

@@ -6045,10 +6079,10 @@ stylelint-scss@^4.0.0:
60456079
postcss-selector-parser "^6.0.6"
60466080
postcss-value-parser "^4.1.0"
60476081

6048-
stylelint@14.16.0:
6049-
version "14.16.0"
6050-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.16.0.tgz#8e1a424f4b9852e59089f95de306734d70e5048b"
6051-
integrity sha512-X6uTi9DcxjzLV8ZUAjit1vsRtSwcls0nl07c9rqOPzvpA8IvTX/xWEkBRowS0ffevRrqkHa/ThDEu86u73FQDg==
6082+
stylelint@14.16.1:
6083+
version "14.16.1"
6084+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.16.1.tgz#b911063530619a1bbe44c2b875fd8181ebdc742d"
6085+
integrity sha512-ErlzR/T3hhbV+a925/gbfc3f3Fep9/bnspMiJPorfGEmcBbXdS+oo6LrVtoUZ/w9fqD6o6k7PtUlCOsCRdjX/A==
60526086
dependencies:
60536087
"@csstools/selector-specificity" "^2.0.2"
60546088
balanced-match "^2.0.0"

0 commit comments

Comments
 (0)