diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-13 18:07:15 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-13 18:07:15 +0200 |
| commit | 6117bf6bf3b61567a6ed98c76936e5a4f2202112 (patch) | |
| tree | 566ccf4ddcfb231a2ed720e0a3fc3560d256dd2f | |
| parent | f7ec6bca7230d811609ecab4c94163cfc7968e4f (diff) | |
| download | bootstrap-6117bf6bf3b61567a6ed98c76936e5a4f2202112.tar.xz bootstrap-6117bf6bf3b61567a6ed98c76936e5a4f2202112.zip | |
Build(deps-dev): Bump rollup from 3.5.0 to 3.7.4 (#37633)
Bumps [rollup](https://github.com/rollup/rollup) from 3.5.0 to 3.7.4.
- [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.0...v3.7.4)
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 14 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 40cf4a63e..ceb7861e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.19", "postcss-cli": "^10.1.0", - "rollup": "^3.5.0", + "rollup": "^3.7.4", "rollup-plugin-istanbul": "^4.0.0", "rtlcss": "^4.0.0", "sass": "^1.56.2", @@ -8924,9 +8924,9 @@ } }, "node_modules/rollup": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.0.tgz", - "integrity": "sha512-TYu2L+TGhmNsXCtByont89u+ATQLcDy6A+++PwLXYunRtOm7XnaD+65s1pvewaOxMYR0eOkMXn9/i0saBxxpnQ==", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.7.4.tgz", + "integrity": "sha512-jN9rx3k5pfg9H9al0r0y1EYKSeiRANZRYX32SuNXAnKzh6cVyf4LZVto1KAuDnbHT03E1CpsgqDKaqQ8FZtgxw==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -17117,9 +17117,9 @@ } }, "rollup": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.0.tgz", - "integrity": "sha512-TYu2L+TGhmNsXCtByont89u+ATQLcDy6A+++PwLXYunRtOm7XnaD+65s1pvewaOxMYR0eOkMXn9/i0saBxxpnQ==", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.7.4.tgz", + "integrity": "sha512-jN9rx3k5pfg9H9al0r0y1EYKSeiRANZRYX32SuNXAnKzh6cVyf4LZVto1KAuDnbHT03E1CpsgqDKaqQ8FZtgxw==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index 687b0ac3b..04f0f2e02 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.19", "postcss-cli": "^10.1.0", - "rollup": "^3.5.0", + "rollup": "^3.7.4", "rollup-plugin-istanbul": "^4.0.0", "rtlcss": "^4.0.0", "sass": "^1.56.2", |
