Bump rollup from 2.66.1 to 2.68.0 in /src/pretix/static/npm_dir (#2504)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-03-03 15:44:13 +01:00
committed by GitHub
parent d7a32d985b
commit 6c94b62bb1
2 changed files with 4 additions and 4 deletions

View File

@@ -3257,9 +3257,9 @@
}
},
"rollup": {
"version": "2.66.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.66.1.tgz",
"integrity": "sha512-crSgLhSkLMnKr4s9iZ/1qJCplgAgrRY+igWv8KhG/AjKOJ0YX/WpmANyn8oxrw+zenF3BXWDLa7Xl/QZISH+7w==",
"version": "2.68.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.68.0.tgz",
"integrity": "sha512-XrMKOYK7oQcTio4wyTz466mucnd8LzkiZLozZ4Rz0zQD+HeX4nUK4B8GrTX/2EvN2/vBF/i2WnaXboPxo0JylA==",
"requires": {
"fsevents": "~2.3.2"
}

View File

@@ -9,7 +9,7 @@
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"vue": "^2.6.14",
"rollup": "^2.66.1",
"rollup": "^2.68.0",
"rollup-plugin-vue": "^5.0.1",
"vue-template-compiler": "^2.6.14"
}