Skip to content

Commit fdf312f

Browse files
Update dependency @babel/core to v7.21.3
1 parent 7aee042 commit fdf312f

File tree

5 files changed

+39
-39
lines changed

5 files changed

+39
-39
lines changed

packages/content-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"access": "public"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.21.0",
33+
"@babel/core": "7.21.3",
3434
"@babel/polyfill": "7.12.1",
3535
"@babel/preset-env": "7.20.2",
3636
"@rollup/plugin-json": "6.0.0",

packages/helpers-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@babel/cli": "7.21.0",
28-
"@babel/core": "7.21.0",
28+
"@babel/core": "7.21.3",
2929
"@babel/preset-env": "7.20.2",
3030
"@babel/preset-react": "7.18.6",
3131
"c8": "7.13.0",

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"access": "public"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "7.21.0",
34+
"@babel/core": "7.21.3",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "7.13.0",
3737
"istanbul": "0.4.5",

packages/timezone-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"access": "public"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.21.0",
33+
"@babel/core": "7.21.3",
3434
"@babel/preset-env": "7.20.2",
3535
"c8": "7.13.0",
3636
"mocha": "10.2.0",

yarn.lock

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -45,33 +45,33 @@
4545
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
4646
integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
4747

48-
"@babel/[email protected].0":
49-
version "7.21.0"
50-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13"
51-
integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA==
48+
"@babel/[email protected].3":
49+
version "7.21.3"
50+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.3.tgz#cf1c877284a469da5d1ce1d1e53665253fae712e"
51+
integrity sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw==
5252
dependencies:
5353
"@ampproject/remapping" "^2.2.0"
5454
"@babel/code-frame" "^7.18.6"
55-
"@babel/generator" "^7.21.0"
55+
"@babel/generator" "^7.21.3"
5656
"@babel/helper-compilation-targets" "^7.20.7"
57-
"@babel/helper-module-transforms" "^7.21.0"
57+
"@babel/helper-module-transforms" "^7.21.2"
5858
"@babel/helpers" "^7.21.0"
59-
"@babel/parser" "^7.21.0"
59+
"@babel/parser" "^7.21.3"
6060
"@babel/template" "^7.20.7"
61-
"@babel/traverse" "^7.21.0"
62-
"@babel/types" "^7.21.0"
61+
"@babel/traverse" "^7.21.3"
62+
"@babel/types" "^7.21.3"
6363
convert-source-map "^1.7.0"
6464
debug "^4.1.0"
6565
gensync "^1.0.0-beta.2"
6666
json5 "^2.2.2"
6767
semver "^6.3.0"
6868

69-
"@babel/generator@^7.21.0":
70-
version "7.21.0"
71-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.0.tgz#45d731e84f506ce02a7b22b9ba5861ea88eef64f"
72-
integrity sha512-z/zN3SePOtxN1/vPFdqrkuJGCD2Vx469+dSbNRD+4TF2+6e4Of5exHqAtcfL/2Nwu0RN0QsFwjyDBFwdUMzNSA==
69+
"@babel/generator@^7.21.3":
70+
version "7.21.3"
71+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce"
72+
integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA==
7373
dependencies:
74-
"@babel/types" "^7.21.0"
74+
"@babel/types" "^7.21.3"
7575
"@jridgewell/gen-mapping" "^0.3.2"
7676
"@jridgewell/trace-mapping" "^0.3.17"
7777
jsesc "^2.5.1"
@@ -176,19 +176,19 @@
176176
dependencies:
177177
"@babel/types" "^7.18.6"
178178

179-
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.21.0":
180-
version "7.21.0"
181-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.0.tgz#89a8f86ad748870e3d024e470b2e8405e869db67"
182-
integrity sha512-eD/JQ21IG2i1FraJnTMbUarAUkA7G988ofehG5MDCRXaUU91rEBJuCeSoou2Sk1y4RbLYXzqEg1QLwEmRU4qcQ==
179+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.21.2":
180+
version "7.21.2"
181+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
182+
integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==
183183
dependencies:
184184
"@babel/helper-environment-visitor" "^7.18.9"
185185
"@babel/helper-module-imports" "^7.18.6"
186186
"@babel/helper-simple-access" "^7.20.2"
187187
"@babel/helper-split-export-declaration" "^7.18.6"
188188
"@babel/helper-validator-identifier" "^7.19.1"
189189
"@babel/template" "^7.20.7"
190-
"@babel/traverse" "^7.21.0"
191-
"@babel/types" "^7.21.0"
190+
"@babel/traverse" "^7.21.2"
191+
"@babel/types" "^7.21.2"
192192

193193
"@babel/helper-optimise-call-expression@^7.18.6":
194194
version "7.18.6"
@@ -287,10 +287,10 @@
287287
chalk "^2.0.0"
288288
js-tokens "^4.0.0"
289289

290-
"@babel/parser@^7.20.7", "@babel/parser@^7.21.0":
291-
version "7.21.0"
292-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.0.tgz#cc09288743b867763cb927ba101ccdf0b600b7e4"
293-
integrity sha512-ONjtg4renj14A9pj3iA5T5+r5Eijxbr2eNIkMBTC74occDSsRZUpe8vowmowAjFR1imWlkD8eEmjYXiREZpGZg==
290+
"@babel/parser@^7.20.7", "@babel/parser@^7.21.3":
291+
version "7.21.3"
292+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3"
293+
integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==
294294

295295
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
296296
version "7.18.6"
@@ -960,26 +960,26 @@
960960
"@babel/parser" "^7.20.7"
961961
"@babel/types" "^7.20.7"
962962

963-
"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.21.0":
964-
version "7.21.0"
965-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.0.tgz#0e1807abd5db98e6a19c204b80ed1e3f5bca0edc"
966-
integrity sha512-Xdt2P1H4LKTO8ApPfnO1KmzYMFpp7D/EinoXzLYN/cHcBNrVCAkAtGUcXnHXrl/VGktureU6fkQrHSBE2URfoA==
963+
"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3":
964+
version "7.21.3"
965+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67"
966+
integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ==
967967
dependencies:
968968
"@babel/code-frame" "^7.18.6"
969-
"@babel/generator" "^7.21.0"
969+
"@babel/generator" "^7.21.3"
970970
"@babel/helper-environment-visitor" "^7.18.9"
971971
"@babel/helper-function-name" "^7.21.0"
972972
"@babel/helper-hoist-variables" "^7.18.6"
973973
"@babel/helper-split-export-declaration" "^7.18.6"
974-
"@babel/parser" "^7.21.0"
975-
"@babel/types" "^7.21.0"
974+
"@babel/parser" "^7.21.3"
975+
"@babel/types" "^7.21.3"
976976
debug "^4.1.0"
977977
globals "^11.1.0"
978978

979-
"@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.4.4":
980-
version "7.21.0"
981-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.0.tgz#1da00d89c2f18b226c9207d96edbeb79316a1819"
982-
integrity sha512-uR7NWq2VNFnDi7EYqiRz2Jv/VQIu38tu64Zy8TX2nQFQ6etJ9V/Rr2msW8BS132mum2rL645qpDrLtAJtVpuow==
979+
"@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.3", "@babel/types@^7.4.4":
980+
version "7.21.3"
981+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05"
982+
integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg==
983983
dependencies:
984984
"@babel/helper-string-parser" "^7.19.4"
985985
"@babel/helper-validator-identifier" "^7.19.1"

0 commit comments

Comments
 (0)