build(deps): bump rollup from 2.72.1 to 2.73.0 in /web (#2870)

This commit is contained in:
dependabot[bot] 2022-05-16 09:17:17 +02:00 committed by GitHub
parent 6324521424
commit 4b9922e5b1
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

@ -57,7 +57,7 @@
"moment": "^2.29.3", "moment": "^2.29.3",
"prettier": "^2.6.2", "prettier": "^2.6.2",
"rapidoc": "^9.2.0", "rapidoc": "^9.2.0",
"rollup": "^2.72.1", "rollup": "^2.73.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-minify-html-literals": "^1.2.6", "rollup-plugin-minify-html-literals": "^1.2.6",
@ -7345,9 +7345,9 @@
} }
}, },
"node_modules/rollup": { "node_modules/rollup": {
"version": "2.72.1", "version": "2.73.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.1.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.73.0.tgz",
"integrity": "sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==", "integrity": "sha512-h/UngC3S4Zt28mB3g0+2YCMegT5yoftnQplwzPqGZcKvlld5e+kT/QRmJiL+qxGyZKOYpgirWGdLyEO1b0dpLQ==",
"bin": { "bin": {
"rollup": "dist/bin/rollup" "rollup": "dist/bin/rollup"
}, },
@ -14263,9 +14263,9 @@
} }
}, },
"rollup": { "rollup": {
"version": "2.72.1", "version": "2.73.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.1.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.73.0.tgz",
"integrity": "sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==", "integrity": "sha512-h/UngC3S4Zt28mB3g0+2YCMegT5yoftnQplwzPqGZcKvlld5e+kT/QRmJiL+qxGyZKOYpgirWGdLyEO1b0dpLQ==",
"requires": { "requires": {
"fsevents": "~2.3.2" "fsevents": "~2.3.2"
} }

View File

@ -100,7 +100,7 @@
"moment": "^2.29.3", "moment": "^2.29.3",
"prettier": "^2.6.2", "prettier": "^2.6.2",
"rapidoc": "^9.2.0", "rapidoc": "^9.2.0",
"rollup": "^2.72.1", "rollup": "^2.73.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-minify-html-literals": "^1.2.6", "rollup-plugin-minify-html-literals": "^1.2.6",