Skip to content

Commit f4cea8b

Browse files
authored
Merge pull request #50 from emilkowalski/dependabot/npm_and_yarn/next-11.1.1
Bump next from 11.0.1 to 11.1.1
2 parents 1126934 + 0e17359 commit f4cea8b

File tree

2 files changed

+123
-99
lines changed

2 files changed

+123
-99
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@radix-ui/react-portal": "^0.0.14",
1515
"@stitches/react": "^0.2.2",
1616
"fathom-client": "^3.0.0",
17-
"next": "^11.0.1",
17+
"next": "^11.1.1",
1818
"next-seo": "^4.26.0",
1919
"qss": "^2.0.3",
2020
"react": "17.0.2",

yarn.lock

+122-98
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,21 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12+
"@babel/helper-plugin-utils@^7.14.5":
13+
version "7.14.5"
14+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
15+
integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
16+
1217
"@babel/helper-validator-identifier@^7.14.5":
1318
version "7.14.5"
1419
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
1520
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
1621

22+
"@babel/helper-validator-identifier@^7.14.9":
23+
version "7.14.9"
24+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
25+
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
26+
1727
"@babel/highlight@^7.10.4":
1828
version "7.14.5"
1929
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
@@ -23,6 +33,13 @@
2333
chalk "^2.0.0"
2434
js-tokens "^4.0.0"
2535

36+
"@babel/plugin-syntax-jsx@7.14.5":
37+
version "7.14.5"
38+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.14.5.tgz#000e2e25d8673cce49300517a3eda44c263e4201"
39+
integrity sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==
40+
dependencies:
41+
"@babel/helper-plugin-utils" "^7.14.5"
42+
2643
"@babel/runtime-corejs3@^7.10.2":
2744
version "7.14.7"
2845
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.14.7.tgz#0ef292bbce40ca00f874c9724ef175a12476465c"
@@ -31,27 +48,19 @@
3148
core-js-pure "^3.15.0"
3249
regenerator-runtime "^0.13.4"
3350

34-
"@babel/runtime@7.12.5":
35-
version "7.12.5"
36-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
37-
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
51+
"@babel/runtime@7.15.3", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.13.10":
52+
version "7.15.3"
53+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b"
54+
integrity sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==
3855
dependencies:
3956
regenerator-runtime "^0.13.4"
4057

41-
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.13.10":
42-
version "7.14.6"
43-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
44-
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
58+
"@babel/types@7.15.0":
59+
version "7.15.0"
60+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
61+
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
4562
dependencies:
46-
regenerator-runtime "^0.13.4"
47-
48-
"@babel/types@7.8.3":
49-
version "7.8.3"
50-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
51-
integrity sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==
52-
dependencies:
53-
esutils "^2.0.2"
54-
lodash "^4.17.13"
63+
"@babel/helper-validator-identifier" "^7.14.9"
5564
to-fast-properties "^2.0.0"
5665

5766
"@eslint/eslintrc@^0.4.2":
@@ -103,25 +112,30 @@
103112
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
104113
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
105114

106-
"@next/env@11.0.1":
107-
version "11.0.1"
108-
resolved "https://registry.yarnpkg.com/@next/env/-/env-11.0.1.tgz#6dc96ac76f1663ab747340e907e8933f190cc8fd"
109-
integrity sha512-yZfKh2U6R9tEYyNUrs2V3SBvCMufkJ07xMH5uWy8wqcl5gAXoEw6A/1LDqwX3j7pUutF9d1ZxpdGDA3Uag+aQQ==
115+
"@napi-rs/triples@^1.0.3":
116+
version "1.0.3"
117+
resolved "https://registry.yarnpkg.com/@napi-rs/triples/-/triples-1.0.3.tgz#76d6d0c3f4d16013c61e45dfca5ff1e6c31ae53c"
118+
integrity sha512-jDJTpta+P4p1NZTFVLHJ/TLFVYVcOqv6l8xwOeBKNPMgY/zDYH/YH7SJbvrr/h1RcS9GzbPcLKGzpuK9cV56UA==
119+
120+
"@next/env@11.1.1":
121+
version "11.1.1"
122+
resolved "https://registry.yarnpkg.com/@next/env/-/env-11.1.1.tgz#d403282accbe8795aa2341f0e02c2e8bfc92bfb0"
123+
integrity sha512-UEAzlfKofotLmj9LIgNixAfXpRck9rt/1CU9Q4ZtNDueGBJQP3HUzPHlrLChltWY2TA5MOzDQGL82H0a3+i5Ag==
110124

