Skip to content

Commit 919dd8e

Browse files
Update dependency @babel/core to v7.20.5
1 parent 6b68763 commit 919dd8e

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.20.2",
33+
"@babel/core": "7.20.5",
3434
"@babel/polyfill": "7.12.1",
3535
"@babel/preset-env": "7.20.2",
3636
"@rollup/plugin-json": "5.0.2",

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.19.3",
28-
"@babel/core": "7.20.2",
28+
"@babel/core": "7.20.5",
2929
"@babel/preset-env": "7.20.2",
3030
"@babel/preset-react": "7.18.6",
3131
"c8": "7.12.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.20.2",
34+
"@babel/core": "7.20.5",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "7.12.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.20.2",
33+
"@babel/core": "7.20.5",
3434
"@babel/preset-env": "7.20.2",
3535
"c8": "7.12.0",
3636
"mocha": "10.1.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.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
4646
integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
4747

48-
"@babel/[email protected].2":
49-
version "7.20.2"
50-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92"
51-
integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==
48+
"@babel/[email protected].5":
49+
version "7.20.5"
50+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
51+
integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
5252
dependencies:
5353
"@ampproject/remapping" "^2.1.0"
5454
"@babel/code-frame" "^7.18.6"
55-
"@babel/generator" "^7.20.2"
55+
"@babel/generator" "^7.20.5"
5656
"@babel/helper-compilation-targets" "^7.20.0"
5757
"@babel/helper-module-transforms" "^7.20.2"
58-
"@babel/helpers" "^7.20.1"
59-
"@babel/parser" "^7.20.2"
58+
"@babel/helpers" "^7.20.5"
59+
"@babel/parser" "^7.20.5"
6060
"@babel/template" "^7.18.10"
61-
"@babel/traverse" "^7.20.1"
62-
"@babel/types" "^7.20.2"
61+
"@babel/traverse" "^7.20.5"
62+
"@babel/types" "^7.20.5"
6363
convert-source-map "^1.7.0"
6464
debug "^4.1.0"
6565
gensync "^1.0.0-beta.2"
6666
json5 "^2.2.1"
6767
semver "^6.3.0"
6868

69-
"@babel/generator@^7.20.1", "@babel/generator@^7.20.2":
70-
version "7.20.4"
71-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.4.tgz#4d9f8f0c30be75fd90a0562099a26e5839602ab8"
72-
integrity sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==
69+
"@babel/generator@^7.20.5":
70+
version "7.20.5"
71+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95"
72+
integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==
7373
dependencies:
74-
"@babel/types" "^7.20.2"
74+
"@babel/types" "^7.20.5"
7575
"@jridgewell/gen-mapping" "^0.3.2"
7676
jsesc "^2.5.1"
7777

@@ -267,14 +267,14 @@
267267
"@babel/traverse" "^7.19.0"
268268
"@babel/types" "^7.19.0"
269269

270-
"@babel/helpers@^7.20.1":
271-
version "7.20.1"
272-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9"
273-
integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==
270+
"@babel/helpers@^7.20.5":
271+
version "7.20.5"
272+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.5.tgz#e3b72a1925a5df7ab9267e87c227d74c81169d8e"
273+
integrity sha512-fWBqzBeX5Re8dLiMS1oYnnBNs5fJhsaVcw5VVPUbBvc1yX1M6VNGz2S8bSsTgLrP+3jnXH7i4Y6bA7dPu99jjw==
274274
dependencies:
275275
"@babel/template" "^7.18.10"
276-
"@babel/traverse" "^7.20.1"
277-
"@babel/types" "^7.20.0"
276+
"@babel/traverse" "^7.20.5"
277+
"@babel/types" "^7.20.5"
278278

279279
"@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6":
280280
version "7.18.6"
@@ -285,10 +285,10 @@
285285
chalk "^2.0.0"
286286
js-tokens "^4.0.0"
287287

288-
"@babel/parser@^7.18.10", "@babel/parser@^7.20.1", "@babel/parser@^7.20.2":
289-
version "7.20.3"
290-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.3.tgz#5358cf62e380cf69efcb87a7bb922ff88bfac6e2"
291-
integrity sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==
288+
"@babel/parser@^7.18.10", "@babel/parser@^7.20.5":
289+
version "7.20.5"
290+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
291+
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
292292

293293
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
294294
version "7.18.6"
@@ -958,26 +958,26 @@
958958
"@babel/parser" "^7.18.10"
959959
"@babel/types" "^7.18.10"
960960

961-
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1":
962-
version "7.20.1"
963-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8"
964-
integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==
961+
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5":
962+
version "7.20.5"
963+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
964+
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
965965
dependencies:
966966
"@babel/code-frame" "^7.18.6"
967-
"@babel/generator" "^7.20.1"
967+
"@babel/generator" "^7.20.5"
968968
"@babel/helper-environment-visitor" "^7.18.9"
969969
"@babel/helper-function-name" "^7.19.0"
970970
"@babel/helper-hoist-variables" "^7.18.6"
971971
"@babel/helper-split-export-declaration" "^7.18.6"
972-
"@babel/parser" "^7.20.1"
973-
"@babel/types" "^7.20.0"
972+
"@babel/parser" "^7.20.5"
973+
"@babel/types" "^7.20.5"
974974
debug "^4.1.0"
975975
globals "^11.1.0"
976976

977-
"@babel/types@^7.18.10", "@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.4.4":
978-
version "7.20.2"
979-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842"
980-
integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==
977+
"@babel/types@^7.18.10", "@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.4.4":
978+
version "7.20.5"
979+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
980+
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
981981
dependencies:
982982
"@babel/helper-string-parser" "^7.19.4"
983983
"@babel/helper-validator-identifier" "^7.19.1"

0 commit comments

Comments
 (0)