web: bump rollup from 2.77.1 to 2.77.2 in /web (#3322)

This commit is contained in:
dependabot[bot] 2022-07-28 09:45:29 +02:00 committed by GitHub
parent 32d3e33c83
commit 3e2c04d029
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

@ -63,7 +63,7 @@
"moment": "^2.29.4",
"prettier": "^2.7.1",
"rapidoc": "^9.3.3",
"rollup": "^2.77.1",
"rollup": "^2.77.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-cssimport": "^1.0.2",
"rollup-plugin-minify-html-literals": "^1.2.6",
@ -7659,9 +7659,9 @@
}
},
"node_modules/rollup": {
"version": "2.77.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.1.tgz",
"integrity": "sha512-GhutNJrvTYD6s1moo+kyq7lD9DeR5HDyXo4bDFlDSkepC9kVKY+KK/NSZFzCmeXeia3kEzVuToQmHRdugyZHxw==",
"version": "2.77.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.2.tgz",
"integrity": "sha512-m/4YzYgLcpMQbxX3NmAqDvwLATZzxt8bIegO78FZLl+lAgKJBd1DRAOeEiZcKOIOPjxE6ewHWHNgGEalFXuz1g==",
"bin": {
"rollup": "dist/bin/rollup"
},
@ -14733,9 +14733,9 @@
}
},
"rollup": {
"version": "2.77.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.1.tgz",
"integrity": "sha512-GhutNJrvTYD6s1moo+kyq7lD9DeR5HDyXo4bDFlDSkepC9kVKY+KK/NSZFzCmeXeia3kEzVuToQmHRdugyZHxw==",
"version": "2.77.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.2.tgz",
"integrity": "sha512-m/4YzYgLcpMQbxX3NmAqDvwLATZzxt8bIegO78FZLl+lAgKJBd1DRAOeEiZcKOIOPjxE6ewHWHNgGEalFXuz1g==",
"requires": {
"fsevents": "~2.3.2"
}

View File

@ -106,7 +106,7 @@
"moment": "^2.29.4",
"prettier": "^2.7.1",
"rapidoc": "^9.3.3",
"rollup": "^2.77.1",
"rollup": "^2.77.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-cssimport": "^1.0.2",
"rollup-plugin-minify-html-literals": "^1.2.6",