From 7d1fa7d98149eabf6d6327bf6ddd6e5e4cd05a10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 10:01:49 +0000 Subject: [PATCH] Bump parcel-plugin-inliner from 1.0.10 to 1.0.16 Bumps [parcel-plugin-inliner](https://github.com/shff/parcel-plugin-inliner) from 1.0.10 to 1.0.16. - [Release notes](https://github.com/shff/parcel-plugin-inliner/releases) - [Commits](https://github.com/shff/parcel-plugin-inliner/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6b31d2a..c644e68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1005,15 +1005,6 @@ "any-observable": "^0.3.0" } }, - "@shferreira/posthtml-inline-assets": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@shferreira/posthtml-inline-assets/-/posthtml-inline-assets-3.0.2.tgz", - "integrity": "sha512-Flj6L54Tc17M8p/wbb9YaL01MlX+WQe8gzPTxRb0yF/DYHqgizWEx0XKVeUEHbCGeB14zJ9pVCmCDFBxhc2y3Q==", - "requires": { - "file-type": "^10.4.0", - "fse": "^4.0.1" - } - }, "@types/execa": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@types/execa/-/execa-2.0.0.tgz", @@ -5211,11 +5202,11 @@ } }, "parcel-plugin-inliner": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/parcel-plugin-inliner/-/parcel-plugin-inliner-1.0.10.tgz", - "integrity": "sha512-B2N6QbRvGNYBQjhZdkHw3dKc+YDRNbRpXSsg3A1tA1tizOToSOtvCOWNZbMZcIcvyGxUZ6ZCtGj7/OYujkIn9Q==", + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/parcel-plugin-inliner/-/parcel-plugin-inliner-1.0.16.tgz", + "integrity": "sha512-2HQUmGshACIPO2paraojM79sII1p3kkUQ6IfCVuiO0RyLYta2nQ4y2w/X1Y0RaL1txshJQj3QptCB+R9JEVmgQ==", "requires": { - "@shferreira/posthtml-inline-assets": "^3.0.0" + "posthtml-inline-assets": "^3.1.0" } }, "parse-asn1": { @@ -5784,6 +5775,15 @@ "posthtml-render": "^1.1.5" } }, + "posthtml-inline-assets": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/posthtml-inline-assets/-/posthtml-inline-assets-3.1.0.tgz", + "integrity": "sha512-52VGs/FG8NNlzv04jZe1HBy5pQ+HWifbQpZN5q0tt6QNkgy3SZCutf4UZyM93uzYym71tKPCQkzAXN3XnRSTgA==", + "requires": { + "file-type": "^10.4.0", + "fse": "^4.0.1" + } + }, "posthtml-parser": { "version": "0.4.2", "resolved": "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.4.2.tgz", diff --git a/package.json b/package.json index 8073b2b..9514431 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "listr": "^0.14.3", "node-html-parser": "^1.1.17", "parcel-bundler": "^1.12.4", - "parcel-plugin-inliner": "^1.0.10", + "parcel-plugin-inliner": "^1.0.16", "path": "^0.12.7", "showdown": "^1.9.1", "tmp": "^0.1.0",