Skip to content

Commit 4c746a7

Browse files
Update babel monorepo to v7.20.7
1 parent b404e9e commit 4c746a7

File tree

5 files changed

+80
-67
lines changed

5 files changed

+80
-67
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.5",
33+
"@babel/core": "7.20.7",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"access": "public"
2525
},
2626
"devDependencies": {
27-
"@babel/cli": "7.19.3",
28-
"@babel/core": "7.20.5",
27+
"@babel/cli": "7.20.7",
28+
"@babel/core": "7.20.7",
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.5",
34+
"@babel/core": "7.20.7",
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.5",
33+
"@babel/core": "7.20.7",
3434
"@babel/preset-env": "7.20.2",
3535
"c8": "7.12.0",
3636
"mocha": "10.2.0",

yarn.lock

Lines changed: 75 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"@jridgewell/gen-mapping" "^0.1.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13-
"@babel/cli@7.19.3":
14-
version "7.19.3"
15-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.19.3.tgz#55914ed388e658e0b924b3a95da1296267e278e2"
16-
integrity sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg==
13+
"@babel/cli@7.20.7":
14+
version "7.20.7"
15+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.20.7.tgz#8fc12e85c744a1a617680eacb488fab1fcd35b7c"
16+
integrity sha512-WylgcELHB66WwQqItxNILsMlaTd8/SO6SgTTjMp4uCI7P4QyH1r3nqgFmO3BfM4AtfniHgFMH3EpYFj/zynBkQ==
1717
dependencies:
1818
"@jridgewell/trace-mapping" "^0.3.8"
1919
commander "^4.0.1"
@@ -40,38 +40,38 @@
4040
dependencies:
4141
"@babel/highlight" "^7.18.6"
4242

43-
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1":
43+
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5":
4444
version "7.20.5"
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].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==
48+
"@babel/[email protected].7":
49+
version "7.20.7"
50+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f"
51+
integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw==
5252
dependencies:
5353
"@ampproject/remapping" "^2.1.0"
5454
"@babel/code-frame" "^7.18.6"
55-
"@babel/generator" "^7.20.5"
56-
"@babel/helper-compilation-targets" "^7.20.0"
57-
"@babel/helper-module-transforms" "^7.20.2"
58-
"@babel/helpers" "^7.20.5"
59-
"@babel/parser" "^7.20.5"
60-
"@babel/template" "^7.18.10"
61-
"@babel/traverse" "^7.20.5"
62-
"@babel/types" "^7.20.5"
55+
"@babel/generator" "^7.20.7"
56+
"@babel/helper-compilation-targets" "^7.20.7"
57+
"@babel/helper-module-transforms" "^7.20.7"
58+
"@babel/helpers" "^7.20.7"
59+
"@babel/parser" "^7.20.7"
60+
"@babel/template" "^7.20.7"
61+
"@babel/traverse" "^7.20.7"
62+
"@babel/types" "^7.20.7"
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.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==
69+
"@babel/generator@^7.20.7":
70+
version "7.20.7"
71+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a"
72+
integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==
7373
dependencies:
74-
"@babel/types" "^7.20.5"
74+
"@babel/types" "^7.20.7"
7575
"@jridgewell/gen-mapping" "^0.3.2"
7676
jsesc "^2.5.1"
7777

@@ -90,14 +90,15 @@
9090
"@babel/helper-explode-assignable-expression" "^7.18.6"
9191
"@babel/types" "^7.18.9"
9292

93-
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.0":
94-
version "7.20.0"
95-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
96-
integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==
93+
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.0", "@babel/helper-compilation-targets@^7.20.7":
94+
version "7.20.7"
95+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
96+
integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==
9797
dependencies:
98-
"@babel/compat-data" "^7.20.0"
98+
"@babel/compat-data" "^7.20.5"
9999
"@babel/helper-validator-option" "^7.18.6"
100100
browserslist "^4.21.3"
101+
lru-cache "^5.1.1"
101102
semver "^6.3.0"
102103

103104
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.20.5":
@@ -174,19 +175,19 @@
174175
dependencies:
175176
"@babel/types" "^7.18.6"
176177

