diff --git a/packages/next/package.json b/packages/next/package.json index a2a779b538..1348843d00 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -164,7 +164,7 @@ "@types/ci-info": "2.0.0", "@types/compression": "0.0.36", "@types/content-disposition": "0.5.6", - "@types/content-type": "1.1.3", + "@types/content-type": "1.1.6", "@types/cookie": "0.3.3", "@types/cross-spawn": "6.0.3", "@types/debug": "4.1.5", @@ -215,7 +215,7 @@ "conf": "5.0.0", "constants-browserify": "1.0.0", "content-disposition": "0.5.4", - "content-type": "1.0.4", + "content-type": "1.0.5", "cookie": "0.4.1", "cross-spawn": "7.0.3", "crypto-browserify": "3.12.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 658e2ee1be..90f9e35a6e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -884,8 +884,8 @@ importers: specifier: 0.5.6 version: 0.5.6 '@types/content-type': - specifier: 1.1.3 - version: 1.1.3 + specifier: 1.1.6 + version: 1.1.6 '@types/cookie': specifier: 0.3.3 version: 0.3.3 @@ -1037,8 +1037,8 @@ importers: specifier: 0.5.4 version: 0.5.4 content-type: - specifier: 1.0.4 - version: 1.0.4 + specifier: 1.0.5 + version: 1.0.5 cookie: specifier: 0.4.1 version: 0.4.1 @@ -7896,8 +7896,8 @@ packages: resolution: {integrity: sha512-GmShTb4qA9+HMPPaV2+Up8tJafgi38geFi7vL4qAM7k8BwjoelgHZqEUKJZLvughUw22h6vD/wvwN4IUCaWpDA==} dev: true - /@types/content-type@1.1.3: - resolution: {integrity: sha512-pv8VcFrZ3fN93L4rTNIbbUzdkzjEyVMp5mPVjsFfOYTDOZMZiZ8P1dhu+kEv3faYyKzZgLlSvnyQNFg+p/v5ug==} + /@types/content-type@1.1.6: + resolution: {integrity: sha512-WFHg/KFLCdUQl3m27WSQu0NEaLzoHGmgZHlsSYr0Y0iIvItMcBq7opZc6AGXPXqf+btIM6vTBJyLvuDAihB+zQ==} dev: true /@types/cookie@0.3.3: @@ -9913,7 +9913,7 @@ packages: engines: {node: '>= 0.8'} dependencies: bytes: 3.1.0 - content-type: 1.0.4 + content-type: 1.0.5 debug: 2.6.9 depd: 1.1.2 http-errors: 1.7.2 @@ -11035,6 +11035,11 @@ packages: engines: {node: '>= 0.6'} dev: true + /content-type@1.0.5: + resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} + engines: {node: '>= 0.6'} + dev: true + /conventional-changelog-angular@5.0.12: resolution: {integrity: sha512-5GLsbnkR/7A89RyHLvvoExbiGbd9xKdKqDTrArnPbOqBqG/2wIosu0fHwpeIRI8Tl94MhVNBXcLJZl92ZQ5USw==} engines: {node: '>=10'}