build(deps): bump rollup from 2.41.4 to 2.41.5 in /web (#647)

This commit is contained in:
dependabot[bot] 2021-03-19 11:31:13 +01:00 committed by GitHub
parent d8841911de
commit f1a4754568
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

@ -2950,9 +2950,9 @@
}
},
"rollup": {
"version": "2.41.4",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.41.4.tgz",
"integrity": "sha512-f9IHfMO8p2Y8OdisI7Oj3oKkPuaQ6cgSwYqAi0TDvP3w2p+oX1VejX/w28a1h8WTnrapzfO5d4Uqhww+gL0b0g==",
"version": "2.41.5",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.41.5.tgz",
"integrity": "sha512-uG+WNNxhOYyeuO7oRt98GA2CNVRgQ67zca75UQVMPzMrLG9FUKzTCgvYVWhtB18TNbV7Uqxo97h+wErAnpFNJw==",
"requires": {
"fsevents": "~2.3.1"
}

View File

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