From 691ebc05e029a118d50ed6c397249f1f6f0bbbad Mon Sep 17 00:00:00 2001
From: Arthur <arthurjcq@protonmail.com>
Date: Thu, 11 Jan 2024 12:27:18 +0100
Subject: [PATCH] chpre: bump api-doc-parser to handle errors with
 application/problem+json (#521)

Co-authored-by: ArthurJCQ <arthur.jacquemin.p@citeo.com>
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 4ce80152..e833b785 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
   "license": "MIT",
   "sideEffects": false,
   "dependencies": {
-    "@api-platform/api-doc-parser": "^0.16.1",
+    "@api-platform/api-doc-parser": "^0.16.2",
     "history": "^5.0.0",
     "jsonld": "^8.1.0",
     "lodash.isplainobject": "^4.0.6",