Skip to content

Commit 5522e65

Browse files
Update babel monorepo
1 parent 07d5161 commit 5522e65

File tree

2 files changed

+101
-75
lines changed

2 files changed

+101
-75
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"unsplash-js": "7.0.15"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "7.21.0",
30-
"@babel/eslint-parser": "7.19.1",
29+
"@babel/core": "7.21.5",
30+
"@babel/eslint-parser": "7.21.3",
3131
"autoprefixer": "10.4.13",
3232
"eslint": "8.35.0",
3333
"eslint-config-eslint": "7.0.0",

yarn.lock

+99-73
Original file line numberDiff line numberDiff line change
@@ -17,66 +17,73 @@
1717
dependencies:
1818
"@babel/highlight" "^7.18.6"
1919

20-
"@babel/compat-data@^7.20.5":
21-
version "7.21.0"
22-
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.0.tgz"
23-
integrity sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g==
20+
"@babel/code-frame@^7.21.4":
21+
version "7.21.4"
22+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39"
23+
integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==
24+
dependencies:
25+
"@babel/highlight" "^7.18.6"
2426

25-
26-
version "7.21.0"
27-
resolved "https://registry.npmjs.org/@babel/core/-/core-7.21.0.tgz"
28-
integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA==
27+
"@babel/compat-data@^7.21.5":
28+
version "7.21.5"
29+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.5.tgz#887a54ebe20c9f21edf27caf4ffcf8da6fdd5bd2"
30+
integrity sha512-M+XAiQ7GzQ3FDPf0KOLkugzptnIypt0X0ma0wmlTKPR3IchgNFdx2JXxZdvd18JY5s7QkaFD/qyX0dsMpog/Ug==
31+
32+
33+
version "7.21.5"
34+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.5.tgz#92f753e8b9f96e15d4b398dbe2f25d1408c9c426"
35+
integrity sha512-9M398B/QH5DlfCOTKDZT1ozXr0x8uBEeFd+dJraGUZGiaNpGCDVGCc14hZexsMblw3XxltJ+6kSvogp9J+5a9g==
2936
dependencies:
3037
"@ampproject/remapping" "^2.2.0"
31-
"@babel/code-frame" "^7.18.6"
32-
"@babel/generator" "^7.21.0"
33-
"@babel/helper-compilation-targets" "^7.20.7"
34-
"@babel/helper-module-transforms" "^7.21.0"
35-
"@babel/helpers" "^7.21.0"
36-
"@babel/parser" "^7.21.0"
38+
"@babel/code-frame" "^7.21.4"
39+
"@babel/generator" "^7.21.5"
40+
"@babel/helper-compilation-targets" "^7.21.5"
41+
"@babel/helper-module-transforms" "^7.21.5"
42+
"@babel/helpers" "^7.21.5"
43+
"@babel/parser" "^7.21.5"
3744
"@babel/template" "^7.20.7"
38-
"@babel/traverse" "^7.21.0"
39-
"@babel/types" "^7.21.0"
45+
"@babel/traverse" "^7.21.5"
46+
"@babel/types" "^7.21.5"
4047
convert-source-map "^1.7.0"
4148
debug "^4.1.0"
4249
gensync "^1.0.0-beta.2"
4350
json5 "^2.2.2"
4451
semver "^6.3.0"
4552

46-
"@babel/eslint-parser@7.19.1":
47-
version "7.19.1"
48-
resolved "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz"
49-
integrity sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==
53+
"@babel/eslint-parser@7.21.3":
54+
version "7.21.3"
55+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz#d79e822050f2de65d7f368a076846e7184234af7"
56+
integrity sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg==
5057
dependencies:
5158
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
5259
eslint-visitor-keys "^2.1.0"
5360
semver "^6.3.0"
5461

