diff --git a/package.json b/package.json index b9b8d878..2ad0194d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "cli-table3": "^0.6.3", "columnify": "^1.6.0", "execa": "^8.0.1", - "express": "^4.18.3", + "express": "^4.19.2", "fs-extra": "^11.2.0", "get-port": "^7.1.0", "gray-matter": "^4.0.3", diff --git a/packages/web/package.json b/packages/web/package.json index e9c99c5c..5804d307 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -19,7 +19,7 @@ "anymatch": "^3.1.3", "browser-sync": "^3.0.2", "chokidar": "^3.6.0", - "express": "^4.18.3", + "express": "^4.19.2", "fs-extra": "^11.2.0", "get-port": "^7.1.0", "js-yaml": "^4.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e3d45a35..60dd69ae 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -29,8 +29,8 @@ importers: specifier: ^8.0.1 version: 8.0.1 express: - specifier: ^4.18.3 - version: 4.18.3 + specifier: ^4.19.2 + version: 4.19.2 fs-extra: specifier: ^11.2.0 version: 11.2.0 @@ -566,8 +566,8 @@ importers: specifier: ^3.6.0 version: 3.6.0 express: - specifier: ^4.18.3 - version: 4.18.3 + specifier: ^4.19.2 + version: 4.19.2 fs-extra: specifier: ^11.2.0 version: 11.2.0 @@ -4394,8 +4394,8 @@ packages: engines: {node: '>= 0.6'} dev: false - /cookie@0.5.0: - resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} + /cookie@0.6.0: + resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} engines: {node: '>= 0.6'} dev: false @@ -5402,8 +5402,8 @@ packages: webpack: 5.90.3(webpack-cli@5.1.4) dev: true - /express@4.18.3: - resolution: {integrity: sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw==} + /express@4.19.2: + resolution: {integrity: sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==} engines: {node: '>= 0.10.0'} dependencies: accepts: 1.3.8 @@ -5411,7 +5411,7 @@ packages: body-parser: 1.20.2 content-disposition: 0.5.4 content-type: 1.0.5 - cookie: 0.5.0 + cookie: 0.6.0 cookie-signature: 1.0.6 debug: 2.6.9 depd: 2.0.0