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-02-23 15:41:32 +0300
committerGitHub <noreply@github.com>2021-02-23 15:41:32 +0300
commit45ff785377bfc3e96889ee1c3d30364ba06a177a (patch)
tree71643f02cfae37b5efdf708464a63a6a95aaa557
parent18c36c3a5656db5f8f8a6af261cd285fdec6f198 (diff)
Bump @rollup/plugin-replace from 2.4.0 to 2.4.1 (#33190)
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/replace-v2.4.0...replace-v2.4.1) 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>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 6c8817c217..309fabb185 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1222,9 +1222,9 @@
}
},
"@rollup/plugin-replace": {
- "version": "2.4.0",
- "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.0.tgz",
- "integrity": "sha512-QGuKCj9fTegKtLh1zsxNWP5uVmUctbFOG9S8wIir5dDO7qzGyISmwrQjlyEN0H7ptz60+CFeVFi5x4aDQ5+L6g==",
+ "version": "2.4.1",
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.1.tgz",
+ "integrity": "sha512-XwC1oK5rrtRJ0tn1ioLHS6OV5JTluJF7QE1J/q1hN3bquwjnVxjtMyY9iCnoyH9DQbf92CxajB3o98wZbP3oAQ==",
"dev": true,
"requires": {
"@rollup/pluginutils": "^3.1.0",
diff --git a/package.json b/package.json
index 84a0e8a946..0d7426209e 100644
--- a/package.json
+++ b/package.json
@@ -107,7 +107,7 @@
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
- "@rollup/plugin-replace": "^2.4.0",
+ "@rollup/plugin-replace": "^2.4.1",
"autoprefixer": "^10.2.4",
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.2.0",