Skip to content

Commit a70ec22

Browse files
authored
PLAT-16484 security bug fixes (#860)
update package.json for security fixes
1 parent fdb8c9c commit a70ec22

2 files changed

Lines changed: 109 additions & 89 deletions

File tree

features/fixtures/rails6/app/package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,19 @@
1111
"version": "0.1.0",
1212
"devDependencies": {
1313
"webpack-dev-server": "^3.3.1"
14+
},
15+
"resolutions": {
16+
"follow-redirects": "1.16.0",
17+
"node-forge": "1.4.0",
18+
"lodash.template": "4.18.0",
19+
"flatted": "3.4.2",
20+
"tar": "7.5.11",
21+
"lodash": "4.18.0",
22+
"serialize-javascript": "7.0.3",
23+
"bn.js": "4.12.3",
24+
"ajv": "6.14.0",
25+
"brace-expansion": "1.1.13",
26+
"url-parse": "1.5.7",
27+
"minimatch": "3.1.4"
1428
}
15-
}
29+
}

features/fixtures/rails6/app/yarn.lock

Lines changed: 94 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,13 @@
599599
version "1.4.0"
600600
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
601601

602+
"@isaacs/fs-minipass@^4.0.0":
603+
version "4.0.1"
604+
resolved "https://registry.yarnpkg.com/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz#2d59ae3ab4b38fb4270bfa23d30f8e2e86c7fe32"
605+
integrity sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==
606+
dependencies:
607+
minipass "^7.0.4"
608+
602609
"@rails/actioncable@^6.0.0-alpha":
603610
version "6.0.0-alpha"
604611
resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-6.0.0-alpha.tgz#84be50626a43fe431789243c6b13c14f922bf048"
@@ -822,11 +829,12 @@ ajv-keywords@^3.1.0:
822829
version "3.4.0"
823830
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.0.tgz#4b831e7b531415a7cc518cd404e73f6193c6349d"
824831

825-
ajv@^6.1.0, ajv@^6.5.5:
826-
version "6.10.0"
827-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1"
832+
ajv@6.14.0, ajv@^6.1.0, ajv@^6.5.5:
833+
version "6.14.0"
834+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.14.0.tgz#fd067713e228210636ebb08c60bd3765d6dbe73a"
835+
integrity sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==
828836
dependencies:
829-
fast-deep-equal "^2.0.1"
837+
fast-deep-equal "^3.1.1"
830838
fast-json-stable-stringify "^2.0.0"
831839
json-schema-traverse "^0.4.1"
832840
uri-js "^4.2.2"
@@ -1055,19 +1063,14 @@ binary-extensions@^1.0.0:
10551063
version "1.13.1"
10561064
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
10571065

1058-
block-stream@*:
1059-
version "0.0.9"
1060-
resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a"
1061-
dependencies:
1062-
inherits "~2.0.0"
1063-
10641066
bluebird@^3.5.3:
10651067
version "3.5.4"
10661068
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.4.tgz#d6cc661595de30d5b3af5fcedd3c0b3ef6ec5714"
10671069

1068-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
1069-
version "4.11.8"
1070-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
1070+
bn.js@4.12.3, bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
1071+
version "4.12.3"
1072+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.3.tgz#2cc2c679188eb35b006f2d0d4710bed8437a769e"
1073+
integrity sha512-fGTi3gxV/23FTYdAoUtLYp6qySe2KE3teyZitipKNRuVYcBkoP/bB3guXN/XVKUe9mxCHXnc9C4ocyz8OmgN0g==
10711074

10721075
body-parser@1.18.3:
10731076
version "1.18.3"
@@ -1099,9 +1102,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
10991102
version "1.0.0"
11001103
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
11011104

1102-
brace-expansion@^1.1.7:
1103-
version "1.1.11"
1104-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
1105+
brace-expansion@1.1.13, brace-expansion@^1.1.7:
1106+
version "1.1.13"
1107+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.13.tgz#d37875c01dc9eff988dd49d112a57cb67b54efe6"
1108+
integrity sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==
11051109
dependencies:
11061110
balanced-match "^1.0.0"
11071111
concat-map "0.0.1"
@@ -1343,6 +1347,11 @@ chownr@^1.1.1:
13431347
version "1.1.1"
13441348
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494"
13451349

