Skip to content

Commit 189324e

Browse files
chore(deps): bump express from 4.21.2 to 4.22.1
Bumps [express](https://github.com/expressjs/express) from 4.21.2 to 4.22.1. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md) - [Commits](expressjs/express@4.21.2...v4.22.1) --- updated-dependencies: - dependency-name: express dependency-version: 4.22.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c545a7 commit 189324e

1 file changed

Lines changed: 110 additions & 47 deletions

File tree

yarn.lock

Lines changed: 110 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -6402,7 +6402,7 @@ bn.js@^5.1.2, bn.js@^5.2.0, bn.js@^5.2.1:
64026402
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70"
64036403
integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
64046404

6405-
body-parser@1.20.3, body-parser@^1.16.0:
6405+
body-parser@^1.16.0:
64066406
version "1.20.3"
64076407
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
64086408
integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==
@@ -6420,6 +6420,24 @@ body-parser@1.20.3, body-parser@^1.16.0:
64206420
type-is "~1.6.18"
64216421
unpipe "1.0.0"
64226422

6423+
body-parser@~1.20.3:
6424+
version "1.20.4"
6425+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.4.tgz#f8e20f4d06ca8a50a71ed329c15dccad1cdc547f"
6426+
integrity sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==
6427+
dependencies:
6428+
bytes "~3.1.2"
6429+
content-type "~1.0.5"
6430+
debug "2.6.9"
6431+
depd "2.0.0"
6432+
destroy "~1.2.0"
6433+
http-errors "~2.0.1"
6434+
iconv-lite "~0.4.24"
6435+
on-finished "~2.4.1"
6436+
qs "~6.14.0"
6437+
raw-body "~2.5.3"
6438+
type-is "~1.6.18"
6439+
unpipe "~1.0.0"
6440+
64236441
boolbase@^1.0.0:
64246442
version "1.0.0"
64256443
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
@@ -6777,7 +6795,7 @@ bunyan@^1.8.15:
67776795
mv "~2"
67786796
safe-json-stringify "~1"
67796797

6780-
bytes@3.1.2:
6798+
bytes@3.1.2, bytes@~3.1.2:
67816799
version "3.1.2"
67826800
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
67836801
integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
@@ -7298,7 +7316,7 @@ constants-browserify@~1.0.0:
72987316
resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
72997317
integrity sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==
73007318

7301-
content-disposition@0.5.4:
7319+
content-disposition@~0.5.4:
73027320
version "0.5.4"
73037321
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe"
73047322
integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==
@@ -7339,15 +7357,15 @@ cookie-es@^1.2.2:
73397357
resolved "https://registry.yarnpkg.com/cookie-es/-/cookie-es-1.2.2.tgz#18ceef9eb513cac1cb6c14bcbf8bdb2679b34821"
73407358
integrity sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==
73417359

7342-
cookie-signature@1.0.6:
7343-
version "1.0.6"
7344-
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
7345-
integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
7360+
cookie-signature@~1.0.6:
7361+
version "1.0.7"
7362+
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.7.tgz#ab5dd7ab757c54e60f37ef6550f481c426d10454"
7363+
integrity sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==
73467364

7347-
cookie@0.7.1:
7348-
version "0.7.1"
7349-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
7350-
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
7365+
cookie@~0.7.1:
7366+
version "0.7.2"
7367+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
7368+
integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==
73517369

73527370
cookiejar@^2.1.4:
73537371
version "2.1.4"
@@ -7990,7 +8008,7 @@ delayed-stream@~1.0.0:
79908008
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
79918009
integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==
79928010

7993-
depd@2.0.0:
8011+
depd@2.0.0, depd@~2.0.0:
79948012
version "2.0.0"
79958013
resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
79968014
integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
@@ -8023,7 +8041,7 @@ destr@^2.0.3:
80238041
resolved "https://registry.yarnpkg.com/destr/-/destr-2.0.3.tgz#7f9e97cb3d16dbdca7be52aca1644ce402cfe449"
80248042
integrity sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==
80258043

8026-
destroy@1.2.0:
8044+
destroy@1.2.0, destroy@~1.2.0:
80278045
version "1.2.0"
80288046
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015"
80298047
integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==
@@ -9210,38 +9228,38 @@ expand-template@^2.0.3:
92109228
integrity sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==
92119229

92129230
express@^4.14.0:
9213-
version "4.21.2"
9214-
resolved "https://registry.yarnpkg.com/express/-/express-4.21.2.tgz#cf250e48362174ead6cea4a566abef0162c1ec32"
9215-
integrity sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==
9231+
version "4.22.1"
9232+
resolved "https://registry.yarnpkg.com/express/-/express-4.22.1.tgz#1de23a09745a4fffdb39247b344bb5eaff382069"
9233+
integrity sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==
92169234
dependencies:
92179235
accepts "~1.3.8"
92189236
array-flatten "1.1.1"
9219-
body-parser "1.20.3"
9220-
content-disposition "0.5.4"
9237+
body-parser "~1.20.3"
9238+
content-disposition "~0.5.4"
92219239
content-type "~1.0.4"
9222-
cookie "0.7.1"
9223-
cookie-signature "1.0.6"
9240+
cookie "~0.7.1"
9241+
cookie-signature "~1.0.6"
92249242
debug "2.6.9"
92259243
depd "2.0.0"
92269244
encodeurl "~2.0.0"
92279245
escape-html "~1.0.3"
92289246
etag "~1.8.1"
9229-
finalhandler "1.3.1"
9230-
fresh "0.5.2"
9231-
http-errors "2.0.0"
9247+
finalhandler "~1.3.1"
9248+
fresh "~0.5.2"
9249+
http-errors "~2.0.0"
92329250
merge-descriptors "1.0.3"
92339251
methods "~1.1.2"
9234-
on-finished "2.4.1"
9252+
on-finished "~2.4.1"
92359253
parseurl "~1.3.3"
9236-
path-to-regexp "0.1.12"
9254+
path-to-regexp "~0.1.12"
92379255
proxy-addr "~2.0.7"
9238-
qs "6.13.0"
9256+
qs "~6.14.0"
92399257
range-parser "~1.2.1"
92409258
safe-buffer "5.2.1"
9241-
send "0.19.0"
9242-
serve-static "1.16.2"
9259+
send "~0.19.0"
9260+
serve-static "~1.16.2"
92439261
setprototypeof "1.2.0"
9244-
statuses "2.0.1"
9262+
statuses "~2.0.1"
92459263
type-is "~1.6.18"
92469264
utils-merge "1.0.1"
92479265
vary "~1.1.2"
@@ -9419,17 +9437,17 @@ filter-obj@^5.1.0:
94199437
resolved "https://registry.yarnpkg.com/filter-obj/-/filter-obj-5.1.0.tgz#5bd89676000a713d7db2e197f660274428e524ed"
94209438
integrity sha512-qWeTREPoT7I0bifpPUXtxkZJ1XJzxWtfoWWkdVGqa+eCr3SHW/Ocp89o8vLvbUuQnadybJpjOKu4V+RwO6sGng==
94219439

9422-
finalhandler@1.3.1:
9423-
version "1.3.1"
9424-
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.3.1.tgz#0c575f1d1d324ddd1da35ad7ece3df7d19088019"
9425-
integrity sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==
9440+
finalhandler@~1.3.1:
9441+
version "1.3.2"
9442+
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.3.2.tgz#1ebc2228fc7673aac4a472c310cc05b77d852b88"
9443+
integrity sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==
94269444
dependencies:
94279445
debug "2.6.9"
94289446
encodeurl "~2.0.0"
94299447
escape-html "~1.0.3"
9430-
on-finished "2.4.1"
9448+
on-finished "~2.4.1"
94319449
parseurl "~1.3.3"
9432-
statuses "2.0.1"
9450+
statuses "~2.0.2"
94339451
unpipe "~1.0.0"
94349452

94359453
find-root@^1.1.0:
@@ -9578,7 +9596,7 @@ fraction.js@^4.3.7:
95789596
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7"
95799597
integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==
95809598

9581-
fresh@0.5.2:
9599+
fresh@0.5.2, fresh@~0.5.2:
95829600
version "0.5.2"
95839601
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
95849602
integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==
@@ -10179,6 +10197,17 @@ http-errors@2.0.0:
1017910197
statuses "2.0.1"
1018010198
toidentifier "1.0.1"
1018110199

10200+
http-errors@~2.0.0, http-errors@~2.0.1:
10201+
version "2.0.1"
10202+
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.1.tgz#36d2f65bc909c8790018dd36fb4d93da6caae06b"
10203+
integrity sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==
10204+
dependencies:
10205+
depd "~2.0.0"
10206+
inherits "~2.0.4"
10207+
setprototypeof "~1.2.0"
10208+
statuses "~2.0.2"
10209+
toidentifier "~1.0.1"
10210+
1018210211
http-https@^1.0.0:
1018310212
version "1.0.0"
1018410213
resolved "https://registry.yarnpkg.com/http-https/-/http-https-1.0.0.tgz#2f908dd5f1db4068c058cd6e6d4ce392c913389b"
@@ -10273,7 +10302,7 @@ ico-endec@*:
1027310302
resolved "https://registry.yarnpkg.com/ico-endec/-/ico-endec-0.1.6.tgz#9b320cc3ed0a0c779f54e998a8db49002abd7c6e"
1027410303
integrity sha512-ZdLU38ZoED3g1j3iEyzcQj+wAkY2xfWNkymszfJPoxucIUhK7NayQ+/C4Kv0nDFMIsbtbEHldv3V8PU494/ueQ==
1027510304

10276-
iconv-lite@0.4.24, iconv-lite@^0.4.24:
10305+
iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@~0.4.24:
1027710306
version "0.4.24"
1027810307
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
1027910308
integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
@@ -12596,7 +12625,7 @@ on-exit-leak-free@^0.2.0:
1259612625
resolved "https://registry.yarnpkg.com/on-exit-leak-free/-/on-exit-leak-free-0.2.0.tgz#b39c9e3bf7690d890f4861558b0d7b90a442d209"
1259712626
integrity sha512-dqaz3u44QbRXQooZLTUKU41ZrzYrcvLISVgbrzbyCMxpmSLJvZ3ZamIJIZ29P6OhZIkNIQKosdeM6t1LYbA9hg==
1259812627

12599-
on-finished@2.4.1:
12628+
on-finished@2.4.1, on-finished@~2.4.1:
1260012629
version "2.4.1"
1260112630
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f"
1260212631
integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==
@@ -12909,18 +12938,18 @@ path-scurry@^1.11.1, path-scurry@^1.6.1:
1290912938
lru-cache "^10.2.0"
1291012939
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1291112940

12912-
path-to-regexp@0.1.12:
12913-
version "0.1.12"
12914-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
12915-
integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==
12916-
1291712941
path-to-regexp@^1.7.0:
1291812942
version "1.9.0"
1291912943
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.9.0.tgz#5dc0753acbf8521ca2e0f137b4578b917b10cf24"
1292012944
integrity sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==
1292112945
dependencies:
1292212946
isarray "0.0.1"
1292312947

12948+
path-to-regexp@~0.1.12:
12949+
version "0.1.12"
12950+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
12951+
integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==
12952+
1292412953
path-type@^4.0.0:
1292512954
version "4.0.0"
1292612955
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -13442,7 +13471,7 @@ qs@6.13.0:
1344213471
dependencies:
1344313472
side-channel "^1.0.6"
1344413473

13445-
qs@^6.11.0, qs@^6.12.3:
13474+
qs@^6.11.0, qs@^6.12.3, qs@~6.14.0:
1344613475
version "6.14.0"
1344713476
resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.0.tgz#c63fa40680d2c5c941412a0e899c89af60c0a930"
1344813477
integrity sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==
@@ -13564,6 +13593,16 @@ raw-body@2.5.2:
1356413593
iconv-lite "0.4.24"
1356513594
unpipe "1.0.0"
1356613595

13596+
raw-body@~2.5.3:
13597+
version "2.5.3"
13598+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.3.tgz#11c6650ee770a7de1b494f197927de0c923822e2"
13599+
integrity sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==
13600+
dependencies:
13601+
bytes "~3.1.2"
13602+
http-errors "~2.0.1"
13603+
iconv-lite "~0.4.24"
13604+
unpipe "~1.0.0"
13605+
1356713606
rc@^1.2.7:
1356813607
version "1.2.8"
1356913608
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
@@ -14453,6 +14492,25 @@ send@0.19.0:
1445314492
range-parser "~1.2.1"
1445414493
statuses "2.0.1"
1445514494

14495+
send@~0.19.0:
14496+
version "0.19.1"
14497+
resolved "https://registry.yarnpkg.com/send/-/send-0.19.1.tgz#1c2563b2ee4fe510b806b21ec46f355005a369f9"
14498+
integrity sha512-p4rRk4f23ynFEfcD9LA0xRYngj+IyGiEYyqqOak8kaN0TvNmuxC2dcVeBn62GpCeR2CpWqyHCNScTP91QbAVFg==
14499+
dependencies:
14500+
debug "2.6.9"
14501+
depd "2.0.0"
14502+
destroy "1.2.0"
14503+
encodeurl "~2.0.0"
14504+
escape-html "~1.0.3"
14505+
etag "~1.8.1"
14506+
fresh "0.5.2"
14507+
http-errors "2.0.0"
14508+
mime "1.6.0"
14509+
ms "2.1.3"
14510+
on-finished "2.4.1"
14511+
range-parser "~1.2.1"
14512+
statuses "2.0.1"
14513+
1445614514
serialize-error@^2.1.0:
1445714515
version "2.1.0"
1445814516
resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-2.1.0.tgz#50b679d5635cdf84667bdc8e59af4e5b81d5f60a"
@@ -14465,7 +14523,7 @@ serialize-javascript@^6.0.1:
1446514523
dependencies:
1446614524
randombytes "^2.1.0"
1446714525

14468-
serve-static@1.16.2:
14526+
serve-static@~1.16.2:
1446914527
version "1.16.2"
1447014528
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.16.2.tgz#b6a5343da47f6bdd2673848bf45754941e803296"
1447114529
integrity sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==
@@ -14527,7 +14585,7 @@ setimmediate@^1.0.5:
1452714585
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
1452814586
integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
1452914587

14530-
setprototypeof@1.2.0:
14588+
setprototypeof@1.2.0, setprototypeof@~1.2.0:
1453114589
version "1.2.0"
1453214590
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
1453314591
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
@@ -14939,6 +14997,11 @@ statuses@2.0.1:
1493914997
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
1494014998
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
1494114999

15000+
statuses@~2.0.1, statuses@~2.0.2:
15001+
version "2.0.2"
15002+
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.2.tgz#8f75eecef765b5e1cfcdc080da59409ed424e382"
15003+
integrity sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==
15004+
1494215005
std-env@^3.3.3:
1494315006
version "3.8.0"
1494415007
resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.8.0.tgz#b56ffc1baf1a29dcc80a3bdf11d7fca7c315e7d5"
@@ -15793,7 +15856,7 @@ toggle-selection@^1.0.6:
1579315856
resolved "https://registry.yarnpkg.com/toggle-selection/-/toggle-selection-1.0.6.tgz#6e45b1263f2017fa0acc7d89d78b15b8bf77da32"
1579415857
integrity sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==
1579515858

15796-
toidentifier@1.0.1:
15859+
toidentifier@1.0.1, toidentifier@~1.0.1:
1579715860
version "1.0.1"
1579815861
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35"
1579915862
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==

0 commit comments

Comments
 (0)