build(deps): bump rollup from 2.41.5 to 2.42.1 in /web (#649)

This commit is contained in:
dependabot[bot] 2021-03-22 08:29:01 +01:00 committed by GitHub
parent e2c0fa8d8a
commit 3238c85514
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.5",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.41.5.tgz",
"integrity": "sha512-uG+WNNxhOYyeuO7oRt98GA2CNVRgQ67zca75UQVMPzMrLG9FUKzTCgvYVWhtB18TNbV7Uqxo97h+wErAnpFNJw==",
"version": "2.42.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.42.1.tgz",
"integrity": "sha512-/y7M2ULg06JOXmMpPzhTeQroJSchy8lX8q6qrjqil0jmLz6ejCWbQzVnWTsdmMQRhfU0QcwtiW8iZlmrGXWV4g==",
"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.5",
"rollup": "^2.42.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-cssimport": "^1.0.2",
"rollup-plugin-external-globals": "^0.6.1",