1350+
chownr@^3.0.0:
1351+
version "3.0.0"
1352+
resolved "https://registry.yarnpkg.com/chownr/-/chownr-3.0.0.tgz#9855e64ecd240a9cc4267ce8a4aa5d24a1da15e4"
1353+
integrity sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==
1354+
13461355
chrome-trace-event@^1.0.0:
13471356
version "1.0.0"
13481357
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.0.tgz#45a91bd2c20c9411f0963b5aaeb9a1b95e09cc48"
@@ -1847,7 +1856,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3:
18471856
dependencies:
18481857
ms "2.0.0"
18491858

1850-
debug@^3.2.5, debug@^3.2.6:
1859+
debug@^3.2.5:
18511860
version "3.2.6"
18521861
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
18531862
dependencies:
@@ -2260,9 +2269,10 @@ extsprintf@^1.2.0:
22602269
version "1.4.0"
22612270
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
22622271

2263-
fast-deep-equal@^2.0.1:
2264-
version "2.0.1"
2265-
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
2272+
fast-deep-equal@^3.1.1:
2273+
version "3.1.3"
2274+
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
2275+
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
22662276

22672277
fast-json-stable-stringify@^2.0.0:
22682278
version "2.0.0"
@@ -2342,9 +2352,10 @@ findup-sync@^2.0.0:
23422352
micromatch "^3.0.4"
23432353
resolve-dir "^1.0.1"
23442354

2345-
flatted@^2.0.0:
2346-
version "2.0.0"
2347-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.0.tgz#55122b6536ea496b4b44893ee2608141d10d9916"
2355+
flatted@3.4.2, flatted@^2.0.0:
2356+
version "3.4.2"
2357+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.2.tgz#f5c23c107f0f37de8dbdf24f13722b3b98d52726"
2358+
integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
23482359

23492360
flatten@^1.0.2:
23502361
version "1.0.2"
@@ -2357,11 +2368,10 @@ flush-write-stream@^1.0.0:
23572368
inherits "^2.0.3"
23582369
readable-stream "^2.3.6"
23592370

2360-
follow-redirects@^1.0.0:
2361-
version "1.7.0"
2362-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.7.0.tgz#489ebc198dc0e7f64167bd23b03c4c19b5784c76"
2363-
dependencies:
2364-
debug "^3.2.6"
2371+
follow-redirects@1.16.0, follow-redirects@^1.0.0:
2372+
version "1.16.0"
2373+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.16.0.tgz#28474a159d3b9d11ef62050a14ed60e4df6d61bc"
2374+
integrity sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==
23652375

23662376
for-in@^0.1.3:
23672377
version "0.1.8"
@@ -2410,12 +2420,6 @@ from2@^2.1.0:
24102420
inherits "^2.0.1"
24112421
readable-stream "^2.0.0"
24122422

2413-
fs-minipass@^1.2.5:
2414-
version "1.2.5"
2415-
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d"
2416-
dependencies:
2417-
minipass "^2.2.1"
2418-
24192423
fs-write-stream-atomic@^1.0.8:
24202424
version "1.0.10"
24212425
resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9"
@@ -2436,7 +2440,7 @@ fsevents@^1.2.7:
24362440
nan "^2.12.1"
24372441
node-pre-gyp "^0.12.0"
24382442

2439-
fstream@^1.0.0, fstream@^1.0.2:
2443+
fstream@^1.0.0:
24402444
version "1.0.11"
24412445
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.11.tgz#5c1fb1f117477114f0632a0eb4b71b3cb0fd3171"
24422446
dependencies:
@@ -3234,7 +3238,7 @@ locate-path@^3.0.0:
32343238
p-locate "^3.0.0"
32353239
path-exists "^3.0.0"
32363240

3237-
lodash._reinterpolate@~3.0.0:
3241+
lodash._reinterpolate@^3.0.0, lodash._reinterpolate@~3.0.0:
32383242
version "3.0.0"
32393243
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
32403244

@@ -3266,11 +3270,12 @@ lodash.tail@^4.1.1:
32663270
version "4.1.1"
32673271
resolved "https://registry.yarnpkg.com/lodash.tail/-/lodash.tail-4.1.1.tgz#d2333a36d9e7717c8ad2f7cacafec7c32b444664"
32683272

