From 1e5234589ace149a9515d25dcab80e33c690cea3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Mar 2023 23:30:57 +0000 Subject: [PATCH] fix: upgrade @metalsmith/drafts from 1.2.0 to 1.3.0 Snyk has created this PR to upgrade @metalsmith/drafts from 1.2.0 to 1.3.0. See this package in npm: https://www.npmjs.com/package/@metalsmith/drafts See this project in Snyk: https://app.snyk.io/org/q1bluequantumblockchainlabs.onmicrosoft.com/project/8ea5d4c3-9fdc-4ea2-9caa-3be881f3b36b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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",