build(deps): bump rollup from 2.59.0 to 2.60.0 in /web (#1792)

This commit is contained in:
dependabot[bot] 2021-11-15 08:39:31 +01:00 committed by GitHub
parent e29afa289e
commit fa59fec17a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -54,7 +54,7 @@
"moment": "^2.29.1",
"prettier": "^2.4.1",
"rapidoc": "^9.1.3",
"rollup": "^2.59.0",
"rollup": "^2.60.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-cssimport": "^1.0.2",
"rollup-plugin-minify-html-literals": "^1.2.6",
@ -7131,9 +7131,9 @@
}
},
"node_modules/rollup": {
"version": "2.59.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.59.0.tgz",
"integrity": "sha512-l7s90JQhCQ6JyZjKgo7Lq1dKh2RxatOM+Jr6a9F7WbS9WgKbocyUSeLmZl8evAse7y96Ae98L2k1cBOwWD8nHw==",
"version": "2.60.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.60.0.tgz",
"integrity": "sha512-cHdv9GWd58v58rdseC8e8XIaPUo8a9cgZpnCMMDGZFDZKEODOiPPEQFXLriWr/TjXzhPPmG5bkAztPsOARIcGQ==",
"bin": {
"rollup": "dist/bin/rollup"
},
@ -13765,9 +13765,9 @@
}
},
"rollup": {
"version": "2.59.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.59.0.tgz",
"integrity": "sha512-l7s90JQhCQ6JyZjKgo7Lq1dKh2RxatOM+Jr6a9F7WbS9WgKbocyUSeLmZl8evAse7y96Ae98L2k1cBOwWD8nHw==",
"version": "2.60.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.60.0.tgz",
"integrity": "sha512-cHdv9GWd58v58rdseC8e8XIaPUo8a9cgZpnCMMDGZFDZKEODOiPPEQFXLriWr/TjXzhPPmG5bkAztPsOARIcGQ==",
"requires": {
"fsevents": "~2.3.2"
}

View File

@ -89,7 +89,7 @@
"moment": "^2.29.1",
"prettier": "^2.4.1",
"rapidoc": "^9.1.3",
"rollup": "^2.59.0",
"rollup": "^2.60.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-cssimport": "^1.0.2",
"rollup-plugin-minify-html-literals": "^1.2.6",