Bump rollup from 2.60.2 to 2.62.0 in /src/pretix/static/npm_dir (#2402)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-01-04 10:30:51 +01:00
committed by GitHub
parent 39557fc452
commit fd16ef1e4d
2 changed files with 4 additions and 4 deletions

View File

@@ -3884,9 +3884,9 @@
}
},
"rollup": {
"version": "2.60.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.60.2.tgz",
"integrity": "sha512-1Bgjpq61sPjgoZzuiDSGvbI1tD91giZABgjCQBKM5aYLnzjq52GoDuWVwT/cm/MCxCMPU8gqQvkj8doQ5C8Oqw==",
"version": "2.62.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.62.0.tgz",
"integrity": "sha512-cJEQq2gwB0GWMD3rYImefQTSjrPYaC6s4J9pYqnstVLJ1CHa/aZNVkD4Epuvg4iLeMA4KRiq7UM7awKK6j7jcw==",
"requires": {
"fsevents": "~2.3.2"
}

View File

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