chore(deps-dev): bump rollup from 2.53.1 to 2.53.2

Bumps [rollup](https://github.com/rollup/rollup) from 2.53.1 to 2.53.2.
- [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.53.1...v2.53.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-07-19 04:01:31 +00:00
committed by GitHub
parent b6c5d1c2dc
commit cf348c094b
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -43,7 +43,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"release-it": "^14.10.0",
"rollup": "^2.53.1",
"rollup": "^2.53.2",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.0",
@@ -10962,9 +10962,9 @@
}
},
"node_modules/rollup": {
"version": "2.53.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.53.1.tgz",
"integrity": "sha512-yiTCvcYXZEulNWNlEONOQVlhXA/hgxjelFSjNcrwAAIfYx/xqjSHwqg/cCaWOyFRKr+IQBaXwt723m8tCaIUiw==",
"version": "2.53.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.53.2.tgz",
"integrity": "sha512-1CtEYuS5CRCzFZ7SNW5528SlDlk4VDXIRGwbm/2POQxA/G4+7/crIqJwkmnj8Q/74hGx4oVlNvh4E1CJQ5hZ6w==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@@ -20794,9 +20794,9 @@
}
},
"rollup": {
"version": "2.53.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.53.1.tgz",
"integrity": "sha512-yiTCvcYXZEulNWNlEONOQVlhXA/hgxjelFSjNcrwAAIfYx/xqjSHwqg/cCaWOyFRKr+IQBaXwt723m8tCaIUiw==",
"version": "2.53.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.53.2.tgz",
"integrity": "sha512-1CtEYuS5CRCzFZ7SNW5528SlDlk4VDXIRGwbm/2POQxA/G4+7/crIqJwkmnj8Q/74hGx4oVlNvh4E1CJQ5hZ6w==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"

View File

@@ -62,7 +62,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"release-it": "^14.10.0",
"rollup": "^2.53.1",
"rollup": "^2.53.2",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.0",