From a12a3a6810e21e4bafdcab07e2c476cf12e9a4e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 12:17:51 +0100 Subject: [PATCH] Bump rollup from 3.5.1 to 3.6.0 Bumps [rollup](https://github.com/rollup/rollup) from 3.5.1 to 3.6.0. - [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/v3.5.1...v3.6.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 2e9fe64b..ed73de82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "postcss": "^8.4.19", "postcss-cli": "^10.1.0", "postcss-understrap-palette-generator": "git+https://github.com/understrap/postcss-understrap-palette-generator.git", - "rollup": "^3.5.1", + "rollup": "^3.6.0", "sass": "^1.56.1", "terser": "^5.16.1" }, @@ -4951,9 +4951,9 @@ } }, "node_modules/rollup": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.1.tgz", - "integrity": "sha512-hdQWTvPeiAbM6SUkxV70HdGUVxsgsc+CLy5fuh4KdgUBJ0SowXiix8gANgXoG3wEuLwfoJhCT2V+WwxfWq9Ikw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.6.0.tgz", + "integrity": "sha512-qCgiBeSu2/AIOKWGFMiRkjPlGlcVwxAjwpGKQZOQYng+83Hip4PjrWHm7EQX1wnrvRqfTytEihRRfLHdX+hR4g==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -9578,9 +9578,9 @@ "dev": true }, "rollup": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.1.tgz", - "integrity": "sha512-hdQWTvPeiAbM6SUkxV70HdGUVxsgsc+CLy5fuh4KdgUBJ0SowXiix8gANgXoG3wEuLwfoJhCT2V+WwxfWq9Ikw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.6.0.tgz", + "integrity": "sha512-qCgiBeSu2/AIOKWGFMiRkjPlGlcVwxAjwpGKQZOQYng+83Hip4PjrWHm7EQX1wnrvRqfTytEihRRfLHdX+hR4g==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index d3573de4..2501fe39 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "postcss": "^8.4.19", "postcss-cli": "^10.1.0", "postcss-understrap-palette-generator": "git+https://github.com/understrap/postcss-understrap-palette-generator.git", - "rollup": "^3.5.1", + "rollup": "^3.6.0", "sass": "^1.56.1", "terser": "^5.16.1" }