diff --git a/package-lock.json b/package-lock.json index 303e2da..117920d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@metalsmith/collections": "^1.3.0", - "@metalsmith/drafts": "^1.2.0", + "@metalsmith/drafts": "^1.3.0", "@metalsmith/layouts": "^2.6.0", "@metalsmith/markdown": "^1.6.0", "@metalsmith/metadata": "^0.2.0", @@ -136,14 +136,14 @@ } }, "node_modules/@metalsmith/drafts": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@metalsmith/drafts/-/drafts-1.2.0.tgz", - "integrity": "sha512-V8pImXuv8U93npByR9dickR74Sq1byAkYdbnA4HRXUT55SZD6GTF9SMlLDo5qGv6vbL3YXxcn/87UEplCwQREA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@metalsmith/drafts/-/drafts-1.3.0.tgz", + "integrity": "sha512-LJbvkMYtMcv/aSxWY8+gjVl7cK2TM4ShJZ7sgAXqiZjleAw74xkY268ISU7nu8fj22QeZzXXm6tZlWNjJciIJA==", "engines": { "node": ">=12" }, "peerDependencies": { - "metalsmith": "^2.3.0" + "metalsmith": "^2.5.0" } }, "node_modules/@metalsmith/layouts": { @@ -5174,9 +5174,9 @@ } }, "@metalsmith/drafts": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@metalsmith/drafts/-/drafts-1.2.0.tgz", - "integrity": "sha512-V8pImXuv8U93npByR9dickR74Sq1byAkYdbnA4HRXUT55SZD6GTF9SMlLDo5qGv6vbL3YXxcn/87UEplCwQREA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@metalsmith/drafts/-/drafts-1.3.0.tgz", + "integrity": "sha512-LJbvkMYtMcv/aSxWY8+gjVl7cK2TM4ShJZ7sgAXqiZjleAw74xkY268ISU7nu8fj22QeZzXXm6tZlWNjJciIJA==", "requires": {} }, "@metalsmith/layouts": { diff --git a/package.json b/package.json index 0a11214..7d96539 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@metalsmith/collections": "^1.3.0", - "@metalsmith/drafts": "^1.2.0", + "@metalsmith/drafts": "^1.3.0", "@metalsmith/layouts": "^2.6.0", "@metalsmith/markdown": "^1.6.0", "@metalsmith/metadata": "^0.2.0",