diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 868e61ee59..d04297a366 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,7 +6,7 @@ settings: overrides: '@codemirror/state': 6.7.2 - '@types/express-session>@types/express': 4.17.25 + '@types/express-session>@types/express': 5.0.6 '@types/react': ^19.0.0 '@wesleytodd/openapi>path-to-regexp': 6.3.0 '@xmldom/xmldom': ^0.9.0 @@ -2147,12 +2147,18 @@ packages: '@types/express-serve-static-core@4.19.8': resolution: {integrity: sha512-02S5fmqeoKzVZCHPZid4b8JH2eM5HzQLZWN2FohQEy/0eXTq8VXZfSN6Pcr3F6N9R/vNrj7cpgbhjie6m/1tCA==} + '@types/express-serve-static-core@5.1.3': + resolution: {integrity: sha512-dPfW8NFiOF4wOHc7+N/QSxlY9cfSsenewGbAz8C8U/MULPd/YZ27LvJUIlzaXie7e6Ove9YunJGgC9tbHD2cKw==} + '@types/express-session@1.19.0': resolution: {integrity: sha512-GbypG0bog68UbOq2tSAp7SclvCUm3ha1uDi58OPRGK1NfRvCIu7Gz0M7fTGtpNG1T9a29GpuurQj9zEcT/lMXQ==} '@types/express@4.17.25': resolution: {integrity: sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==} + '@types/express@5.0.6': + resolution: {integrity: sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==} + '@types/glob-to-regexp@0.4.4': resolution: {integrity: sha512-nDKoaKJYbnn1MZxUY0cA1bPmmgZbg0cTq7Rh13d0KWYNOiKbqoR+2d89SnRPszGh7ROzSwZ/GOjZ4jPbmmZ6Eg==} @@ -2271,6 +2277,9 @@ packages: '@types/serve-static@1.15.10': resolution: {integrity: sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==} + '@types/serve-static@2.2.0': + resolution: {integrity: sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==} + '@types/set-cookie-parser@2.4.10': resolution: {integrity: sha512-GGmQVGpQWUe5qglJozEjZV/5dyxbOOZ0LHe/lqyWssB88Y4svNfst0uqBVscdDeIKl5Jy5+aPSvy7mI9tYRguw==} @@ -7775,9 +7784,16 @@ snapshots: '@types/range-parser': 1.2.7 '@types/send': 1.2.1 + '@types/express-serve-static-core@5.1.3': + dependencies: + '@types/node': 22.20.1 + '@types/qs': 6.15.0 + '@types/range-parser': 1.2.7 + '@types/send': 1.2.1 + '@types/express-session@1.19.0': dependencies: - '@types/express': 4.17.25 + '@types/express': 5.0.6 '@types/express@4.17.25': dependencies: @@ -7786,6 +7802,12 @@ snapshots: '@types/qs': 6.15.0 '@types/serve-static': 1.15.10 + '@types/express@5.0.6': + dependencies: + '@types/body-parser': 1.19.6 + '@types/express-serve-static-core': 5.1.3 + '@types/serve-static': 2.2.0 + '@types/glob-to-regexp@0.4.4': {} '@types/hash-sum@1.0.2': {} @@ -7905,6 +7927,11 @@ snapshots: '@types/node': 22.20.1 '@types/send': 0.17.6 + '@types/serve-static@2.2.0': + dependencies: + '@types/http-errors': 2.0.5 + '@types/node': 22.20.1 + '@types/set-cookie-parser@2.4.10': dependencies: '@types/node': 22.20.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index c0e2bb4103..4cbeedd027 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -78,7 +78,7 @@ patchedDependencies: '@tanstack/table-core@8.21.3': patches/@tanstack__table-core@8.21.3.patch overrides: "@codemirror/state": "6.7.2" - "@types/express-session>@types/express": "4.17.25" + "@types/express-session>@types/express": "5.0.6" "@types/react": "^19.0.0" "@wesleytodd/openapi>path-to-regexp": "6.3.0" "@xmldom/xmldom": "^0.9.0"