build(deps): bump rollup from 2.43.1 to 2.44.0 in /web (#673)

This commit is contained in:
dependabot[bot] 2021-03-30 09:10:55 +02:00 committed by GitHub
parent 03cf8799c4
commit 01ae3334ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
web/package-lock.json generated
View File

@ -2898,9 +2898,9 @@
} }
}, },
"rollup": { "rollup": {
"version": "2.43.1", "version": "2.44.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.43.1.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.44.0.tgz",
"integrity": "sha512-kvRE6VJbiv4d8m2nGeccc3qRpzOMghAhu2KeITjyZVCjneIFLPQ3zm2Wmqnl0LcUg3FvDaV0MfKnG4NCMbiSfw==", "integrity": "sha512-rGSF4pLwvuaH/x4nAS+zP6UNn5YUDWf/TeEU5IoXSZKBbKRNTCI3qMnYXKZgrC0D2KzS2baiOZt1OlqhMu5rnQ==",
"requires": { "requires": {
"fsevents": "~2.3.1" "fsevents": "~2.3.1"
} }

View File

@ -26,7 +26,7 @@
"lit-element": "^2.4.0", "lit-element": "^2.4.0",
"lit-html": "^1.3.0", "lit-html": "^1.3.0",
"rapidoc": "^8.4.9", "rapidoc": "^8.4.9",
"rollup": "^2.43.1", "rollup": "^2.44.0",
"rollup-plugin-copy": "^3.4.0", "rollup-plugin-copy": "^3.4.0",
"rollup-plugin-cssimport": "^1.0.2", "rollup-plugin-cssimport": "^1.0.2",
"rollup-plugin-external-globals": "^0.6.1", "rollup-plugin-external-globals": "^0.6.1",