Skip to content

Commit b9dffc1

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update babel monorepo
1 parent fcc5851 commit b9dffc1

File tree

2 files changed

+71
-95
lines changed

2 files changed

+71
-95
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"warning": "^4.0.3"
1616
},
1717
"devDependencies": {
18-
"@babel/cli": "7.12.1",
19-
"@babel/core": "7.12.3",
18+
"@babel/cli": "7.13.16",
19+
"@babel/core": "7.14.2",
2020
"@researchgate/babel-preset": "2.0.8",
2121
"@researchgate/spire-config": "5.0.7",
2222
"@storybook/addon-options": "5.3.21",
2323
"@storybook/react": "6.2.9",
2424
"@types/react": "16.9.56",
25-
"babel-loader": "8.2.1",
25+
"babel-loader": "8.2.2",
2626
"cross-env": "7.0.3",
2727
"intersection-observer": "0.11.0",
2828
"react": "16.14.0",

yarn.lock

Lines changed: 68 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22
# yarn lockfile v1
33

44

5-
"@babel/cli@7.12.1":
6-
version "7.12.1"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.1.tgz#e08a0b1cb6fcd4b9eb6a606ba5602c5c0fe24a0c"
8-
integrity sha512-eRJREyrfAJ2r42Iaxe8h3v6yyj1wu9OyosaUHW6UImjGf9ahGL9nsFNh7OCopvtcPL8WnEo7tp78wrZaZ6vG9g==
5+
"@babel/cli@7.13.16":
6+
version "7.13.16"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.16.tgz#9d372e943ced0cc291f068204a9b010fd9cfadbc"
8+
integrity sha512-cL9tllhqvsQ6r1+d9Invf7nNXg/3BlfL1vvvL/AdH9fZ2l5j0CeBcoq6UjsqHpvyN1v5nXSZgqJZoGeK+ZOAbw==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
1212
fs-readdir-recursive "^1.1.0"
1313
glob "^7.0.0"
14-
lodash "^4.17.19"
1514
make-dir "^2.1.0"
1615
slash "^2.0.0"
1716
source-map "^0.5.0"
1817
optionalDependencies:
19-
"@nicolo-ribaudo/chokidar-2" "^2.1.8"
18+
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents"
2019
chokidar "^3.4.0"
2120

2221
"@babel/code-frame@7.10.4":
@@ -26,7 +25,7 @@
2625
dependencies:
2726
"@babel/highlight" "^7.10.4"
2827

29-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3":
28+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3":
3029
version "7.12.13"
3130
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
3231
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
@@ -38,55 +37,33 @@
3837
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
3938
integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
4039

41-
"@babel/core@7.12.3":
42-
version "7.12.3"
43-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
44-
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
45-
dependencies:
46-
"@babel/code-frame" "^7.10.4"
47-
"@babel/generator" "^7.12.1"
48-
"@babel/helper-module-transforms" "^7.12.1"
49-
"@babel/helpers" "^7.12.1"
50-
"@babel/parser" "^7.12.3"
51-
"@babel/template" "^7.10.4"
52-
"@babel/traverse" "^7.12.1"
53-
"@babel/types" "^7.12.1"
54-
convert-source-map "^1.7.0"
55-
debug "^4.1.0"
56-
gensync "^1.0.0-beta.1"
57-
json5 "^2.1.2"
58-
lodash "^4.17.19"
59-
resolve "^1.3.2"
60-
semver "^5.4.1"
61-
source-map "^0.5.0"
62-
63-
"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.7.5":
64-
version "7.14.0"
65-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.0.tgz#47299ff3ec8d111b493f1a9d04bf88c04e728d88"
66-
integrity sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw==
40+
"@babel/core@7.14.2", "@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.7.5":
41+
version "7.14.2"
42+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.2.tgz#54e45334ffc0172048e5c93ded36461d3ad4c417"
43+
integrity sha512-OgC1mON+l4U4B4wiohJlQNUU3H73mpTyYY3j/c8U9dr9UagGGSm+WFpzjy/YLdoyjiG++c1kIDgxCo/mLwQJeQ==
6744
dependencies:
6845
"@babel/code-frame" "^7.12.13"
69-
"@babel/generator" "^7.14.0"
46+
"@babel/generator" "^7.14.2"
7047
"@babel/helper-compilation-targets" "^7.13.16"
71-
"@babel/helper-module-transforms" "^7.14.0"
48+
"@babel/helper-module-transforms" "^7.14.2"
7249
"@babel/helpers" "^7.14.0"
73-
"@babel/parser" "^7.14.0"
50+
"@babel/parser" "^7.14.2"
7451
"@babel/template" "^7.12.13"
75-
"@babel/traverse" "^7.14.0"
76-
"@babel/types" "^7.14.0"
52+
"@babel/traverse" "^7.14.2"
53+
"@babel/types" "^7.14.2"
7754
convert-source-map "^1.7.0"
7855
debug "^4.1.0"
7956
gensync "^1.0.0-beta.2"
8057
json5 "^2.1.2"
8158
semver "^6.3.0"
8259
source-map "^0.5.0"
8360

84-
"@babel/generator@^7.12.1", "@babel/generator@^7.14.0", "@babel/generator@^7.4.0":
85-
version "7.14.1"
86-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.1.tgz#1f99331babd65700183628da186f36f63d615c93"
87-
integrity sha512-TMGhsXMXCP/O1WtQmZjpEYDhCYC9vFhayWZPJSZCGkPJgUqX0rF0wwtrYvnzVxIjcF80tkUertXVk5cwqi5cAQ==
61+
"@babel/generator@^7.14.2", "@babel/generator@^7.4.0":
62+
version "7.14.2"
63+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.2.tgz#d5773e8b557d421fd6ce0d5efa5fd7fc22567c30"
64+
integrity sha512-OnADYbKrffDVai5qcpkMxQ7caomHOoEwjkouqnN2QhydAjowFAZcsdecFIRUBdb+ZcruwYE4ythYmF1UBZU5xQ==
8865
dependencies:
89-
"@babel/types" "^7.14.1"
66+
"@babel/types" "^7.14.2"
9067
jsesc "^2.5.1"
9168
source-map "^0.5.0"
9269

@@ -170,14 +147,14 @@
170147
dependencies:
171148
"@babel/types" "^7.13.0"
172149

173-
"@babel/helper-function-name@^7.12.13":
174-
version "7.12.13"
175-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
176-
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==
150+
"@babel/helper-function-name@^7.12.13", "@babel/helper-function-name@^7.14.2":
151+
version "7.14.2"
152+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz#397688b590760b6ef7725b5f0860c82427ebaac2"
153+
integrity sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==
177154
dependencies:
178155
"@babel/helper-get-function-arity" "^7.12.13"
179156
"@babel/template" "^7.12.13"
180-
"@babel/types" "^7.12.13"
157+
"@babel/types" "^7.14.2"
181158

182159
"@babel/helper-get-function-arity@^7.12.13":
183160
version "7.12.13"
@@ -208,19 +185,19 @@
208185
dependencies:
209186
"@babel/types" "^7.13.12"
210187

211-
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0":
212-
version "7.14.0"
213-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.0.tgz#8fcf78be220156f22633ee204ea81f73f826a8ad"
214-
integrity sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==
188+
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0", "@babel/helper-module-transforms@^7.14.2":
189+
version "7.14.2"
190+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz#ac1cc30ee47b945e3e0c4db12fa0c5389509dfe5"
191+
integrity sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==
215192
dependencies:
216193
"@babel/helper-module-imports" "^7.13.12"
217194
"@babel/helper-replace-supers" "^7.13.12"
218195
"@babel/helper-simple-access" "^7.13.12"
219196
"@babel/helper-split-export-declaration" "^7.12.13"
220197
"@babel/helper-validator-identifier" "^7.14.0"
221198
"@babel/template" "^7.12.13"
222-
"@babel/traverse" "^7.14.0"
223-
"@babel/types" "^7.14.0"
199+
"@babel/traverse" "^7.14.2"
200+
"@babel/types" "^7.14.2"
224201

225202
"@babel/helper-optimise-call-expression@^7.12.13":
226203
version "7.12.13"
@@ -294,7 +271,7 @@
294271
"@babel/traverse" "^7.13.0"
295272
"@babel/types" "^7.13.0"
296273

297-
"@babel/helpers@^7.12.1", "@babel/helpers@^7.14.0":
274+
"@babel/helpers@^7.14.0":
298275
version "7.14.0"
299276
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.0.tgz#ea9b6be9478a13d6f961dbb5f36bf75e2f3b8f62"
300277
integrity sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==
@@ -312,10 +289,10 @@
312289
chalk "^2.0.0"
313290
js-tokens "^4.0.0"
314291

315-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.12.3", "@babel/parser@^7.14.0", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0":
316-
version "7.14.1"
317-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.1.tgz#1bd644b5db3f5797c4479d89ec1817fe02b84c47"
318-
integrity sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q==
292+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.2", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0":
293+
version "7.14.2"
294+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.2.tgz#0c1680aa44ad4605b16cbdcc5c341a61bde9c746"
295+
integrity sha512-IoVDIHpsgE/fu7eXBeRWt8zLbDrSvD7H1gpomOkPpBoEN8KCruCqSDdqo8dddwQQrui30KSvQBaMUOJiuFu6QQ==
319296

320297
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
321298
version "7.13.12"
@@ -1061,7 +1038,7 @@
10611038
dependencies:
10621039
regenerator-runtime "^0.13.4"
10631040

1064-
"@babel/template@^7.10.4", "@babel/template@^7.12.13", "@babel/template@^7.3.3", "@babel/template@^7.4.0":
1041+
"@babel/template@^7.12.13", "@babel/template@^7.3.3", "@babel/template@^7.4.0":
10651042
version "7.12.13"
10661043
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
10671044
integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==
@@ -1070,24 +1047,24 @@
10701047
"@babel/parser" "^7.12.13"
10711048
"@babel/types" "^7.12.13"
10721049

1073-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.14.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0":
1074-
version "7.14.0"
1075-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.0.tgz#cea0dc8ae7e2b1dec65f512f39f3483e8cc95aef"
1076-
integrity sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==
1050+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0":
1051+
version "7.14.2"
1052+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b"
1053+
integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==
10771054
dependencies:
10781055
"@babel/code-frame" "^7.12.13"
1079-
"@babel/generator" "^7.14.0"
1080-
"@babel/helper-function-name" "^7.12.13"
1056+
"@babel/generator" "^7.14.2"
1057+
"@babel/helper-function-name" "^7.14.2"
10811058
"@babel/helper-split-export-declaration" "^7.12.13"
1082-
"@babel/parser" "^7.14.0"
1083-
"@babel/types" "^7.14.0"
1059+
"@babel/parser" "^7.14.2"
1060+
"@babel/types" "^7.14.2"
10841061
debug "^4.1.0"
10851062
globals "^11.1.0"
10861063

1087-
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1088-
version "7.14.1"
1089-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db"
1090-
integrity sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==
1064+
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.14.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1065+
version "7.14.2"
1066+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
1067+
integrity sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==
10911068
dependencies:
10921069
"@babel/helper-validator-identifier" "^7.14.0"
10931070
to-fast-properties "^2.0.0"
@@ -1487,12 +1464,22 @@
14871464
call-me-maybe "^1.0.1"
14881465
glob-to-regexp "^0.3.0"
14891466

1490-
"@nicolo-ribaudo/chokidar-2@^2.1.8":
1491-
version "2.1.8"
1492-
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8.tgz#eef8d9b47e8dc589499f14d656e8d2dd978c3d14"
1493-
integrity sha512-FohwULwAebCUKi/akMFyGi7jfc7JXTeMHzKxuP3umRd9mK/2Y7/SMBSI2jX+YLopPXi+PF9l307NmpfxTdCegA==
1467+
"@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents":
1468+
version "2.1.8-no-fsevents"
1469+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.tgz#da7c3996b8e6e19ebd14d82eaced2313e7769f9b"
1470+
integrity sha512-+nb9vWloHNNMFHjGofEam3wopE3m1yuambrrd/fnPc+lFOMB9ROTqQlche9ByFWNkdNqfSgR/kkQtQ8DzEWt2w==
14941471
dependencies:
1495-
chokidar "2.1.8"
1472+
anymatch "^2.0.0"
1473+
async-each "^1.0.1"
1474+
braces "^2.3.2"
1475+
glob-parent "^3.1.0"
1476+
inherits "^2.0.3"
1477+
is-binary-path "^1.0.0"
1478+
is-glob "^4.0.0"
1479+
normalize-path "^3.0.0"
1480+
path-is-absolute "^1.0.0"
1481+
readdirp "^2.2.1"
1482+
upath "^1.1.1"
14961483

14971484
"@nodelib/fs.scandir@2.1.3":
14981485
version "2.1.3"
@@ -3614,18 +3601,7 @@ babel-jest@^26.2.2:
36143601
graceful-fs "^4.2.4"
36153602
slash "^3.0.0"
36163603

3617-
babel-loader@8.2.1:
3618-
version "8.2.1"
3619-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.1.tgz#e53313254677e86f27536f5071d807e01d24ec00"
3620-
integrity sha512-dMF8sb2KQ8kJl21GUjkW1HWmcsL39GOV5vnzjqrCzEPNY0S0UfMLnumidiwIajDSBmKhYf5iRW+HXaM4cvCKBw==
3621-
dependencies:
3622-
find-cache-dir "^2.1.0"
3623-
loader-utils "^1.4.0"
3624-
make-dir "^2.1.0"
3625-
pify "^4.0.1"
3626-
schema-utils "^2.6.5"
3627-
3628-
babel-loader@^8.2.2:
3604+
babel-loader@8.2.2, babel-loader@^8.2.2:
36293605
version "8.2.2"
36303606
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.2.tgz#9363ce84c10c9a40e6c753748e1441b60c8a0b81"
36313607
integrity sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==
@@ -4374,7 +4350,7 @@ cheerio@^1.0.0-rc.3:
43744350
lodash "^4.15.0"
43754351
parse5 "^3.0.1"
43764352

4377-
chokidar@2.1.8, chokidar@^2.1.8:
4353+
chokidar@^2.1.8:
43784354
version "2.1.8"
43794355
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
43804356
integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
@@ -6901,7 +6877,7 @@ genfun@^5.0.0:
69016877
resolved "https://registry.yarnpkg.com/genfun/-/genfun-5.0.0.tgz#9dd9710a06900a5c4a5bf57aca5da4e52fe76537"
69026878
integrity sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA==
69036879

6904-
gensync@^1.0.0-beta.1, gensync@^1.0.0-beta.2:
6880+
gensync@^1.0.0-beta.2:
69056881
version "1.0.0-beta.2"
69066882
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
69076883
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
@@ -12357,7 +12333,7 @@ resolve-url@^0.2.1:
1235712333
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
1235812334
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
1235912335

12360-
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.15.1, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.3.2:
12336+
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.15.1, resolve@^1.17.0, resolve@^1.19.0:
1236112337
version "1.20.0"
1236212338
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
1236312339
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==

0 commit comments

Comments
 (0)