Bump rollup from 2.38.2 to 2.38.5 (#3390)

Bumps [rollup](https://github.com/rollup/rollup) from 2.38.2 to 2.38.5.
- [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.38.2...v2.38.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3386/head
dependabot[bot] 2021-02-08 11:15:28 +05:30 committed by GitHub
parent b9f5b978c6
commit ca1a5abbdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 14 deletions

17
package-lock.json generated
View File

@ -8749,21 +8749,12 @@
} }
}, },
"rollup": { "rollup": {
"version": "2.38.2", "version": "2.38.5",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.38.2.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.38.5.tgz",
"integrity": "sha512-3Sg65zfgqsnI2LUFsOmhJDvTWXwio+taySq/dsyvel8+GW+AxeW9V6YZG8BpVGQk/TS4uvGLARRH5T3ygDyyNQ==", "integrity": "sha512-VoWt8DysFGDVRGWuHTqZzT02J0ASgjVq/hPs9QcBOGMd7B+jfTr/iqMVEyOi901rE3xq+Deq66GzIT1yt7sGwQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"fsevents": "~2.1.2" "fsevents": "~2.3.1"
},
"dependencies": {
"fsevents": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz",
"integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==",
"dev": true,
"optional": true
}
} }
}, },
"run-parallel": { "run-parallel": {

View File

@ -153,7 +153,7 @@
"postcss": "^8.2.4", "postcss": "^8.2.4",
"postcss-cli": "^8.3.1", "postcss-cli": "^8.3.1",
"postcss-scrollbar": "^0.3.0", "postcss-scrollbar": "^0.3.0",
"rollup": "^2.38.2", "rollup": "^2.38.5",
"stylelint": "^13.9.0", "stylelint": "^13.9.0",
"stylelint-config-twbs-bootstrap": "^2.1.0", "stylelint-config-twbs-bootstrap": "^2.1.0",
"terser": "^5.5.1", "terser": "^5.5.1",