diff --git a/apps/web/package.json b/apps/web/package.json index 7252a2a869..f19096f20b 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -141,7 +141,7 @@ "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2", "@types/commonmark": "^0.27.4", - "@types/content-type": "^1.1.9", + "@types/content-type": "^2.0.0", "@types/css-tree": "^2.3.8", "@types/diff-match-patch": "^1.0.32", "@types/escape-html": "^1.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d7fe4631dc..c4c508af18 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -810,8 +810,8 @@ importers: specifier: ^0.27.4 version: 0.27.10 '@types/content-type': - specifier: ^1.1.9 - version: 1.1.9 + specifier: ^2.0.0 + version: 2.0.0 '@types/css-tree': specifier: ^2.3.8 version: 2.3.11 @@ -5628,8 +5628,9 @@ packages: '@types/connect@3.4.38': resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} - '@types/content-type@1.1.9': - resolution: {integrity: sha512-Hq9IMnfekuOCsEmYl4QX2HBrT+XsfXiupfrLLY8Dcf3Puf4BkBOxSbWYTITSOQAhJoYPBez+b4MJRpIYL65z8A==} + '@types/content-type@2.0.0': + resolution: {integrity: sha512-wZQlLoRx3carjGy5yHA6GnCBGChd/9DDYTAOPbISfXGjhI4j70U6SU/tu5EEz7NpX2MxpUVgbbYFIgLqDItbVQ==} + deprecated: This is a stub types definition. content-type provides its own type definitions, so you do not need this installed. '@types/counterpart@0.18.4': resolution: {integrity: sha512-aqBg5oAGo/qh/+wxUfuMadDu2WO0MEWOblyzwaM1Ske2xilUxBfgPqapAFVAfrVTDMVwa0UMarzGot8m64IAzA==} @@ -18454,7 +18455,9 @@ snapshots: dependencies: '@types/node': 18.19.130 - '@types/content-type@1.1.9': {} + '@types/content-type@2.0.0': + dependencies: + content-type: 2.0.0 '@types/counterpart@0.18.4': {}