From 360ef7f6c55ec80bd23f1e1d85670a00178eefa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 22:11:39 +0000 Subject: [PATCH] Bump @web/rollup-plugin-html from 2.0.0 to 2.0.1 Bumps [@web/rollup-plugin-html](https://github.com/modernweb-dev/web/tree/HEAD/packages/rollup-plugin-html) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/rollup-plugin-html/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/rollup-plugin-html@2.0.1/packages/rollup-plugin-html) --- updated-dependencies: - dependency-name: "@web/rollup-plugin-html" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d119af06a4..1a80a8ee05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "@types/polymer": "^1.2.13", "@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/parser": "^6.5.0", - "@web/rollup-plugin-html": "^2.0.0", + "@web/rollup-plugin-html": "^2.0.1", "concurrently": "^8.2.1", "eslint": "^8.48.0", "eslint-config-prettier": "^9.0.0", @@ -5949,9 +5949,9 @@ } }, "node_modules/@web/rollup-plugin-html": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@web/rollup-plugin-html/-/rollup-plugin-html-2.0.0.tgz", - "integrity": "sha512-XaCaEufPQ+byMYNjRtJ+YYKqSWGo2ct9VVa6Bquxfd6VjKziYorNJtsDbVMkjWzIlK9PY7Y5yIsAAxYjTChOBA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@web/rollup-plugin-html/-/rollup-plugin-html-2.0.1.tgz", + "integrity": "sha512-4z0whGiRar8IYNqdid0QBgah3rPib/I4SFt2cB2mqLkQNHXWNCjRrIzhdrZPaTxUlshJNhbTHtEi/epT1mhLkQ==", "dev": true, "dependencies": { "@web/parse5-utils": "^2.0.0", @@ -25556,9 +25556,9 @@ } }, "@web/rollup-plugin-html": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@web/rollup-plugin-html/-/rollup-plugin-html-2.0.0.tgz", - "integrity": "sha512-XaCaEufPQ+byMYNjRtJ+YYKqSWGo2ct9VVa6Bquxfd6VjKziYorNJtsDbVMkjWzIlK9PY7Y5yIsAAxYjTChOBA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@web/rollup-plugin-html/-/rollup-plugin-html-2.0.1.tgz", + "integrity": "sha512-4z0whGiRar8IYNqdid0QBgah3rPib/I4SFt2cB2mqLkQNHXWNCjRrIzhdrZPaTxUlshJNhbTHtEi/epT1mhLkQ==", "dev": true, "requires": { "@web/parse5-utils": "^2.0.0", diff --git a/package.json b/package.json index 9a785121db..5e36b5104f 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@types/polymer": "^1.2.13", "@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/parser": "^6.5.0", - "@web/rollup-plugin-html": "^2.0.0", + "@web/rollup-plugin-html": "^2.0.1", "concurrently": "^8.2.1", "eslint": "^8.48.0", "eslint-config-prettier": "^9.0.0",