diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-30 16:09:56 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-30 16:09:56 +0300 |
| commit | b0cbb2a0cbfa3f9c89bfa7eec2baf473de704fb9 (patch) | |
| tree | 61d4db51bac21d274e0fb1ad391301a5d10d1e5c | |
| parent | ba6b94fc87f56fba62f34a753bb29e10100b5366 (diff) | |
| download | bootstrap-b0cbb2a0cbfa3f9c89bfa7eec2baf473de704fb9.tar.xz bootstrap-b0cbb2a0cbfa3f9c89bfa7eec2baf473de704fb9.zip | |
Bump @rollup/plugin-commonjs from 17.1.0 to 18.0.0 (#33513)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 17.1.0 to 18.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v17.1.0...commonjs-v18.0.0)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
| -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 0db62d2f6..d4084215c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1385,9 +1385,9 @@ } }, "@rollup/plugin-commonjs": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-17.1.0.tgz", - "integrity": "sha512-PoMdXCw0ZyvjpCMT5aV4nkL0QywxP29sODQsSGeDpr/oI49Qq9tRtAsb/LbYbDzFlOydVEqHmmZWFtXJEAX9ew==", + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-18.0.0.tgz", + "integrity": "sha512-fj92shhg8luw7XbA0HowAqz90oo7qtLGwqTKbyZ8pmOyH8ui5e+u0wPEgeHLH3djcVma6gUCUrjY6w5R2o1u6g==", "dev": true, "requires": { "@rollup/pluginutils": "^3.1.0", diff --git a/package.json b/package.json index cf47f0819..fb0eafe10 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "@babel/preset-env": "^7.13.12", "@popperjs/core": "^2.9.1", "@rollup/plugin-babel": "^5.3.0", - "@rollup/plugin-commonjs": "^17.1.0", + "@rollup/plugin-commonjs": "^18.0.0", "@rollup/plugin-node-resolve": "^11.2.0", "@rollup/plugin-replace": "^2.4.2", "autoprefixer": "^10.2.5", |