55-
"@babel/generator@^7.21.0", "@babel/generator@^7.21.1":
56-
version "7.21.1"
57-
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.21.1.tgz"
58-
integrity sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==
62+
"@babel/generator@^7.21.5":
63+
version "7.21.5"
64+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.5.tgz#c0c0e5449504c7b7de8236d99338c3e2a340745f"
65+
integrity sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==
5966
dependencies:
60-
"@babel/types" "^7.21.0"
67+
"@babel/types" "^7.21.5"
6168
"@jridgewell/gen-mapping" "^0.3.2"
6269
"@jridgewell/trace-mapping" "^0.3.17"
6370
jsesc "^2.5.1"
6471

65-
"@babel/helper-compilation-targets@^7.20.7":
66-
version "7.20.7"
67-
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz"
68-
integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==
72+
"@babel/helper-compilation-targets@^7.21.5":
73+
version "7.21.5"
74+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366"
75+
integrity sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==
6976
dependencies:
70-
"@babel/compat-data" "^7.20.5"
71-
"@babel/helper-validator-option" "^7.18.6"
77+
"@babel/compat-data" "^7.21.5"
78+
"@babel/helper-validator-option" "^7.21.0"
7279
browserslist "^4.21.3"
7380
lru-cache "^5.1.1"
7481
semver "^6.3.0"
7582

76-
"@babel/helper-environment-visitor@^7.18.9":
77-
version "7.18.9"
78-
resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz"
79-
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
83+
"@babel/helper-environment-visitor@^7.21.5":
84+
version "7.21.5"
85+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba"
86+
integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==
8087

8188
"@babel/helper-function-name@^7.21.0":
8289
version "7.21.0"
@@ -93,33 +100,33 @@
93100
dependencies:
94101
"@babel/types" "^7.18.6"
95102

96-
"@babel/helper-module-imports@^7.18.6":
97-
version "7.18.6"
98-
resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz"
99-
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
103+
"@babel/helper-module-imports@^7.21.4":
104+
version "7.21.4"
105+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af"
106+
integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==
100107
dependencies:
101-
"@babel/types" "^7.18.6"
108+
"@babel/types" "^7.21.4"
102109

103-
"@babel/helper-module-transforms@^7.21.0":
104-
version "7.21.2"
105-
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz"
106-
integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==
110+
"@babel/helper-module-transforms@^7.21.5":
111+
version "7.21.5"
112+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz#d937c82e9af68d31ab49039136a222b17ac0b420"
113+
integrity sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==
107114
dependencies:
108-
"@babel/helper-environment-visitor" "^7.18.9"
109-
"@babel/helper-module-imports" "^7.18.6"
110-
"@babel/helper-simple-access" "^7.20.2"
115+
"@babel/helper-environment-visitor" "^7.21.5"
116+
"@babel/helper-module-imports" "^7.21.4"
117+
"@babel/helper-simple-access" "^7.21.5"
111118
"@babel/helper-split-export-declaration" "^7.18.6"
112119
"@babel/helper-validator-identifier" "^7.19.1"
113120
"@babel/template" "^7.20.7"
114-
"@babel/traverse" "^7.21.2"
115-
"@babel/types" "^7.21.2"
121+
"@babel/traverse" "^7.21.5"
122+
"@babel/types" "^7.21.5"
116123

117-
"@babel/helper-simple-access@^7.20.2":
118-
version "7.20.2"
119-
resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz"
120-
integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
124+
"@babel/helper-simple-access@^7.21.5":
125+
version "7.21.5"
126+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz#d697a7971a5c39eac32c7e63c0921c06c8a249ee"
127+
integrity sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==
121128
dependencies:
122-
"@babel/types" "^7.20.2"
129+
"@babel/types" "^7.21.5"
123130

124131
"@babel/helper-split-export-declaration@^7.18.6":
125132
version "7.18.6"
@@ -133,24 +140,29 @@
133140
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz"
134141
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
135142

143+
"@babel/helper-string-parser@^7.21.5":
144+
version "7.21.5"
145+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
146+
integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
147+
136148
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
137149
version "7.19.1"
138150
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz"
139151
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
140152

141-
"@babel/helper-validator-option@^7.18.6":
153+
"@babel/helper-validator-option@^7.21.0":
142154
version "7.21.0"
143-
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz"
155+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
144156
integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==
145157

