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>2022-08-16 12:01:20 +0300
committerGitHub <noreply@github.com>2022-08-16 12:01:20 +0300
commit2e67fda6c6c4b0194cda224ce03e0e0dd45aefc1 (patch)
tree4c52bd45bcd37d3080dc3ae9f43b4209ff0367cc
parentc3c65911665ab64bdaa15d405db65ee81655dbf3 (diff)
Bump rollup from 2.77.2 to 2.78.0dependabot/npm_and_yarn/rollup-2.78.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.77.2 to 2.78.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/v2.77.2...v2.78.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@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 b2511343d0..02f1e21fbd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -56,7 +56,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"postcss-cli": "^10.0.0",
- "rollup": "^2.77.2",
+ "rollup": "^2.78.0",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
"sass": "^1.54.2",
@@ -8823,9 +8823,9 @@
}
},
"node_modules/rollup": {
- "version": "2.77.2",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.2.tgz",
- "integrity": "sha512-m/4YzYgLcpMQbxX3NmAqDvwLATZzxt8bIegO78FZLl+lAgKJBd1DRAOeEiZcKOIOPjxE6ewHWHNgGEalFXuz1g==",
+ "version": "2.78.0",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.78.0.tgz",
+ "integrity": "sha512-4+YfbQC9QEVvKTanHhIAFVUFSRsezvQF8vFOJwtGfb9Bb+r014S+qryr9PSmw8x6sMnPkmFBGAvIFVQxvJxjtg==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@@ -16976,9 +16976,9 @@
}
},
"rollup": {
- "version": "2.77.2",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.2.tgz",
- "integrity": "sha512-m/4YzYgLcpMQbxX3NmAqDvwLATZzxt8bIegO78FZLl+lAgKJBd1DRAOeEiZcKOIOPjxE6ewHWHNgGEalFXuz1g==",
+ "version": "2.78.0",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.78.0.tgz",
+ "integrity": "sha512-4+YfbQC9QEVvKTanHhIAFVUFSRsezvQF8vFOJwtGfb9Bb+r014S+qryr9PSmw8x6sMnPkmFBGAvIFVQxvJxjtg==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"
diff --git a/package.json b/package.json
index 32ec47f86b..0ccc6166d9 100644
--- a/package.json
+++ b/package.json
@@ -141,7 +141,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"postcss-cli": "^10.0.0",
- "rollup": "^2.77.2",
+ "rollup": "^2.78.0",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
"sass": "^1.54.2",