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-07-26 12:01:49 +0300
committerGitHub <noreply@github.com>2022-07-26 12:01:49 +0300
commitfc555011726682f39e680e564f902c6ede4e4a0a (patch)
tree9bcca3a06440046eab771fe2d2a9780523d4e946
parent00aa1a5c6e04629955ee45780b86f6ce8fd48ebf (diff)
Bump rollup from 2.77.0 to 2.77.1dependabot/npm_and_yarn/rollup-2.77.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.77.0 to 2.77.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.77.0...v2.77.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... 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 1fb0cca840..6ef85d38f7 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.0",
+ "rollup": "^2.77.1",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
"sass": "^1.53.0",
@@ -8713,9 +8713,9 @@
}
},
"node_modules/rollup": {
- "version": "2.77.0",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.0.tgz",
- "integrity": "sha512-vL8xjY4yOQEw79DvyXLijhnhh+R/O9zpF/LEgkCebZFtb6ELeN9H3/2T0r8+mp+fFTBHZ5qGpOpW2ela2zRt3g==",
+ "version": "2.77.1",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.1.tgz",
+ "integrity": "sha512-GhutNJrvTYD6s1moo+kyq7lD9DeR5HDyXo4bDFlDSkepC9kVKY+KK/NSZFzCmeXeia3kEzVuToQmHRdugyZHxw==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@@ -16852,9 +16852,9 @@
}
},
"rollup": {
- "version": "2.77.0",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.0.tgz",
- "integrity": "sha512-vL8xjY4yOQEw79DvyXLijhnhh+R/O9zpF/LEgkCebZFtb6ELeN9H3/2T0r8+mp+fFTBHZ5qGpOpW2ela2zRt3g==",
+ "version": "2.77.1",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.1.tgz",
+ "integrity": "sha512-GhutNJrvTYD6s1moo+kyq7lD9DeR5HDyXo4bDFlDSkepC9kVKY+KK/NSZFzCmeXeia3kEzVuToQmHRdugyZHxw==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"
diff --git a/package.json b/package.json
index 3d0f59b929..791f289e8f 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.0",
+ "rollup": "^2.77.1",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
"sass": "^1.53.0",