Skip to content

Commit c4164d9

Browse files
Bump express from 5.1.0 to 5.2.1
Bumps [express](https://github.com/expressjs/express) from 5.1.0 to 5.2.1. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v5.1.0...v5.2.1) --- updated-dependencies: - dependency-name: express dependency-version: 5.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9ebb20 commit c4164d9

1 file changed

Lines changed: 61 additions & 20 deletions

File tree

yarn.lock

Lines changed: 61 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,20 +1051,20 @@ bn.js@^5.2.1:
10511051
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70"
10521052
integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
10531053

1054-
body-parser@^2.2.0:
1055-
version "2.2.0"
1056-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-2.2.0.tgz#f7a9656de305249a715b549b7b8fd1ab9dfddcfa"
1057-
integrity sha512-02qvAaxv8tp7fBa/mw1ga98OGm+eCbqzJOKoRt70sLmfEEi+jyBYVTDGfCL/k06/4EMk/z01gCe7HoCH/f2LTg==
1054+
body-parser@^2.2.1:
1055+
version "2.2.1"
1056+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-2.2.1.tgz#6df606b0eb0a6e3f783dde91dde182c24c82438c"
1057+
integrity sha512-nfDwkulwiZYQIGwxdy0RUmowMhKcFVcYXUU7m4QlKYim1rUtg83xm2yjZ40QjDuc291AJjjeSc9b++AWHSgSHw==
10581058
dependencies:
10591059
bytes "^3.1.2"
10601060
content-type "^1.0.5"
1061-
debug "^4.4.0"
1061+
debug "^4.4.3"
10621062
http-errors "^2.0.0"
1063-
iconv-lite "^0.6.3"
1063+
iconv-lite "^0.7.0"
10641064
on-finished "^2.4.1"
10651065
qs "^6.14.0"
1066-
raw-body "^3.0.0"
1067-
type-is "^2.0.0"
1066+
raw-body "^3.0.1"
1067+
type-is "^2.0.1"
10681068

10691069
brace-expansion@^1.1.7:
10701070
version "1.1.11"
@@ -1103,7 +1103,7 @@ buffer-from@^1.0.0:
11031103
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
11041104
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
11051105

1106-
bytes@3.1.2, bytes@^3.1.2:
1106+
bytes@3.1.2, bytes@^3.1.2, bytes@~3.1.2:
11071107
version "3.1.2"
11081108
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
11091109
integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
@@ -1301,6 +1301,13 @@ debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0:
13011301
dependencies:
13021302
ms "^2.1.3"
13031303

1304+
debug@^4.4.3:
1305+
version "4.4.3"
1306+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
1307+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
1308+
dependencies:
1309+
ms "^2.1.3"
1310+
13041311
decamelize@^4.0.0:
13051312
version "4.0.0"
13061313
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837"
@@ -1331,7 +1338,7 @@ deepmerge@^4.2.2:
13311338
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a"
13321339
integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==
13331340

1334-
depd@2.0.0, depd@^2.0.0:
1341+
depd@2.0.0, depd@^2.0.0, depd@~2.0.0:
13351342
version "2.0.0"
13361343
resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
13371344
integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
@@ -1598,17 +1605,18 @@ express-rate-limit@^7.5.0:
15981605
integrity sha512-eB5zbQh5h+VenMPM3fh+nw1YExi5nMr6HUCR62ELSP11huvxm/Uir1H1QEyTkk5QX6A58pX6NmaTMceKZ0Eodg==
15991606

16001607
express@^5.0.1:
1601-
version "5.1.0"
1602-
resolved "https://registry.yarnpkg.com/express/-/express-5.1.0.tgz#d31beaf715a0016f0d53f47d3b4d7acf28c75cc9"
1603-
integrity sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==
1608+
version "5.2.1"
1609+
resolved "https://registry.yarnpkg.com/express/-/express-5.2.1.tgz#8f21d15b6d327f92b4794ecf8cb08a72f956ac04"
1610+
integrity sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==
16041611
dependencies:
16051612
accepts "^2.0.0"
1606-
body-parser "^2.2.0"
1613+
body-parser "^2.2.1"
16071614
content-disposition "^1.0.0"
16081615
content-type "^1.0.5"
16091616
cookie "^0.7.1"
16101617
cookie-signature "^1.2.1"
16111618
debug "^4.4.0"
1619+
depd "^2.0.0"
16121620
encodeurl "^2.0.0"
16131621
escape-html "^1.0.3"
16141622
etag "^1.8.1"
@@ -1923,13 +1931,31 @@ http-errors@2.0.0, http-errors@^2.0.0:
19231931
statuses "2.0.1"
19241932
toidentifier "1.0.1"
19251933

1926-
iconv-lite@0.6.3, iconv-lite@^0.6.3:
1934+
http-errors@~2.0.1:
1935+
version "2.0.1"
1936+
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.1.tgz#36d2f65bc909c8790018dd36fb4d93da6caae06b"
1937+
integrity sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==
1938+
dependencies:
1939+
depd "~2.0.0"
1940+
inherits "~2.0.4"
1941+
setprototypeof "~1.2.0"
1942+
statuses "~2.0.2"
1943+
toidentifier "~1.0.1"
1944+
1945+
iconv-lite@0.6.3:
19271946
version "0.6.3"
19281947
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
19291948
integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
19301949
dependencies:
19311950
safer-buffer ">= 2.1.2 < 3.0.0"
19321951

1952+
iconv-lite@^0.7.0, iconv-lite@~0.7.0:
1953+
version "0.7.0"
1954+
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.7.0.tgz#c50cd80e6746ca8115eb98743afa81aa0e147a3e"
1955+
integrity sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==
1956+
dependencies:
1957+
safer-buffer ">= 2.1.2 < 3.0.0"
1958+
19331959
ignore@^5.2.0:
19341960
version "5.2.4"
19351961
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
@@ -1961,7 +1987,7 @@ inflight@^1.0.4:
19611987
once "^1.3.0"
19621988
wrappy "1"
19631989

1964-
inherits@2, inherits@2.0.4, inherits@^2.0.3, inherits@^2.0.4:
1990+
inherits@2, inherits@2.0.4, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.4:
19651991
version "2.0.4"
19661992
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
19671993
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -2498,6 +2524,16 @@ raw-body@^3.0.0:
24982524
iconv-lite "0.6.3"
24992525
unpipe "1.0.0"
25002526

2527+
raw-body@^3.0.1:
2528+
version "3.0.2"
2529+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-3.0.2.tgz#3e3ada5ae5568f9095d84376fd3a49b8fb000a51"
2530+
integrity sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==
2531+
dependencies:
2532+
bytes "~3.1.2"
2533+
http-errors "~2.0.1"
2534+
iconv-lite "~0.7.0"
2535+
unpipe "~1.0.0"
2536+
25012537
readdirp@~3.6.0:
25022538
version "3.6.0"
25032539
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
@@ -2652,7 +2688,7 @@ serve-static@^2.2.0:
26522688
parseurl "^1.3.3"
26532689
send "^1.2.0"
26542690

2655-
setprototypeof@1.2.0:
2691+
setprototypeof@1.2.0, setprototypeof@~1.2.0:
26562692
version "1.2.0"
26572693
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
26582694
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
@@ -2744,6 +2780,11 @@ statuses@2.0.1, statuses@^2.0.1:
27442780
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
27452781
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
27462782

2783+
statuses@~2.0.2:
2784+
version "2.0.2"
2785+
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.2.tgz#8f75eecef765b5e1cfcdc080da59409ed424e382"
2786+
integrity sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==
2787+
27472788
string-format@^2.0.0:
27482789
version "2.0.0"
27492790
resolved "https://registry.yarnpkg.com/string-format/-/string-format-2.0.0.tgz#f2df2e7097440d3b65de31b6d40d54c96eaffb9b"
@@ -2855,7 +2896,7 @@ to-regex-range@^5.0.1:
28552896
dependencies:
28562897
is-number "^7.0.0"
28572898

2858-
toidentifier@1.0.1:
2899+
toidentifier@1.0.1, toidentifier@~1.0.1:
28592900
version "1.0.1"
28602901
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35"
28612902
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
@@ -2922,7 +2963,7 @@ type-detect@^4.1.0:
29222963
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.1.0.tgz#deb2453e8f08dcae7ae98c626b13dddb0155906c"
29232964
integrity sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==
29242965

2925-
type-is@^2.0.0, type-is@^2.0.1:
2966+
type-is@^2.0.1:
29262967
version "2.0.1"
29272968
resolved "https://registry.yarnpkg.com/type-is/-/type-is-2.0.1.tgz#64f6cf03f92fce4015c2b224793f6bdd4b068c97"
29282969
integrity sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==
@@ -2972,7 +3013,7 @@ universalify@^0.1.0:
29723013
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
29733014
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
29743015

2975-
unpipe@1.0.0:
3016+
unpipe@1.0.0, unpipe@~1.0.0:
29763017
version "1.0.0"
29773018
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
29783019
integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==

0 commit comments

Comments
 (0)