From 1a8db5eb111160be498a11e5e498ddddac2a8fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 07:10:43 +0000 Subject: [PATCH] chore(deps-dev): bump @rollup/plugin-html from 0.2.4 to 1.0.0 Bumps [@rollup/plugin-html](https://github.com/rollup/plugins/tree/HEAD/packages/html) from 0.2.4 to 1.0.0. - [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.0/packages/html) --- updated-dependencies: - dependency-name: "@rollup/plugin-html" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07d66b60..87c2b757 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4620,9 +4620,9 @@ } }, "@rollup/plugin-html": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/@rollup/plugin-html/-/plugin-html-0.2.4.tgz", - "integrity": "sha512-x0qpNXxbmGa9Jnl4OX89AORPe2T/a4DqNK69BGRnEdaPKq6MdiUXSTam/eCkF5DxkQGcRcPq0L4vzr/E3q4mVA==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-html/-/plugin-html-1.0.0.tgz", + "integrity": "sha512-BFtHaKBiGN3z5fwhUIY8aZxEry1as4xU6iWvrVgOHSHNoH1ZfLaPcghnf2wwcQgt/oN5iF2vk9BoxDouzqIj+A==", "dev": true }, "@rollup/plugin-json": { diff --git a/package.json b/package.json index 2c833623..d0b149bb 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@googlemaps/jest-mocks": "^2.7.5", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^23.0.0", - "@rollup/plugin-html": "^0.2.4", + "@rollup/plugin-html": "^1.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^14.1.0", "@rollup/plugin-typescript": "^8.5.0",