Skip to content

Commit 37bfbaa

Browse files
Update babel monorepo
1 parent e9cde6e commit 37bfbaa

File tree

2 files changed

+80
-87
lines changed

2 files changed

+80
-87
lines changed

plugins/gatsby-plugin-ghost-manifest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"version": "0.0.1",
55
"author": "Ghost Foundation",
66
"dependencies": {
7-
"@babel/runtime": "7.18.3",
7+
"@babel/runtime": "7.19.0",
88
"bluebird": "3.7.2",
99
"sharp": "0.30.6"
1010
},
1111
"devDependencies": {
12-
"@babel/cli": "7.17.10",
13-
"@babel/core": "7.18.2",
12+
"@babel/cli": "7.18.10",
13+
"@babel/core": "7.19.1",
1414
"babel-preset-gatsby-package": "2.15.0",
1515
"cross-env": "7.0.3"
1616
},

plugins/gatsby-plugin-ghost-manifest/yarn.lock

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

13-
"@babel/cli@7.17.10":
14-
version "7.17.10"
15-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.17.10.tgz#5ea0bf6298bb78f3b59c7c06954f9bd1c79d5943"
16-
integrity sha512-OygVO1M2J4yPMNOW9pb+I6kFGpQK77HmG44Oz3hg8xQIl5L/2zq+ZohwAdSaqYgVwM0SfmPHZHphH4wR8qzVYw==
13+
"@babel/cli@7.18.10":
14+
version "7.18.10"
15+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.18.10.tgz#4211adfc45ffa7d4f3cee6b60bb92e9fe68fe56a"
16+
integrity sha512-dLvWH+ZDFAkd2jPBSghrsFBuXrREvFwjpDycXbmUoeochqKYe4zNSLEJYErpLg8dvxvZYe79/MkN461XCwpnGw==
1717
dependencies:
1818
"@jridgewell/trace-mapping" "^0.3.8"
1919
commander "^4.0.1"
2020
convert-source-map "^1.1.0"
2121
fs-readdir-recursive "^1.1.0"
22-
glob "^7.0.0"
22+
glob "^7.2.0"
2323
make-dir "^2.1.0"
2424
slash "^2.0.0"
2525
optionalDependencies:
2626
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
2727
chokidar "^3.4.0"
2828

29-
"@babel/code-frame@^7.16.7", "@babel/code-frame@^7.18.6":
29+
"@babel/code-frame@^7.18.6":
3030
version "7.18.6"
3131
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
3232
integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
3333
dependencies:
3434
"@babel/highlight" "^7.18.6"
3535

36-
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8":
37-
version "7.18.8"
38-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
39-
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
36+
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8", "@babel/compat-data@^7.19.1":
37+
version "7.19.1"
38+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
39+
integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
4040

41-
"@babel/core@7.18.2":
42-
version "7.18.2"
43-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876"
44-
integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==
41+
"@babel/core@7.19.1":
42+
version "7.19.1"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
44+
integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
4545
dependencies:
4646
"@ampproject/remapping" "^2.1.0"
47-
"@babel/code-frame" "^7.16.7"
48-
"@babel/generator" "^7.18.2"
49-
"@babel/helper-compilation-targets" "^7.18.2"
50-
"@babel/helper-module-transforms" "^7.18.0"
51-
"@babel/helpers" "^7.18.2"
52-
"@babel/parser" "^7.18.0"
53-
"@babel/template" "^7.16.7"
54-
"@babel/traverse" "^7.18.2"
55-
"@babel/types" "^7.18.2"
47+
"@babel/code-frame" "^7.18.6"
48+
"@babel/generator" "^7.19.0"
49+
"@babel/helper-compilation-targets" "^7.19.1"
50+
"@babel/helper-module-transforms" "^7.19.0"
51+
"@babel/helpers" "^7.19.0"
52+
"@babel/parser" "^7.19.1"
53+
"@babel/template" "^7.18.10"
54+
"@babel/traverse" "^7.19.1"
55+
"@babel/types" "^7.19.0"
5656
convert-source-map "^1.7.0"
5757
debug "^4.1.0"
5858
gensync "^1.0.0-beta.2"
5959
json5 "^2.2.1"
6060
semver "^6.3.0"
6161

