diff --git a/package-lock.json b/package-lock.json index 6076980..2c4ac88 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.1.0", @@ -19,7 +19,6 @@ "metalsmith": "^2.5.1", "metalsmith-html-minifier": "^4.0.1", "metalsmith-if": "^0.1.1", - "metalsmith-metadata": "^0.0.4", "metalsmith-prism": "^4.1.0", "metalsmith-static-files": "^0.2.0" }, @@ -137,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": { @@ -3140,35 +3139,6 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, - "node_modules/metalsmith-metadata": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/metalsmith-metadata/-/metalsmith-metadata-0.0.4.tgz", - "integrity": "sha512-70N1UmxbKpTFc9h3zFtvQGVUmtde8W5dRr9Gl7R3DpWEZ6jAftGR9IA7RLCo7Y8f+lAyx7MW7sZu2SUw1Pk4Ww==", - "deprecated": "This package is no longer maintained and has moved to the @metalsmith org; Please migrate to the following package: @metalsmith/metadata", - "dependencies": { - "js-yaml": "^3.2.7" - } - }, - "node_modules/metalsmith-metadata/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/metalsmith-metadata/node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, "node_modules/metalsmith-prism": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/metalsmith-prism/-/metalsmith-prism-4.1.0.tgz", @@ -5204,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": { @@ -7463,33 +7433,6 @@ } } }, - "metalsmith-metadata": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/metalsmith-metadata/-/metalsmith-metadata-0.0.4.tgz", - "integrity": "sha512-70N1UmxbKpTFc9h3zFtvQGVUmtde8W5dRr9Gl7R3DpWEZ6jAftGR9IA7RLCo7Y8f+lAyx7MW7sZu2SUw1Pk4Ww==", - "requires": { - "js-yaml": "^3.2.7" - }, - "dependencies": { - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "requires": { - "sprintf-js": "~1.0.2" - } - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - } - } - } - }, "metalsmith-prism": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/metalsmith-prism/-/metalsmith-prism-4.1.0.tgz", diff --git a/package.json b/package.json index 96bbba5..68a4d0d 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.1.0",