aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-15 14:40:40 +0300
committerGitHub <[email protected]>2023-08-15 14:40:40 +0300
commitc59c8b939e9656dfd66ead3acb54b34a518206b0 (patch)
treebc4c4c5368c75de6d1d2cf5535794825e500ed75
parentc9a3e352f0ece0e9584e86e113d0ecb319d8c112 (diff)
downloadbootstrap-c59c8b939e9656dfd66ead3acb54b34a518206b0.tar.xz
bootstrap-c59c8b939e9656dfd66ead3acb54b34a518206b0.zip
Build(deps-dev): Bump rollup from 3.27.2 to 3.28.0 (#39056)
Bumps [rollup](https://github.com/rollup/rollup) from 3.27.2 to 3.28.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.27.2...v3.28.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index e1ee91c63..3b9c7de4b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -58,7 +58,7 @@
"npm-run-all2": "^6.0.6",
"postcss": "^8.4.27",
"postcss-cli": "^10.1.0",
- "rollup": "^3.27.2",
+ "rollup": "^3.28.0",
"rollup-plugin-istanbul": "^4.0.0",
"rtlcss": "^4.1.0",
"sass": "^1.65.1",
@@ -9521,9 +9521,9 @@
}
},
"node_modules/rollup": {
- "version": "3.27.2",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.27.2.tgz",
- "integrity": "sha512-YGwmHf7h2oUHkVBT248x0yt6vZkYQ3/rvE5iQuVBh3WO8GcJ6BNeOkpoX1yMHIiBm18EMLjBPIoUDkhgnyxGOQ==",
+ "version": "3.28.0",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.28.0.tgz",
+ "integrity": "sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@@ -18202,9 +18202,9 @@
}
},
"rollup": {
- "version": "3.27.2",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.27.2.tgz",
- "integrity": "sha512-YGwmHf7h2oUHkVBT248x0yt6vZkYQ3/rvE5iQuVBh3WO8GcJ6BNeOkpoX1yMHIiBm18EMLjBPIoUDkhgnyxGOQ==",
+ "version": "3.28.0",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.28.0.tgz",
+ "integrity": "sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"
diff --git a/package.json b/package.json
index ef19c0a3f..713a4a6be 100644
--- a/package.json
+++ b/package.json
@@ -142,7 +142,7 @@
"npm-run-all2": "^6.0.6",
"postcss": "^8.4.27",
"postcss-cli": "^10.1.0",
- "rollup": "^3.27.2",
+ "rollup": "^3.28.0",
"rollup-plugin-istanbul": "^4.0.0",
"rtlcss": "^4.1.0",
"sass": "^1.65.1",