Skip to content

Commit f39cdf6

Browse files
Update babel monorepo to v7.21.3
1 parent 07d5161 commit f39cdf6

File tree

2 files changed

+59
-19
lines changed

2 files changed

+59
-19
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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.3",
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

Lines changed: 57 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,37 +22,37 @@
2222
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.0.tgz"
2323
integrity sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g==
2424

25-
"@babel/[email protected].0":
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==
25+
"@babel/[email protected].3":
26+
version "7.21.3"
27+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.3.tgz#cf1c877284a469da5d1ce1d1e53665253fae712e"
28+
integrity sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw==
2929
dependencies:
3030
"@ampproject/remapping" "^2.2.0"
3131
"@babel/code-frame" "^7.18.6"
32-
"@babel/generator" "^7.21.0"
32+
"@babel/generator" "^7.21.3"
3333
"@babel/helper-compilation-targets" "^7.20.7"
34-
"@babel/helper-module-transforms" "^7.21.0"
34+
"@babel/helper-module-transforms" "^7.21.2"
3535
"@babel/helpers" "^7.21.0"
36-
"@babel/parser" "^7.21.0"
36+
"@babel/parser" "^7.21.3"
3737
"@babel/template" "^7.20.7"
38-
"@babel/traverse" "^7.21.0"
39-
"@babel/types" "^7.21.0"
38+
"@babel/traverse" "^7.21.3"
39+
"@babel/types" "^7.21.3"
4040
convert-source-map "^1.7.0"
4141
debug "^4.1.0"
4242
gensync "^1.0.0-beta.2"
4343
json5 "^2.2.2"
4444
semver "^6.3.0"
4545

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==
46+
"@babel/eslint-parser@7.21.3":
47+
version "7.21.3"
48+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz#d79e822050f2de65d7f368a076846e7184234af7"
49+
integrity sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg==
5050
dependencies:
5151
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
5252
eslint-visitor-keys "^2.1.0"
5353
semver "^6.3.0"
5454

55-
"@babel/generator@^7.21.0", "@babel/generator@^7.21.1":
55+
"@babel/generator@^7.21.1":
5656
version "7.21.1"
5757
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.21.1.tgz"
5858
integrity sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==
@@ -62,6 +62,16 @@
6262
"@jridgewell/trace-mapping" "^0.3.17"
6363
jsesc "^2.5.1"
6464

65+
"@babel/generator@^7.21.3":
66+
version "7.21.3"
67+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce"
68+
integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA==
69+
dependencies:
70+
"@babel/types" "^7.21.3"
71+
"@jridgewell/gen-mapping" "^0.3.2"
72+
"@jridgewell/trace-mapping" "^0.3.17"
73+
jsesc "^2.5.1"
74+
6575
"@babel/helper-compilation-targets@^7.20.7":
6676
version "7.20.7"
6777
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz"
@@ -100,9 +110,9 @@
100110
dependencies:
101111
"@babel/types" "^7.18.6"
102112

103-
"@babel/helper-module-transforms@^7.21.0":
113+
"@babel/helper-module-transforms@^7.21.2":
104114
version "7.21.2"
105-
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz"
115+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
106116
integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==
107117
dependencies:
108118
"@babel/helper-environment-visitor" "^7.18.9"
@@ -161,11 +171,16 @@
161171
chalk "^2.0.0"
162172
js-tokens "^4.0.0"
163173

164-
"@babel/parser@^7.20.7", "@babel/parser@^7.21.0", "@babel/parser@^7.21.2":
174+
"@babel/parser@^7.20.7", "@babel/parser@^7.21.2":
165175
version "7.21.2"
166176
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.21.2.tgz"
167177
integrity sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==
168178

179+
"@babel/parser@^7.21.3":
180+
version "7.21.3"
181+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3"
182+
integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==
183+
169184
"@babel/runtime@^7.20.7":
170185
version "7.21.0"
171186
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.21.0.tgz"
@@ -198,6 +213,22 @@
198213
debug "^4.1.0"
199214
globals "^11.1.0"
200215

216+
"@babel/traverse@^7.21.3":
217+
version "7.21.3"
218+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67"
219+
integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ==
220+
dependencies:
221+
"@babel/code-frame" "^7.18.6"
222+
"@babel/generator" "^7.21.3"
223+
"@babel/helper-environment-visitor" "^7.18.9"
224+
"@babel/helper-function-name" "^7.21.0"
225+
"@babel/helper-hoist-variables" "^7.18.6"
226+
"@babel/helper-split-export-declaration" "^7.18.6"
227+
"@babel/parser" "^7.21.3"
228+
"@babel/types" "^7.21.3"
229+
debug "^4.1.0"
230+
globals "^11.1.0"
231+
201232
"@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":
202233
version "7.21.2"
203234
resolved "https://registry.npmjs.org/@babel/types/-/types-7.21.2.tgz"
@@ -207,6 +238,15 @@
207238
"@babel/helper-validator-identifier" "^7.19.1"
208239
to-fast-properties "^2.0.0"
209240

241+
"@babel/types@^7.21.3":
242+
version "7.21.3"
243+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05"
244+
integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg==
245+
dependencies:
246+
"@babel/helper-string-parser" "^7.19.4"
247+
"@babel/helper-validator-identifier" "^7.19.1"
248+
to-fast-properties "^2.0.0"
249+
210250
"@es-joy/jsdoccomment@~0.31.0":
211251
version "0.31.0"
212252
resolved "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.31.0.tgz"

0 commit comments

Comments
 (0)