From cedb9fd4c9e0bbc89d391a983ae707c4125a44aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:14:45 +0000 Subject: [PATCH] build(deps-dev): bump @markdoc/markdoc from 0.5.5 to 0.5.6 Bumps [@markdoc/markdoc](https://github.com/markdoc/markdoc) from 0.5.5 to 0.5.6. - [Release notes](https://github.com/markdoc/markdoc/releases) - [Commits](https://github.com/markdoc/markdoc/compare/0.5.5...0.5.6) --- updated-dependencies: - dependency-name: "@markdoc/markdoc" dependency-version: 0.5.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a43b33..7961854 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "sharp": "^0.34.5" }, "devDependencies": { - "@markdoc/markdoc": "^0.5.5", + "@markdoc/markdoc": "^0.5.6", "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^8.57.0", "@typescript-eslint/parser": "^8.56.0", @@ -1710,9 +1710,9 @@ } }, "node_modules/@markdoc/markdoc": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/@markdoc/markdoc/-/markdoc-0.5.5.tgz", - "integrity": "sha512-WvFMmSFHy3MQYagWhqkaE1hBl4h7z3YTNufhzQjBngweY52de6DcoYIwjVln/OtNw939SzpImj3ZQUF/4DWkdQ==", + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/@markdoc/markdoc/-/markdoc-0.5.6.tgz", + "integrity": "sha512-Qs7L5YKYHADWhpOP1JthE3E5ut4Mby/UsJKsGla3g8OXBLWDImTsG5H+Mzq5h3J6a8CNnGtp+Kz9JcGtHRpoKA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 2c11344..65deb0a 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "node": ">=20" }, "devDependencies": { - "@markdoc/markdoc": "^0.5.5", + "@markdoc/markdoc": "^0.5.6", "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^8.57.0", "@typescript-eslint/parser": "^8.56.0",