diff --git a/package-lock.json b/package-lock.json index 4c1c5add..6268e38b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13602,9 +13602,9 @@ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" }, "node_modules/unified": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.4.tgz", - "integrity": "sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", + "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", "dependencies": { "@types/unist": "^3.0.0", "bail": "^2.0.0", @@ -14794,7 +14794,7 @@ "remark-gfm": "^4.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.0.0", - "unified": "^11.0.4" + "unified": "^11.0.5" }, "devDependencies": { "@types/node": "^20.14.8", diff --git a/packages/markdown-content/package.json b/packages/markdown-content/package.json index 1b6a5e26..ec99bf42 100644 --- a/packages/markdown-content/package.json +++ b/packages/markdown-content/package.json @@ -22,7 +22,7 @@ "remark-gfm": "^4.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.0.0", - "unified": "^11.0.4" + "unified": "^11.0.5" }, "files": [ "src",