Skip to content

Commit 5d66ee8

Browse files
chore: bump mini-css-extract-plugin from 2.6.0 to 2.6.1 in /site
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/mini-css-extract-plugin@v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: mini-css-extract-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c99c152 commit 5d66ee8

File tree

2 files changed

+92
-14
lines changed

2 files changed

+92
-14
lines changed

site/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"devDependencies": {
6464
"@playwright/test": "1.22.1",
6565
"@pmmmwh/react-refresh-webpack-plugin": "0.5.6",
66-
"@storybook/addon-actions": "6.4.22",
66+
"@storybook/addon-actions": "6.5.9",
6767
"@storybook/addon-essentials": "6.4.22",
6868
"@storybook/addon-links": "6.5.9",
6969
"@storybook/react": "6.4.22",
@@ -102,7 +102,7 @@
102102
"jest-junit": "13.2.0",
103103
"jest-runner-eslint": "1.0.0",
104104
"jest-websocket-mock": "2.3.0",
105-
"mini-css-extract-plugin": "2.6.0",
105+
"mini-css-extract-plugin": "2.6.1",
106106
"msw": "0.42.0",
107107
"prettier": "2.6.2",
108108
"prettier-plugin-organize-imports": "2.3.4",

site/yarn.lock

+90-12
Original file line numberDiff line numberDiff line change
@@ -1070,13 +1070,20 @@
10701070
core-js-pure "^3.20.2"
10711071
regenerator-runtime "^0.13.4"
10721072

1073-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.8", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.16.7", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1073+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.8", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
10741074
version "7.16.7"
10751075
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.7.tgz#03ff99f64106588c9c403c6ecb8c3bafbbdff1fa"
10761076
integrity sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==
10771077
dependencies:
10781078
regenerator-runtime "^0.13.4"
10791079

1080+
"@babel/runtime@^7.17.8":
1081+
version "7.18.6"
1082+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.6.tgz#6a1ef59f838debd670421f8c7f2cbb8da9751580"
1083+
integrity sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ==
1084+
dependencies:
1085+
regenerator-runtime "^0.13.4"
1086+
10801087
"@babel/runtime@^7.9.2":
10811088
version "7.17.9"
10821089
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.9.tgz#d19fbf802d01a8cb6cf053a64e472d42c434ba72"
@@ -1814,6 +1821,31 @@
18141821
util-deprecate "^1.0.2"
18151822
uuid-browser "^3.1.0"
18161823

1824+
"@storybook/addon-actions@6.5.9":
1825+
version "6.5.9"
1826+
resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-6.5.9.tgz#d50d65631403e1a5b680961429d9c0d7bd383e68"
1827+
integrity sha512-wDYm3M1bN+zcYZV3Q24M03b/P8DDpvj1oSoY6VLlxDAi56h8qZB/voeIS2I6vWXOB79C5tbwljYNQO0GsufS0g==
1828+
dependencies:
1829+
"@storybook/addons" "6.5.9"
1830+
"@storybook/api" "6.5.9"
1831+
"@storybook/client-logger" "6.5.9"
1832+
"@storybook/components" "6.5.9"
1833+
"@storybook/core-events" "6.5.9"
1834+
"@storybook/csf" "0.0.2--canary.4566f4d.1"
1835+
"@storybook/theming" "6.5.9"
1836+
core-js "^3.8.2"
1837+
fast-deep-equal "^3.1.3"
1838+
global "^4.4.0"
1839+
lodash "^4.17.21"
1840+
polished "^4.2.2"
1841+
prop-types "^15.7.2"
1842+
react-inspector "^5.1.0"
1843+
regenerator-runtime "^0.13.7"
1844+
telejson "^6.0.8"
1845+
ts-dedent "^2.0.0"
1846+
util-deprecate "^1.0.2"
1847+
uuid-browser "^3.1.0"
1848+
18171849
"@storybook/addon-backgrounds@6.4.22":
18181850
version "6.4.22"
18191851
resolved "https://registry.yarnpkg.com/@storybook/addon-backgrounds/-/addon-backgrounds-6.4.22.tgz#5d9dbff051eefc1ca6e6c7973c01d17fbef4c2f5"
@@ -2269,6 +2301,22 @@
22692301
ts-dedent "^2.0.0"
22702302
util-deprecate "^1.0.2"
22712303

2304+
"@storybook/components@6.5.9":
2305+
version "6.5.9"
2306+
resolved "https://registry.yarnpkg.com/@storybook/components/-/components-6.5.9.tgz#97e07ffe11ab76c01ccee380888991bd161f75b2"
2307+
integrity sha512-BhfX980O9zn/1J4FNMeDo8ZvL1m5Ml3T4HRpfYmEBnf8oW5b5BeF6S2K2cwFStZRjWqm1feUcwNpZxCBVMkQnQ==
2308+
dependencies:
2309+
"@storybook/client-logger" "6.5.9"
2310+
"@storybook/csf" "0.0.2--canary.4566f4d.1"
2311+
"@storybook/theming" "6.5.9"
2312+
"@types/react-syntax-highlighter" "11.0.5"
2313+
core-js "^3.8.2"
2314+
memoizerific "^1.11.3"
2315+
qs "^6.10.0"
2316+
react-syntax-highlighter "^15.4.5"
2317+
regenerator-runtime "^0.13.7"
2318+
util-deprecate "^1.0.2"
2319+
22722320
"@storybook/core-client@6.4.22":
22732321
version "6.4.22"
22742322
resolved "https://registry.yarnpkg.com/@storybook/core-client/-/core-client-6.4.22.tgz#9079eda8a9c8e6ba24b84962a749b1c99668cb2a"
@@ -7651,7 +7699,7 @@ headers-polyfill@^3.0.4:
76517699
resolved "https://registry.yarnpkg.com/headers-polyfill/-/headers-polyfill-3.0.4.tgz#cd70c815a441dd882372fcd6eda212ce997c9b18"
76527700
integrity sha512-I1DOM1EdWYntdrnCvqQtcKwSSuiTzoqOExy4v1mdcFixFZABlWP4IPHdmoLtPda0abMHqDOY4H9svhQ10DFR4w==
76537701

7654-
highlight.js@^10.1.1, highlight.js@~10.7.0:
7702+
highlight.js@^10.1.1, highlight.js@^10.4.1, highlight.js@~10.7.0:
76557703
version "10.7.3"
76567704
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.7.3.tgz#697272e3991356e40c3cac566a74eef681756531"
76577705
integrity sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==
@@ -9446,7 +9494,7 @@ lower-case@^2.0.2:
94469494
dependencies:
94479495
tslib "^2.0.3"
94489496

9449-
lowlight@^1.14.0:
9497+
lowlight@^1.14.0, lowlight@^1.17.0:
94509498
version "1.20.0"
94519499
resolved "https://registry.yarnpkg.com/lowlight/-/lowlight-1.20.0.tgz#ddb197d33462ad0d93bf19d17b6c301aa3941888"
94529500
integrity sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==
@@ -9961,10 +10009,10 @@ min-indent@^1.0.0:
996110009
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
996210010
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
996310011

9964-
mini-css-extract-plugin@2.6.0:
9965-
version "2.6.0"
9966-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.0.tgz#578aebc7fc14d32c0ad304c2c34f08af44673f5e"
9967-
integrity sha512-ndG8nxCEnAemsg4FSgS+yNyHKgkTB4nPKqCOgh65j3/30qqC5RaSQQXMm++Y6sb6E1zRSxPkztj9fqxhS1Eo6w==
10012+
mini-css-extract-plugin@2.6.1:
10013+
version "2.6.1"
10014+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.1.tgz#9a1251d15f2035c342d99a468ab9da7a0451b71e"
10015+
integrity sha512-wd+SD57/K6DiV7jIR34P+s3uckTRuQvx0tKPcvjFlrEylk6P4mQ2KSWk1hblj1Kxaqok7LogKOieygXqBczNlg==
996810016
dependencies:
996910017
schema-utils "^4.0.0"
997010018

@@ -10910,12 +10958,12 @@ pnp-webpack-plugin@1.6.4:
1091010958
dependencies:
1091110959
ts-pnp "^1.1.6"
1091210960

10913-
polished@^4.0.5:
10914-
version "4.1.4"
10915-
resolved "https://registry.yarnpkg.com/polished/-/polished-4.1.4.tgz#640293ba834109614961a700fdacbb6599fb12d0"
10916-
integrity sha512-Nq5Mbza+Auo7N3sQb1QMFaQiDO+4UexWuSGR7Cjb4Sw11SZIJcrrFtiZ+L0jT9MBsUsxDboHVASbCLbE1rnECg==
10961+
polished@^4.0.5, polished@^4.2.2:
10962+
version "4.2.2"
10963+
resolved "https://registry.yarnpkg.com/polished/-/polished-4.2.2.tgz#2529bb7c3198945373c52e34618c8fe7b1aa84d1"
10964+
integrity sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==
1091710965
dependencies:
10918-
"@babel/runtime" "^7.16.7"
10966+
"@babel/runtime" "^7.17.8"
1091910967

1092010968
popper.js@^1.14.1:
1092110969
version "1.16.1"
@@ -11292,11 +11340,21 @@ prismjs@^1.21.0:
1129211340
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.26.0.tgz#16881b594828bb6b45296083a8cbab46b0accd47"
1129311341
integrity sha512-HUoH9C5Z3jKkl3UunCyiD5jwk0+Hz0fIgQ2nbwU2Oo/ceuTAQAg+pPVnfdt2TJWRVLcxKh9iuoYDUSc8clb5UQ==
1129411342

11343+
prismjs@^1.27.0:
11344+
version "1.28.0"
11345+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.28.0.tgz#0d8f561fa0f7cf6ebca901747828b149147044b6"
11346+
integrity sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==
11347+
1129511348
prismjs@~1.25.0:
1129611349
version "1.25.0"
1129711350
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.25.0.tgz#6f822df1bdad965734b310b315a23315cf999756"
1129811351
integrity sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg==
1129911352

11353+
prismjs@~1.27.0:
11354+
version "1.27.0"
11355+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.27.0.tgz#bb6ee3138a0b438a3653dd4d6ce0cc6510a45057"
11356+
integrity sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==
11357+
1130011358
process-nextick-args@~2.0.0:
1130111359
version "2.0.1"
1130211360
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
@@ -11729,6 +11787,17 @@ react-syntax-highlighter@^13.5.3:
1172911787
prismjs "^1.21.0"
1173011788
refractor "^3.1.0"
1173111789

11790+
react-syntax-highlighter@^15.4.5:
11791+
version "15.5.0"
11792+
resolved "https://registry.yarnpkg.com/react-syntax-highlighter/-/react-syntax-highlighter-15.5.0.tgz#4b3eccc2325fa2ec8eff1e2d6c18fa4a9e07ab20"
11793+
integrity sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==
11794+
dependencies:
11795+
"@babel/runtime" "^7.3.1"
11796+
highlight.js "^10.4.1"
11797+
lowlight "^1.17.0"
11798+
prismjs "^1.27.0"
11799+
refractor "^3.6.0"
11800+
1173211801
react-textarea-autosize@^8.3.0:
1173311802
version "8.3.3"
1173411803
resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.3.3.tgz#f70913945369da453fd554c168f6baacd1fa04d8"
@@ -11837,6 +11906,15 @@ refractor@^3.1.0:
1183711906
parse-entities "^2.0.0"
1183811907
prismjs "~1.25.0"
1183911908

11909+
refractor@^3.6.0:
11910+
version "3.6.0"
11911+
resolved "https://registry.yarnpkg.com/refractor/-/refractor-3.6.0.tgz#ac318f5a0715ead790fcfb0c71f4dd83d977935a"
11912+
integrity sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==
11913+
dependencies:
11914+
hastscript "^6.0.0"
11915+
parse-entities "^2.0.0"
11916+
prismjs "~1.27.0"
11917+
1184011918
regenerate-unicode-properties@^9.0.0:
1184111919
version "9.0.0"
1184211920
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz#54d09c7115e1f53dc2314a974b32c1c344efe326"

0 commit comments

Comments
 (0)