From 8e7561d30e50f8933fce6a75e9aad43b268003ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:37:10 +0000 Subject: [PATCH] Bump rollup in /custom_components/smart_irrigation/frontend Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 3.29.5. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.79.1...v3.29.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../frontend/package-lock.json | 25 +++++++++++++++---- .../smart_irrigation/frontend/package.json | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/custom_components/smart_irrigation/frontend/package-lock.json b/custom_components/smart_irrigation/frontend/package-lock.json index 758d4dab..c70970f3 100644 --- a/custom_components/smart_irrigation/frontend/package-lock.json +++ b/custom_components/smart_irrigation/frontend/package-lock.json @@ -28,7 +28,7 @@ "lit": "^2.7.6", "moment": "^2.29.4", "prettier": "*", - "rollup": "^2.79.1", + "rollup": "^3.29.5", "rollup-plugin-terser": "*", "rollup-plugin-typescript2": "*", "typescript": "*" @@ -1593,6 +1593,20 @@ "typescript": "^4.5.4" } }, + "node_modules/custom-card-helpers/node_modules/rollup": { + "version": "2.79.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", + "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=10.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, "node_modules/custom-card-helpers/node_modules/typescript": { "version": "4.9.5", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", @@ -3596,14 +3610,15 @@ } }, "node_modules/rollup": { - "version": "2.79.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", - "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", + "version": "3.29.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", + "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", "bin": { "rollup": "dist/bin/rollup" }, "engines": { - "node": ">=10.0.0" + "node": ">=14.18.0", + "npm": ">=8.0.0" }, "optionalDependencies": { "fsevents": "~2.3.2" diff --git a/custom_components/smart_irrigation/frontend/package.json b/custom_components/smart_irrigation/frontend/package.json index 99c1b66b..fe9831a9 100644 --- a/custom_components/smart_irrigation/frontend/package.json +++ b/custom_components/smart_irrigation/frontend/package.json @@ -40,7 +40,7 @@ "lit": "^2.7.6", "moment": "^2.29.4", "prettier": "*", - "rollup": "^2.79.1", + "rollup": "^3.29.5", "rollup-plugin-terser": "*", "rollup-plugin-typescript2": "*", "typescript": "*"