Bump rollup from 2.59.0 to 2.60.2 in /src/pretix/static/npm_dir (#2362)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-12-03 14:39:02 +01:00
committed by GitHub
parent 2d37b0df77
commit 1f31ee2ea1
2 changed files with 4 additions and 4 deletions

View File

@@ -4664,9 +4664,9 @@
}
},
"rollup": {
"version": "2.59.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.59.0.tgz",
"integrity": "sha512-l7s90JQhCQ6JyZjKgo7Lq1dKh2RxatOM+Jr6a9F7WbS9WgKbocyUSeLmZl8evAse7y96Ae98L2k1cBOwWD8nHw==",
"version": "2.60.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.60.2.tgz",
"integrity": "sha512-1Bgjpq61sPjgoZzuiDSGvbI1tD91giZABgjCQBKM5aYLnzjq52GoDuWVwT/cm/MCxCMPU8gqQvkj8doQ5C8Oqw==",
"requires": {
"fsevents": "~2.3.2"
}

View File

@@ -9,7 +9,7 @@
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"vue": "^2.6.14",
"rollup": "^2.59.0",
"rollup": "^2.60.2",
"rollup-plugin-vue": "^5.0.1",
"vue-template-compiler": "^2.6.14"
}