146-
"@babel/helpers@^7.21.0":
147-
version "7.21.0"
148-
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.21.0.tgz"
149-
integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==
158+
"@babel/helpers@^7.21.5":
159+
version "7.21.5"
160+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.5.tgz#5bac66e084d7a4d2d9696bdf0175a93f7fb63c08"
161+
integrity sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==
150162
dependencies:
151163
"@babel/template" "^7.20.7"
152-
"@babel/traverse" "^7.21.0"
153-
"@babel/types" "^7.21.0"
164+
"@babel/traverse" "^7.21.5"
165+
"@babel/types" "^7.21.5"
154166

155167
"@babel/highlight@^7.18.6":
156168
version "7.18.6"
@@ -161,11 +173,16 @@
161173
chalk "^2.0.0"
162174
js-tokens "^4.0.0"
163175

164-
"@babel/parser@^7.20.7", "@babel/parser@^7.21.0", "@babel/parser@^7.21.2":
176+
"@babel/parser@^7.20.7":
165177
version "7.21.2"
166178
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.21.2.tgz"
167179
integrity sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==
168180

181+
"@babel/parser@^7.21.5":
182+
version "7.21.5"
183+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.5.tgz#821bb520118fd25b982eaf8d37421cf5c64a312b"
184+
integrity sha512-J+IxH2IsxV4HbnTrSWgMAQj0UEo61hDA4Ny8h8PCX0MLXiibqHbqIOVneqdocemSBc22VpBKxt4J6FQzy9HarQ==
185+
169186
"@babel/runtime@^7.20.7":
170187
version "7.21.0"
171188
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.21.0.tgz"
@@ -182,23 +199,23 @@
182199
"@babel/parser" "^7.20.7"
183200
"@babel/types" "^7.20.7"
184201

185-
"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2":
186-
version "7.21.2"
187-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.2.tgz"
188-
integrity sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw==
202+
"@babel/traverse@^7.21.5":
203+
version "7.21.5"
204+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133"
205+
integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==
189206
dependencies:
190-
"@babel/code-frame" "^7.18.6"
191-
"@babel/generator" "^7.21.1"
192-
"@babel/helper-environment-visitor" "^7.18.9"
207+
"@babel/code-frame" "^7.21.4"
208+
"@babel/generator" "^7.21.5"
209+
"@babel/helper-environment-visitor" "^7.21.5"
193210
"@babel/helper-function-name" "^7.21.0"
194211
"@babel/helper-hoist-variables" "^7.18.6"
195212
"@babel/helper-split-export-declaration" "^7.18.6"
196-
"@babel/parser" "^7.21.2"
197-
"@babel/types" "^7.21.2"
213+
"@babel/parser" "^7.21.5"
214+
"@babel/types" "^7.21.5"
198215
debug "^4.1.0"
199216
globals "^11.1.0"
200217

201-
"@babel/types@^7.18.6", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2":
218+
"@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.21.0":
202219
version "7.21.2"
203220
resolved "https://registry.npmjs.org/@babel/types/-/types-7.21.2.tgz"
204221
integrity sha512-3wRZSs7jiFaB8AjxiiD+VqN5DTG2iRvJGQ+qYFrs/654lg6kGTQWIOFjlBo5RaXuAZjBmP3+OQH4dmhqiiyYxw==
@@ -207,6 +224,15 @@
207224
"@babel/helper-validator-identifier" "^7.19.1"
208225
to-fast-properties "^2.0.0"
209226

227+
"@babel/types@^7.21.4", "@babel/types@^7.21.5":
228+
version "7.21.5"
229+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6"
230+
integrity sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==
231+
dependencies:
232+
"@babel/helper-string-parser" "^7.21.5"
233+
"@babel/helper-validator-identifier" "^7.19.1"
234+
to-fast-properties "^2.0.0"
235+
210236
"@es-joy/jsdoccomment@~0.31.0":
211237
version "0.31.0"
212238
resolved "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.31.0.tgz"

0 commit comments

Comments
 (0)