Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-18 09:14:44 +0300
committerGitHub <noreply@github.com>2021-06-18 09:14:44 +0300
commitd16a799217281e79a4fe7679e3aa15612161dc8f (patch)
tree7d7c5f23cd45cebf7ef511ae579e4583fa7d801d /package-lock.json
parentc6d6156e42dc8deb16b88356baa5c968fe54064c (diff)
Bump rollup from 2.51.2 to 2.52.1 (#34288)
Bumps [rollup](https://github.com/rollup/rollup) from 2.51.2 to 2.52.1. - [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.51.2...v2.52.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 40374aefa3..ea88e170b7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8896,12 +8896,12 @@
}
},
"rollup": {
- "version": "2.51.2",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.51.2.tgz",
- "integrity": "sha512-ReV2eGEadA7hmXSzjxdDKs10neqH2QURf2RxJ6ayAlq93ugy6qIvXMmbc5cWMGCDh1h5T4thuWO1e2VNbMq8FA==",
+ "version": "2.52.1",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.1.tgz",
+ "integrity": "sha512-/SPqz8UGnp4P1hq6wc9gdTqA2bXQXGx13TtoL03GBm6qGRI6Hm3p4Io7GeiHNLl0BsQAne1JNYY+q/apcY933w==",
"dev": true,
"requires": {
- "fsevents": "~2.3.1"
+ "fsevents": "~2.3.2"
}
},
"rollup-plugin-istanbul": {