diff --git a/package-lock.json b/package-lock.json index 275f38cdb455d..488be9b4b649e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1", "marked": "^4.0.12", - "metalsmith": "^2.4.1", + "metalsmith": "^2.4.2", "metalsmith-collections": "^0.9.0", "metalsmith-discover-helpers": "^0.1.1", "metalsmith-discover-partials": "^0.1.2", @@ -873,7 +873,6 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -3951,11 +3950,11 @@ } }, "node_modules/metalsmith": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/metalsmith/-/metalsmith-2.4.1.tgz", - "integrity": "sha512-k8Q6mEJL21GmcmAb7PuawSff68/GcV2ctyFyZgoQgSc+2MrdCZxkZPqQY0EfZ6o4KqsBvdHvgNYUMzZQGTmxBQ==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/metalsmith/-/metalsmith-2.4.2.tgz", + "integrity": "sha512-HS/MRADloJS3+O5V/+4f/khBkwtdYUQFWEGqeviLT/7wNgHWknMiIflV99JeYzj0hbw+L0aTb2spPlnWW4/Adg==", "dependencies": { - "chalk": "^3.0.0", + "chalk": "^4.1.2", "clone": "^2.1.2", "co-fs-extra": "^1.2.1", "commander": "^6.2.1", @@ -4098,18 +4097,6 @@ "node": ">=8" } }, - "node_modules/metalsmith/node_modules/chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/metalsmith/node_modules/clone": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", @@ -9383,7 +9370,6 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -11696,11 +11682,11 @@ "dev": true }, "metalsmith": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/metalsmith/-/metalsmith-2.4.1.tgz", - "integrity": "sha512-k8Q6mEJL21GmcmAb7PuawSff68/GcV2ctyFyZgoQgSc+2MrdCZxkZPqQY0EfZ6o4KqsBvdHvgNYUMzZQGTmxBQ==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/metalsmith/-/metalsmith-2.4.2.tgz", + "integrity": "sha512-HS/MRADloJS3+O5V/+4f/khBkwtdYUQFWEGqeviLT/7wNgHWknMiIflV99JeYzj0hbw+L0aTb2spPlnWW4/Adg==", "requires": { - "chalk": "^3.0.0", + "chalk": "^4.1.2", "clone": "^2.1.2", "co-fs-extra": "^1.2.1", "commander": "^6.2.1", @@ -11715,15 +11701,6 @@ "ware": "^1.3.0" }, "dependencies": { - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, "clone": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", diff --git a/package.json b/package.json index ef8a0c572ea60..6842b80bb7095 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1", "marked": "^4.0.12", - "metalsmith": "^2.4.1", + "metalsmith": "^2.4.2", "metalsmith-collections": "^0.9.0", "metalsmith-discover-helpers": "^0.1.1", "metalsmith-discover-partials": "^0.1.2",