3269-
lodash.template@^4.2.4:
3270-
version "4.4.0"
3271-
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.4.0.tgz#e73a0385c8355591746e020b99679c690e68fba0"
3273+
lodash.template@4.18.0, lodash.template@^4.2.4:
3274+
version "4.18.0"
3275+
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.18.0.tgz#7d3705b05a5b9d0283fa6f135354603dfbf11aef"
3276+
integrity sha512-VbCU2mYTHF/JUjasKG50ozrbli//eixCFmKBiAfvmz0cGt7iywc087M7zxflSoEQFS0Xtv0RqpE8ko8BXv3TOQ==
32723277
dependencies:
3273-
lodash._reinterpolate "~3.0.0"
3278+
lodash._reinterpolate "^3.0.0"
32743279
lodash.templatesettings "^4.0.0"
32753280

32763281
lodash.templatesettings@^4.0.0:
@@ -3283,9 +3288,10 @@ lodash.uniq@^4.5.0:
32833288
version "4.5.0"
32843289
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
32853290

3286-
lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.5, lodash@~4.17.10:
3287-
version "4.17.11"
3288-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
3291+
lodash@4.18.0, lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.5, lodash@~4.17.10:
3292+
version "4.18.0"
3293+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.0.tgz#dfd726f07ab2e39dd763de28fcf66e395c03e440"
3294+
integrity sha512-l1mfj2atMqndAHI3ls7XqPxEjV2J9ZkcNyHpoZA3r2T1LLwDB69jgkMWh71YKwhBbK0G2f4WSn05ahmQXVxupA==
32893295

32903296
loglevel@^1.6.1:
32913297
version "1.6.1"
@@ -3465,9 +3471,10 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
34653471
version "1.0.1"
34663472
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
34673473

3468-
minimatch@^3.0.4, minimatch@~3.0.2:
3469-
version "3.0.4"
3470-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
3474+
minimatch@3.1.4, minimatch@^3.0.4, minimatch@~3.0.2:
3475+
version "3.1.4"
3476+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.4.tgz#89d910ea3970a77ac8edfd30340ccd038b758079"
3477+
integrity sha512-twmL+S8+7yIsE9wsqgzU3E8/LumN3M3QELrBZ20OdmQ9jB2JvW5oZtBEmft84k/Gs5CG9mqtWc6Y9vW+JEzGxw==
34713478
dependencies:
34723479
brace-expansion "^1.1.7"
34733480

@@ -3479,18 +3486,17 @@ minimist@^1.1.3, minimist@^1.2.0:
34793486
version "1.2.0"
34803487
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
34813488

3482-
minipass@^2.2.1, minipass@^2.3.4:
3483-
version "2.3.5"
3484-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.3.5.tgz#cacebe492022497f656b0f0f51e2682a9ed2d848"
3485-
dependencies:
3486-
safe-buffer "^5.1.2"
3487-
yallist "^3.0.0"
3489+
minipass@^7.0.4, minipass@^7.1.2:
3490+
version "7.1.3"
3491+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.3.tgz#79389b4eb1bb2d003a9bba87d492f2bd37bdc65b"
3492+
integrity sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==
34883493

3489-
minizlib@^1.1.1:
3490-
version "1.2.1"
3491-
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.1.tgz#dd27ea6136243c7c880684e8672bb3a45fd9b614"
3494+
minizlib@^3.1.0:
3495+
version "3.1.0"
3496+
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-3.1.0.tgz#6ad76c3a8f10227c9b51d1c9ac8e30b27f5a251c"
3497+
integrity sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==
34923498
dependencies:
3493-
minipass "^2.2.1"
3499+
minipass "^7.1.2"
34943500

34953501
mississippi@^3.0.0:
34963502
version "3.0.0"
@@ -3597,9 +3603,10 @@ nice-try@^1.0.4:
35973603
version "1.0.5"
35983604
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
35993605

3600-
node-forge@0.7.5:
3601-
version "0.7.5"
3602-
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.5.tgz#6c152c345ce11c52f465c2abd957e8639cd674df"
3606+
node-forge@0.7.5, node-forge@1.4.0:
3607+
version "1.4.0"
3608+
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.4.0.tgz#1c7b7d8bdc2d078739f58287d589d903a11b2fc2"
3609+
integrity sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==
36033610

36043611
node-gyp@^3.8.0:
36053612
version "3.8.0"
@@ -4753,9 +4760,10 @@ querystring@0.2.0:
47534760
version "0.2.0"
47544761
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
47554762