111125
"@next/eslint-plugin-next@11.0.1":
112126
version "11.0.1"
113127
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-11.0.1.tgz#5dd3264a40fadcf28eba00d914d69103422bb7e6"
114128
integrity sha512-UzdX3y6XSrj9YuASUb/p4sRvfjP2klj2YgIOfMwrWoLTTPJQMh00hREB9Ftr7m7RIxjVSAaaLXIRLdxvq948GA==
115129

116-
"@next/polyfill-module@11.0.1":
117-
version "11.0.1"
118-
resolved "https://registry.yarnpkg.com/@next/polyfill-module/-/polyfill-module-11.0.1.tgz#ca2a110c1c44672cbcff6c2b983f0c0549d87291"
119-
integrity sha512-Cjs7rrKCg4CF4Jhri8PCKlBXhszTfOQNl9AjzdNy4K5jXFyxyoSzuX2rK4IuoyE+yGp5A3XJCBEmOQ4xbUp9Mg==
130+
"@next/polyfill-module@11.1.1":
131+
version "11.1.1"
132+
resolved "https://registry.yarnpkg.com/@next/polyfill-module/-/polyfill-module-11.1.1.tgz#89d5a70685a52a0fad79f05a1f97a6b15cc727aa"
133+
integrity sha512-9FyVSnz00WGdlLsgc2w1xL1Lm/Q25y6FYIyA+1WlJvT6LA2lbR78GKiHgedzUvrAatVGAcg/Og+d0d7B4tsJOg==
120134

121-
"@next/react-dev-overlay@11.0.1":
122-
version "11.0.1"
123-
resolved "https://registry.yarnpkg.com/@next/react-dev-overlay/-/react-dev-overlay-11.0.1.tgz#3c481e83347255abd466dcf7e59ac8a79a0d7fd6"
124-
integrity sha512-lvUjMVpLsgzADs9Q8wtC5LNqvfdN+M0BDMSrqr04EDWAyyX0vURHC9hkvLbyEYWyh+WW32pwjKBXdkMnJhoqMg==
135+
"@next/react-dev-overlay@11.1.1":
136+
version "11.1.1"
137+
resolved "https://registry.yarnpkg.com/@next/react-dev-overlay/-/react-dev-overlay-11.1.1.tgz#3cd99202a85412bada8ba9c8e3f4cf7c19294b24"
138+
integrity sha512-CXc/A0DbSk5VXYu4+zr0fHm52Zh/LhPlLyVPEctJOZL64ccxkls5xGoXvgolJCku9L0pLjJzvdfAmhNLOp5dyw==
125139
dependencies:
126140
"@babel/code-frame" "7.12.11"
127141
anser "1.4.9"
@@ -135,10 +149,37 @@
135149
stacktrace-parser "0.1.10"
136150
strip-ansi "6.0.0"
137151

