Skip to content

Commit 3bbeb98

Browse files
Update babel monorepo
1 parent ff35c34 commit 3bbeb98

File tree

2 files changed

+85
-92
lines changed

2 files changed

+85
-92
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.19.3",
13+
"@babel/core": "7.19.3",
1414
"babel-preset-gatsby-package": "2.15.0",
1515
"cross-env": "7.0.3"
1616
},

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

Lines changed: 82 additions & 89 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.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==
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.3":
37+
version "7.19.3"
38+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
39+
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
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.3":
42+
version "7.19.3"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
44+
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
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.3"
49+
"@babel/helper-compilation-targets" "^7.19.3"
50+
"@babel/helper-module-transforms" "^7.19.0"
51+
"@babel/helpers" "^7.19.0"
52+
"@babel/parser" "^7.19.3"
53+
"@babel/template" "^7.18.10"
54+
"@babel/traverse" "^7.19.3"
55+
"@babel/types" "^7.19.3"
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.3":
63+
version "7.19.3"
64+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
65+
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
6666
dependencies:
67-
"@babel/types" "^7.18.10"
67+
"@babel/types" "^7.19.3"
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.3":
87+
version "7.19.3"
88+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
89+
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
9090
dependencies:
91-
"@babel/compat-data" "^7.18.8"
91+
"@babel/compat-data" "^7.19.3"
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"
@@ -240,10 +240,10 @@
240240
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
241241
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
242242

243-
"@babel/helper-validator-identifier@^7.18.6":
244-
version "7.18.6"
245-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
246-
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
243+
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
244+
version "7.19.1"
245+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
246+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
247247

248248
"@babel/helper-validator-option@^7.18.6":
249249
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.3":
282+
version "7.19.3"
283+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
284+
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
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-
"@babel/runtime@7.18.3":
985-
version "7.18.3"
986-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.3.tgz#c7b654b57f6f63cf7f8b418ac9ca04408c4579f4"
987-
integrity sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==
984+
"@babel/runtime@7.19.0", "@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==
988988
dependencies:
989989
regenerator-runtime "^0.13.4"
990990

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==
995-
dependencies:
996-
regenerator-runtime "^0.13.4"
997-
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,29 +997,29 @@
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.3":
1001+
version "7.19.3"
1002+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
1003+
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
10111004
dependencies:
10121005
"@babel/code-frame" "^7.18.6"
1013-
"@babel/generator" "^7.18.10"
1006+
"@babel/generator" "^7.19.3"
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.3"
1012+
"@babel/types" "^7.19.3"
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.19.3", "@babel/types@^7.4.4":
1017+
version "7.19.3"
1018+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
1019+
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
10271020
dependencies:
10281021
"@babel/helper-string-parser" "^7.18.10"
1029-
"@babel/helper-validator-identifier" "^7.18.6"
1022+
"@babel/helper-validator-identifier" "^7.19.1"
10301023
to-fast-properties "^2.0.0"
10311024

10321025
"@jridgewell/gen-mapping@^0.1.0":
@@ -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)