build(deps): bump rollup from 2.45.1 to 2.45.2 in /web (#735)

This commit is contained in:
dependabot[bot] 2021-04-14 08:26:53 +02:00 committed by GitHub
parent 85c9fbe763
commit 420465981b
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

@ -5368,9 +5368,9 @@
}
},
"rollup": {
"version": "2.45.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.45.1.tgz",
"integrity": "sha512-vPD+JoDj3CY8k6m1bLcAFttXMe78P4CMxoau0iLVS60+S9kLsv2379xaGy4NgYWu+h2WTlucpoLPAoUoixFBag==",
"version": "2.45.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.45.2.tgz",
"integrity": "sha512-kRRU7wXzFHUzBIv0GfoFFIN3m9oteY4uAsKllIpQDId5cfnkWF2J130l+27dzDju0E6MScKiV0ZM5Bw8m4blYQ==",
"requires": {
"fsevents": "~2.3.1"
}

View File

@ -72,7 +72,7 @@
"lit-html": "^1.3.0",
"moment": "^2.29.1",
"rapidoc": "^9.0.0",
"rollup": "^2.45.1",
"rollup": "^2.45.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-cssimport": "^1.0.2",