62-
"@babel/generator@^7.18.10", "@babel/generator@^7.18.2":
63-
version "7.18.12"
64-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.12.tgz#fa58daa303757bd6f5e4bbca91b342040463d9f4"
65-
integrity sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg==
62+
"@babel/generator@^7.19.0":
63+
version "7.19.0"
64+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.0.tgz#785596c06425e59334df2ccee63ab166b738419a"
65+
integrity sha512-S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg==
6666
dependencies:
67-
"@babel/types" "^7.18.10"
67+
"@babel/types" "^7.19.0"
6868
"@jridgewell/gen-mapping" "^0.3.2"
6969
jsesc "^2.5.1"
7070

@@ -83,14 +83,14 @@
8383
"@babel/helper-explode-assignable-expression" "^7.18.6"
8484
"@babel/types" "^7.18.9"
8585

86-
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.2", "@babel/helper-compilation-targets@^7.18.9":
87-
version "7.18.9"
88-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf"
89-
integrity sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==
86+
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.1":
87+
version "7.19.1"
88+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c"
89+
integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==
9090
dependencies:
91-
"@babel/compat-data" "^7.18.8"
91+
"@babel/compat-data" "^7.19.1"
9292
"@babel/helper-validator-option" "^7.18.6"
93-
browserslist "^4.20.2"
93+
browserslist "^4.21.3"
9494
semver "^6.3.0"
9595

9696
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.18.9":
@@ -138,13 +138,13 @@
138138
dependencies:
139139
"@babel/types" "^7.18.6"
140140

141-
"@babel/helper-function-name@^7.18.9":
142-
version "7.18.9"
143-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz#940e6084a55dee867d33b4e487da2676365e86b0"
144-
integrity sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==
141+
"@babel/helper-function-name@^7.18.9", "@babel/helper-function-name@^7.19.0":
142+
version "7.19.0"
143+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c"
144+
integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==
145145
dependencies:
146-
"@babel/template" "^7.18.6"
147-
"@babel/types" "^7.18.9"
146+
"@babel/template" "^7.18.10"
147+
"@babel/types" "^7.19.0"
148148

149149
"@babel/helper-hoist-variables@^7.18.6":
150150
version "7.18.6"
@@ -167,19 +167,19 @@
167167
dependencies:
168168
"@babel/types" "^7.18.6"
169169

170-
"@babel/helper-module-transforms@^7.18.0", "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.18.9":
171-
version "7.18.9"
172-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz#5a1079c005135ed627442df31a42887e80fcb712"
173-
integrity sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==
170+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.18.9", "@babel/helper-module-transforms@^7.19.0":
171+
version "7.19.0"
172+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30"
173+
integrity sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==
174174
dependencies:
175175
"@babel/helper-environment-visitor" "^7.18.9"
176176
"@babel/helper-module-imports" "^7.18.6"
177177
"@babel/helper-simple-access" "^7.18.6"
178178
"@babel/helper-split-export-declaration" "^7.18.6"
179179
"@babel/helper-validator-identifier" "^7.18.6"
180-
"@babel/template" "^7.18.6"
181-
"@babel/traverse" "^7.18.9"
182-
"@babel/types" "^7.18.9"
180+
"@babel/template" "^7.18.10"
181+
"@babel/traverse" "^7.19.0"
182+
"@babel/types" "^7.19.0"
183183

184184
"@babel/helper-optimise-call-expression@^7.18.6":
185185
version "7.18.6"
@@ -260,14 +260,14 @@
260260
"@babel/traverse" "^7.18.11"
261261
"@babel/types" "^7.18.10"
262262

263-
"@babel/helpers@^7.18.2":
264-
version "7.18.9"
265-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.9.tgz#4bef3b893f253a1eced04516824ede94dcfe7ff9"
266-
integrity sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==
263+
"@babel/helpers@^7.19.0":
264+
version "7.19.0"
265+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18"
266+
integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==
267267
dependencies:
268-
"@babel/template" "^7.18.6"
269-
"@babel/traverse" "^7.18.9"
270-
"@babel/types" "^7.18.9"
268+
"@babel/template" "^7.18.10"
269+
"@babel/traverse" "^7.19.0"
270+
"@babel/types" "^7.19.0"
271271

272272
"@babel/highlight@^7.18.6":
273273
version "7.18.6"
@@ -278,10 +278,10 @@
278278
chalk "^2.0.0"
279279
js-tokens "^4.0.0"
280280

