build(deps): bump rollup from 2.70.2 to 2.71.1 in /web (#2796)

This commit is contained in:
dependabot[bot] 2022-05-02 13:40:44 +02:00 committed by GitHub
parent 366142382b
commit 3f23bc0b85
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",
"prettier": "^2.6.2",
"rapidoc": "^9.2.0",
"rollup": "^2.70.2",
"rollup": "^2.71.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-cssimport": "^1.0.2",
"rollup-plugin-minify-html-literals": "^1.2.6",
@ -7302,9 +7302,9 @@
}
},
"node_modules/rollup": {
"version": "2.70.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.70.2.tgz",
"integrity": "sha512-EitogNZnfku65I1DD5Mxe8JYRUCy0hkK5X84IlDtUs+O6JRMpRciXTzyCUuX11b5L5pvjH+OmFXiQ3XjabcXgg==",
"version": "2.71.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.71.1.tgz",
"integrity": "sha512-lMZk3XfUBGjrrZQpvPSoXcZSfKcJ2Bgn+Z0L1MoW2V8Wh7BVM+LOBJTPo16yul2MwL59cXedzW1ruq3rCjSRgw==",
"bin": {
"rollup": "dist/bin/rollup"
},
@ -14198,9 +14198,9 @@
}
},
"rollup": {
"version": "2.70.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.70.2.tgz",
"integrity": "sha512-EitogNZnfku65I1DD5Mxe8JYRUCy0hkK5X84IlDtUs+O6JRMpRciXTzyCUuX11b5L5pvjH+OmFXiQ3XjabcXgg==",
"version": "2.71.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.71.1.tgz",
"integrity": "sha512-lMZk3XfUBGjrrZQpvPSoXcZSfKcJ2Bgn+Z0L1MoW2V8Wh7BVM+LOBJTPo16yul2MwL59cXedzW1ruq3rCjSRgw==",
"requires": {
"fsevents": "~2.3.2"
}

View File

@ -100,7 +100,7 @@
"moment": "^2.29.3",
"prettier": "^2.6.2",
"rapidoc": "^9.2.0",
"rollup": "^2.70.2",
"rollup": "^2.71.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-cssimport": "^1.0.2",
"rollup-plugin-minify-html-literals": "^1.2.6",