From 9c47e87221b74d911c4611ae9cb0ec0dd5a0f63b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Apr 2023 05:12:42 +0000 Subject: [PATCH] Build(deps-dev): Bump rollup from 3.20.5 to 3.20.7 Bumps [rollup](https://github.com/rollup/rollup) from 3.20.5 to 3.20.7. - [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.20.5...v3.20.7) --- updated-dependencies: - dependency-name: rollup 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 d4e51447d7b7..df2e1c28f290 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "npm-run-all2": "^6.0.5", "postcss": "^8.4.22", "postcss-cli": "^10.1.0", - "rollup": "^3.20.5", + "rollup": "^3.20.7", "rollup-plugin-istanbul": "^4.0.0", "rtlcss": "^4.1.0", "sass": "^1.62.0", @@ -9215,9 +9215,9 @@ } }, "node_modules/rollup": { - "version": "3.20.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.20.5.tgz", - "integrity": "sha512-Mx6NE3nLPIP6a9ReV4dTPOYYmDiyarJNtSbc37Jx0jvh8SHySoFPgyZAp9aDP3LnYvaJOrz+fclcwq3oZDzlnA==", + "version": "3.20.7", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.20.7.tgz", + "integrity": "sha512-P7E2zezKSLhWnTz46XxjSmInrbOCiul1yf+kJccMxT56vxjHwCbDfoLbiqFgu+WQoo9ij2PkraYaBstgB2prBA==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -17586,9 +17586,9 @@ } }, "rollup": { - "version": "3.20.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.20.5.tgz", - "integrity": "sha512-Mx6NE3nLPIP6a9ReV4dTPOYYmDiyarJNtSbc37Jx0jvh8SHySoFPgyZAp9aDP3LnYvaJOrz+fclcwq3oZDzlnA==", + "version": "3.20.7", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.20.7.tgz", + "integrity": "sha512-P7E2zezKSLhWnTz46XxjSmInrbOCiul1yf+kJccMxT56vxjHwCbDfoLbiqFgu+WQoo9ij2PkraYaBstgB2prBA==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index 36df8bfa6428..09095e531157 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "npm-run-all2": "^6.0.5", "postcss": "^8.4.22", "postcss-cli": "^10.1.0", - "rollup": "^3.20.5", + "rollup": "^3.20.7", "rollup-plugin-istanbul": "^4.0.0", "rtlcss": "^4.1.0", "sass": "^1.62.0",