diff --git a/.pnp.cjs b/.pnp.cjs index 8d79e0ad5..53b73207b 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -104,7 +104,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["eslint-plugin-prettier", "virtual:7f7b3df50ee4b7b1719ad19fad11505dc2788f3227a7e5cc9ca19f71d8cb309c9d33b532ea2b2b60ab65abf6cc12153df4643c5e6e17d01ea0ae0492723bb4b4#npm:5.2.1"],\ ["eslint-plugin-simple-import-sort", "virtual:7f7b3df50ee4b7b1719ad19fad11505dc2788f3227a7e5cc9ca19f71d8cb309c9d33b532ea2b2b60ab65abf6cc12153df4643c5e6e17d01ea0ae0492723bb4b4#npm:12.1.1"],\ ["eslint-plugin-verdaccio", "npm:10.0.0"],\ - ["express", "npm:4.21.0"],\ + ["express", "npm:4.21.1"],\ ["express-rate-limit", "npm:5.5.1"],\ ["fast-safe-stringify", "npm:2.1.1"],\ ["fs-extra", "npm:10.1.0"],\ @@ -7851,6 +7851,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["cookie", "npm:0.6.0"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:0.7.1", {\ + "packageLocation": "./.yarn/cache/cookie-npm-0.7.1-f01524ff99-cec5e42554.zip/node_modules/cookie/",\ + "packageDependencies": [\ + ["cookie", "npm:0.7.1"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["cookie-signature", [\ @@ -9336,6 +9343,44 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["vary", "npm:1.1.2"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:4.21.1", {\ + "packageLocation": "./.yarn/cache/express-npm-4.21.1-f1cd48000b-5ac2b26d8a.zip/node_modules/express/",\ + "packageDependencies": [\ + ["express", "npm:4.21.1"],\ + ["accepts", "npm:1.3.8"],\ + ["array-flatten", "npm:1.1.1"],\ + ["body-parser", "npm:1.20.3"],\ + ["content-disposition", "npm:0.5.4"],\ + ["content-type", "npm:1.0.5"],\ + ["cookie", "npm:0.7.1"],\ + ["cookie-signature", "npm:1.0.6"],\ + ["debug", "virtual:c7b184cd14c02e3ce555ab1875e60cf5033c617e17d82c4c02ea822101d3c817f48bf25a766b4d4335742dc5c9c14c2e88a57ed955a56c4ad0613899f82f5618#npm:2.6.9"],\ + ["depd", "npm:2.0.0"],\ + ["encodeurl", "npm:2.0.0"],\ + ["escape-html", "npm:1.0.3"],\ + ["etag", "npm:1.8.1"],\ + ["finalhandler", "npm:1.3.1"],\ + ["fresh", "npm:0.5.2"],\ + ["http-errors", "npm:2.0.0"],\ + ["merge-descriptors", "npm:1.0.3"],\ + ["methods", "npm:1.1.2"],\ + ["on-finished", "npm:2.4.1"],\ + ["parseurl", "npm:1.3.3"],\ + ["path-to-regexp", "npm:0.1.10"],\ + ["proxy-addr", "npm:2.0.7"],\ + ["qs", "npm:6.13.0"],\ + ["range-parser", "npm:1.2.1"],\ + ["safe-buffer", "npm:5.2.1"],\ + ["send", "npm:0.19.0"],\ + ["serve-static", "npm:1.16.2"],\ + ["setprototypeof", "npm:1.2.0"],\ + ["statuses", "npm:2.0.1"],\ + ["type-is", "npm:1.6.18"],\ + ["utils-merge", "npm:1.0.1"],\ + ["vary", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["express-rate-limit", [\ @@ -15663,7 +15708,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["eslint-plugin-prettier", "virtual:7f7b3df50ee4b7b1719ad19fad11505dc2788f3227a7e5cc9ca19f71d8cb309c9d33b532ea2b2b60ab65abf6cc12153df4643c5e6e17d01ea0ae0492723bb4b4#npm:5.2.1"],\ ["eslint-plugin-simple-import-sort", "virtual:7f7b3df50ee4b7b1719ad19fad11505dc2788f3227a7e5cc9ca19f71d8cb309c9d33b532ea2b2b60ab65abf6cc12153df4643c5e6e17d01ea0ae0492723bb4b4#npm:12.1.1"],\ ["eslint-plugin-verdaccio", "npm:10.0.0"],\ - ["express", "npm:4.21.0"],\ + ["express", "npm:4.21.1"],\ ["express-rate-limit", "npm:5.5.1"],\ ["fast-safe-stringify", "npm:2.1.1"],\ ["fs-extra", "npm:10.1.0"],\ diff --git a/.yarn/cache/cookie-npm-0.7.1-f01524ff99-cec5e42554.zip b/.yarn/cache/cookie-npm-0.7.1-f01524ff99-cec5e42554.zip new file mode 100644 index 000000000..965e325d8 Binary files /dev/null and b/.yarn/cache/cookie-npm-0.7.1-f01524ff99-cec5e42554.zip differ diff --git a/.yarn/cache/express-npm-4.21.1-f1cd48000b-5ac2b26d8a.zip b/.yarn/cache/express-npm-4.21.1-f1cd48000b-5ac2b26d8a.zip new file mode 100644 index 000000000..7b5daebfd Binary files /dev/null and b/.yarn/cache/express-npm-4.21.1-f1cd48000b-5ac2b26d8a.zip differ diff --git a/package.json b/package.json index edbfde1a3..b6092aa6c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "cors": "2.8.5", "debug": "4.3.7", "envinfo": "7.14.0", - "express": "4.21.0", + "express": "4.21.1", "express-rate-limit": "5.5.1", "fast-safe-stringify": "2.1.1", "handlebars": "4.7.8", diff --git a/yarn.lock b/yarn.lock index ce521ab05..4185e7fe8 100644 Binary files a/yarn.lock and b/yarn.lock differ