Bump rollup from 2.71.1 to 2.75.5 in /src/pretix/static/npm_dir (#2671)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-06-06 11:52:36 +02:00
committed by GitHub
parent 14bb17435b
commit 911917c9d1
2 changed files with 4 additions and 4 deletions

View File

@@ -3210,9 +3210,9 @@
}
},
"rollup": {
"version": "2.71.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.71.1.tgz",
"integrity": "sha512-lMZk3XfUBGjrrZQpvPSoXcZSfKcJ2Bgn+Z0L1MoW2V8Wh7BVM+LOBJTPo16yul2MwL59cXedzW1ruq3rCjSRgw==",
"version": "2.75.5",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.75.5.tgz",
"integrity": "sha512-JzNlJZDison3o2mOxVmb44Oz7t74EfSd1SQrplQk0wSaXV7uLQXtVdHbxlcT3w+8tZ1TL4r/eLfc7nAbz38BBA==",
"requires": {
"fsevents": "~2.3.2"
}

View File

@@ -9,7 +9,7 @@
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"vue": "^2.6.14",
"rollup": "^2.71.1",
"rollup": "^2.75.5",
"rollup-plugin-vue": "^5.0.1",
"vue-template-compiler": "^2.6.14"
}