From 7d154d5fdd662c2f93c6b9dd7598a7fd777ee468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 04:14:43 +0000 Subject: [PATCH] chore(deps-dev): bump @rollup/plugin-html from 1.0.1 to 1.0.2 Bumps [@rollup/plugin-html](https://github.com/rollup/plugins/tree/HEAD/packages/html) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/html/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/beep-v1.0.2/packages/html) --- updated-dependencies: - dependency-name: "@rollup/plugin-html" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a2ec8a7..2de48b61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1287,9 +1287,9 @@ } }, "@rollup/plugin-html": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-html/-/plugin-html-1.0.1.tgz", - "integrity": "sha512-ex4qCaauEhrhYTlFaW/D1Y66I/qL8Uu04FWFR+eQgjOtRCegMtscn69fS6ZGeL1GG6qCFdV8DTaP911uyMycWw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@rollup/plugin-html/-/plugin-html-1.0.2.tgz", + "integrity": "sha512-jGqb45BPj5kwvb/bq1jIzUDLebsm1xmfnY1rwgTIZyjpsMyMKLuQO27n4z5qv6kZmxqxh+CBRD7d1rjAu85Uzg==", "dev": true }, "@rollup/plugin-node-resolve": {