From f5595eb398a70219b2bef5872ee2f6973974e2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 04:48:06 +0000 Subject: [PATCH] build(deps-dev): bump @markdoc/markdoc from 0.5.3 to 0.5.4 Bumps [@markdoc/markdoc](https://github.com/markdoc/markdoc) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/markdoc/markdoc/releases) - [Commits](https://github.com/markdoc/markdoc/compare/0.5.3...0.5.4) --- updated-dependencies: - dependency-name: "@markdoc/markdoc" dependency-version: 0.5.4 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 46e7dc1..dced0da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "sharp": "^0.34.3" }, "devDependencies": { - "@markdoc/markdoc": "^0.5.3", + "@markdoc/markdoc": "^0.5.4", "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^8.39.0", "@typescript-eslint/parser": "^8.38.0", @@ -1781,9 +1781,9 @@ } }, "node_modules/@markdoc/markdoc": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/@markdoc/markdoc/-/markdoc-0.5.3.tgz", - "integrity": "sha512-2vfDIbEx5hAydugLDZmGg3U7oLg2pBVYipEOtXE0kD/BWFriLRGZ3ZcPzL+9UmQsjeLxrLQ9Rl51Jn7ftZcegQ==", + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/@markdoc/markdoc/-/markdoc-0.5.4.tgz", + "integrity": "sha512-36YFNlqFk//gVNGm5xZaTWVwbAVF2AOmVjf1tiUrS6tCoD/YSkVy2E3CkAfhc5MlKcjparL/QFHCopxL4zRyaQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index a963940..2dbc43b 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "node": ">=20" }, "devDependencies": { - "@markdoc/markdoc": "^0.5.3", + "@markdoc/markdoc": "^0.5.4", "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^8.39.0", "@typescript-eslint/parser": "^8.38.0",