Skip to content

Commit cdfdede

Browse files
Bump express from 5.1.0 to 5.2.0
Bumps [express](https://github.com/expressjs/express) from 5.1.0 to 5.2.0. - [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.0) --- updated-dependencies: - dependency-name: express dependency-version: 5.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b20514 commit cdfdede

2 files changed

Lines changed: 14 additions & 36 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"cookie-parser": "~1.4.7",
3232
"cors": "~2.8.5",
3333
"jsonschema": "^1.5.0",
34-
"express": "~5.1.0",
34+
"express": "~5.2.0",
3535
"glob": "~11.1.0",
3636
"isomorphic-git": "~1.33.1",
3737
"morgan": "~1.10.1",

yarn.lock

Lines changed: 13 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ basic-auth@~2.0.1:
164164
dependencies:
165165
safe-buffer "5.1.2"
166166

167-
body-parser@^2.2.0:
167+
body-parser@^2.2.1:
168168
version "2.2.1"
169169
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-2.2.1.tgz#6df606b0eb0a6e3f783dde91dde182c24c82438c"
170170
integrity sha512-nfDwkulwiZYQIGwxdy0RUmowMhKcFVcYXUU7m4QlKYim1rUtg83xm2yjZ40QjDuc291AJjjeSc9b++AWHSgSHw==
@@ -398,14 +398,7 @@ debug@2.6.9:
398398
dependencies:
399399
ms "2.0.0"
400400

401-
debug@^4.3.5, debug@^4.3.7, debug@^4.4.0:
402-
version "4.4.1"
403-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
404-
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
405-
dependencies:
406-
ms "^2.1.3"
407-
408-
debug@^4.4.3:
401+
debug@^4.3.5, debug@^4.3.7, debug@^4.4.0, debug@^4.4.3:
409402
version "4.4.3"
410403
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
411404
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
@@ -445,7 +438,7 @@ delayed-stream@~1.0.0:
445438
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
446439
integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==
447440

448-
depd@2.0.0, depd@^2.0.0, depd@~2.0.0:
441+
depd@^2.0.0, depd@~2.0.0:
449442
version "2.0.0"
450443
resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
451444
integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
@@ -569,18 +562,19 @@ etag@^1.8.1:
569562
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
570563
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==
571564

572-
express@~5.1.0:
573-
version "5.1.0"
574-
resolved "https://registry.yarnpkg.com/express/-/express-5.1.0.tgz#d31beaf715a0016f0d53f47d3b4d7acf28c75cc9"
575-
integrity sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==
565+
express@~5.2.0:
566+
version "5.2.0"
567+
resolved "https://registry.yarnpkg.com/express/-/express-5.2.0.tgz#d4101c16807a1a061c6e9adc7ce617473b4afeb9"
568+
integrity sha512-XdpJDLxfztVY59X0zPI6sibRiGcxhTPXRD3IhJmjKf2jwMvkRGV1j7loB8U+heeamoU3XvihAaGRTR4aXXUN3A==
576569
dependencies:
577570
accepts "^2.0.0"
578-
body-parser "^2.2.0"
571+
body-parser "^2.2.1"
579572
content-disposition "^1.0.0"
580573
content-type "^1.0.5"
581574
cookie "^0.7.1"
582575
cookie-signature "^1.2.1"
583576
debug "^4.4.0"
577+
depd "^2.0.0"
584578
encodeurl "^2.0.0"
585579
escape-html "^1.0.3"
586580
etag "^1.8.1"
@@ -781,18 +775,7 @@ he@^1.2.0:
781775
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
782776
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
783777

784-
http-errors@^2.0.0:
785-
version "2.0.0"
786-
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3"
787-
integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==
788-
dependencies:
789-
depd "2.0.0"
790-
inherits "2.0.4"
791-
setprototypeof "1.2.0"
792-
statuses "2.0.1"
793-
toidentifier "1.0.1"
794-
795-
http-errors@~2.0.1:
778+
http-errors@^2.0.0, http-errors@~2.0.1:
796779
version "2.0.1"
797780
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.1.tgz#36d2f65bc909c8790018dd36fb4d93da6caae06b"
798781
integrity sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==
@@ -815,7 +798,7 @@ ignore@^5.1.4:
815798
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
816799
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
817800

818-
inherits@2.0.4, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.4:
801+
inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.4:
819802
version "2.0.4"
820803
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
821804
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -1366,7 +1349,7 @@ set-function-length@^1.2.2:
13661349
gopd "^1.0.1"
13671350
has-property-descriptors "^1.0.2"
13681351

1369-
setprototypeof@1.2.0, setprototypeof@~1.2.0:
1352+
setprototypeof@~1.2.0:
13701353
version "1.2.0"
13711354
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
13721355
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
@@ -1485,11 +1468,6 @@ sorted-array-functions@^1.3.0:
14851468
resolved "https://registry.yarnpkg.com/sorted-array-functions/-/sorted-array-functions-1.3.0.tgz#8605695563294dffb2c9796d602bd8459f7a0dd5"
14861469
integrity sha512-2sqgzeFlid6N4Z2fUQ1cvFmTOLRi/sEDzSQ0OKYchqgoPmQBVyM3959qYx3fpS6Esef80KjmpgPeEr028dP3OA==
14871470

1488-
statuses@2.0.1:
1489-
version "2.0.1"
1490-
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
1491-
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
1492-
14931471
statuses@^2.0.1, statuses@~2.0.2:
14941472
version "2.0.2"
14951473
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.2.tgz#8f75eecef765b5e1cfcdc080da59409ed424e382"
@@ -1609,7 +1587,7 @@ to-buffer@^1.2.0:
16091587
safe-buffer "^5.2.1"
16101588
typed-array-buffer "^1.0.3"
16111589

1612-
toidentifier@1.0.1, toidentifier@~1.0.1:
1590+
toidentifier@~1.0.1:
16131591
version "1.0.1"
16141592
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35"
16151593
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==

0 commit comments

Comments
 (0)