4756-
querystringify@^2.0.0:
4757-
version "2.1.1"
4758-
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.1.tgz#60e5a5fd64a7f8bfa4d2ab2ed6fdf4c85bad154e"
4763+
querystringify@^2.1.1:
4764+
version "2.2.0"
4765+
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
4766+
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
47594767

47604768
randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5:
47614769
version "2.1.0"
@@ -5110,9 +5118,10 @@ send@0.16.2:
51105118
range-parser "~1.2.0"
51115119
statuses "~1.4.0"
51125120

5113-
serialize-javascript@^1.4.0:
5114-
version "1.7.0"
5115-
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.7.0.tgz#d6e0dfb2a3832a8c94468e6eb1db97e55a192a65"
5121+
serialize-javascript@7.0.3, serialize-javascript@^1.4.0:
5122+
version "7.0.3"
5123+
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-7.0.3.tgz#c92008d8a21bc7b2307c2e885a4bd0f03b2aee6c"
5124+
integrity sha512-h+cZ/XXarqDgCjo+YSyQU/ulDEESGGf8AMK9pPNmhNSl/FzPl6L8pMp1leca5z6NuG6tvV/auC8/43tmovowww==
51165125

51175126
serve-index@^1.9.1:
51185127
version "1.9.1"
@@ -5527,25 +5536,16 @@ tapable@^1.0.0, tapable@^1.1.0:
55275536
version "1.1.3"
55285537
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
55295538

5530-
tar@^2.0.0:
5531-
version "2.2.1"
5532-
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.1.tgz#8e4d2a256c0e2185c6b18ad694aec968b83cb1d1"
5533-
dependencies:
5534-
block-stream "*"
5535-
fstream "^1.0.2"
5536-
inherits "2"
5537-
5538-
tar@^4:
5539-
version "4.4.8"
5540-
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.8.tgz#b19eec3fde2a96e64666df9fdb40c5ca1bc3747d"
5539+
tar@7.5.11, tar@^2.0.0, tar@^4:
5540+
version "7.5.11"
5541+
resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.11.tgz#1250fae45d98806b36d703b30973fa8e0a6d8868"
5542+
integrity sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==
55415543
dependencies:
5542-
chownr "^1.1.1"
5543-
fs-minipass "^1.2.5"
5544-
minipass "^2.3.4"
5545-
minizlib "^1.1.1"
5546-
mkdirp "^0.5.0"
5547-
safe-buffer "^5.1.2"
5548-
yallist "^3.0.2"
5544+
"@isaacs/fs-minipass" "^4.0.0"
5545+
chownr "^3.0.0"
5546+
minipass "^7.1.2"
5547+
minizlib "^3.1.0"
5548+
yallist "^5.0.0"
55495549

55505550
terser-webpack-plugin@^1.1.0, terser-webpack-plugin@^1.2.3:
55515551
version "1.2.3"
@@ -5754,11 +5754,12 @@ urix@^0.1.0:
57545754
version "0.1.0"
57555755
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
57565756

5757-
url-parse@^1.4.3:
5758-
version "1.4.6"
5759-
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.6.tgz#baf91d6e6783c8a795eb476892ffef2737fc0456"
5757+
url-parse@1.5.7, url-parse@^1.4.3:
5758+
version "1.5.7"
5759+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.7.tgz#00780f60dbdae90181f51ed85fb24109422c932a"
5760+
integrity sha512-HxWkieX+STA38EDk7CE9MEryFeHCKzgagxlGvsdS7WBImq9Mk+PGwiT56w82WI3aicwJA8REp42Cxo98c8FZMA==
57605761
dependencies:
5761-
querystringify "^2.0.0"
5762+
querystringify "^2.1.1"
57625763
requires-port "^1.0.0"
57635764

57645765
url@^0.11.0:
@@ -6029,10 +6030,15 @@ yallist@^2.1.2:
60296030
version "2.1.2"
60306031
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
60316032

6032-
yallist@^3.0.0, yallist@^3.0.2:
6033+
yallist@^3.0.2:
60336034
version "3.0.3"
60346035
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
60356036

6037+
yallist@^5.0.0:
6038+
version "5.0.0"
6039+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-5.0.0.tgz#00e2de443639ed0d78fd87de0d27469fbcffb533"
6040+
integrity sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==
6041+
60366042
yargs-parser@^11.1.1:
60376043
version "11.1.1"
60386044
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4"

0 commit comments

Comments
 (0)