281-
"@babel/parser@^7.18.0", "@babel/parser@^7.18.10", "@babel/parser@^7.18.11":
282-
version "7.18.11"
283-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.11.tgz#68bb07ab3d380affa9a3f96728df07969645d2d9"
284-
integrity sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ==
281+
"@babel/parser@^7.18.10", "@babel/parser@^7.19.1":
282+
version "7.19.1"
283+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
284+
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
285285

286286
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
287287
version "7.18.6"
@@ -981,21 +981,14 @@
981981
"@babel/plugin-transform-react-jsx-development" "^7.18.6"
982982
"@babel/plugin-transform-react-pure-annotations" "^7.18.6"
983983

984-
985-
version "7.18.3"
986-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.3.tgz#c7b654b57f6f63cf7f8b418ac9ca04408c4579f4"
987-
integrity sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==
988-
dependencies:
989-
regenerator-runtime "^0.13.4"
990-
991-
"@babel/runtime@^7.15.4", "@babel/runtime@^7.8.4":
992-
version "7.18.9"
993-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.9.tgz#b4fcfce55db3d2e5e080d2490f608a3b9f407f4a"
994-
integrity sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==
984+
"@babel/[email protected]", "@babel/runtime@^7.15.4", "@babel/runtime@^7.8.4":
985+
version "7.19.0"
986+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.19.0.tgz#22b11c037b094d27a8a2504ea4dcff00f50e2259"
987+
integrity sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==
995988
dependencies:
996989
regenerator-runtime "^0.13.4"
997990

998-
"@babel/template@^7.16.7", "@babel/template@^7.18.10", "@babel/template@^7.18.6":
991+
"@babel/template@^7.18.10":
999992
version "7.18.10"
1000993
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
1001994
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
@@ -1004,26 +997,26 @@
1004997
"@babel/parser" "^7.18.10"
1005998
"@babel/types" "^7.18.10"
1006999

1007-
"@babel/traverse@^7.18.11", "@babel/traverse@^7.18.2", "@babel/traverse@^7.18.9":
1008-
version "7.18.11"
1009-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.11.tgz#3d51f2afbd83ecf9912bcbb5c4d94e3d2ddaa16f"
1010-
integrity sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ==
1000+
"@babel/traverse@^7.18.11", "@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1":
1001+
version "7.19.1"
1002+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347"
1003+
integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==
10111004
dependencies:
10121005
"@babel/code-frame" "^7.18.6"
1013-
"@babel/generator" "^7.18.10"
1006+
"@babel/generator" "^7.19.0"
10141007
"@babel/helper-environment-visitor" "^7.18.9"
1015-
"@babel/helper-function-name" "^7.18.9"
1008+
"@babel/helper-function-name" "^7.19.0"
10161009
"@babel/helper-hoist-variables" "^7.18.6"
10171010
"@babel/helper-split-export-declaration" "^7.18.6"
1018-
"@babel/parser" "^7.18.11"
1019-
"@babel/types" "^7.18.10"
1011+
"@babel/parser" "^7.19.1"
1012+
"@babel/types" "^7.19.0"
10201013
debug "^4.1.0"
10211014
globals "^11.1.0"
10221015

1023-
"@babel/types@^7.18.10", "@babel/types@^7.18.2", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.4.4":
1024-
version "7.18.10"
1025-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6"
1026-
integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==
1016+
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.4.4":
1017+
version "7.19.0"
1018+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
1019+
integrity sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==
10271020
dependencies:
10281021
"@babel/helper-string-parser" "^7.18.10"
10291022
"@babel/helper-validator-identifier" "^7.18.6"
@@ -1181,7 +1174,7 @@ braces@~3.0.2:
11811174
dependencies:
11821175
fill-range "^7.0.1"
11831176

1184-
browserslist@^4.20.2, browserslist@^4.21.3:
1177+
browserslist@^4.21.3:
11851178
version "4.21.3"
11861179
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.3.tgz#5df277694eb3c48bc5c4b05af3e8b7e09c5a6d1a"
11871180
integrity sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==
@@ -1449,7 +1442,7 @@ glob-parent@~5.1.2:
14491442
dependencies:
14501443
is-glob "^4.0.1"
14511444

1452-
glob@^7.0.0:
1445+
glob@^7.2.0:
14531446
version "7.2.3"
14541447
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
14551448
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==

0 commit comments

Comments
 (0)