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-05-17 12:01:27 +0300
committerGitHub <noreply@github.com>2022-05-17 12:01:27 +0300
commit457b9a4fffd3414411ad9a4a1650be51d4f7b8b9 (patch)
tree17c1f28b1b4db17ccf6ae49a59d38529d6ae5a76
parentb5a956781f17a153626bb60ef09ef2a80dc74b8f (diff)
Bump rollup from 2.72.1 to 2.73.0dependabot/npm_and_yarn/rollup-2.73.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.72.1 to 2.73.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.72.1...v2.73.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 0c11636522..34b05e81e4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -56,7 +56,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.13",
"postcss-cli": "^9.1.0",
- "rollup": "^2.72.1",
+ "rollup": "^2.73.0",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
"sass": "^1.51.0",
@@ -9157,9 +9157,9 @@
}
},
"node_modules/rollup": {
- "version": "2.72.1",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.1.tgz",
- "integrity": "sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==",
+ "version": "2.73.0",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.73.0.tgz",
+ "integrity": "sha512-h/UngC3S4Zt28mB3g0+2YCMegT5yoftnQplwzPqGZcKvlld5e+kT/QRmJiL+qxGyZKOYpgirWGdLyEO1b0dpLQ==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@@ -17805,9 +17805,9 @@
}
},
"rollup": {
- "version": "2.72.1",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.1.tgz",
- "integrity": "sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==",
+ "version": "2.73.0",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.73.0.tgz",
+ "integrity": "sha512-h/UngC3S4Zt28mB3g0+2YCMegT5yoftnQplwzPqGZcKvlld5e+kT/QRmJiL+qxGyZKOYpgirWGdLyEO1b0dpLQ==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"
diff --git a/package.json b/package.json
index 049c51bb25..f9984020c4 100644
--- a/package.json
+++ b/package.json
@@ -141,7 +141,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.13",
"postcss-cli": "^9.1.0",
- "rollup": "^2.72.1",
+ "rollup": "^2.73.0",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
"sass": "^1.51.0",