138-
"@next/react-refresh-utils@11.0.1":
139-
version "11.0.1"
140-
resolved "https://registry.yarnpkg.com/@next/react-refresh-utils/-/react-refresh-utils-11.0.1.tgz#a7509f22b6f70c13101a26573afd295295f1c020"
141-
integrity sha512-K347DM6Z7gBSE+TfUaTTceWvbj0B6iNAsFZXbFZOlfg3uyz2sbKpzPYYFocCc27yjLaS8OfR8DEdS2mZXi8Saw==
152+
"@next/react-refresh-utils@11.1.1":
153+
version "11.1.1"
154+
resolved "https://registry.yarnpkg.com/@next/react-refresh-utils/-/react-refresh-utils-11.1.1.tgz#8d1a5432a53c9f987503d5ab07d3241230afb33f"
155+
integrity sha512-j186y+lWc8BHAuysAWvlOqO9Bp7E3BLK/d/Ju3W2sP5BCH5ZLyLG/p308zSy/O0MGTag0B038ZA1dCy/msouRQ==
156+
157+
"@next/swc-darwin-arm64@11.1.1":
158+
version "11.1.1"
159+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-11.1.1.tgz#ea9a76bcff00945df29a81bc43b3b22dd0a6cb53"
160+
integrity sha512-KyB0aLpfQ+B2dsyGYpkM0ZwK3PV0t4C4b9yjgQc1VoTVnIjzXdDPnNOuVvmD849ZNOHfj3x8e2rlbxkj0lPm3A==
161+
162+
"@next/swc-darwin-x64@11.1.1":
163+
version "11.1.1"
164+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-11.1.1.tgz#95838e9116897ae734d02fdbbfa601b6f52adaf3"
165+
integrity sha512-B3ZXgrGx0bQplbrk2oggPjKPPsmyg8Fl0PJLMTVQ+erQ8g1m5QzyS9P6tB3SiIZa180JgENuguTHlVK5qEj4UA==
166+
167+
"@next/swc-linux-x64-gnu@11.1.1":
168+
version "11.1.1"
169+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-11.1.1.tgz#42c4973213a880977ebdfad01474217d7d71e8c2"
170+
integrity sha512-qvZL7gSKF+E+GZ3L1XiTnE3cOh9rk0wkqimT/q+wwcZA4E720Lu4lrT79I3HPuj6i/JPgGvmNskcnYrDeaoFaw==
171+
172+
"@next/swc-win32-x64-msvc@11.1.1":
173+
version "11.1.1"
174+
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-11.1.1.tgz#1ffcbd01a0155fa8558f7aefffea1066e9bebe74"
175+
integrity sha512-jhnCiA1De1L+kA0gmHG1AJijHoxOcrETWziDWy8fcqSrM1NlC4aJ5Mnu6k0QMcM9MnmXTA4TQZOEv3kF7vhJUQ==
176+
177+
"@node-rs/helper@1.2.1":
178+
version "1.2.1"
179+
resolved "https://registry.yarnpkg.com/@node-rs/helper/-/helper-1.2.1.tgz#e079b05f21ff4329d82c4e1f71c0290e4ecdc70c"
180+
integrity sha512-R5wEmm8nbuQU0YGGmYVjEc0OHtYsuXdpRG+Ut/3wZ9XAvQWyThN08bTh2cBJgoZxHQUPtvRfeQuxcAgLuiBISg==
181+
dependencies:
182+
"@napi-rs/triples" "^1.0.3"
142183

143184
"@nodelib/fs.scandir@2.1.5":
144185
version "2.1.5"
@@ -690,11 +731,6 @@ axobject-query@^2.2.0:
690731
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
691732
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
692733

693-
babel-plugin-syntax-jsx@6.18.0:
694-
version "6.18.0"
695-
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
696-
integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=
697-
698734
balanced-match@^1.0.0:
699735
version "1.0.2"
700736
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
@@ -1048,19 +1084,19 @@ css.escape@1.5.1:
10481084
resolved "https://registry.yarnpkg.com/css.escape/-/css.escape-1.5.1.tgz#42e27d4fa04ae32f931a4b4d4191fa9cddee97cb"
10491085
integrity sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s=
10501086

