diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-30 16:05:21 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-30 16:05:21 +0300 |
| commit | ba6b94fc87f56fba62f34a753bb29e10100b5366 (patch) | |
| tree | 044ab1e62b4d1789209e89cd22d8366b6027c0b9 | |
| parent | d5557d188b7581b84d3120cfbacf3ca85ea5eae6 (diff) | |
| download | bootstrap-ba6b94fc87f56fba62f34a753bb29e10100b5366.tar.xz bootstrap-ba6b94fc87f56fba62f34a753bb29e10100b5366.zip | |
Bump @rollup/plugin-replace from 2.4.1 to 2.4.2 (#33512)
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/replace-v2.4.1...replace-v2.4.2)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 6 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index e6747b780..0db62d2f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1422,9 +1422,9 @@ } }, "@rollup/plugin-replace": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.1.tgz", - "integrity": "sha512-XwC1oK5rrtRJ0tn1ioLHS6OV5JTluJF7QE1J/q1hN3bquwjnVxjtMyY9iCnoyH9DQbf92CxajB3o98wZbP3oAQ==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz", + "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==", "dev": true, "requires": { "@rollup/pluginutils": "^3.1.0", diff --git a/package.json b/package.json index defbc3f36..cf47f0819 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.1", + "@rollup/plugin-replace": "^2.4.2", "autoprefixer": "^10.2.5", "bundlewatch": "^0.3.2", "clean-css-cli": "^5.2.2", |
