Bump rollup from 2.77.1 to 2.77.2 (#1167)

Bumps [rollup](https://github.com/rollup/rollup) from 2.77.1 to 2.77.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.77.1...v2.77.2)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-27 22:19:16 +01:00 committed by GitHub
parent df628c0199
commit b642fba811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -64,7 +64,7 @@
"puppeteer": "15.5.0",
"qs": "6.11.0",
"rimraf": "3.0.2",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-terser": "7.0.2",
"rxjs": "7.5.6",
"ts-node": "10.9.1",
@ -14736,9 +14736,9 @@
}
},
"node_modules/rollup": {
"version": "2.77.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.1.tgz",
"integrity": "sha512-GhutNJrvTYD6s1moo+kyq7lD9DeR5HDyXo4bDFlDSkepC9kVKY+KK/NSZFzCmeXeia3kEzVuToQmHRdugyZHxw==",
"version": "2.77.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.2.tgz",
"integrity": "sha512-m/4YzYgLcpMQbxX3NmAqDvwLATZzxt8bIegO78FZLl+lAgKJBd1DRAOeEiZcKOIOPjxE6ewHWHNgGEalFXuz1g==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@ -27848,9 +27848,9 @@
}
},
"rollup": {
"version": "2.77.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.1.tgz",
"integrity": "sha512-GhutNJrvTYD6s1moo+kyq7lD9DeR5HDyXo4bDFlDSkepC9kVKY+KK/NSZFzCmeXeia3kEzVuToQmHRdugyZHxw==",
"version": "2.77.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.2.tgz",
"integrity": "sha512-m/4YzYgLcpMQbxX3NmAqDvwLATZzxt8bIegO78FZLl+lAgKJBd1DRAOeEiZcKOIOPjxE6ewHWHNgGEalFXuz1g==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"

View File

@ -111,7 +111,7 @@
"puppeteer": "15.5.0",
"qs": "6.11.0",
"rimraf": "3.0.2",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-terser": "7.0.2",
"rxjs": "7.5.6",
"ts-node": "10.9.1",