1051-
cssnano-preset-simple@^2.0.0:
1052-
version "2.0.0"
1053-
resolved "https://registry.yarnpkg.com/cssnano-preset-simple/-/cssnano-preset-simple-2.0.0.tgz#b55e72cb970713f425560a0e141b0335249e2f96"
1054-
integrity sha512-HkufSLkaBJbKBFx/7aj5HmCK9Ni/JedRQm0mT2qBzMG/dEuJOLnMt2lK6K1rwOOyV4j9aSY+knbW9WoS7BYpzg==
1087+
cssnano-preset-simple@^3.0.0:
1088+
version "3.0.0"
1089+
resolved "https://registry.yarnpkg.com/cssnano-preset-simple/-/cssnano-preset-simple-3.0.0.tgz#e95d0012699ca2c741306e9a3b8eeb495a348dbe"
1090+
integrity sha512-vxQPeoMRqUT3c/9f0vWeVa2nKQIHFpogtoBvFdW4GQ3IvEJ6uauCP6p3Y5zQDLFcI7/+40FTgX12o7XUL0Ko+w==
10551091
dependencies:
10561092
caniuse-lite "^1.0.30001202"
10571093

1058-
cssnano-simple@2.0.0:
1059-
version "2.0.0"
1060-
resolved "https://registry.yarnpkg.com/cssnano-simple/-/cssnano-simple-2.0.0.tgz#930d9dcd8ba105c5a62ce719cb00854da58b5c05"
1061-
integrity sha512-0G3TXaFxlh/szPEG/o3VcmCwl0N3E60XNb9YZZijew5eIs6fLjJuOPxQd9yEBaX2p/YfJtt49i4vYi38iH6/6w==
1094+
cssnano-simple@3.0.0:
1095+
version "3.0.0"
1096+
resolved "https://registry.yarnpkg.com/cssnano-simple/-/cssnano-simple-3.0.0.tgz#a4b8ccdef4c7084af97e19bc5b93b4ecf211e90f"
1097+
integrity sha512-oU3ueli5Dtwgh0DyeohcIEE00QVfbPR3HzyXdAl89SfnQG3y0/qcpfLVW+jPIh3/rgMZGwuW96rejZGaYE9eUg==
10621098
dependencies:
1063-
cssnano-preset-simple "^2.0.0"
1099+
cssnano-preset-simple "^3.0.0"
10641100

10651101
csstype@^3.0.4:
10661102
version "3.0.8"
@@ -2130,11 +2166,6 @@ lodash.truncate@^4.4.2:
21302166
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
21312167
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
21322168

2133-
lodash@^4.17.13:
2134-
version "4.17.21"
2135-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
2136-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
2137-
21382169
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
21392170
version "1.4.0"
21402171
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
@@ -2228,10 +2259,10 @@ ms@^2.1.1:
22282259
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
22292260
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
22302261

2231-
nanoid@^3.1.22:
2232-
version "3.1.23"
2233-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
2234-
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
2262+
nanoid@^3.1.23:
2263+
version "3.1.25"
2264+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.25.tgz#09ca32747c0e543f0e1814b7d3793477f9c8e152"
2265+
integrity sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==
22352266

22362267
native-url@0.3.4:
22372268
version "0.3.4"
@@ -2250,17 +2281,18 @@ next-seo@^4.26.0:
22502281
resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-4.26.0.tgz#4218cfae5651fdc2e330dcdf1cc1b34ce199d41c"
22512282
integrity sha512-5TqywQ3XAwqdmEU1AyNZjR7WdDKFTkDD8aBtgQelPvzBUEy8i0mTjtiw+09jhiHFNik6FqS8uPKCaYcY6jRgSQ==
22522283

