build(deps): bump rollup from 2.75.4 to 2.75.5 in /web (#3016)
Bumps [rollup](https://github.com/rollup/rollup) from 2.75.4 to 2.75.5. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.75.4...v2.75.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
65341cecd0
commit
f19cd1c003
|
@ -57,7 +57,7 @@
|
|||
"moment": "^2.29.3",
|
||||
"prettier": "^2.6.2",
|
||||
"rapidoc": "^9.3.2",
|
||||
"rollup": "^2.75.4",
|
||||
"rollup": "^2.75.5",
|
||||
"rollup-plugin-copy": "^3.4.0",
|
||||
"rollup-plugin-cssimport": "^1.0.2",
|
||||
"rollup-plugin-minify-html-literals": "^1.2.6",
|
||||
|
@ -7355,9 +7355,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/rollup": {
|
||||
"version": "2.75.4",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.75.4.tgz",
|
||||
"integrity": "sha512-JgZiJMJkKImMZJ8ZY1zU80Z2bA/TvrL/7D9qcBCrfl2bP+HUaIw0QHUroB4E3gBpFl6CRFM1YxGbuYGtdAswbQ==",
|
||||
"version": "2.75.5",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.75.5.tgz",
|
||||
"integrity": "sha512-JzNlJZDison3o2mOxVmb44Oz7t74EfSd1SQrplQk0wSaXV7uLQXtVdHbxlcT3w+8tZ1TL4r/eLfc7nAbz38BBA==",
|
||||
"bin": {
|
||||
"rollup": "dist/bin/rollup"
|
||||
},
|
||||
|
@ -14272,9 +14272,9 @@
|
|||
}
|
||||
},
|
||||
"rollup": {
|
||||
"version": "2.75.4",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.75.4.tgz",
|
||||
"integrity": "sha512-JgZiJMJkKImMZJ8ZY1zU80Z2bA/TvrL/7D9qcBCrfl2bP+HUaIw0QHUroB4E3gBpFl6CRFM1YxGbuYGtdAswbQ==",
|
||||
"version": "2.75.5",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.75.5.tgz",
|
||||
"integrity": "sha512-JzNlJZDison3o2mOxVmb44Oz7t74EfSd1SQrplQk0wSaXV7uLQXtVdHbxlcT3w+8tZ1TL4r/eLfc7nAbz38BBA==",
|
||||
"requires": {
|
||||
"fsevents": "~2.3.2"
|
||||
}
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
"moment": "^2.29.3",
|
||||
"prettier": "^2.6.2",
|
||||
"rapidoc": "^9.3.2",
|
||||
"rollup": "^2.75.4",
|
||||
"rollup": "^2.75.5",
|
||||
"rollup-plugin-copy": "^3.4.0",
|
||||
"rollup-plugin-cssimport": "^1.0.2",
|
||||
"rollup-plugin-minify-html-literals": "^1.2.6",
|
||||
|
|
Reference in New Issue