177-
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.2":
178-
version "7.20.2"
179-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
180-
integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
178+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.7":
179+
version "7.20.7"
180+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.7.tgz#7a6c9a1155bef55e914af574153069c9d9470c43"
181+
integrity sha512-FNdu7r67fqMUSVuQpFQGE6BPdhJIhitoxhGzDbAXNcA07uoVG37fOiMk3OSV8rEICuyG6t8LGkd9EE64qIEoIA==
181182
dependencies:
182183
"@babel/helper-environment-visitor" "^7.18.9"
183184
"@babel/helper-module-imports" "^7.18.6"
184185
"@babel/helper-simple-access" "^7.20.2"
185186
"@babel/helper-split-export-declaration" "^7.18.6"
186187
"@babel/helper-validator-identifier" "^7.19.1"
187-
"@babel/template" "^7.18.10"
188-
"@babel/traverse" "^7.20.1"
189-
"@babel/types" "^7.20.2"
188+
"@babel/template" "^7.20.7"
189+
"@babel/traverse" "^7.20.7"
190+
"@babel/types" "^7.20.7"
190191

191192
"@babel/helper-optimise-call-expression@^7.18.6":
192193
version "7.18.6"
@@ -267,14 +268,14 @@
267268
"@babel/traverse" "^7.20.5"
268269
"@babel/types" "^7.20.5"
269270

270-
"@babel/helpers@^7.20.5":
271-
version "7.20.6"
272-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763"
273-
integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==
271+
"@babel/helpers@^7.20.7":
272+
version "7.20.7"
273+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce"
274+
integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==
274275
dependencies:
275-
"@babel/template" "^7.18.10"
276-
"@babel/traverse" "^7.20.5"
277-
"@babel/types" "^7.20.5"
276+
"@babel/template" "^7.20.7"
277+
"@babel/traverse" "^7.20.7"
278+
"@babel/types" "^7.20.7"
278279

279280
"@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6":
280281
version "7.18.6"
@@ -285,10 +286,10 @@
285286
chalk "^2.0.0"
286287
js-tokens "^4.0.0"
287288

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==
289+
"@babel/parser@^7.20.7":
290+
version "7.20.7"
291+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b"
292+
integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==
292293

293294
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
294295
version "7.18.6"
@@ -949,35 +950,35 @@
949950
dependencies:
950951
regenerator-runtime "^0.13.11"
951952

952-
"@babel/template@^7.18.10":
953-
version "7.18.10"
954-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
955-
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
953+
"@babel/template@^7.18.10", "@babel/template@^7.20.7":
954+
version "7.20.7"
955+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
956+
integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
956957
dependencies:
957958
"@babel/code-frame" "^7.18.6"
958-
"@babel/parser" "^7.18.10"
959-
"@babel/types" "^7.18.10"
959+
"@babel/parser" "^7.20.7"
960+
"@babel/types" "^7.20.7"
960961

961-
"@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==
962+
"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7":
963+
version "7.20.7"
964+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.7.tgz#114f992fa989a390896ea72db5220780edab509c"
965+
integrity sha512-xueOL5+ZKX2dJbg8z8o4f4uTRTqGDRjilva9D1hiRlayJbTY8jBRL+Ph67IeRTIE439/VifHk+Z4g0SwRtQE0A==
965966
dependencies:
966967
"@babel/code-frame" "^7.18.6"
967-
"@babel/generator" "^7.20.5"
968+
"@babel/generator" "^7.20.7"
968969
"@babel/helper-environment-visitor" "^7.18.9"
969970
"@babel/helper-function-name" "^7.19.0"
970971
"@babel/helper-hoist-variables" "^7.18.6"
971972
"@babel/helper-split-export-declaration" "^7.18.6"
972-
"@babel/parser" "^7.20.5"
973-
"@babel/types" "^7.20.5"
973+
"@babel/parser" "^7.20.7"
974+
"@babel/types" "^7.20.7"
974975
debug "^4.1.0"
975976
globals "^11.1.0"
976977

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==
978+
"@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.4.4":
979+
version "7.20.7"
980+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
981+
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
981982
dependencies:
982983
"@babel/helper-string-parser" "^7.19.4"
983984
"@babel/helper-validator-identifier" "^7.19.1"
@@ -4221,6 +4222,13 @@ lowercase-keys@^2.0.0:
42214222
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
42224223
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
42234224

4225+
lru-cache@^5.1.1:
4226+
version "5.1.1"
4227+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
4228+
integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
4229+
dependencies:
4230+
yallist "^3.0.2"
4231+
42244232
lru-cache@^6.0.0:
42254233
version "6.0.0"
42264234
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -6165,6 +6173,11 @@ y18n@^5.0.5:
61656173
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
61666174
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
61676175

6176+
yallist@^3.0.2:
6177+
version "3.1.1"
6178+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
6179+
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
6180+
61686181
yallist@^4.0.0:
61696182
version "4.0.0"
61706183
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"

0 commit comments

Comments
 (0)