2253-
next@^11.0.1:
2254-
version "11.0.1"
2255-
resolved "https://registry.yarnpkg.com/next/-/next-11.0.1.tgz#b8e3914d153aaf7143cb98c09bcd3c8230eeb17a"
2256-
integrity sha512-yR7be7asNbvpVNpi6xxEg28wZ7Gqmj1nOt0sABH9qORmF3+pms2KZ7Cng33oK5nqPIzEEFJD0pp2PCe3/ueMIg==
2284+
next@^11.1.1:
2285+
version "11.1.1"
2286+
resolved "https://registry.yarnpkg.com/next/-/next-11.1.1.tgz#ca15c6d6b4b4bf8c3e859f7fc4f9657ce59bcb63"
2287+
integrity sha512-vfLJDkwAHsZUho5R1K4w49nfYhftUMWNmeNSjCtulOvnRBuEFb7ROyRZOQk7f29rMz02eLQrPZ9yiAmPsexL2g==
22572288
dependencies:
2258-
"@babel/runtime" "7.12.5"
2289+
"@babel/runtime" "7.15.3"
22592290
"@hapi/accept" "5.0.2"
2260-
"@next/env" "11.0.1"
2261-
"@next/polyfill-module" "11.0.1"
2262-
"@next/react-dev-overlay" "11.0.1"
2263-
"@next/react-refresh-utils" "11.0.1"
2291+
"@next/env" "11.1.1"
2292+
"@next/polyfill-module" "11.1.1"
2293+
"@next/react-dev-overlay" "11.1.1"
2294+
"@next/react-refresh-utils" "11.1.1"
2295+
"@node-rs/helper" "1.2.1"
22642296
assert "2.0.0"
22652297
ast-types "0.13.2"
22662298
browserify-zlib "0.2.0"
@@ -2271,7 +2303,7 @@ next@^11.0.1:
22712303
chokidar "3.5.1"
22722304
constants-browserify "1.0.0"
22732305
crypto-browserify "3.12.0"
2274-
cssnano-simple "2.0.0"
2306+
cssnano-simple "3.0.0"
22752307
domain-browser "4.19.0"
22762308
encoding "0.1.13"
22772309
etag "1.8.1"
@@ -2288,23 +2320,27 @@ next@^11.0.1:
22882320
p-limit "3.1.0"
22892321
path-browserify "1.0.1"
22902322
pnp-webpack-plugin "1.6.4"
2291-
postcss "8.2.13"
2323+
postcss "8.2.15"
22922324
process "0.11.10"
2293-
prop-types "15.7.2"
22942325
querystring-es3 "0.2.1"
22952326
raw-body "2.4.1"
22962327
react-is "17.0.2"
22972328
react-refresh "0.8.3"
22982329
stream-browserify "3.0.0"
22992330
stream-http "3.1.1"
23002331
string_decoder "1.3.0"
2301-
styled-jsx "3.3.2"
2332+
styled-jsx "4.0.0"
23022333
timers-browserify "2.0.12"
23032334
tty-browserify "0.0.1"
23042335
use-subscription "1.5.1"
2305-
util "0.12.3"
2336+
util "0.12.4"
23062337
vm-browserify "1.1.2"
23072338
watchpack "2.1.1"
2339+
optionalDependencies:
2340+
"@next/swc-darwin-arm64" "11.1.1"
2341+
"@next/swc-darwin-x64" "11.1.1"
2342+
"@next/swc-linux-x64-gnu" "11.1.1"
2343+
"@next/swc-win32-x64-msvc" "11.1.1"
23082344

23092345
node-fetch@2.6.1:
23102346
version "2.6.1"
@@ -2629,13 +2665,13 @@ pnp-webpack-plugin@1.6.4:
26292665
dependencies:
26302666
ts-pnp "^1.1.6"
26312667

2632-
postcss@8.2.13:
2633-
version "8.2.13"
2634-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.13.tgz#dbe043e26e3c068e45113b1ed6375d2d37e2129f"
2635-
integrity sha512-FCE5xLH+hjbzRdpbRb1IMCvPv9yZx2QnDarBEYSN0N0HYk+TcXsEhwdFcFb+SRWOKzKGErhIEbBK2ogyLdTtfQ==
2668+
postcss@8.2.15:
2669+
version "8.2.15"
2670+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.15.tgz#9e66ccf07292817d226fc315cbbf9bc148fbca65"
2671+
integrity sha512-2zO3b26eJD/8rb106Qu2o7Qgg52ND5HPjcyQiK2B98O388h43A448LCslC0dI2P97wCAQRJsFvwTRcXxTKds+Q==
26362672
dependencies:
26372673
colorette "^1.2.2"
2638-
nanoid "^3.1.22"
2674+
nanoid "^3.1.23"
26392675
source-map "^0.6.1"
26402676

26412677
prelude-ls@^1.2.1:
@@ -2663,7 +2699,7 @@ progress@^2.0.0:
26632699
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
26642700
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
26652701

2666-
prop-types@15.7.2, prop-types@^15.7.2:
2702+
prop-types@^15.7.2:
26672703
version "15.7.2"
26682704
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
26692705
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -3210,13 +3246,13 @@ strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
32103246
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
32113247
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
32123248

3213-
styled-jsx@3.3.2:
3214-
version "3.3.2"
3215-
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-3.3.2.tgz#2474601a26670a6049fb4d3f94bd91695b3ce018"
3216-
integrity sha512-daAkGd5mqhbBhLd6jYAjYBa9LpxYCzsgo/f6qzPdFxVB8yoGbhxvzQgkC0pfmCVvW3JuAEBn0UzFLBfkHVZG1g==
3249+
styled-jsx@4.0.0:
3250+
version "4.0.0"
3251+
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-4.0.0.tgz#f7b90e7889d0a4f4635f8d1ae9ac32f3acaedc57"
3252+
integrity sha512-2USeoWMoJ/Lx5s2y1PxuvLy/cz2Yrr8cTySV3ILHU1Vmaw1bnV7suKdblLPjnyhMD+qzN7B1SWyh4UZTARn/WA==
32173253
dependencies:
3218-
"@babel/types" "7.8.3"
3219-
babel-plugin-syntax-jsx "6.18.0"
3254+
"@babel/plugin-syntax-jsx" "7.14.5"
3255+
"@babel/types" "7.15.0"
32203256
convert-source-map "1.7.0"
32213257
loader-utils "1.2.3"
32223258
source-map "0.7.3"
@@ -3423,10 +3459,10 @@ util@0.10.3:
34233459
dependencies:
34243460
inherits "2.0.1"
34253461

3426-
util@0.12.3:
3427-
version "0.12.3"
3428-
resolved "https://registry.yarnpkg.com/util/-/util-0.12.3.tgz#971bb0292d2cc0c892dab7c6a5d37c2bec707888"
3429-
integrity sha512-I8XkoQwE+fPQEhy9v012V+TSdH2kp9ts29i20TaaDUXsg7x/onePbhFJUExBfv/2ay1ZOp/Vsm3nDlmnFGSAog==
3462+
util@0.12.4, util@^0.12.0:
3463+
version "0.12.4"
3464+
resolved "https://registry.yarnpkg.com/util/-/util-0.12.4.tgz#66121a31420df8f01ca0c464be15dfa1d1850253"
3465+
integrity sha512-bxZ9qtSlGUWSOy9Qa9Xgk11kSslpuZwaxCg4sNIDj6FLucDab2JxnHwyNTCpHMtK1MjoQiWQ6DiUMZYbSrO+Sw==
34303466
dependencies:
34313467
inherits "^2.0.3"
34323468
is-arguments "^1.0.4"
@@ -3442,18 +3478,6 @@ util@^0.11.0:
34423478
dependencies:
34433479
inherits "2.0.3"
34443480

3445-
util@^0.12.0:
3446-
version "0.12.4"
3447-
resolved "https://registry.yarnpkg.com/util/-/util-0.12.4.tgz#66121a31420df8f01ca0c464be15dfa1d1850253"
3448-
integrity sha512-bxZ9qtSlGUWSOy9Qa9Xgk11kSslpuZwaxCg4sNIDj6FLucDab2JxnHwyNTCpHMtK1MjoQiWQ6DiUMZYbSrO+Sw==
3449-
dependencies:
3450-
inherits "^2.0.3"
3451-
is-arguments "^1.0.4"
3452-
is-generator-function "^1.0.7"
3453-
is-typed-array "^1.1.3"
3454-
safe-buffer "^5.1.2"
3455-
which-typed-array "^1.1.2"
3456-
34573481
v8-compile-cache@^2.0.3:
34583482
version "2.3.0"
34593483
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"

0 commit comments

Comments
 (0)